Page 1 of 1

Rare ServerGUI bug

Posted: May 29th, 2012, 4:44 am
by Jonty800
I found a rare bug in ServerGUI while quadruple-clicking like a retard. The GUI would become unresponsive and have to be shutdown manually with task manager if a second instance of the ServerGUI was opened simultaneously.
The bug is in the DataBackupSaving and happens if the backup datafile is in already in use. I fixed it using try catch finally to close the stream if an IO exception was found.

x