Creators-of-Create / Create

[Forge Mod] Building Tools and Aesthetic Technology
MIT License
2.93k stars 907 forks source link

Minecraft crash after init #6950

Closed Whyaremax closed 1 month ago

Whyaremax commented 1 month ago

Description

When you run Minecraft one time with Create or some requirement were dealt, now if you remove Create your game would crash on init The game crashed whilst initializing game

Error: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered

While its running alright with Create mod

In this experiment, Optifine were removed. image image

95 mods were installed

Game Log

https://github.com/user-attachments/files/17008176/crash-2024-09-15_19.15.29-client.txt

Debug Information

No response

IThundxr commented 1 month ago

post latest.log

evanfoster commented 1 month ago

I don't know that my symptoms are the same, but I have a crashlooping server that has similar stack traces.

Here's the crash report: crash-2024-09-20_00.21.10-fml.txt

Here's the latest.log (The timestamps will be different because my minecraft server is running in k8s and is crashlooping): latest.log

I'll stress that I noticed similarities between @Whyaremax's crash report and my own, but I am absolutely not familiar with Minecraft's internals or Java :sweat_smile: I'll keep an eye on this issue. I may also try and walk back some mod versions.

EDIT: You know what? This probably isn't the right repo for me to be making this comment in. I'm looking more closely at the latest.log and I'm noticing some reaaallly suspicious looking log messages related to railways. I'll leave my comment and gist links up, but I suspect my problem lies elsewhere.

IThundxr commented 1 month ago

I don't know that my symptoms are the same, but I have a crashlooping server that has similar stack traces.

Here's the crash report: crash-2024-09-20_00.21.10-fml.txt

Here's the latest.log (The timestamps will be different because my minecraft server is running in k8s and is crashlooping): latest.log

I'll stress that I noticed similarities between @Whyaremax's crash report and my own, but I am absolutely not familiar with Minecraft's internals or Java 😅 I'll keep an eye on this issue. I may also try and walk back some mod versions.

EDIT: You know what? This probably isn't the right repo for me to be making this comment in. I'm looking more closely at the latest.log and I'm noticing some reaaallly suspicious looking log messages related to railways.

create connected has a failing mixin, report to them, railways is just incorrectly being blamed by forge

evanfoster commented 1 month ago

Yep, was just about to come back and report that! Sorry for the noise and distraction, and I appreciate your really fast response. I'll head on over there and let them know there's an oops in the latest beta.

EDIT: Yeah, please disregard me entirely. I didn't read the docs, so my issue was caused by me mismatching mod versions.