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