openube / opennero

Game platform for Artificial Intelligence research and education
Other
1 stars 0 forks source link

Cannot re-open external menu without exiting program #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start NERO mod of OpenNERO, wait for the external menu to open
2. Hit ESC
3. Start NERO mod again

What is the expected output? What do you see instead?

Get back into NERO mod, open the menu again.

Please use labels and text to provide additional information.

BSOD, error message in logs:

Traceback (most recent call last):
  File "NERO/main.py", line 8, in <module>
    script_server = ScriptServer()
  File "common/menu_utils.py", line 36, in __init__
    self.server.bind((HOST, port))
  File "<string>", line 1, in bind
socket.error: [Errno 98] Address already in use

Original issue reported on code.google.com by ikarpov on 9 Mar 2011 at 7:35

GoogleCodeExporter commented 9 years ago
patch fixing this bug generated

Original comment by ikarpov on 9 Mar 2011 at 7:41

Attachments:

GoogleCodeExporter commented 9 years ago
r895 fixes this in trunk

Original comment by ikarpov on 9 Mar 2011 at 7:44