http://bugs.winehq.org/show_bug.cgi?id=5598
Summary: nested exceptions running game when using kernel 2.6.17 Product: Wine Version: 0.9.14. Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: kkelly@cinci.rr.com
I'm not sure if this is a bug in wine, the kernel, or the result of sloppy programming in the Windows app. When running Day of Defeat (a Half-Life mod) via Steam with kernel-2.6.17 and later I get the following when the game starts up:
fixme:seh:check_no_exec No-exec fault triggered at 0x1e44e79, enabling work-around fixme:seh:check_no_exec No-exec fault triggered at 0x1e49364, enabling work-around fixme:seh:check_no_exec No-exec fault triggered at 0x1e42350, enabling work-around fixme:seh:check_no_exec No-exec fault triggered at 0x1e4ccfc, enabling work-around fixme:seh:check_no_exec No-exec fault triggered at 0x1e483f3, enabling work-around fixme:seh:check_no_exec No-exec fault triggered at 0x1e4fe36, enabling work-around fixme:seh:check_no_exec No-exec fault triggered at 0x1e41eb5, enabling work-around fixme:seh:check_no_exec No-exec fault triggered at 0x1e47422, enabling work-around err:seh:setup_exception nested exception on signal stack in thread 003d eip 7ffb4a83 esp 7fe43bd0 stack 0x7fab1000-0x7fbc0000 err:seh:setup_exception nested exception on signal stack in thread 003d eip 7ffb4a83 esp 7fe43bd0 stack 0x7fab1000-0x7fbc0000
I'm running Gentoo on an AMD64 system. Newer versions of wine won't build on my system right now, so I don't know if the problem is still there. Reverting to kernel-2.6.16 fixes the problem.