SuperMartijn642 / ChunkLoaders

15 stars 11 forks source link

[Crash] Crash the game on startup everytime after one successful trial, could be something related to optfine #40

Closed NeonCao closed 2 years ago

NeonCao commented 2 years ago

Version Info

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

NeonCao commented 2 years ago

a screenshot of the crash, in order if it would help with debugging. image

SuperMartijn642 commented 2 years ago

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?

NeonCao commented 2 years ago

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.

SuperMartijn642 commented 2 years ago

I believe this is an issue in Forge, however it only occurs rarely. Since it is hard to reproduce, Forge hasn't been able to fix it.

Anyways, glad things work again for you. Closing this as it doesn't seem to be caused by Chunk Loaders.