BlueDuckYT / The-Outer-End

Other
14 stars 7 forks source link

Incompatible with Hellion's Sniffer + #78

Closed LucioMagno closed 8 months ago

BlueDuckYT commented 8 months ago

Do you have a log or anything that may point towards what the incompatibility is?

LucioMagno commented 8 months ago

crash-2024-01-17_17.04.51-client.txt

adozenlionsroaring commented 8 months ago

It isn’t incompatible with Hellion’s Sniffer, I’ve got the two running alongside each other at the moment. Hellion’s Sniffer mod often misleadingly shows up in these crash reports because it expects stuff to be registered and gives an error message when it doesn’t (due to another mod breaking the game)- explanation from the author:

“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.”

In your case, it looks like the crash has occurred because you have forgotten to install Blueprint alongside Outer End.

BlueDuckYT commented 8 months ago

in light of adozenlionsroaring's explanation, I'm gonna close this issue