[Bug 41409] New: Battle.net crashes at launch
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(a)winehq.org Reporter: frederic.delanoy(a)gmail.com CC: piotr(a)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(a)codeweavers.com> Date: Wed Sep 28 12:36:39 2016 +0200 msvcp140: Fix time_put structure layout. Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> :040000 040000 fb786fcc221f08b449c6b63b4909d02be0437a28 55be14fe228fa6486e62228b540d8b7f0ae5021c M dlls -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41409 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com --- Comment #1 from Piotr Caban <piotr.caban(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41409 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msvcp -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41409 --- Comment #2 from Frédéric Delanoy <frederic.delanoy(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41409 --- Comment #3 from Piotr Caban <piotr.caban(a)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). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41409 --- Comment #4 from Frédéric Delanoy <frederic.delanoy(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41409 Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick(a)piezo-forte.be --- Comment #5 from Olivier F. R. Dierick <o.dierick(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41409 --- Comment #6 from Frédéric Delanoy <frederic.delanoy(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41409 Ker noa <blue-t(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |blue-t(a)web.de -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41409 --- Comment #7 from Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> --- I still get this bug with wine-1.9.20. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41409 sworddragon2(a)aol.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sworddragon2(a)aol.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41409 --- Comment #8 from Piotr Caban <piotr.caban(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41409 --- Comment #9 from Frédéric Delanoy <frederic.delanoy(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41409 Frédéric Delanoy <frederic.delanoy(a)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(a)gmail.com> --- Fixed by a4be8a31e526a6657bc4a30b197d785048b8f5ba -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41409 --- Comment #11 from Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> --- Fixed for me too. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41409 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.9.21. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41409 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arnaud.his(a)free.fr --- Comment #13 from Rosanne DiMesio <dimesio(a)earthlink.net> --- *** Bug 41462 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org