- 4
- Posts
- 2
- Years
- Seen Sep 6, 2022
So this may be a dumb question, and I am not sure I will actually get a response, but I have run into a problem that any pokemon I put in a route in the game I am working on causes the whole game to crash when you look at the Pokedex and try to find where in the wild the pokemon lives. It works just fine with pokemon like Bulbasaur, which I haven't put in my game. I get an unknown area message, and the game doesn't crash, but when I look at Pidgy, which I have on route one, the whole thing crashes. I will put my error message below if anyone is able to help me.
[Pokémon Essentials version 20.1]
Exception: NoMethodError
Message: undefined method []' for nil:NilClass
Backtrace:
282:UI_Pokedex_Entry:312:in block in pbGetEncounterPoints'
137:Encounter:53:in block in each_of_version'
137:Encounter:45:in block in each'
137:Encounter:45:in each'
137:Encounter:45:in each'
137:Encounter:52:in each_of_version'
282:UI_Pokedex_Entry:306:in pbGetEncounterPoints'
282:UI_Pokedex_Entry:342:in drawPageArea'
282:UI_Pokedex_Entry:195:in drawPage'
385:Pokedex:46:in `drawPage'
[Pokémon Essentials version 20.1]
Exception: NoMethodError
Message: undefined method []' for nil:NilClass
Backtrace:
282:UI_Pokedex_Entry:312:in block in pbGetEncounterPoints'
137:Encounter:53:in block in each_of_version'
137:Encounter:45:in block in each'
137:Encounter:45:in each'
137:Encounter:45:in each'
137:Encounter:52:in each_of_version'
282:UI_Pokedex_Entry:306:in pbGetEncounterPoints'
282:UI_Pokedex_Entry:342:in drawPageArea'
282:UI_Pokedex_Entry:195:in drawPage'
385:Pokedex:46:in `drawPage'