http://bugs.winehq.org/show_bug.cgi?id=6063
Summary: pokerstars / builtin kernel32.dll & user32.dll limitations Product: Wine Version: 0.9.19. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P4 Component: wine-kernel AssignedTo: wine-bugs@winehq.org ReportedBy: rshaw1@gmail.com
the following fixme's are thrown at startup using the builtins, the user manual warns against overiding this pair with native .dll's.
fixme:resource:GetGuiResources (0xffffffff,1): stub fixme:resource:GetGuiResources (0xffffffff,0): stub fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot fixme:toolhelp:Heap32ListFirst : stub fixme:resource:GetGuiResources (0xffffffff,1): stub fixme:resource:GetGuiResources (0xffffffff,0): stub fixme:win:FlashWindowEx 0x34e754 fixme:win:FlashWindowEx 0x34ed68 fixme:win:FlashWindowEx 0x34ee48 fixme:win:FlashWindowEx 0x34efbc fixme:resource:GetGuiResources (0xffffffff,1): stub fixme:resource:GetGuiResources (0xffffffff,0): stub fixme:resource:GetGuiResources (0xffffffff,1): stub fixmefixme:resource:GetGuiResources (0xffffffff,1): stub fixme:resource:GetGuiResources (0xffffffff,0): stub
and is repeated whenever the mouse is double clicked to go to a table
the application works dispite the fixme's with only minor loss of function (mouse hover over chip stack should display bet amount and over player should display user information)
reporting against 0.9.19 and 0.9.20 (.20 not available in the drop down yet)
a minor issue for this app as it works almost perfectly, but clearing these issues may impact other applications that are tied more closely to kernel32 and user32.