http://bugs.winehq.org/show_bug.cgi?id=19240
Summary: Unhandled exception running latest version of Full Tilt Poker Product: Wine Version: 1.1.24 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: murpe79@gmail.com
Created an attachment (id=22259) --> (http://bugs.winehq.org/attachment.cgi?id=22259) strace wine FullTiltPoker.exe (Wine 1.1.24)
A new version of Full Tilt Poker was recently pushed, and this version causes an unhandled exception when run:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc46c8d
I have tested on Ubuntu Jaunty (64-bit) with Wine 1.0.1 from Ubuntu and also Wine 1.1.24 from WineHQ. Comments from "ray" in the AppDB indicate this is not distribution or version specific. I have not been able to verify that this version of FTP works in Windows, but I assume that is the case.
Attached is an strace with Wine version 1.1.24
http://bugs.winehq.org/show_bug.cgi?id=19240
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.fulltiltpoker.co | |m/download-poker
--- Comment #1 from Ken Sharp kennybobs@o2.co.uk 2009-07-08 14:15:01 --- The log is full of (No such file or directory) Have you installed it properly? Clean WINEPREFIX?
Plus, attach WINE's console output, not strace's.
http://bugs.winehq.org/show_bug.cgi?id=19240
bash88@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bash88@gmail.com
--- Comment #2 from bash88@gmail.com 2009-07-08 16:11:04 --- Got the same prob with wine 1.1.23 under fedora 11. See my attachment.
http://bugs.winehq.org/show_bug.cgi?id=19240
--- Comment #3 from bash88@gmail.com 2009-07-08 16:12:57 --- Created an attachment (id=22278) --> (http://bugs.winehq.org/attachment.cgi?id=22278) backtrace (wine 1.1.23)
http://bugs.winehq.org/show_bug.cgi?id=19240
--- Comment #4 from Ken Sharp kennybobs@o2.co.uk 2009-07-08 16:29:59 --- Run wine as normal, do not use strace, do not use winedbg, do not use anything else!
You will also need to use a version of wine with debug symbols. Ask in a support forum (NOT Bugzilla) if you need help doing this. http://www.winehq.org/help/
http://bugs.winehq.org/show_bug.cgi?id=19240
--- Comment #5 from Vitaliy Margolen vitaliy@kievinfo.com 2009-07-08 20:05:06 --- $ winedbg /home/undef/.wine/drive_c/Program\ Files/Full\ Tilt\ Poker/FullTiltPoker.exe
This is invalid way to run program. You were asked not to use any debuggers. For the proper command line invocations see FAQ: http://wiki.winehq.org/FAQ#run_from_terminal
http://bugs.winehq.org/show_bug.cgi?id=19240
--- Comment #6 from Michael Stenzel mastergizmo@arcor.de 2009-07-09 06:37:38 --- Created an attachment (id=22293) --> (http://bugs.winehq.org/attachment.cgi?id=22293) run with WINEDEBUG=+seh
Hello,
got the same problem. Just compiled wine-1.1.25 and a fresh .wine was used. Install seems to work fine.
$ cd .wine/drive_c/Programme/Full\ Tilt\ Poker/ $ wine FullTiltPoker.exe err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7ef9f239
attached a terminal output with WINEDEBUG=+seh
http://bugs.winehq.org/show_bug.cgi?id=19240
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #22259|0 |1 is obsolete| | Attachment #22278|0 |1 is obsolete| | Attachment #22293|0 |1 is obsolete| |
--- Comment #7 from Ken Sharp kennybobs@o2.co.uk 2009-07-09 07:23:45 --- Created an attachment (id=22294) --> (http://bugs.winehq.org/attachment.cgi?id=22294) wine-1.1.25-133-g7cc7e7b +relay +seh +tid +file
This produces the shortest +relay log I've ever seen:
001b:trace:relay:load_list L"RelayExclude" = L"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98" 001b:trace:relay:load_list L"RelayFromExclude" = L"winex11.drv;user32;gdi32;advapi32;kernel32" 001b:Call KERNEL32.__wine_kernel_init() ret=7bc4ec30
+file shows the app calls QtCore4.dll (which calls ws2_32.dll) before immediately exiting.
Native ws2_32 doesn't help, but I doubt that's the problem anyway.
http://bugs.winehq.org/show_bug.cgi?id=19240
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18511
http://bugs.winehq.org/show_bug.cgi?id=19240
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Blocks|18511 | Summary|Unhandled exception running |Full Tilt Poker exits |latest version of Full Tilt |silently |Poker | Ever Confirmed|0 |1
--- Comment #8 from Ken Sharp kennybobs@o2.co.uk 2009-07-09 07:24:48 --- Confirming.
http://bugs.winehq.org/show_bug.cgi?id=19240
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18511
http://bugs.winehq.org/show_bug.cgi?id=19240
--- Comment #9 from Will Tipton wtipton@hmc.edu 2009-07-09 09:07:03 --- Created an attachment (id=22296) --> (http://bugs.winehq.org/attachment.cgi?id=22296) backtrace, git as of 7/9/09
Attaching backtrace with debug symbols from recent git pull.
http://bugs.winehq.org/show_bug.cgi?id=19240
--- Comment #10 from Andreas Wettergren murpe79@gmail.com 2009-07-09 11:50:49 --- (In reply to comment #1)
The log is full of (No such file or directory) Have you installed it properly? Clean WINEPREFIX?
Plus, attach WINE's console output, not strace's.
Sorry about the strace, my bad. The wine output was embedded in the main text. This was run with a clean .wine, don't know about the reason for (No such file or directory), but the installation seems fine with other win32 apps.
I see you've got more input from other sources, do you need more info from me?
http://bugs.winehq.org/show_bug.cgi?id=19240
Will Tipton wtipton@hmc.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wtipton@hmc.edu
http://bugs.winehq.org/show_bug.cgi?id=19240
--- Comment #11 from Andreas Wettergren murpe79@gmail.com 2009-07-09 17:16:50 --- There seems to be a lot of trouble on Windows too with this recent update. I spotted a thread on 2+2 were the update is discussed (18 pages!); http://forumserver.twoplustwo.com/28/internet-poker/ftp-update-7-9-a-529247/
There is a fresh installer out (did a diff against the one i downloaded yesterday), but alas it still triggers the same error in Wine.
Maybe it might be wise to wait a little until the client is more stable?
http://bugs.winehq.org/show_bug.cgi?id=19240
bpowell01@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bpowell01@gmail.com
--- Comment #12 from bpowell01@gmail.com 2009-07-10 08:28:43 --- While there are many complaints about the recent FT updates at least under Windows it does load and allows you to play.
Most of the complaints are due to 3rd party apps being blocked or not working and the card styles changing.
I have a Windows virt that I have been using since this broke under Wine and I am not having any issues with either of the recent updates at all, or course I dont use any HUD's either.
http://bugs.winehq.org/show_bug.cgi?id=19240
Kevin Zollman kzollman@andrew.cmu.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kzollman@andrew.cmu.edu
http://bugs.winehq.org/show_bug.cgi?id=19240
Dan dhall12@cinci.rr.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dhall12@cinci.rr.com
http://bugs.winehq.org/show_bug.cgi?id=19240
--- Comment #13 from bpowell01@gmail.com 2009-07-30 09:26:51 --- Just wanted to confirm this is still occurring with the latest FT update released 7/30/2009 FullTilt software version 4.20.0.
http://bugs.winehq.org/show_bug.cgi?id=19240
Marty Amodeo martyspamtrap@comcast.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |martyspamtrap@comcast.net
--- Comment #14 from Marty Amodeo martyspamtrap@comcast.net 2009-07-31 16:51:27 --- I can confirm that the latest update of Full Tilt also has the same problem. The address changes to "0x7bc47890" after the Full Tilt update is applied.
http://bugs.winehq.org/show_bug.cgi?id=19240
--- Comment #15 from Ken Sharp kennybobs@o2.co.uk 2009-08-04 18:47:51 --- Created an attachment (id=22813) --> (http://bugs.winehq.org/attachment.cgi?id=22813) wine-1.1.26-351-gd97cc15 +all (745 KB)
http://bugs.winehq.org/show_bug.cgi?id=19240
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #22296|0 |1 is obsolete| |
--- Comment #16 from Ken Sharp kennybobs@o2.co.uk 2009-08-04 19:02:01 --- Created an attachment (id=22814) --> (http://bugs.winehq.org/attachment.cgi?id=22814) wine-1.1.26-351-gd97cc15 winedbg
http://bugs.winehq.org/show_bug.cgi?id=19240
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |ntdll
http://bugs.winehq.org/show_bug.cgi?id=19240
--- Comment #17 from Nikolay Sivov bunglehead@gmail.com 2009-08-05 10:57:21 --- (In reply to comment #16)
Created an attachment (id=22814)
--> (http://bugs.winehq.org/attachment.cgi?id=22814) [details]
wine-1.1.26-351-gd97cc15 winedbg
Hi, Ken. This commit:
http://source.winehq.org/git/wine.git/?a=commit;h=b76dc21b8213ebbca210f535cb...
should help here. Retest with current please.
http://bugs.winehq.org/show_bug.cgi?id=19240
--- Comment #18 from Andrew Nguyen arethusa26@gmail.com 2009-08-05 11:29:30 --- Full Tilt Poker does indeed start with wine-1.1.26-390-g31dab8f.
http://bugs.winehq.org/show_bug.cgi?id=19240
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #19 from Austin English austinenglish@gmail.com 2009-08-05 11:36:01 --- Fixed then.
http://bugs.winehq.org/show_bug.cgi?id=19240
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #20 from Alexandre Julliard julliard@winehq.org 2009-08-07 12:55:37 --- Closing bugs fixed in 1.1.27.
http://bugs.winehq.org/show_bug.cgi?id=19240
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |b76dc21b8213ebbca210f535cb4 | |ef4602cb90e5e