http://bugs.winehq.org/show_bug.cgi?id=35092
Bug #: 35092 Summary: Ableton Live 9.1 crashes Product: Wine Version: 1.7.8 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: bique.alexandre@gmail.com Classification: Unclassified
Created attachment 46813 --> http://bugs.winehq.org/attachment.cgi?id=46813 Crash log
After fixing http://bugs.winehq.org/show_bug.cgi?id=34902 Ableton now crashed and I need help to understand the logs.
http://bugs.winehq.org/show_bug.cgi?id=35092
Alexandre Bique bique.alexandre@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bique.alexandre@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=35092
Alexandre Bique bique.alexandre@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msvcrt
http://bugs.winehq.org/show_bug.cgi?id=35092
--- Comment #1 from Alexandre Bique bique.alexandre@gmail.com 2013-12-09 12:04:11 CST --- I found that __CxxFrameHandler is implemented on 32 bits, but not for 64 bits. Maybe it is my problem.
http://bugs.winehq.org/show_bug.cgi?id=35092
--- Comment #2 from Alexandre Bique bique.alexandre@gmail.com 2013-12-09 12:12:47 CST --- http://www.winehq.org/pipermail/wine-devel/2011-April/089617.html
http://bugs.winehq.org/show_bug.cgi?id=35092
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |win64 Status|UNCONFIRMED |NEW CC| |focht@gmx.net Summary|Ableton Live 9.1 crashes |Multiple 64-bit | |applications need | |__CxxFrameHandler | |implementation (Ableton | |Live 9.1, Adobe Cloud apps) Ever confirmed|0 |1
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
refining summary as more 64-bit apps suffer from this and to collect duplicates here.
Source: http://source.winehq.org/git/wine.git/blob/881374ee962bd73ba2df71b678983baa0...
--- snip --- 68 EXCEPTION_DISPOSITION CDECL __CxxFrameHandler( EXCEPTION_RECORD *rec, ULONG64 frame, 69 CONTEXT *context, DISPATCHER_CONTEXT *dispatch ) 70 { 71 FIXME( "%p %lx %p %p: not implemented\n", rec, frame, context, dispatch ); 72 return ExceptionContinueSearch; 73 } --- snip ---
$ wine --version wine-1.7.8-172-ga63222e
Regards
http://bugs.winehq.org/show_bug.cgi?id=35092
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeff.ward@gmail.com
--- Comment #4 from Anastasius Focht focht@gmx.net --- *** Bug 35108 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=35092
--- Comment #5 from Alexandre Bique bique.alexandre@gmail.com --- I found this article, maybe it will help the guy working on the implementation: http://www.codeproject.com/Articles/2126/How-a-C-compiler-implements-excepti...
http://bugs.winehq.org/show_bug.cgi?id=35092
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |imwellcushtymelike@gmail.co | |m
http://bugs.winehq.org/show_bug.cgi?id=35092
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jpn_almeida@hotmail.com
--- Comment #6 from Anastasius Focht focht@gmx.net --- *** Bug 35709 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=35092
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fordfrog@fordfrog.com
--- Comment #7 from Anastasius Focht focht@gmx.net --- *** Bug 35864 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=35092
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fengshui@webleicester.co.uk
--- Comment #8 from Anastasius Focht focht@gmx.net --- *** Bug 36017 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=35092
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |todventtu@suomi24.fi
--- Comment #9 from Anastasius Focht focht@gmx.net --- *** Bug 36317 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=35092
--- Comment #10 from João Almeida jpn_almeida@hotmail.com --- Sorry for asking, but is there any update on the roadmap for this bug?
https://bugs.winehq.org/show_bug.cgi?id=35092
Guillaume Charifi guillaume.charifi@sfr.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |guillaume.charifi@sfr.fr
--- Comment #11 from Guillaume Charifi guillaume.charifi@sfr.fr --- I don't think so, unfortunately. Currently there is no change.
https://bugs.winehq.org/show_bug.cgi?id=35092
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wizkidweb16@gmail.com
--- Comment #12 from Anastasius Focht focht@gmx.net --- *** Bug 37162 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=35092
--- Comment #13 from Saulius K. saulius2@gmail.com --- (In reply to Alexandre Bique from comment #5)
I found this article, maybe it will help the guy working on the implementation: http://www.codeproject.com/Articles/2126/How-a-C-compiler-implements- exception-handling
This is about 32 bits (x86). According to [5] page 16, on 64-bit platform (x64) the mechanism changes significantly.
So it's probably better to investigate on x64 specific documents, like following.
[5] http://www.hexblog.com/wp-content/uploads/2012/06/Recon-2012-Skochinsky-Comp... [6] http://www.nynaeve.net/?p=106 [7] http://www.codeproject.com/Articles/207464/Exception-Handling-in-Visual-Cplu...
https://bugs.winehq.org/show_bug.cgi?id=35092
Saulius K. saulius2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |saulius2@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=35092
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jscll1234@gmail.com
--- Comment #14 from Anastasius Focht focht@gmx.net --- *** Bug 37282 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=35092
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pascaldelger@gmail.com
--- Comment #15 from Anastasius Focht focht@gmx.net --- *** Bug 37350 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=35092
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34967
https://bugs.winehq.org/show_bug.cgi?id=35092
Ross Schlaikjer rossschlaikjer@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rossschlaikjer@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=35092
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |matyapiro31@gmail.com
--- Comment #16 from Anastasius Focht focht@gmx.net --- *** Bug 37934 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=35092
--- Comment #17 from Guillaume Charifi guillaume.charifi@sfr.fr --- Is somebody currently working on it ?
https://bugs.winehq.org/show_bug.cgi?id=35092
morosa morosakubek@go2.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |morosakubek@go2.pl
--- Comment #18 from morosa morosakubek@go2.pl --- It would be great if someone did it.
https://bugs.winehq.org/show_bug.cgi?id=35092
Sylvain Petreolle spetreolle@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |spetreolle@yahoo.fr
--- Comment #19 from Sylvain Petreolle spetreolle@yahoo.fr --- This bug shouldn't be linked in appdb to the x86 installer. Its a win64 bug and implemented on 32 bits already. (In reply to Alexandre Bique from comment #1)
I found that __CxxFrameHandler is implemented on 32 bits, but not for 64 bits. Maybe it is my problem.
https://bugs.winehq.org/show_bug.cgi?id=35092
Anthony f00dl3a@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |f00dl3a@gmail.com
--- Comment #20 from Anthony f00dl3a@gmail.com --- This bug impacts / prevents Witcher 3 from running (which is supposed to be a pretty good game.)
I see this bug is almost 2 years old - as more and more games and applications are going to drop support for 32 bit code instructions, this bug probably needs to be addressed.
https://bugs.winehq.org/show_bug.cgi?id=35092
--- Comment #21 from Anthony f00dl3a@gmail.com --- https://bugs.winehq.org/show_bug.cgi?id=38613 -- My bug, bug 38613 for witcher is a duplicate of this bug.
https://bugs.winehq.org/show_bug.cgi?id=35092
--- Comment #22 from Ken Sharp imwellcushtymelike@gmail.com --- *** Bug 38613 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=35092
Jay Hilliard jaydhilliard@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jaydhilliard@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=35092
--- Comment #23 from Jay Hilliard jaydhilliard@gmail.com --- wine 1.7.44 Still has this problem. Would love to get PhotoshopCS6 64-bit working, but this is a blocker for that.
https://bugs.winehq.org/show_bug.cgi?id=35092
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |81a36cfc@opayq.com
--- Comment #24 from Anastasius Focht focht@gmx.net --- *** Bug 38789 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=35092
Christopher Larson kergoth@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kergoth@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=35092
W. Arngold wilhelm@arngold.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wilhelm@arngold.com
https://bugs.winehq.org/show_bug.cgi?id=35092
--- Comment #25 from W. Arngold wilhelm@arngold.com --- Is there any plan on fixing this bug prior to 1.8, since more and more games and apps of 2015 fail to run?
https://bugs.winehq.org/show_bug.cgi?id=35092
--- Comment #26 from 81a36cfc@opayq.com --- Blocker for me on Wine 1.7.46
https://bugs.winehq.org/show_bug.cgi?id=35092
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ismail@i10z.com
--- Comment #27 from Anastasius Focht focht@gmx.net --- *** Bug 39107 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=35092
Matthew Millar mattmill30@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mattmill30@googlemail.com
https://bugs.winehq.org/show_bug.cgi?id=35092
Hin-Tak Leung htl10@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |htl10@users.sourceforge.net
--- Comment #28 from Hin-Tak Leung htl10@users.sourceforge.net --- still a problem with 1.7.51
https://bugs.winehq.org/show_bug.cgi?id=35092
Manu manu@manu311.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |manu@manu311.de
https://bugs.winehq.org/show_bug.cgi?id=35092
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |blustone@tiscali.it
--- Comment #29 from Anastasius Focht focht@gmx.net --- *** Bug 39707 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=35092
tt_1 herrtimson@yahoo.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |herrtimson@yahoo.de
https://bugs.winehq.org/show_bug.cgi?id=35092
Bartosz gang65@poczta.onet.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gang65@poczta.onet.pl
https://bugs.winehq.org/show_bug.cgi?id=35092
swswine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |swswine@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=35092
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |953d6c88d1235548eaa54f1b450 | |f5bba938c4f91 CC| |piotr.caban@gmail.com Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #30 from Piotr Caban piotr.caban@gmail.com --- The function is implemented. Marking as fixed. Please open new bugs for next issues (for bugs related to C++ exceptions handling seh,tid debug channels are helpful).
https://bugs.winehq.org/show_bug.cgi?id=35092
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #31 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.7.
https://bugs.winehq.org/show_bug.cgi?id=35092
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.8.x CC| |mstefani@redhat.com
https://bugs.winehq.org/show_bug.cgi?id=35092
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |---
--- Comment #32 from Michael Stefaniuc mstefani@redhat.com --- Removing 1.8.x milestone from bugs included in 1.8.3.
https://bugs.winehq.org/show_bug.cgi?id=35092
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://web.archive.org/web | |/20130604033117/http://down | |load.adobe.com/pub/adobe/li | |ghtroom/win/4.x/Lightroom_4 | |_LS11_win_4_1.exe