https://bugs.winehq.org/show_bug.cgi?id=41409
Bug ID: 41409 Summary: Battle.net crashes at launch Product: Wine Version: 1.9.19 Hardware: x86-64 URL: http://eu.battle.net/en/ OS: Linux Status: NEW Keywords: download, regression Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: frederic.delanoy@gmail.com CC: piotr@codeweavers.com Regression SHA1: a347f041d6b412d7ef590dca59fe4746d551ee23 Distribution: ---
Created attachment 55769 --> https://bugs.winehq.org/attachment.cgi?id=55769 Crash backtrace
Following bug 41086 fix, Battle.net now crashes at launch.
Regression test gave:
a347f041d6b412d7ef590dca59fe4746d551ee23 is the first bad commit commit a347f041d6b412d7ef590dca59fe4746d551ee23 Author: Piotr Caban piotr@codeweavers.com Date: Wed Sep 28 12:36:39 2016 +0200
msvcp140: Fix time_put structure layout.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
:040000 040000 fb786fcc221f08b449c6b63b4909d02be0437a28 55be14fe228fa6486e62228b540d8b7f0ae5021c M dlls
https://bugs.winehq.org/show_bug.cgi?id=41409
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #1 from Piotr Caban piotr.caban@gmail.com --- Are you sure you've tested it correctly? I see this crash without the patch, the patch is meant to fix it. Are you using wine-staging? Is it still crashing if wine is run with WINEDEBUG=warn+heap?
https://bugs.winehq.org/show_bug.cgi?id=41409
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msvcp
https://bugs.winehq.org/show_bug.cgi?id=41409
--- Comment #2 from Frédéric Delanoy frederic.delanoy@gmail.com --- (In reply to Piotr Caban from comment #1)
Are you sure you've tested it correctly? I see this crash without the patch, the patch is meant to fix it. Are you using wine-staging? Is it still crashing if wine is run with WINEDEBUG=warn+heap?
Someone else has it too (https://bugs.winehq.org/show_bug.cgi?id=41086#c11)
Fresh wineprefix with vanilla wine
master (af37b187ad86191110b80bef814d25ce3ac350db) -> without warn+heap crash -> with warn+heap NO crash
a347f041d6b412d7ef590dca59fe4746d551ee23 -> without warn+heap crash -> with warn+heap NO crash
a347f041d6b412d7ef590dca59fe4746d551ee23^ -> no crash
https://bugs.winehq.org/show_bug.cgi?id=41409
--- Comment #3 from Piotr Caban piotr.caban@gmail.com --- Thank you. Please attach WINEDEBUG=tid,pid,seh,relay,msvcp log (you can start e.g. winecfg earlier to keep the log smaller).
https://bugs.winehq.org/show_bug.cgi?id=41409
--- Comment #4 from Frédéric Delanoy frederic.delanoy@gmail.com --- Created attachment 55770 --> https://bugs.winehq.org/attachment.cgi?id=55770 tid,pid,seh,relay,msvcp log - wine-1.9.19-161-gaf37b18
https://bugs.winehq.org/show_bug.cgi?id=41409
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #5 from Olivier F. R. Dierick o.dierick@piezo-forte.be ---
Someone else has it too (https://bugs.winehq.org/show_bug.cgi?id=41086#c11)
Still present for me with wine-1.9.19-168-g2035a8c.
I can't confirm the regression test.
I reverted commits one-by-one up to (not including): Commit: dd6b7239c997bd56a8b64c0b4400e60fdbbc0bfb Author: Piotr Caban <piotr at codeweavers.com> Date: Tue Sep 27 09:33:12 2016 +0200 msvcp140: Add codecvt<wchar_t,char,_Mbstatet> exports. and the application crashed each time with the backtrace from this bug.
There is no crash when WINEDEBUG=warn+heap is in effect.
https://bugs.winehq.org/show_bug.cgi?id=41409
--- Comment #6 from Frédéric Delanoy frederic.delanoy@gmail.com --- (In reply to Olivier F. R. Dierick from comment #5)
Someone else has it too (https://bugs.winehq.org/show_bug.cgi?id=41086#c11)
Still present for me with wine-1.9.19-168-g2035a8c.
I can't confirm the regression test.
I reverted commits one-by-one up to (not including): Commit: dd6b7239c997bd56a8b64c0b4400e60fdbbc0bfb Author: Piotr Caban <piotr at codeweavers.com> Date: Tue Sep 27 09:33:12 2016 +0200 msvcp140: Add codecvt<wchar_t,char,_Mbstatet> exports. and the application crashed each time with the backtrace from this bug.
There is no crash when WINEDEBUG=warn+heap is in effect.
With dd6b723..42cfb0a^, the crash is due to msvcp140.dll._Cnd_destroy_in_situ not being implemented (yet): that's another issue/crash
https://bugs.winehq.org/show_bug.cgi?id=41409
Ker noa blue-t@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |blue-t@web.de
https://bugs.winehq.org/show_bug.cgi?id=41409
--- Comment #7 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- I still get this bug with wine-1.9.20.
https://bugs.winehq.org/show_bug.cgi?id=41409
sworddragon2@aol.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sworddragon2@aol.com
https://bugs.winehq.org/show_bug.cgi?id=41409
--- Comment #8 from Piotr Caban piotr.caban@gmail.com --- I've sent a patch that should hopefully fix this bug: http://source.winehq.org/patches/data/126861
could you please give it a try?
https://bugs.winehq.org/show_bug.cgi?id=41409
--- Comment #9 from Frédéric Delanoy frederic.delanoy@gmail.com --- (In reply to Piotr Caban from comment #8)
I've sent a patch that should hopefully fix this bug: http://source.winehq.org/patches/data/126861
could you please give it a try?
No crash anymore with your patch. Thanks.
https://bugs.winehq.org/show_bug.cgi?id=41409
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |a4be8a31e526a6657bc4a30b197 | |d785048b8f5ba Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #10 from Frédéric Delanoy frederic.delanoy@gmail.com --- Fixed by a4be8a31e526a6657bc4a30b197d785048b8f5ba
https://bugs.winehq.org/show_bug.cgi?id=41409
--- Comment #11 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Fixed for me too.
https://bugs.winehq.org/show_bug.cgi?id=41409
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.21.
https://bugs.winehq.org/show_bug.cgi?id=41409
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |arnaud.his@free.fr
--- Comment #13 from Rosanne DiMesio dimesio@earthlink.net --- *** Bug 41462 has been marked as a duplicate of this bug. ***