gbl / AntiGhost

Mod that requests the server to send surrounding blocks to you, to get rid of ghost blocks
MIT License
28 stars 16 forks source link

Fabric 1.17.1 Crash mentioning Antighost #23

Closed DatrixTHLK closed 2 years ago

DatrixTHLK commented 2 years ago

Hi,

I've had a crash with Antighost

Crash Log: https://bytebin.lucko.me/MbRJnAsAXO

Minecraft: 1.17.1 Fabric: 0.12.5 Antighost: fabric0.36.1-1.1.4

Not sure exactly why.

gbl commented 2 years ago

Not sure why the last line suspects AntiGhost, but that's wrong ...

The top of the stack trace says

    at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.61)
    at com.alcatrazescapee.cyanide.codec.MixinHooks.readRegistries(MixinHooks.java:67)
    at net.minecraft.util.registry.DynamicRegistryManager.handler$bgg000$loadCollectingErrors(DynamicRegistryManager:531)

and all the lines above that hint at some problems when reading some json definition files, which is consistent with the readRegistries method name.

So I guess you might want to remove or reinstall cyanide: Cyanide (Fabric) 1.2.0 as that is the mod that was active when the crash occured.

DatrixTHLK commented 2 years ago

I see thanks for the help and response