CleanroomMC / MixinBooter

Allows any mixins that work on mods to work effortlessly. With a single class and an annotation. On 1.12.2.
GNU Lesser General Public License v2.1
50 stars 17 forks source link

Mixin causes game to crash when entering nether #35

Closed crush2021-1 closed 1 year ago

crush2021-1 commented 1 year ago

I initially thought sponge was the problem as that's when the problem began, but after posting on sponge forums I have been pointed in this direction. here is the log from a crash. I am playing tekxit 3.14 on my server and the minecraft version is 1.12.2 if that helps. https://github.com/crush2021-1/latest-log/blob/7efe42d6b77e1b08390ce35027f581de1232e3a1/latest%20log%20820 mixins.bugfixes.world.chunksaving is what brought me here I have already changed the config for sponge but it hasn't solved the problem. Let me know if you need anymore info or another log, thanks.

ACGaming commented 1 year ago

Looks like features from Universal Tweaks are incompatible with SpongeForge. Please disable Entity Tracker under Bugfixes -> Entities and Chunk Saving under Bugfixes -> World inside the Universal Tweaks config and try again!

crush2021-1 commented 1 year ago

Sorry been away. Just applied the changes, but the server still crashed after entering the nether.

crush2021-1 commented 1 year ago

I should also note that I did try uninstalling Universal tweaks and that didnt solve the problem either.

ACGaming commented 1 year ago

Are you able to test without using SpongeForge? Just to rule it out.

crush2021-1 commented 1 year ago

Ya without sponge forge it works perfectly fine, however I already posted on it regarding sponge but they pointed me here. Here’s the link to the forum if you want see what we already covered. https://forums.spongepowered.org/t/just-added-sponge-to-my-tekxit-pi-server-and-it-crashes-every-time-we-go-to-the-nether/42011

ACGaming commented 1 year ago

Is there any reason you‘re using a heavily outdated version of SpongeForge? I threw the latest version into Tekxit and could launch and switch dimensions just fine.

crush2021-1 commented 1 year ago

I thought i was using the current version Ill try it

crush2021-1 commented 1 year ago

still crashes in nether

ACGaming commented 1 year ago

Odd, won‘t for me. Do you get an actual crash report? If so, please share it.

crush2021-1 commented 1 year ago

https://github.com/crush2021-1/latest-log/blob/53738729aca9977ce97d30621ad8bf532939a132/crash%20report%20625 theres a link to the latest crash report, there are also some logs if you would like to see those aswell

ACGaming commented 1 year ago

Sponge itself is failing at processing advancements, possibly the ‚We Need to Go Deeper‘ advancement upon entering the Nether. Nothing we can do from the MixinBooter/Universal Tweaks side.