ok after the makeops for that one package and manually pulling in SDL for the other poker3d compiles for amd64
it also runs (of sort)
a popup exists complaining it cannot find a poker server at locahost:<some port>
also any attept to login,make profile.... crashes the program
Code: Select all
...
PokerInterfaceProtocol: dataReceived menulogin1
PokerInterface::event: ('menu', 'login', '1')
changeState idle => login (args = (<function <lambda> at 0x2aaaaaedbb90>,), kwargs = {})
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/twisted/python/log.py", line 53, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "/usr/lib64/python2.4/site-packages/twisted/python/log.py", line 38, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/usr/lib64/python2.4/site-packages/twisted/python/context.py", line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib64/python2.4/site-packages/twisted/python/context.py", line 37, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/usr/lib64/python2.4/site-packages/twisted/internet/selectreactor.py", line 139, in _doReadOrWrite
why = getattr(selectable, method)()
File "/usr/lib64/python2.4/site-packages/twisted/internet/tcp.py", line 348, in doRead
return self.protocol.dataReceived(data)
File "/usr/lib64/python2.4/site-packages/pokerui/pokerinterface.py", line 600, in dataReceived
self.event(*args)
File "/usr/lib64/python2.4/site-packages/pokerui/pokerinterface.py", line 103, in event
data = self.handleMenu(data[1:])
File "/usr/lib64/python2.4/site-packages/pokerui/pokerinterface.py", line 576, in handleMenu
self.publishEvent(INTERFACE_MENU, data[0], data[1])
File "/usr/lib64/python2.4/site-packages/pokernetwork/dispatch.py", line 61, in publishEvent
cb(*args, **kwargs)
File "/usr/lib64/python2.4/site-packages/pokerui/pokerrenderer.py", line 1550, in handleMenu
self.changeState(LOGIN, lambda success: self.changeState(current_state))
File "/usr/lib64/python2.4/site-packages/pokerui/pokerrenderer.py", line 2141, in changeState
if self.protocol.user.isLogged():
exceptions.AttributeError: 'NoneType' object has no attribute 'user'
handleUnmapWindow2097838
XwncDesktop handleUnmapWindow poker-interface
XwncDesktop Window mapped poker-interface 0
PokerChildInterface: ** Message: handle_network
PokerChildInterface:
PokerChildInterface: ** (poker-interface:1645): CRITICAL **: EOF, connection lost
PokerChildInterface:
** (process:1638): DEBUG: PokerApplication is leaving with exit code 1.
** (process:1638): DEBUG: MAFSceneModel::~MAFSceneModel
** (process:1638): DEBUG: MAFSceneModel::~MAFSceneModel: HUDGroup
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Geode||0x 1a06930 3>2
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Geode||0x 227e440 3>2
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Geode||0x 3a06760 3>2
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Geode||0x 4d46130 3>2
** (process:1638): DEBUG: MAFSceneModel::~MAFSceneModel: Group
** (process:1638): DEBUG: ~MAFSceneModel: mGroup->referenceCount() = 1
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Projection||0x 39194f0 3>2
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Geode||0x 39199f0 3>2
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Geode||0x 391a820 3>2
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Geode||0x 391ba70 3>2
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: MatrixTransform||0x 3cfeae0 3>2
** (process:1638): DEBUG: RecursiveLeakCheck: reachable: Geode||0x 3cfecf0 3>2
** (process:1638): DEBUG: ~MAFSceneModel end
None
** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/fleche_droite_active.tga does not seem to be released (3)
** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/fleche_droite_normal.tga does not seem to be released (5)
** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/fleche_droite_selected.tga does not seem to be released (3)
** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/fleche_gauche_active.tga does not seem to be released (3)
** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/fleche_gauche_normal.tga does not seem to be released (5)
** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/fleche_gauche_selected.tga does not seem to be released (3)
** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/loupe_active.tga does not seem to be released (3)
** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/loupe_normal.tga does not seem to be released (5)
** (process:1638): CRITICAL **: Texture /usr/share/poker3d/data/loupe_selected.tga does not seem to be released (3)
--EDIT-- after editing the XML file to point to the pok3d server (and not localhost) poker3ds runs fine (havn't found a play money game yet)
so just those to ebuild bugs and this is amd64-ready