Dariensg / Hellions-Sniffer-Plus

Apache License 2.0
5 stars 7 forks source link

Crash on modpack loading #21

Closed Thunderrock424242 closed 9 months ago

Thunderrock424242 commented 11 months ago

image

Poopooracoocoo commented 9 months ago

Please share the crash report and log. The "view crash report" will show it to you.

katubug commented 9 months ago

crash-2024-01-03_13.42.48-client.txt

I don't have the log, but I do have this same crash report!

Dariensg commented 9 months ago

Crash report is irrelevant on this. It's not a Sniffer+ issue. The log would show the real issue.

Thunderrock424242 commented 9 months ago

Crash report is irrelevant on this. It's not a Sniffer+ issue. The log would show the real issue.

Why does your mod always appear in a crash report even tho your mod did not cause it is there a way you can fix that?

Dariensg commented 9 months ago

It's because Forge doesn't abort startup when a mod fails to load, but freezes registries. So none of the blocks register, but it still attempts to load the game. Resulting in my mod erroring since it expects things to be registered, but it doesn't when another mod breaks.