http://bugs.winehq.org/show_bug.cgi?id=23965
Summary: Steam exits when querying system information Product: Wine Version: 1.3.0 Platform: x86 URL: http://cdn.steampowered.com/download/SteamInstall.msi OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: adys.wh@gmail.com
In the new steam UI, Help->System information shows a "Querying system information..." dialog and then exits the client. No debug whatsoever.
http://bugs.winehq.org/show_bug.cgi?id=23965
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=23965
Fab netfab+bugs-winehq@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |netfab+bugs-winehq@gmail.co | |m
--- Comment #1 from Fab netfab+bugs-winehq@gmail.com 2010-08-11 04:04:15 --- Duplicate of bug #22751.
http://bugs.winehq.org/show_bug.cgi?id=23965
--- Comment #2 from Fab netfab+bugs-winehq@gmail.com 2010-08-11 04:17:56 --- (In reply to comment #1)
Duplicate of bug #22751.
In fact I just tried with all fonts from corefonts installed, and steam continues to crash while querying system informations. Seems not duplicate finally, or another font is required.
http://bugs.winehq.org/show_bug.cgi?id=23965
--- Comment #3 from el elton@schiert.net 2010-09-12 02:30:20 CDT --- Confirming on wine-1.3.2-157-g2c4b081 (with corefonts installed).
http://bugs.winehq.org/show_bug.cgi?id=23965
Denis Misiurca infoman1985@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infoman1985@gmail.com
--- Comment #4 from Denis Misiurca infoman1985@gmail.com 2010-09-24 05:13:36 CDT --- I have this and also have a crash in every Source-based game after map loading. Is it possible That these are related somehow?
http://bugs.winehq.org/show_bug.cgi?id=23965
--- Comment #5 from Jerome Leclanche adys.wh@gmail.com 2010-09-24 05:51:10 CDT --- (In reply to comment #4)
I have this and also have a crash in every Source-based game after map loading. Is it possible That these are related somehow?
No, very unlikely.
http://bugs.winehq.org/show_bug.cgi?id=23965
--- Comment #6 from Denis Misiurca infoman1985@gmail.com 2010-09-24 06:01:59 CDT --- (In reply to comment #4)
hmm, seems that this is because of Bug 24096, not this one.
http://bugs.winehq.org/show_bug.cgi?id=23965
Clayton Walker blender3dartist@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #7 from Clayton Walker blender3dartist@gmail.com 2010-10-09 05:33:31 CDT --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=23965
boskar bozkar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bozkar@gmail.com
--- Comment #8 from boskar bozkar@gmail.com 2011-01-27 05:08:46 CST --- The only output in console (no WINEDEBUG) while crashing is:
fixme:dbghelp:elf_search_auxv can't find symbol in module
Instant exit = crash?
http://bugs.winehq.org/show_bug.cgi?id=23965
--- Comment #9 from Jerome Leclanche adys.wh@gmail.com 2011-02-04 06:44:09 CST --- Still an issue in wine-1.3.12-308-g745a50c.
http://bugs.winehq.org/show_bug.cgi?id=23965
--- Comment #10 from el elton@schiert.net 2011-06-02 19:02:15 CDT --- Still happens with today's git. (wine-1.3.21-115-g69bc4da)
http://bugs.winehq.org/show_bug.cgi?id=23965
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |crypt32 Summary|Steam exits when querying |Steam exits silently when |system information |querying system information | |(crash due to missing | |crypt32.dll | |PFXVerifyPassword stub)
--- Comment #11 from Anastasius Focht focht@gmx.net 2011-06-03 06:16:58 CDT --- Hello,
the problem is a missing export from crypt32.dll. Steam imports various functions from crypt32 and advapi32. When one of the crypt32 imports can't be found, an internal import error flag is set. Later this leads to a certain code path being skipped which imports additional crypt functions from advapi32.
From another code path the steam client tries to call one of the skipped
imports (null ptr), leading to crash caught by their internal crash handler.
Add a stub for crypt32.PFXVerifyPassword() and steam will no longer crash, displaying system information summary.
$ wine --version wine-1.3.21-92-gb6484cc
Regards
http://bugs.winehq.org/show_bug.cgi?id=23965
--- Comment #12 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2011-06-03 06:52:58 CDT --- Created an attachment (id=35003) --> (http://bugs.winehq.org/attachment.cgi?id=35003) patch
here's a patch, i'll send it to wine-patches
http://bugs.winehq.org/show_bug.cgi?id=23965
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #13 from Anastasius Focht focht@gmx.net 2011-06-04 04:32:22 CDT --- Hello,
fixed by commit http://source.winehq.org/git/wine.git/commitdiff/e11e1841f3c58e87d5c77d246c2...
Regards
http://bugs.winehq.org/show_bug.cgi?id=23965
--- Comment #14 from Jerome Leclanche adys.wh@gmail.com 2011-06-04 04:42:43 CDT --- Thanks a lot for the analysis, Anastasius.
http://bugs.winehq.org/show_bug.cgi?id=23965
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=23965
--- Comment #15 from el elton@schiert.net 2011-06-04 21:53:47 CDT --- Confirming fixed; thank you.
Interesting sidenote: Steam System Information has an entry "Wine version: wine-1.3.21-159-ge398b93"
http://bugs.winehq.org/show_bug.cgi?id=23965
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard julliard@winehq.org 2011-06-10 13:17:21 CDT --- Closing bugs fixed in 1.3.22.
http://bugs.winehq.org/show_bug.cgi?id=23965
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e11e1841f3c58e87d5c77d246c2 | |a86b0e946fd70
http://bugs.winehq.org/show_bug.cgi?id=23965
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |scott@open-vote.org
--- Comment #17 from Anastasius Focht focht@gmx.net 2011-12-15 14:17:03 CST --- *** Bug 25190 has been marked as a duplicate of this bug. ***