[Bug 35092] Multiple 64-bit applications need __CxxFrameHandler implementation (Ableton Live 9.1, Adobe Cloud apps)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 11 14:16:59 CST 2013


http://bugs.winehq.org/show_bug.cgi?id=35092

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |win64
             Status|UNCONFIRMED                 |NEW
                 CC|                            |focht at 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 at 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/881374ee962bd73ba2df71b678983baa0a88610d:/dlls/msvcrt/except_x86_64.c#l68

--- 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

-- 
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.



More information about the wine-bugs mailing list