- 68
- Posts
- 6
- Years
- Seen Sep 19, 2023
Whenever I try to load the game, I get this strange error for Lorelei.
This doesn't quite make sense to me. How can "Female" be greater than 0. It's a text input, not a number input. Does anyone know how I might be able to fix this? Thank you in advance.
Spoiler:
[2022-06-09 18:22:35 -0400]
[Pokémon Essentials version 19.1]
Exception: RuntimeError
Message: Field 'Female' must be 0 or greater
File PBS/trainertypes.txt, line 70
67,ELITEFOUR_Lorelei,ELITE FOUR,100,frlg_gymbattle.ogg,frlg_trainervictory.ogg,frlg_tensebeforebattle.ogg,,Female,,
Backtrace:
366:Compiler:419:in `block in pbGetCsvRecord'
366:Compiler:398:in `each'
366:Compiler:398:in `pbGetCsvRecord'
367:Compiler_CompilePBS:1072:in `block in compile_trainer_types'
366:Compiler:197:in `block (2 levels) in pbCompilerEachCommentedLine'
366:Compiler:191:in `each_line'
366:Compiler:191:in `block in pbCompilerEachCommentedLine'
366:Compiler:188:in `open'
366:Compiler:188:in `pbCompilerEachCommentedLine'
367:Compiler_CompilePBS:1071:in `compile_trainer_types'
[Pokémon Essentials version 19.1]
Exception: RuntimeError
Message: Field 'Female' must be 0 or greater
File PBS/trainertypes.txt, line 70
67,ELITEFOUR_Lorelei,ELITE FOUR,100,frlg_gymbattle.ogg,frlg_trainervictory.ogg,frlg_tensebeforebattle.ogg,,Female,,
Backtrace:
366:Compiler:419:in `block in pbGetCsvRecord'
366:Compiler:398:in `each'
366:Compiler:398:in `pbGetCsvRecord'
367:Compiler_CompilePBS:1072:in `block in compile_trainer_types'
366:Compiler:197:in `block (2 levels) in pbCompilerEachCommentedLine'
366:Compiler:191:in `each_line'
366:Compiler:191:in `block in pbCompilerEachCommentedLine'
366:Compiler:188:in `open'
366:Compiler:188:in `pbCompilerEachCommentedLine'
367:Compiler_CompilePBS:1071:in `compile_trainer_types'
This doesn't quite make sense to me. How can "Female" be greater than 0. It's a text input, not a number input. Does anyone know how I might be able to fix this? Thank you in advance.