You should consider joining our Discord to ask for support.

We created a support channel using the new Discord Forum feature!

You can also visit our new website, it has a help section in English and French

0 like 0 dislike
383 views
in Crash by (160 points)
closed by
Hello!

My game is crashing on start up after I hit the download button on the launcher. I found the Error.log and this is what it says:

================================Erreur de script================================

Message :

superclass mismatch for class Table

Type : TypeError

Script : /pokemonsdk/keep/GameData.rb (RMXP)

Ligne : 1407

Date : 19/07/2022 22:56:05

Game Version :

Logiciel : Pokémon SDK 26.1

===================================Backtraces===================================

[18] : /pokemonsdk/keep/GameData.rb (RMXP) | ligne 1407 <top (required)>

[17] : tools/PSDKEditor.rb (PSDK) | ligne 9 require_relative

[16] : tools/PSDKEditor.rb (PSDK) | ligne 9 <top (required)>

[15] : ScriptLoad.rb (PSDK) | ligne 185 require

[14] : ScriptLoad.rb (PSDK) | ligne 185 load_tool

[13] : 00020 Config.rb (PSDK) | ligne 129 load_config_data

[12] : 00020 Config.rb (PSDK) | ligne 93 load_file_data

[11] : 00020 Config.rb (PSDK) | ligne 71 register

[10] : 00000 PSDK_CONFIG.rb (PSDK) | ligne 32 choose_best_resolution

[9] : 00000 Dependencies/00001 LiteRGSS2/00001 Graphics.rb (PSDK) | ligne 147 start

[8] : tools/GameLoader/Z_main.rb (PSDK) | ligne 4 <top (required)>

[7] : tools/GameLoader/3_load_extensions.rb (PSDK) | ligne 54 rgss_main

[6] : tools/GameLoader/50_load_game_uncompiled.rb (PSDK) | ligne 45 <top (required)>

[5] : ScriptLoad.rb (PSDK) | ligne 185 require

[4] : ScriptLoad.rb (PSDK) | ligne 185 load_tool

[3] : tools/GameLoader/Z_load_uncompiled.rb (PSDK) | ligne 14 <top (required)>

[2] : ScriptLoad.rb (PSDK) | ligne 185 require

[1] : ScriptLoad.rb (PSDK) | ligne 185 load_tool

[0] : Game.rb (RMXP) | ligne 8 <main>

===================================Fin du log===================================
closed with the note: answered

1 Answer

1 like 0 dislike
by (17.1k points)
selected by
 
Best answer
Hello, as you can see you're using PSDK .26.1, which means Pokémon Studio is out. Please download it on Pokémon Workshop's Discord and follow the Import tutorial on Pokémon Workshop's YouTube channel.

If the problem still happens after that, please make sure to send us more details/screens.
by (160 points)
Omg I had no idea, thanks for letting me know!!!
by (160 points)
After following the videos, I'm having the same problem, but with a different error log. Here is the new log:
================================Erreur de script================================
Message :
wrong argument type nil (expected String)

Type : TypeError
Script : 00000 Dependencies/00001 LiteRGSS2/00001 Graphics.rb (PSDK)
Ligne : 146
Date : 19/07/2022 20:24:08
Game Version :
Logiciel : Pokémon SDK 26.1
===================================Backtraces===================================
[11] : 00000 Dependencies/00001 LiteRGSS2/00001 Graphics.rb (PSDK) | ligne 146 initialize
[10] : 00000 Dependencies/00001 LiteRGSS2/00001 Graphics.rb (PSDK) | ligne 146 new
[9] : 00000 Dependencies/00001 LiteRGSS2/00001 Graphics.rb (PSDK) | ligne 146 start
[8] : tools/GameLoader/Z_main.rb (PSDK) | ligne 4 <top (required)>
[7] : tools/GameLoader/3_load_extensions.rb (PSDK) | ligne 54 rgss_main
[6] : tools/GameLoader/50_load_game_uncompiled.rb (PSDK) | ligne 45 <top (required)>
[5] : ScriptLoad.rb (PSDK) | ligne 189 require
[4] : ScriptLoad.rb (PSDK) | ligne 189 load_tool
[3] : tools/GameLoader/Z_load_uncompiled.rb (PSDK) | ligne 14 <top (required)>
[2] : ScriptLoad.rb (PSDK) | ligne 189 require
[1] : ScriptLoad.rb (PSDK) | ligne 189 load_tool
[0] : Game.rb (RMXP) | ligne 8 <main>
===================================Fin du log===================================


Thanks so much for the help
by (28.0k points)
Your Data/configs folder is probably corrupted. I would recommend that you create a new project with Studio and that you copy the Data/configs folder from the new Studio project to your imported project.
...