http://bugs.winehq.org/show_bug.cgi?id=8727
Summary: wine crashes when running the soft. Product: Wine Version: 0.9.39. Platform: PC URL: http://www.everestpoker.com/fr/dload/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: krop@free.fr
Everest Poker is an online poker room. When trying to running it, wine crashes because of "pdh.dll.PdhOpenQueryW" function. (attachment #1)
Attachment #2 is the output for : WINEDEBUG=+tid,+seh wine Everest\ Poker.exe &> /tmp/relay.log. Addind the +relay option generates another error : the program asks to reinstall.
One solution to log in was found by Marco Sousa and implies using ies4linux :
cd ~/.wine/drive_c/Program\ Files/Everest\ Poker/ WINEPREFIX=~/.ies4linux/ie6/ wine Everest\ Poker.exe
but once you try to open a table, the main window disappears and nothing happens. (attachment #3)
The fourth attachment is the output for : WINEDEBUG=+tid,+seh WINEPREFIX=~/.ies4linux/ie6/ wine Everest\ Poker.exe &> /tmp/relay.log
Hope this will help.