TheWinABagel / Zenith

An unofficial fabric port of Apotheosis
https://www.curseforge.com/minecraft/mc-mods/zenith
MIT License
18 stars 21 forks source link

[Crash] Exception in server tick loop #202

Open Cicopath opened 3 months ago

Cicopath commented 3 months ago

Minecraft 1.20.1 Fabric 0.16.0 Zenith 1.2.3 Zenith Attributes 0.2.7

For some reason, I'm getting a crash upon creating a world when Zenith is enabled. I haven't yet found what the incompatibility could be, but here is the crash log: crash-2024-08-09_03.25.08-server.txt.

Cicopath commented 3 months ago

Just tried it with Jade, REI, and Zenith, and it worked fine. Clearly an incompatibility in my modlist somewhere

Cicopath commented 3 months ago

I think I found the incompatibility. It's something to do between Zenith and Extra RPG Attributes. When I disabled the latter in my modpack, the crashing stopped, so I tested them together with just REI and Jade, and got a new error: crash-2024-08-09_04.01.59-client.txt crash-2024-08-09_04.06.43-client.txt

muon-rw commented 3 months ago

Duplicate of #182 You can read about the issue (and a potential fix, depending on your modlist) here: https://github.com/TheWinABagel/Zenith/issues/182#issuecomment-2215092497

Cicopath commented 3 months ago

Thank you for the update! I won't be touching the adventure module for a little bit until I can get all mods compatible with each other, so I've disabled the adventure module in the mean time. I just created a new world with the module disabled, and I can create a new world with no issue so far!

If I run into any new issues, I'll be sure to report back.