Public bug reported:

On a fresh install of python-poker2d, during startup of poker2d, I can
see the main window appearing and immediately disappearing again.
Started from a console, the following traceback is reported:

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/pokerclient2d/poker2d.py", line 149, 
in run
    reactor.run()
  File "/usr/lib/python2.5/site-packages/twisted/internet/gtk2reactor.py", line 
175, in run
    self.__run()
  File "/usr/lib/python2.5/site-packages/twisted/internet/gtk2reactor.py", line 
114, in wrapper
    return real_cb(real_s, condition)
  File "/usr/lib/python2.5/site-packages/twisted/internet/gtk2reactor.py", line 
206, in callback
    log.callWithLogger(source, self._doReadOrWrite, source, condition)
--- <exception caught here> ---
  File "/usr/lib/python2.5/site-packages/twisted/python/log.py", line 48, in 
callWithLogger
    return callWithContext({"system": lp}, func, *args, **kw)
  File "/usr/lib/python2.5/site-packages/twisted/python/log.py", line 33, in 
callWithContext
    return context.call({ILogContext: newCtx}, func, *args, **kw)
  File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 59, 
in callWithContext
    return self.currentContext().callWithContext(ctx, func, *args, **kw)
  File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 37, 
in callWithContext
    return func(*args,**kw)
  File "/usr/lib/python2.5/site-packages/twisted/internet/gtk2reactor.py", line 
203, in _doReadOrWrite
    self._disconnectSelectable(source, why, didRead == source.doRead)
  File "/usr/lib/python2.5/site-packages/twisted/internet/posixbase.py", line 
255, in _disconnectSelectable
    selectable.connectionLost(f)
  File "/usr/lib/python2.5/site-packages/twisted/internet/tcp.py", line 576, in 
connectionLost
    Connection.connectionLost(self, reason)
  File "/usr/lib/python2.5/site-packages/twisted/internet/tcp.py", line 416, in 
connectionLost
    protocol.connectionLost(reason)
  File "/usr/lib/python2.5/site-packages/pokernetwork/pokerclient.py", line 
1215, in connectionLost
    UGAMEClientProtocol.connectionLost(self, reason)
  File "/usr/lib/python2.5/site-packages/pokernetwork/client.py", line 100, in 
connectionLost
    UGAMEProtocol.connectionLost(self, reason)
  File "/usr/lib/python2.5/site-packages/pokernetwork/protocol.py", line 93, in 
connectionLost
    self.protocolInvalid("different", PROTOCOL_MAJOR + "." + PROTOCOL_MINOR)
  File "/usr/lib/python2.5/site-packages/pokernetwork/pokerclient.py", line 
1411, in protocolInvalid
    UGAMEClientProtocol.protocolInvalid(self, server, client)
  File "/usr/lib/python2.5/site-packages/pokernetwork/client.py", line 93, in 
protocolInvalid
    self.factory.established_deferred.errback((self, server, client),)
  File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 261, 
in errback
    self._startRunCallbacks(fail)
  File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 290, 
in _startRunCallbacks
    raise AlreadyCalledError
twisted.internet.defer.AlreadyCalledError:

** Affects: poker-network (Ubuntu)
     Importance: Undecided
         Status: New

-- 
poker2d crashes during startup
https://bugs.launchpad.net/bugs/126268
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to