- 10
- Posts
- 10
- Years
- sydney Australia
- Seen Mar 31, 2016
Hi there everyone- I hope your games are going well!
I've run into a bit of a snag where if one of the fakemon try to evolve the game crashes. The standard pokemon are fine and the game is okay with me adding the evolved form straight into the party using the debugger so I know the new fakemon is generally working. I am using a slightly older version of essentials.
the error occurs after the transformation screen, right after we see the new pokemon/ fakemon in colour. the error log is below if someone can help me find the problem that would be great.
---------------------------
Pocketmon XFire! (V0.0.5)
---------------------------
Exception: RuntimeError
Message: Script error within event 17, map 132 (707SE):
Exception: TypeError
Message: Section144:1230:in `+'cannot convert nil into String
***Full script:
pbTrainerBattle(PBTrainers::YOUNGCOUPLE,"Peta & Pan",_I("Our teamwork failed!"),true)
Interpreter:243:in `pbExecuteScript'
PokemonUtilities:1230:in `pbResolveAudioSE'
PokemonUtilities:1243:in `pbCryFrameLength'
PokemonEvolution:475:in `pbEvolution'
PokemonField:1134:in `pbEvolutionCheck'
PokemonField:1126:in `each'
PokemonField:1126:in `pbEvolutionCheck'
PokemonField:1252
PokemonField:1248:in `call'
PBEvent:54:in `trigger'
Interpreter:276:in `pbExecuteScript'
Interpreter:788:in `command_111'
Interpreter:320:in `execute_command'
Interpreter:193:in `update'
Interpreter:106:in `loop'
Interpreter:198:in `update'
Scene_Map:103:in `update'
Scene_Map:101:in `loop'
Scene_Map:114:in `update'
Scene_Map:68:in `main'
I appreciate your time, so thanks for reading this.
Googleshop
I've run into a bit of a snag where if one of the fakemon try to evolve the game crashes. The standard pokemon are fine and the game is okay with me adding the evolved form straight into the party using the debugger so I know the new fakemon is generally working. I am using a slightly older version of essentials.
the error occurs after the transformation screen, right after we see the new pokemon/ fakemon in colour. the error log is below if someone can help me find the problem that would be great.
---------------------------
Pocketmon XFire! (V0.0.5)
---------------------------
Exception: RuntimeError
Message: Script error within event 17, map 132 (707SE):
Exception: TypeError
Message: Section144:1230:in `+'cannot convert nil into String
***Full script:
pbTrainerBattle(PBTrainers::YOUNGCOUPLE,"Peta & Pan",_I("Our teamwork failed!"),true)
Interpreter:243:in `pbExecuteScript'
PokemonUtilities:1230:in `pbResolveAudioSE'
PokemonUtilities:1243:in `pbCryFrameLength'
PokemonEvolution:475:in `pbEvolution'
PokemonField:1134:in `pbEvolutionCheck'
PokemonField:1126:in `each'
PokemonField:1126:in `pbEvolutionCheck'
PokemonField:1252
PokemonField:1248:in `call'
PBEvent:54:in `trigger'
Interpreter:276:in `pbExecuteScript'
Interpreter:788:in `command_111'
Interpreter:320:in `execute_command'
Interpreter:193:in `update'
Interpreter:106:in `loop'
Interpreter:198:in `update'
Scene_Map:103:in `update'
Scene_Map:101:in `loop'
Scene_Map:114:in `update'
Scene_Map:68:in `main'
I appreciate your time, so thanks for reading this.
Googleshop