TwelveIterationMods / DefaultOptions

Minecraft Mod. A way for modpacks to ship default settings without having to include an options.txt file.
https://mods.twelveiterations.com/mc/default-options/
Other
9 stars 9 forks source link

Crashes upon use. #39

Closed MagmaBro123 closed 4 years ago

MagmaBro123 commented 4 years ago

crash-2020-05-24_22.01.46-server.txt

crash-2020-05-24_22.04.43-server.txt

I'm given these 2 crashes. One when locking the diffaculty, and one when simply logging into a world. Mods and other info listed within the reports.

BlayTheNinth commented 4 years ago

This doesn't look like it's related to Default Options. Default Options only does work during loading and when joining a world for the first time, and even then it doesn't do anything that could result in tile entities being changed during loading (which is what this crash seems to be).

MagmaBro123 commented 4 years ago

Well, I have no idea, so if you don't mind trying to figure this out then that'd be nice. Besides, crash reports to me are just gabblidoodoo shit that I don't know how to read so... Yeah.

BlayTheNinth commented 4 years ago

There's nothing I can do to figure it out, some mod is creating or removing tile entities while the world is being loaded, but from the crashlog it's impossible to tell which one it is.

If it's happening consistently you could try reproducing it in a test world and removing mods to see when it stops happening. It might also be something in world generation maybe. You'd have to experiment around or see if any of the mods you're using has an open issue report related to this.