- 288
- Posts
- 6
- Years
- Seen Feb 3, 2025
I've got this error in the pokemon.txt PBS file:
I have no idea where to look or what to look for. Doesn't section 0 mean that there's a problem with the Pokemon with index 0? There is no Pokemon like that in my PBS file. It also may be important to note that I've gotten errors with sections above 0 before this with only changing minor typos between, so I'm not sure why it would compile section 0 after section 865 anyway. Also, it seems like there's a blank field instead of a positive integer, but I don't see why this would cause a problem. Can anyone help with where to look or what to look for?
Spoiler:
[Pokémon Essentials version 17.2]
Exception: RuntimeError
Message: Field is not a positive integer
File PBS/pokemon.txt, section 0, key Evolutions
Compiler:391:in `csvPosInt!'
Compiler:1855:in `pbCompilePokemonData'
Compiler:1850:in `each'
Compiler:1850:in `pbCompilePokemonData'
Compiler:1847:in `each'
Compiler:1847:in `pbCompilePokemonData'
Compiler:4392:in `pbCompileAllData'
Compiler:4515
Exception: RuntimeError
Message: Field is not a positive integer
File PBS/pokemon.txt, section 0, key Evolutions
Compiler:391:in `csvPosInt!'
Compiler:1855:in `pbCompilePokemonData'
Compiler:1850:in `each'
Compiler:1850:in `pbCompilePokemonData'
Compiler:1847:in `each'
Compiler:1847:in `pbCompilePokemonData'
Compiler:4392:in `pbCompileAllData'
Compiler:4515
I have no idea where to look or what to look for. Doesn't section 0 mean that there's a problem with the Pokemon with index 0? There is no Pokemon like that in my PBS file. It also may be important to note that I've gotten errors with sections above 0 before this with only changing minor typos between, so I'm not sure why it would compile section 0 after section 865 anyway. Also, it seems like there's a blank field instead of a positive integer, but I don't see why this would cause a problem. Can anyone help with where to look or what to look for?