http://bugs.winehq.org/show_bug.cgi?id=33226
Bug #: 33226 Summary: Multiple applications ported to WinRT/ARM require msvcr110.dll.__crtSetUnhandledExceptionFilter (MirandaIM, FinalBurn, ...) Product: Wine Version: 1.5.26 Platform: arm OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
another one ...
--- snip --- $ wine ./miranda32.exe wine: Call from 0x403f69c8 to unimplemented function msvcr110.dll.__crtSetUnhandledExceptionFilter, aborting wine: Unimplemented function msvcr110.dll.__crtSetUnhandledExceptionFilter called at address 0x403f69c8 (thread 0009), starting debugger... --- snip ---
Forwarding msvcr110.dll __crtSetUnhandledExceptionFilter(ptr) to kernel32.SetUnhandledExceptionFilter let the apps run further.
Regards