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
342 views
in Crash by (140 points)

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

Message :

undefined method `captures' for nil:NilClass

Type : NoMethodError

Script : 00800 GameData/00200 Helpers/00400 Text.rb (PSDK)

Ligne : 164

Date : 07/01/2022 18:00:31

Game Version : 256

Logiciel : Pokémon SDK 25.9

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

[23] : 00800 GameData/00200 Helpers/00400 Text.rb (PSDK) | ligne 164 reload_rh_texts

[22] : 00800 GameData/00200 Helpers/00400 Text.rb (PSDK) | ligne 164 collect

[21] : 00800 GameData/00200 Helpers/00400 Text.rb (PSDK) | ligne 164 reload_rh_texts

[20] : 00800 GameData/00200 Helpers/00400 Text.rb (PSDK) | ligne 25 load

[19] : 01450 Systems/00001 Title/00020 Title Animation.rb (PSDK) | ligne 8 create_title_animation

[18] : 01450 Systems/00001 Title/00010 Splashes.rb (PSDK) | ligne 23 next_splash_initialize

[17] : 01100 Yuki/00100 Animation/00101 Commands.rb (PSDK) | ligne 205 update_internal

[16] : 01100 Yuki/00100 Animation/00101 Commands.rb (PSDK) | ligne 36 update

[15] : 01100 Yuki/00100 Animation/00100 Animation.rb (PSDK) | ligne 112 update

[14] : 01100 Yuki/00100 Animation/00100 Animation.rb (PSDK) | ligne 112 update

[13] : 01100 Yuki/00100 Animation/00100 Animation.rb (PSDK) | ligne 112 update

[12] : 01450 Systems/00001 Title/00002 Scene_Title.rb (PSDK) | ligne 50 update_graphics

[11] : 01400 GamePlay/00000 GamePlay__Base.rb (PSDK) | ligne 567 update

[10] : 01400 GamePlay/00000 GamePlay__Base.rb (PSDK) | ligne 313 main_process

[9] : 01400 GamePlay/00000 GamePlay__Base.rb (PSDK) | ligne 158 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===================================

2 Answers

0 like 0 dislike
by (17.1k points)
We will need the context for this bug. ;)
0 like 0 dislike
by (28.0k points)

You have a .dat file in Data/Text/Dialogs that does not follow the pattern 100000.lang.dat

All the 100000.lang.dat should have lang equal to en, fr, de, es, it, ko, kana but nothing else.

...