[Crash] Crash the game on startup everytime after one successful trial, could be something related to optfine
NeonCao opened this issue ยท 4 comments
Version Info
- Minecraft, 1.18.1
- Chunk Loaders, 1.1.8
- Optfine, HD_U_H4
Steps to Reproduce
install the mod (with optfine), start the game, everything goes normal, close the game, and after that the game crash everytime on startup. no sure if its the issue with mod or optfine
Crash report (~/logs/latest.log)
crash-2022-01-10_09.16.32-fml.txt
latest.log
install the mod (with optfine), start the game, everything goes normal, close the game, and after that the game crash everytime on startup
Minecraft doesn't crash when I try this.
com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
This seems to be the cause of the crash. It's trying to read the config.
Could you delete the config file and see if the error still occurs?
Also, what Forge version are you using?
the forge I'm using is 39.0.7.
the error is indeed caused by the config file, I unloaded the chunker loader mod and try relaunching the game and it still crashes, when I check the config folder I found about 30 config files from random mods are corrupted (shows the unsupported file type in VS coder). After I deleted all the corrupted config files the game runs normally. so I add the chunker loader mod back and everything goes normal until now. now sure why the config file was corrupted. I'll leave a new comment if the same thing happens again. Thank you so much for the fast response.