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
http://bugs.winehq.org/show_bug.cgi?id=33198
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://forum.xda-developers | |.com/showthread.php?t=21037 | |79
http://bugs.winehq.org/show_bug.cgi?id=33198
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
http://bugs.winehq.org/show_bug.cgi?id=33198
--- Comment #1 from André H. nerv@dawncrow.de 2013-03-13 14:26:02 CDT --- easy one :) http://source.winehq.org/patches/data/94899
http://bugs.winehq.org/show_bug.cgi?id=33198
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |b29e56f205727d0f9f79636e1e5 | |0efeb47527376 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Anastasius Focht focht@gmx.net 2013-03-14 19:30:22 CDT --- Hello André,
thanks, fixed by commit http://source.winehq.org/git/wine.git/commitdiff/b29e56f205727d0f9f79636e1e5...
Regards
http://bugs.winehq.org/show_bug.cgi?id=33198
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2013-03-15 14:46:47 CDT --- Closing bugs fixed in 1.5.26.
https://bugs.winehq.org/show_bug.cgi?id=33198
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://forum.xda-developers |https://forum.xda-developer |.com/showthread.php?t=21037 |s.com/attachments/audacity- |79 |zip.1884123/
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive for documentation.
https://forum.xda-developers.com/attachments/audacity-zip.1884123/
$ sha1sum Audacity.zip 6cded0e7f2c50c87aa6fb5e0385ffef6f16d093e Audacity.zip
$ du -sh Audacity.zip 4.6M Audacity.zip
--- snip --- $ 7z l Audacity.zip
Scanning the drive for archives: 1 file, 4725083 bytes (4615 KiB)
Listing archive: Audacity.zip
-- Path = Audacity.zip Type = zip Physical Size = 4725083
Date Time Attr Size Compressed Name ------------------- ----- ------------ ------------ ------------------------ 2013-04-14 13:47:40 ....A 7543808 2732107 Audacity/Audacity.exe 2013-04-14 13:49:00 D.... 0 0 Audacity/License 2012-08-21 01:47:26 ....A 18566 7071 Audacity/License/Audacity.txt 2011-03-22 12:01:40 ....A 2497 1089 Audacity/License/wxWidgets.txt 2011-03-22 11:59:40 ....A 25271 9151 Audacity/License/wxWidgets-lgpl.txt 2013-04-14 13:47:40 ....A 131072 50236 Audacity/wxbase28u_net_vc_custom.dll 2013-04-14 13:47:40 ....A 1164288 448407 Audacity/wxbase28u_vc_custom.dll 2013-04-14 13:47:40 ....A 748544 248665 Audacity/wxmsw28u_adv_vc_custom.dll 2013-04-14 13:47:40 ....A 2899456 1047180 Audacity/wxmsw28u_core_vc_custom.dll 2013-04-14 13:47:40 ....A 520192 179781 Audacity/wxmsw28u_html_vc_custom.dll ------------------- ----- ------------ ------------ ------------------------ 2013-04-14 13:49:00 13053694 4723687 9 files, 1 folders --- snip ---
Regards