sdizazzo / pyaltitude

Python wrapper for interacting with and making mods for the Altitude game's built in server
http://altitudegame.com/
MIT License
1 stars 0 forks source link

Server stops working after some time - `log.txt` is rolling over to `log_old.txt` #11

Closed sdizazzo closed 4 years ago

sdizazzo commented 4 years ago

Another bug I have been scratching my head about. At least I know what the issue is now. As we are tailing log.txt and it hits a certain size, it suddenly rolls over to log_old.txt and leaves the program in a useless state. It's been hard to track down because the main thread and workers keep running and there is no exception. The file closes cleanly and the read loop ends and everything just continues on as if nothing had changed.

sdizazzo commented 4 years ago

Done and DONE! https://github.com/sdizazzo/pyaltitude/issues/11