TheTurkeyDev / WitherCrumbs

3 stars 2 forks source link

Server crash when spawning a Wither #3

Closed ACGaming closed 7 years ago

ACGaming commented 7 years ago

All clients in vicinity disconnect when the last head is placed. We're using the latest versions of both Headcrumbs and Withercrumbs. 1.7.10 by the way.

Client crash excerpt Server crash excerpt

TheTurkeyDev commented 7 years ago

Your crash reports are not really pointing to anything specific in either mod. The logs just contain a lot of information about bad network connections

ACGaming commented 7 years ago

Well, how could a Wither break a network connection? Never saw a "Broken pipe" error before.

TheTurkeyDev commented 7 years ago

Broken Pipes occur when a client closes it's connection, but the server isn't notified of this and thus when it tried to send data to the client is incurs the broken pipe exception. As far as I know the wither can't cause this problem and has to do with something else on the client causing it to crash or close it's connections with the server.

ACGaming commented 7 years ago

Alright! I think that helps quite a bit. :) We have about 330 mods installed. I have to spot the mods with Wither-changing mechanics which could be the culprit(s). Thank you nonetheless!