http://bugs.winehq.org/show_bug.cgi?id=4468
Summary: advapi32: GetCurrentHwProfileA (0x73325f98) semi-stub Product: Wine Version: CVS Platform: Other URL: http://www.fulltiltpoker.com/download.php OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: xerox_xerox2000@yahoo.co.uk
Hi,the pokerclient from the website above cannot connect to the server. It tries a few times with this message:
advapi32: GetCurrentHwProfileA (0x73325f98) semi-stub
Then it quits saying it cannot connect. Changing the return value of the stub (line 123 in advapi.c) from 1 to 0 makes it connect fine. I dunno how to write a proper fix for this, so i just file it here.