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
294 views
in Crash by (120 points)
edited by

I was randomly using the multi-select in the storage. Looks like the problem is Shaymin?
Here is the log.

================================Erreur de script================================
Message :
undefined method `db_symbol' for nil:NilClass

Type : NoMethodError
Script : 01450 Systems/00200 Storage/00002 UI_Storage/00012 SelectionHandler.rb (PSDK)
Ligne : 262
Date : 29/01/2022 10:33:39
Game Version : 256
Logiciel : Pokémon SDK 25.10
Script used by eval command :
demarrer_pc


===================================Backtraces===================================
[43] : 01450 Systems/00200 Storage/00002 UI_Storage/00012 SelectionHandler.rb (PSDK) | ligne 262 reset_form
[42] : 01450 Systems/00200 Storage/00002 UI_Storage/00012 SelectionHandler.rb (PSDK) | ligne 74 move_pokemon_to_cursor
[41] : 01450 Systems/00200 Storage/00002 UI_Storage/00012 SelectionHandler.rb (PSDK) | ligne 232 each_box_selection
[40] : 01450 Systems/00200 Storage/00002 UI_Storage/00012 SelectionHandler.rb (PSDK) | ligne 231 each
[39] : 01450 Systems/00200 Storage/00002 UI_Storage/00012 SelectionHandler.rb (PSDK) | ligne 231 each_box_selection
[38] : 01450 Systems/00200 Storage/00002 UI_Storage/00012 SelectionHandler.rb (PSDK) | ligne 229 each
[37] : 01450 Systems/00200 Storage/00002 UI_Storage/00012 SelectionHandler.rb (PSDK) | ligne 229 each_box_selection
[36] : 01450 Systems/00200 Storage/00002 UI_Storage/00012 SelectionHandler.rb (PSDK) | ligne 79 move_pokemon_to_cursor
[35] : 01450 Systems/00200 Storage/00003 GamePlay_Storage/00003 Inputs.rb (PSDK) | ligne 102 action_a_fast_swap
[34] : 01450 Systems/00200 Storage/00003 GamePlay_Storage/00003 Inputs.rb (PSDK) | ligne 72 action_x
[33] : 01450 Systems/00200 Storage/00003 GamePlay_Storage/00004 Mouse.rb (PSDK) | ligne 44 mouse_right_action
[32] : 01450 Systems/00200 Storage/00003 GamePlay_Storage/00004 Mouse.rb (PSDK) | ligne 10 update_mouse
[31] : 01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (PSDK) | ligne 470 update
[30] : 01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (PSDK) | ligne 260 main_process
[29] : 01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (PSDK) | ligne 153 main
[28] : 01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (PSDK) | ligne 190 call_scene
[27] : 01450 Systems/00000 General/00100 GamePlay.rb (PSDK) | ligne 83 open_pokemon_storage_system
[26] : 00700 PSDK Event Interpreter/01200 Interpreter_Shortcut.rb (PSDK) | ligne 47 start_pc
[25] : (eval) (RMXP) | ligne 1 eval_script
[24] : 00600 Script_RMXP/03000 Interpreter_7.rb (PSDK) | ligne 247 eval
[23] : 00600 Script_RMXP/03000 Interpreter_7.rb (PSDK) | ligne 247 eval_script
[22] : 00600 Script_RMXP/03000 Interpreter_7.rb (PSDK) | ligne 237 command_355
[21] : 00600 Script_RMXP/02500 Interpreter_2.rb (PSDK) | ligne 15 execute_command
[20] : 00600 Script_RMXP/02400 Interpreter_1.rb (PSDK) | ligne 132 update
[19] : 00600 Script_RMXP/02400 Interpreter_1.rb (PSDK) | ligne 100 loop
[18] : 00600 Script_RMXP/02400 Interpreter_1.rb (PSDK) | ligne 100 update
[17] : 01450 Systems/00003 Map Engine/00003 GamePlay/00200 Scene_Map.rb (PSDK) | ligne 168 auto_transfert_update
[16] : 01450 Systems/00003 Map Engine/00003 GamePlay/00200 Scene_Map.rb (PSDK) | ligne 165 loop
[15] : 01450 Systems/00003 Map Engine/00003 GamePlay/00200 Scene_Map.rb (PSDK) | ligne 165 auto_transfert_update
[14] : 01450 Systems/00003 Map Engine/00003 GamePlay/00200 Scene_Map.rb (PSDK) | ligne 18 update
[13] : 00700 Ajout_PSDK/00002 FPSBalancer.rb (PSDK) | ligne 44 times
[12] : 00700 Ajout_PSDK/00002 FPSBalancer.rb (PSDK) | ligne 44 run
[11] : 01450 Systems/00003 Map Engine/00003 GamePlay/00200 Scene_Map.rb (PSDK) | ligne 18 update
[10] : 01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (PSDK) | ligne 260 main_process
[9] : 01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (PSDK) | ligne 153 main
[8] : tools/GameLoader/Z_main.rb (PSDK) | ligne 17 <top (required)>
[7] : tools/GameLoader/3_load_extensions.rb (PSDK) | ligne 34 rgss_main
[6] : tools/GameLoader/50_load_game_uncompiled.rb (PSDK) | ligne 32 <top (required)>
[5] : ScriptLoad.rb (PSDK) | ligne 132 require
[4] : ScriptLoad.rb (PSDK) | ligne 132 load_tool
[3] : tools/GameLoader/Z_load_uncompiled.rb (PSDK) | ligne 10 <top (required)>
[2] : ScriptLoad.rb (PSDK) | ligne 132 require
[1] : ScriptLoad.rb (PSDK) | ligne 132 load_tool
[0] : Game.rb (RMXP) | ligne 8 <main>
===================================Fin du log===================================

1 Answer

0 like 0 dislike
by (28.0k points)
Thanks for the report, this commit should fix it: https://gitlab.com/pokemonsdk/pokemonsdk/-/commit/b14d802c514696c01921a862c323fffed4d6f65f
...