http://bugs.winehq.org/show_bug.cgi?id=33198
Bug #: 33198 Summary: Multiple applications ported to WinRT/ARM using msvcr110.dll require msvcrt.setjmp Product: Wine Version: 1.5.25 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,
as the summary says ...
--- snip --- $ wine ./Audacity.exe ... err:module:find_forwarded_export function not found for forward 'msvcrt.setjmp' used by L"C:\windows\system32\msvcr110.dll". If you are using builtin L"msvcr110.dll", try using the native one instead. --- snip ---
Currently implemented for x86 64-bit in msvcrt:
http://source.winehq.org/git/wine.git/blob/14a81773c7ce865dd6d919ddee89cad30...
--- snip --- 1371 @ cdecl -arch=x86_64 -norelay -private setjmp(ptr) MSVCRT__setjmp --- snip ---
Regards