- 3
- Posts
- 5
- Years
- Seen Dec 3, 2021
Hi everyone! finally i decided to update my project in essentials 19.1 but when i start a battle with the female character, i don't see the image of the girl and i have this error:
i have an other error with the wild encounter (always with the female character)
instead with the male character everithing work but the program take red's animation at the begin of the battle (i have modified the main characters)
i check the metadata file but everything is ok, maybe are the trback image that i had substitute with the originals...
in essentials 17 everything worked, maybe i've lost some changes in regard... what should i do?
thanks in advance to who respond me :)
Spoiler:
[Pokémon Essentials version 19.1]
Exception: RuntimeError
Message: Script error in event 2 (coords 13,12), map 85 (percorso 01):
Exception: NoMethodError
Message: undefined method `width' for nil:NilClass
***Full script:
pbTrainerBattle(:BUGCATCHER,"Pino",_I("sto pensando di cambiare tipo di pokèmon..."))
Backtrace:
192:PokeBattle_Animation:103:in `ballTracksHand'
193:PokeBattle_SceneAnimations:446:in `createProcesses'
192:PokeBattle_Animation:9:in `initialize'
193:PokeBattle_SceneAnimations:416:in `initialize'
200:Scene_Animations:107:in `new'
200:Scene_Animations:107:in `block in pbSendOutBattlers'
200:Scene_Animations:98:in `each'
200:Scene_Animations:98:in `each_with_index'
200:Scene_Animations:98:in `pbSendOutBattlers'
175:Battle_Action_Switching:298:in `pbSendOut'
Backtrace:
033:Interpreter:189:in `rescue in execute_script'
033:Interpreter:135:in `execute_script'
034:Interpreter_Commands:352:in `command_111'
034:Interpreter_Commands:29:in `execute_command'
033:Interpreter:127:in `block in update'
033:Interpreter:87:in `loop'
033:Interpreter:87:in `update'
032:Scene_Map:157:in `block in update'
032:Scene_Map:155:in `loop'
032:Scene_Map:155:in `update'
Exception: RuntimeError
Message: Script error in event 2 (coords 13,12), map 85 (percorso 01):
Exception: NoMethodError
Message: undefined method `width' for nil:NilClass
***Full script:
pbTrainerBattle(:BUGCATCHER,"Pino",_I("sto pensando di cambiare tipo di pokèmon..."))
Backtrace:
192:PokeBattle_Animation:103:in `ballTracksHand'
193:PokeBattle_SceneAnimations:446:in `createProcesses'
192:PokeBattle_Animation:9:in `initialize'
193:PokeBattle_SceneAnimations:416:in `initialize'
200:Scene_Animations:107:in `new'
200:Scene_Animations:107:in `block in pbSendOutBattlers'
200:Scene_Animations:98:in `each'
200:Scene_Animations:98:in `each_with_index'
200:Scene_Animations:98:in `pbSendOutBattlers'
175:Battle_Action_Switching:298:in `pbSendOut'
Backtrace:
033:Interpreter:189:in `rescue in execute_script'
033:Interpreter:135:in `execute_script'
034:Interpreter_Commands:352:in `command_111'
034:Interpreter_Commands:29:in `execute_command'
033:Interpreter:127:in `block in update'
033:Interpreter:87:in `loop'
033:Interpreter:87:in `update'
032:Scene_Map:157:in `block in update'
032:Scene_Map:155:in `loop'
032:Scene_Map:155:in `update'
i have an other error with the wild encounter (always with the female character)
Spoiler:
[Pokémon Essentials version 19.1]
Exception: NoMethodError
Message: undefined method `width' for nil:NilClass
Backtrace:
192:PokeBattle_Animation:103:in `ballTracksHand'
193:PokeBattle_SceneAnimations:446:in `createProcesses'
192:PokeBattle_Animation:9:in `initialize'
193:PokeBattle_SceneAnimations:416:in `initialize'
200:Scene_Animations:107:in `new'
200:Scene_Animations:107:in `block in pbSendOutBattlers'
200:Scene_Animations:98:in `each'
200:Scene_Animations:98:in `each_with_index'
200:Scene_Animations:98:in `pbSendOutBattlers'
175:Battle_Action_Switching:298:in `pbSendOut'
Exception: NoMethodError
Message: undefined method `width' for nil:NilClass
Backtrace:
192:PokeBattle_Animation:103:in `ballTracksHand'
193:PokeBattle_SceneAnimations:446:in `createProcesses'
192:PokeBattle_Animation:9:in `initialize'
193:PokeBattle_SceneAnimations:416:in `initialize'
200:Scene_Animations:107:in `new'
200:Scene_Animations:107:in `block in pbSendOutBattlers'
200:Scene_Animations:98:in `each'
200:Scene_Animations:98:in `each_with_index'
200:Scene_Animations:98:in `pbSendOutBattlers'
175:Battle_Action_Switching:298:in `pbSendOut'
instead with the male character everithing work but the program take red's animation at the begin of the battle (i have modified the main characters)
i check the metadata file but everything is ok, maybe are the trback image that i had substitute with the originals...
in essentials 17 everything worked, maybe i've lost some changes in regard... what should i do?
thanks in advance to who respond me :)