http://bugs.winehq.org/show_bug.cgi?id=11239
Summary: Steam Games No Longer Start - bisected the cause to ntdll Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: philcostin@hotmail.com
The following patch, introduced on Jan 15th 2008 has resulted in Steam games being unable to start.
bd352bcd1c98ed91bdb337e73cddfd8ceac095d6
err:seh:setup_exception nested exception on signal stack in thread 004f eip 7efc20b3 esp 7ffdb770 stack 0x241000-0x350000
http://bugs.winehq.org/show_bug.cgi?id=11239
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #1 from Dan Kegel dank@kegel.com 2008-01-17 19:23:21 --- That seems to be "Alexandre Julliard : ntdll: Linux support for saving and restoring the extended FPU context on exceptions." http://winehq.org/pipermail/wine-cvs/2008-January/039635.html
http://bugs.winehq.org/show_bug.cgi?id=11239
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2008-01-17 22:21:22 --- Same here - confirming. Reverting 992de9f487abf009e027ce51c51f94961573bf34 (because of conflicts) then bd352bcd1c98ed91bdb337e73cddfd8ceac095d6 fixes the crash for me.
http://bugs.winehq.org/show_bug.cgi?id=11239
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |scott.vanderwall@gmail.com
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2008-01-17 22:24:59 --- *** Bug 11240 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=11239
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |vitaliy@kievinfo.com
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2008-01-18 08:52:21 --- With current git 3471f84 still crashes:
err:seh:setup_exception nested exception on signal stack in thread 0043 eip 7bc64bcf esp 7ffdb960 stack 0x241000-0x350000
http://bugs.winehq.org/show_bug.cgi?id=11239
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2008-01-18 12:26:58 --- Please get a +relay,+server,+seh trace.
http://bugs.winehq.org/show_bug.cgi?id=11239
--- Comment #6 from Vitaliy Margolen vitaliy@kievinfo.com 2008-01-18 13:30:50 --- Created an attachment (id=10346) --> (http://bugs.winehq.org/attachment.cgi?id=10346) Relevant part of +relay,+tid,+server,+seh log
This is all of the 0036 thread start to finish.
http://bugs.winehq.org/show_bug.cgi?id=11239
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=11239
--- Comment #7 from Anastasius Focht focht@gmx.net 2008-01-21 15:28:45 --- Created an attachment (id=10398) --> (http://bugs.winehq.org/attachment.cgi?id=10398) patch which fixes fxsave crash
Hello,
I'm wondering why this hasn't P1 (top!) priority... This regression breaks *lots* of stuff. Makes debugging impossible (winedbg and friends), no applications/games which use debugging api (majority) and the like.
You might try my patch. Should be fixed in GIT asap.
Regards
http://bugs.winehq.org/show_bug.cgi?id=11239
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |critical Priority|P2 |P1
--- Comment #8 from Dan Kegel dank@kegel.com 2008-01-21 18:31:13 --- Fixes winedbg for me. Thanks!
http://bugs.winehq.org/show_bug.cgi?id=11239
--- Comment #9 from Lars-Philip Kramer larsphilip@gmx.de 2008-01-22 07:40:17 --- The latest git still does not fix this. Steam games won't start. To which file do I have to apply the patch posted by Anastasius Focht?
http://bugs.winehq.org/show_bug.cgi?id=11239
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #10 from Anastasius Focht focht@gmx.net 2008-01-22 08:00:34 --- Hello,
--- quote --- The latest git still does not fix this. Steam games won't start. To which file do I have to apply the patch posted by Anastasius Focht? --- quote ---
well your "latest" GIT snapshot is not "current" enough. The fix has been committed now: http://source.winehq.org/git/wine.git/?a=commit;h=0375b7a1f323b0bf77c08b7df5...
[focht@nexus wine-git]$ wine --version wine-0.9.53-221-g755d806
Try fetching latest GIT again. Rebuild and report back.
Regards
http://bugs.winehq.org/show_bug.cgi?id=11239
--- Comment #11 from Lars-Philip Kramer larsphilip@gmx.de 2008-01-22 08:20:34 --- Created an attachment (id=10405) --> (http://bugs.winehq.org/attachment.cgi?id=10405) error output
That's what I get when trying to start a steam game.
http://bugs.winehq.org/show_bug.cgi?id=11239
Lars-Philip Kramer larsphilip@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |larsphilip@gmx.de
--- Comment #12 from Lars-Philip Kramer larsphilip@gmx.de 2008-01-22 08:21:46 --- Thanks for the quick reply.
I do have that exact git version, so it seems my problem is similar but not the same. I've attached my error output above.
http://bugs.winehq.org/show_bug.cgi?id=11239
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #13 from Vitaliy Margolen vitaliy@kievinfo.com 2008-01-22 09:11:16 --- Fixed here with current git (755d806).
http://bugs.winehq.org/show_bug.cgi?id=11239
--- Comment #14 from Scott Van Der Wall scott.vanderwall@gmail.com 2008-01-24 08:01:17 --- I tried this mornings git and steam still doesn't start for me. This makes me believe that my original bug isn't related to this (Bug 11240).
http://bugs.winehq.org/show_bug.cgi?id=11239
--- Comment #15 from Vitaliy Margolen vitaliy@kievinfo.com 2008-01-24 08:46:24 --- (In reply to comment #14) Where do you see steam not starting? This bug about steam _games_ not starting. And that problem is fixed.
http://bugs.winehq.org/show_bug.cgi?id=11239
--- Comment #16 from Scott Van Der Wall scott.vanderwall@gmail.com 2008-01-24 09:18:04 --- My apologies. I meant steam games. And it is not fixed for me, so I'm assuming another problem is there. Maybe with x86_64 architecture. I'll try to figure out exactly what's wrong when I get off work.
http://bugs.winehq.org/show_bug.cgi?id=11239
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Dan Kegel dank@kegel.com 2008-01-28 06:07:40 --- Closing all RESOLVED FIXED bugs older than 0.9.54.
http://bugs.winehq.org/show_bug.cgi?id=11239
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified
http://bugs.winehq.org/show_bug.cgi?id=11239
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |0375b7a1f323b0bf77c08b7df57 | |a8153443eae91 Version|unspecified |0.9.53. Summary|Steam Games No Longer Start |Steam Games No Longer Start |- bisected the cause to | |ntdll | Regression SHA1| |bd352bcd1c98ed91bdb337e73cd | |dfd8ceac095d6
--- Comment #18 from Anastasius Focht focht@gmx.net 2011-10-13 13:00:36 CDT --- Hello,
filling/correcting fields...
Regards