OpenBlocks

OpenBlocks

56M Downloads

Open Mod Crash in pipeline handler

Opened this issue ยท 1 comments

commented

Hello,

I don't know if i'm in the right place of OpenMods so excuse me if i'm not <<

I get this random crash:

http://pastebin.com/Qtrkq57A

commented

Duplicate of #559. It's not cause of crash, just side effect.

Lines like "Minecraft server error. Server will be restarted." aren't ours and hint at what's actually happening: server is closing, but our code is trying to send message. Completely harmless though - in later OpenModsLib snapshots this case is handled directly and just ignored.