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
346 views
in Crash by (220 points)
closed by
J'ai un problème quand je créer une quête "voir un pokemon" avec Pokemon studio. Quand je veux voir les détails de la quête dans journal, mon jeu crash. J'ai modifier aucun scipt.

================================Erreur de script================================
Message :
wrong number of arguments (given 2, expected 1)

Type : ArgumentError
Script : 01450 Systems/08000 Quest/00001 PFM_Quest/00002 PFM Quests Quest.rb (PSDK)
Ligne : 159
Date : 22/07/2022 23:37:45
Game Version : 256
Logiciel : Pokémon SDK 26.1
Script used by eval command :
quest_book

===================================Backtraces===================================
[43] : 01450 Systems/08000 Quest/00001 PFM_Quest/00002 PFM Quests Quest.rb (PSDK) | ligne 159 text_see_pokemon
[42] : 01450 Systems/08000 Quest/00001 PFM_Quest/00002 PFM Quests Quest.rb (PSDK) | ligne 84 objective_text_list
[41] : 01450 Systems/08000 Quest/00001 PFM_Quest/00002 PFM Quests Quest.rb (PSDK) | ligne 82 map
[40] : 01450 Systems/08000 Quest/00001 PFM_Quest/00002 PFM Quests Quest.rb (PSDK) | ligne 82 objective_text_list
[39] : 01450 Systems/08000 Quest/00002 UI_Quest/09999 Composition.rb (PSDK) | ligne 184 update_quest_current_objective
[38] : 01450 Systems/08000 Quest/00002 UI_Quest/09999 Composition.rb (PSDK) | ligne 279 reload_deployed_components
[37] : 01450 Systems/08000 Quest/00002 UI_Quest/09999 Composition.rb (PSDK) | ligne 86 change_mode_quest
[36] : 01450 Systems/08000 Quest/00003 GamePlay_Quest/00002 Logic.rb (PSDK) | ligne 35 switch_quest_mode
[35] : 01450 Systems/08000 Quest/00003 GamePlay_Quest/00003 Inputs.rb (PSDK) | ligne 52 action_a
[34] : 01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (PSDK) | ligne 491 automatic_input_update
[33] : 01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (PSDK) | ligne 489 each
[32] : 01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (PSDK) | ligne 489 automatic_input_update
[31] : 01450 Systems/08000 Quest/00003 GamePlay_Quest/00003 Inputs.rb (PSDK) | ligne 12 update_inputs
[30] : 01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (PSDK) | ligne 468 update
[29] : 01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (PSDK) | ligne 504 update
[28] : 01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (PSDK) | ligne 260 main_process
[27] : 01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (PSDK) | ligne 153 main
[26] : 00700 PSDK Event Interpreter/01200 Interpreter_Shortcut.rb (PSDK) | ligne 195 quest_book
[25] : (eval) (RMXP) | ligne 1 eval_script
[24] : 00600 Script_RMXP/03000 Interpreter_7.rb (PSDK) | ligne 124 eval
[23] : 00600 Script_RMXP/03000 Interpreter_7.rb (PSDK) | ligne 124 eval_script
[22] : 00600 Script_RMXP/03000 Interpreter_7.rb (PSDK) | ligne 114 command_355
[21] : 00600 Script_RMXP/02500 Interpreter_2.rb (PSDK) | ligne 16 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 171 auto_transfert_update
[16] : 01450 Systems/00003 Map Engine/00003 GamePlay/00200 Scene_Map.rb (PSDK) | ligne 168 loop
[15] : 01450 Systems/00003 Map Engine/00003 GamePlay/00200 Scene_Map.rb (PSDK) | ligne 168 auto_transfert_update
[14] : 01450 Systems/00003 Map Engine/00003 GamePlay/00200 Scene_Map.rb (PSDK) | ligne 21 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 21 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 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 11 <main>
===================================Fin du log===================================
closed with the note: Fixed in 26.2

2 Answers

0 like 0 dislike
by (14.8k points)
 
Best answer
C'est corrigé en 26.2 !
0 like 0 dislike
by (17.1k points)
Bonsoir ! On a déterminé qu'en effet, il y a quelques soucis avec les Quêtes. On bosse actuellement dessus. J'updaterai ce topic en fonction de nos avancées. :)
...