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
245 views
in Crash by (370 points)
Bonjour,

J'ai compilé mon jeu et j'ai remarqué qu'il crash systématiquement quand j'ouvre menu > options en jeu (log à la fin de ce message).

Par contre, j'ai recompilé mon jeu en mettant la save à l'intérieur et cette fois-ci, pas de crash en ouvrant le menu des options...

Log :

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

Message :

instance of IO needed

Type : TypeError

Script : UNKNOWN/Game/Boot.rb (RMXP)

Ligne : 560

Date : 26/07/2022 13:51:36

Game Version : 256

Logiciel : Pokémon SDK 26.1

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

[27] : UNKNOWN/Game/Boot.rb (RMXP) | ligne 560 load

[26] : UNKNOWN/Game/Boot.rb (RMXP) | ligne 560 load_data_vd

[25] : UNKNOWN/Game/Boot.rb (RMXP) | ligne 547 load_data

[24] : PSDK//00020 Config.rb (RMXP) | ligne 85 load_file_data

[23] : PSDK//00020 Config.rb (RMXP) | ligne 71 register

[22] : PSDK//01450 Systems/00105 Options/00003 GamePlay/00012 Options Scene.rb (RMXP) | ligne 14 initialize

[21] : PSDK//01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (RMXP) | ligne 189 new

[20] : PSDK//01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (RMXP) | ligne 189 call_scene

[19] : PSDK//01450 Systems/00000 General/00100 GamePlay.rb (RMXP) | ligne 219 open_options

[18] : PSDK//01450 Systems/00100 Menu/00003 GamePlay/00100 Menu.rb (RMXP) | ligne 226 open_option

[17] : PSDK//01450 Systems/00100 Menu/00003 GamePlay/00100 Menu.rb (RMXP) | ligne 182 action

[16] : PSDK//01450 Systems/00100 Menu/00003 GamePlay/00100 Menu.rb (RMXP) | ligne 51 update_inputs

[15] : PSDK//01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (RMXP) | ligne 468 update

[14] : PSDK//01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (RMXP) | ligne 504 update

[13] : PSDK//01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (RMXP) | ligne 260 main_process

[12] : PSDK//01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (RMXP) | ligne 153 main

[11] : PSDK//01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (RMXP) | ligne 190 call_scene

[10] : PSDK//01450 Systems/00000 General/00100 GamePlay.rb (RMXP) | ligne 23 open_menu

[9] : PSDK//01450 Systems/00003 Map Engine/00003 GamePlay/00201 Scene_Map calling.rb (RMXP) | ligne 147 call_menu

[8] : PSDK//01450 Systems/00003 Map Engine/00003 GamePlay/00201 Scene_Map calling.rb (RMXP) | ligne 70 update_scene_calling

[7] : PSDK//01450 Systems/00003 Map Engine/00003 GamePlay/00201 Scene_Map calling.rb (RMXP) | ligne 68 each

[6] : PSDK//01450 Systems/00003 Map Engine/00003 GamePlay/00201 Scene_Map calling.rb (RMXP) | ligne 68 update_scene_calling

[5] : PSDK//01450 Systems/00003 Map Engine/00003 GamePlay/00200 Scene_Map.rb (RMXP) | ligne 27 update

[4] : PSDK//01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (RMXP) | ligne 260 main_process

[3] : PSDK//01450 Systems/00000 General/00003 GamePlay__Base/00000 GamePlay__Base.rb (RMXP) | ligne 153 main

[2] : UNKNOWN/Game/Boot.rb (RMXP) | ligne 612 <compiled>

[1] : UNKNOWN/Game/Boot.rb (RMXP) | ligne 364 rgss_main

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

===================================Fin du log===================================

1 Answer

0 like 0 dislike
by (28.0k points)
Aucun problème de mon coté, au cas où, ouvre les options dans ton projet (non compilé) puis recompile ton projet.
...