• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

undefined class/module WeatherSystem

jacen82

Novice
Member
Joined
Jan 4, 2023
Posts
21
When I tried to run my game, I always get this Error. Anyone please help me with this?
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: ArgumentError
Message: undefined class/module WeatherSystem

Backtrace:
<internal:marshal>:34:in `load'
SaveData:28:in `load'
SaveData:28:in `block in get_data_from_file'
SaveData:27:in `open'
SaveData:27:in `get_data_from_file'
SaveData:45:in `read_from_file'
StartGame:22:in `set_up_system'
Main:31:in `mainFunctionDebug'
Main:18:in `block in mainFunction'
Errors:80:in `pbCriticalCode'
 
When I tried to run my game, I always get this Error. Anyone please help me with this?
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: ArgumentError
Message: undefined class/module WeatherSystem

Backtrace:
<internal:marshal>:34:in `load'
SaveData:28:in `load'
SaveData:28:in `block in get_data_from_file'
SaveData:27:in `open'
SaveData:27:in `get_data_from_file'
SaveData:45:in `read_from_file'
StartGame:22:in `set_up_system'
Main:31:in `mainFunctionDebug'
Main:18:in `block in mainFunction'
Errors:80:in `pbCriticalCode'
Did you recently uninstall the Weather System plugin?

You need to delete your old save. The path to where it is saved is the same as the crash log location listed at the bottom of the crash popups
 
Did you recently uninstall the Weather System plugin?

You need to delete your old save. The path to where it is saved is the same as the crash log location listed at the bottom of the crash popups
Where do I find the crash long?
 
Yes, the location of that file is the same location as your save file that you need to delete
 
Back
Top