gavinsmod / gavinsextensiblemod

A Minecraft mod with a lot of cool features.
MIT License
29 stars 1 forks source link

Crashes when running #44

Closed piglino closed 1 year ago

piglino commented 1 year ago

thanks

GT3CH1 commented 1 year ago

Hi,

Thank you for creating an issue! Would you please attach the full output from the game crash? That will help me identify the core cause of the problem. The settings file being blank is due to the mod not getting past the first half of the initialization. The second half of the initialization is when the settings file should be populated.

Thanks for the report!

GT3CH1 commented 1 year ago

Thank you - I will work on reproducing the problem to see what caused the stack overflow in the first place.

GT3CH1 commented 1 year ago

Thank you - I will work on reproducing the problem to see what caused the stack overflow in the first place.

thanks brother, as I see the problem is for real in Settings.java not sure exactly at what line but like gotta do something with that new methods and gavui

It was a problem within loading default settings - I had sort of an "Infinite Loop" occurring (which caused the Stack Overflow error) which was not meant to be. I have identified and fixed the issue, and I am currently testing the fix to see if there is any other problems with loading the mod.

GT3CH1 commented 1 year ago

I have released hotfix 2 which hopefully addresses this issue. I was able to reproduce the problem on my computer and confirmed that this issue is solved. Please see the releases tab for the download for 1.19.2-2. Please let me know if you have any further issues or suggestions regarding this mod.

Thank you again!

piglino commented 1 year ago

I have released hotfix 2 which hopefully addresses this issue. I was able to reproduce the problem on my computer and confirmed that this issue is solved. Please see the releases tab for the download for 1.19.2-2. Please let me know if you have any further issues or suggestions regarding this mod.

Thank you again!

yeah thanks brother, sounds great. Thanks for letting me know where the problem was as well. keep up the great grind king.