mccreery / better-hud

All the information you'll ever need! A Minecraft mod written in Forge.
https://www.curseforge.com/minecraft/mc-mods/better-hud
MIT License
32 stars 11 forks source link

Client Crashing on Multiplayer Server With AutoPackager Mod #53

Closed FriendlyGamer closed 5 years ago

FriendlyGamer commented 5 years ago

All I literally did was /home on my server and it crashed my client even on client's restart and reconnecting.

I am suspecting this mod is not playing "nice" with AutoPackager according to my hosting provider. Due to the crash report structure and the fact this mod still a BETA product.

Related contents are in this ZIP file. Including the Crash Report and the configs of both mods. betterhud.zip

mccreery commented 5 years ago

I have just read the crash report, but this is most likely a problem with AutoPackager and not Better HUD. I had another mod with a very similar problem recently. If you haven't already, post the same crash over there, as it will likely be an easy fix (NPEs usually are).

FriendlyGamer commented 5 years ago

Ahh okay, I will post it there and see what they says. I will also point them here so they understand that you already looked at it.

The core reason I put it here was... A. The server wasn't faulting (so it's indicated more towards the client than say a block issue)
B. It clearly listed the original suspected mod to cause a concern to post it here.

But nevertheless I will see if they indeed fix it in a snap.

mccreery commented 5 years ago

yeah, the issue is definitely related to this mod (part of the block viewer) but this crash should still never happen. It can be hard to test for all these things since there isn't all that much documentation for rules your tile entities must follow apart from working on their own.

Edit: the related issue is #51.

FriendlyGamer commented 5 years ago

Ahh I gotcha, yea it's a PITR if there not much standards to adhere to begin with. :(