barneygale / mark2

minecraft server wrapper, written in python with twisted
Other
105 stars 27 forks source link

The server can be left in broken-but-still-running states or exit without closing the java instance #2

Closed edk0 closed 11 years ago

edk0 commented 11 years ago

Not yet sure exactly what causes these. Exceptions being thrown at various places can cause either effect, so we probably need a way to handle fatal errors that's better than by hacky exception-throwing method.

barneygale commented 11 years ago

This should be solved when new-events comes up.