I was in a Battleroom with 3 other People, no Autohost, but real Person hosted i guess.
I set myself "ready" and i guess the Hoster started the Game, but nothing happens, the Unity.py freeze. I couldn't type anything into the Chat Line.
Then i looked at the Console and get this Logs:
Code: Select all
<gtk.ListStore object (GtkListStore) at 0xb6a4bb6c>
<gtk.ListStore object (GtkListStore) at 0xb6a4bb6c>
<gtk.ListStore object (GtkListStore) at 0xb6a4bb6c>
<gtk.ListStore object (GtkListStore) at 0xb6a4bb6c>
_gtk_text_util_create_rich_drag_icon: layout size 149 13
_gtk_text_util_create_rich_drag_icon: pixmap size 159 23
<gtk.ListStore object (GtkListStore) at 0xb6a4bb6c>
<gtk.ListStore object (GtkListStore) at 0xb6a4bb6c>
<gtk.ListStore object (GtkListStore) at 0xb6a4bb6c>
<gtk.ListStore object (GtkListStore) at 0xb6a4bb6c>
<gtk.ListStore object (GtkListStore) at 0xb6a4bb6c>
<gtk.ListStore object (GtkListStore) at 0xb6a4bb6c>
<gtk.ListStore object (GtkListStore) at 0xb6a4bb6c>
<gtk.ListStore object (GtkListStore) at 0xb6a4bb6c>
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/twisted/python/log.py", line 48, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "/usr/lib/python2.4/site-packages/twisted/python/log.py", line 33, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/usr/lib/python2.4/site-packages/twisted/python/context.py", line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib/python2.4/site-packages/twisted/python/context.py", line 37, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/usr/lib/python2.4/site-packages/twisted/internet/gtk2reactor.py", line 189, in _doReadOrWrite
why = source.doRead()
File "/usr/lib/python2.4/site-packages/twisted/internet/tcp.py", line 362, in doRead
return self.protocol.dataReceived(data)
File "/usr/lib/python2.4/site-packages/twisted/protocols/basic.py", line 149, in dataReceived
self.lineReceived(line)
File "/home/Kaot/Quarantäne/Spiele/Spring/Unity/Misc/Connection.py", line 92, in lineReceived
self.processCommand(data.split(' '))
File "/home/Kaot/Quarantäne/Spiele/Spring/Unity/Misc/Connection.py", line 95, in processCommand
self.lookupTable[command[0]](command[1:])
File "/home/Kaot/Quarantäne/Spiele/Spring/Unity/Lobby/GTK-2.10/Lobby/Network_Wrapper.py", line 151, in CLIENTSTATUS
self.network_wrapper.parent.parent.Classes['Battle'].LaunchSpring()
File "/home/Kaot/Quarantäne/Spiele/Spring/Unity/Lobby/GTK-2.10/Battle/Battle.py", line 1209, in LaunchSpring
if self.parent.Classes['Main'].misc_info['Online'] == False:
exceptions.AttributeError: Main instance has no attribute 'misc_info'
[Lost connection:[Failure instance: Traceback (failure with no frames): exceptions.AttributeError: Main instance has no attribute 'misc_info'
] at Mon Apr 9 22:22:22 2007]

