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 Bug by (820 points)
closed by
Bonsoir, j'ai voulu tester mega rayquaza. Sans ou avec objet, je retombe là-dessus :

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

Message :

no implicit conversion of true into Integer

Type : TypeError

Script : 00800 GameData/00100 Serializable/00001 DataSource.rb (PSDK)

Ligne : 128

Date : 15/01/2022 22:14:44

Game Version : 256

Logiciel : Pokémon SDK 25.10

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

[19] : 00800 GameData/00100 Serializable/00001 DataSource.rb (PSDK) | ligne 128 dig

[18] : 00800 GameData/00100 Serializable/00001 DataSource.rb (PSDK) | ligne 128 []

[17] : 01450 Systems/00000 General/00001 PFM/00300 Pokemon/00002 Properties.rb (PSDK) | ligne 197 data

[16] : 01450 Systems/00000 General/00001 PFM/00300 Pokemon/00500 Pokemon Forms.rb (PSDK) | ligne 59 mega_evolve

[15] : 01600 Alpha 25 Battle Engine/03000 Actions/00003 Mega.rb (PSDK) | ligne 33 execute

[14] : 01600 Alpha 25 Battle Engine/00200 Battle_Logic/00102 Actions.rb (PSDK) | ligne 35 perform_next_action

[13] : 01600 Alpha 25 Battle Engine/00001 Battle_Scene/00103 Scene Battle Phase.rb (PSDK) | ligne 21 udpdate_battle_phase

[12] : 01600 Alpha 25 Battle Engine/00001 Battle_Scene/00100 Scene.rb (PSDK) | ligne 83 next_update_process

[11] : 01600 Alpha 25 Battle Engine/00001 Battle_Scene/00100 Scene.rb (PSDK) | ligne 73 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===================================

a quoi cela est dû?
closed with the note: Bug fixed

1 Answer

1 like 0 dislike
by (28.0k points)
selected by
 
Best answer
C'est due à une erreur de programmation, essaie ce changement (directement sur le script dans ton projet): https://gitlab.com/pokemonsdk/pokemonsdk/-/commit/efb0a35c13141d3315957adbbfcf7f933f9b3ff3
by (820 points)
Merci beaucoup !
...