wgrand08 / tether

Automatically exported from code.google.com/p/tether
0 stars 0 forks source link

game crashes when canceling "host game" #275

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When you start hosting a game and you click the cancel button the game
crashes. Revision 1018
Ubuntu 9.10 - python 2.6.4
Bash output is attached.

Original issue reported on code.google.com by stijndw1...@gmail.com on 26 Mar 2010 at 4:08

Attachments:

GoogleCodeExporter commented 9 years ago
This is actually a duplicate issue. Because of limitations to the twisted 
library
used for networking I can't cleanly close the connections and start them back up
again. As a work around when you choose to cancel from the pregame setup 
(whether as
host or client) it actually quits the entire game and launches it up again 
(without
the intro screen) to make certain the network is reset. The error messages you 
are
seeing are the regular error messages MoonPy has always given since the 
beginning
when quitting from anywhere besides the main menu. Launch a game and quit and 
you'll
see the same messages. I'm merging this with issue 107 because fixing one will
automatically fix the other. 

Original comment by Donkyhotae on 26 Mar 2010 at 4:41