Jab125 / forge-early-loading-screen

Port of (Neo)Forge's earlydisplay to Fabric
GNU Lesser General Public License v2.1
7 stars 0 forks source link

Crash on linux with AOF7 modpack #7

Closed Yoosk closed 3 months ago

Yoosk commented 6 months ago

Game is crashing before it even can create crash-report so the latest.log is only available option, added the mod that AOF7 modpack and this is the outcome: https://mclo.gs/f0jOY7x

Jab125 commented 6 months ago

Try adding -Djdk.attach.allowAttachSelf=true to JVM args.

Yoosk commented 6 months ago

this doesnt seem right either https://mclo.gs/lsgqsf9

Jab125 commented 6 months ago

Does this happen with the mod by itself? And does it vary depending on what launcher you are using?

Jab125 commented 3 months ago

The mod should now not crash if it failed to patch classes properly.