immortius / chunkbychunk

Minecraft mod in which you unlock the world chunk by chunk
Other
17 stars 5 forks source link

Game Crash on World Load #56

Closed Onemario1234 closed 1 year ago

Onemario1234 commented 1 year ago

crash-2023-02-19_00.33.25-server.txt latest.log

My game keeps crashing when loading into the world, and according to the latest.log, it only happens when spawning me. At least, that's what I could gather. What's going on?

EDIT: Tried to start a file with Chunk by Chunk not installed and got the exact same bootstrap error. Absolutely no idea what's happening.

immortius commented 1 year ago

This appears to be a Somnia Awoken issue rather than a chunk by chunk issue on first read - likely your Somnia Awoken configuration is malformed (check the sideEffectStages section of the somnia-common.toml file, it should be a list of lists of the form [number, number, id, number, number], but you seem to have a number where the id should be for one of them).

Onemario1234 commented 1 year ago

Really? Huh. I have no idea how that happened.

EDIT: Might've been Mr. Crayfish's Configured mod, now that I think about it. It has broken other mods in a similar fashion in the past.

Onemario1234 commented 1 year ago

What do I put in the ID section, then? Not sure what to do with that.

Onemario1234 commented 1 year ago

Wait hold on, I was able to set those back to the recommended with Configured. Should solve the issue, let me check.

Onemario1234 commented 1 year ago

Yep, it's working now. Thanks for letting me know the issue!