Sat 03 Nov 2007 10:05:47 PM UTC, original submission:
For some reason, when I played a second tournament with dachary today, a switch table button appeared. When I pressed this button, I got a crash, and had to use kill -9 to kill it. I am not sure why the switch table button was there because AFAIK I was only on one table.
Here is the traceback:
- (process:23856): CRITICAL **: serial 0 is dealer or not in serial2seat
PokerChildInterface: ** Message: handle_network
PokerChildInterface: ** Message: received chat
PokerChildInterface:
- Message: CRITICAL FATAL ERROR: MAFApplication::PythonCall: failed to call 'rotateTable' method for python object 0x00fd6b48 (domain=1, code = 6)
see the following python stack trace for more information
Traceback (most recent call last):
File "/usr/bin/poker3d", line 82, in <module>
main()
File "/usr/bin/poker3d", line 76, in main
run(args, datadir, "poker3d", upgradesdir, pokernetwork_upgradesdir)
File "/usr/lib64/python2.5/site-packages/poker/poker3d.py", line 255, in run
status = client.run()
File "/usr/lib64/python2.5/site-packages/poker/poker3d.py", line 130, in run
print_exc()
File "/usr/lib64/python2.5/traceback.py", line 227, in print_exc
print_exception(etype, value, tb, limit, file)
File "/usr/lib64/python2.5/traceback.py", line 126, in print_exception
lines = format_exception_only(etype, value)
File "/usr/lib64/python2.5/traceback.py", line 176, in format_exception_only
stype = etype.__name__
AttributeError: 'NoneType' object has no attribute '__name__'
Killed
|