http://bugs.winehq.org/show_bug.cgi?id=33196
Bug #: 33196 Summary: Multiple applications ported to WinRT/ARM require MSVCP110.dll (Audacity) Product: Wine Version: 1.5.25 Platform: arm OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msvcp AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
as the summary says ...
--- snip --- $ wine ./Audacity.exe err:module:import_dll Library MSVCP110.dll (which is needed by L"Z:\home\linaro\wine-apps\audacity\Audacity\wxbase28u_vc_custom.dll") not found ... --- snip ---
Regards
http://bugs.winehq.org/show_bug.cgi?id=33196
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=33196
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de, | |Stefan.Leichter@camLine.com
--- Comment #1 from André H. nerv@dawncrow.de 2013-03-16 09:36:26 CDT --- CCing Stefan Leichter i'm too busy atm
http://bugs.winehq.org/show_bug.cgi?id=33196
--- Comment #2 from Stefan Leichter Stefan.Leichter@camLine.com 2013-03-16 10:56:25 CDT --- (In reply to comment #1)
CCing Stefan Leichter i'm too busy atm
Your crystal ball is in verry good condition, i'm already working on it
http://bugs.winehq.org/show_bug.cgi?id=33196
Stefan Leichter Stefan.Leichter@camLine.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #3 from Stefan Leichter Stefan.Leichter@camLine.com 2013-03-17 08:22:26 CDT --- Hi,
can someone please attach a winedump of the exports of MSVCR110.dll from platform arm.
Thank you
(CCing Vincent Povirk, maybe he can help again)
http://bugs.winehq.org/show_bug.cgi?id=33196
--- Comment #4 from Stefan Leichter Stefan.Leichter@camLine.com 2013-03-17 08:23:43 CDT --- (In reply to comment #3)
Hi,
can someone please attach a winedump of the exports of MSVCR110.dll from platform arm.
Of course i mean MSVCP110.dll
http://bugs.winehq.org/show_bug.cgi?id=33196
--- Comment #5 from Vincent Povirk madewokherd@gmail.com 2013-03-17 12:12:05 CDT --- Created attachment 43956 --> http://bugs.winehq.org/attachment.cgi?id=43956 msvcp110 arm exports
http://bugs.winehq.org/show_bug.cgi?id=33196
--- Comment #6 from André H. nerv@dawncrow.de 2013-03-21 15:48:59 CDT --- (In reply to comment #5)
Created attachment 43956 [details] msvcp110 arm exports
while we are at it, could you do that also for ntdll and kernel32 please?
http://bugs.winehq.org/show_bug.cgi?id=33196
--- Comment #7 from Stefan Leichter Stefan.Leichter@camLine.com 2013-03-21 17:36:44 CDT --- Created attachment 43981 --> http://bugs.winehq.org/attachment.cgi?id=43981 msvcp110.dll
Can someone please test the attached patch. I don't get that fare with my arm box, maybe because the kernel of my arm box does not have the patches from bug 31322
http://bugs.winehq.org/show_bug.cgi?id=33196
--- Comment #8 from Vincent Povirk madewokherd@gmail.com 2013-03-21 19:22:11 CDT --- Created attachment 43982 --> http://bugs.winehq.org/attachment.cgi?id=43982 ntdll exports
Not sure the point of this, but OK.
http://bugs.winehq.org/show_bug.cgi?id=33196
--- Comment #9 from Vincent Povirk madewokherd@gmail.com 2013-03-21 19:22:49 CDT --- Created attachment 43983 --> http://bugs.winehq.org/attachment.cgi?id=43983 kernel32 exports
http://bugs.winehq.org/show_bug.cgi?id=33196
--- Comment #10 from Anastasius Focht focht@gmx.net 2013-03-22 15:16:47 CDT --- Hello Stefan,
as expected it doesn't come very far. After the stub dll is in GIT separate bug reports will be filed for missing stubs/forwards.
--- snip --- ... 0024:Call PE DLL (proc=0x41dc281c,module=0x41db0000 L"msvcp110.dll",reason=PROCESS_ATTACH,res=0x1) ... 0024:Call msvcrt._unlock(00000008) ret=10078e57 0024:Ret msvcrt._unlock() retval=00000000 ret=10078e57 0024:Call KERNEL32.RaiseException(80000100,00000001,00000002,4144fbd4) ret=41dc29bc 0024:trace:seh:raise_exception info[0]=41dc29e6 0024:trace:seh:raise_exception info[1]=41dc481d wine: Call from 0x403c89c8 to unimplemented function msvcp110.dll.??0id@locale@std@@QAA@I@Z, aborting 0024:trace:seh:call_stack_handlers calling handler at 0x403e6f38 code=80000100 flags=1 0024:trace:seh:RtlUnwind code=80000100 flags=3 0024:exception in PE entry point (proc=0x100799f9,module=0x10000000,reason=PROCESS_ATTACH,res=0x1) 0024:Ret PE DLL (proc=0x100799f9,module=0x10000000 L"wxbase28u_vc_custom.dll",reason=PROCESS_ATTACH,res=0x1) retval=0 0024:Call PE DLL (proc=0x100799f9,module=0x10000000 L"wxbase28u_vc_custom.dll",reason=PROCESS_DETACH,res=0x1) 0024:Ret PE DLL (proc=0x100799f9,module=0x10000000 L"wxbase28u_vc_custom.dll",reason=PROCESS_DETACH,res=0x1) retval=0 0024:err:module:attach_process_dlls "wxbase28u_vc_custom.dll" failed to initialize, aborting 0024:err:module:LdrInitializeThunk Main exe initialization for L"Z:\home\linaro\wine-apps\audacity\Audacity\Audacity.exe" failed, status 80000100 ... --- snip ---
Regards
http://bugs.winehq.org/show_bug.cgi?id=33196
--- Comment #11 from Stefan Leichter Stefan.Leichter@camLine.com 2013-04-01 15:18:44 CDT --- Patches submitted: http://source.winehq.org/patches/data/95294 http://source.winehq.org/patches/data/95317 http://source.winehq.org/patches/data/95318 http://source.winehq.org/patches/data/95319
http://bugs.winehq.org/show_bug.cgi?id=33196
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |56538fdf8983d999a91517b5ef4 | |c0b7fe932f1e8 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #12 from Austin English austinenglish@gmail.com 2013-04-02 14:34:48 CDT --- (In reply to comment #11)
Patches submitted: http://source.winehq.org/patches/data/95294 http://source.winehq.org/patches/data/95317 http://source.winehq.org/patches/data/95318 http://source.winehq.org/patches/data/95319
http://source.winehq.org/git/wine.git/commitdiff/56538fdf8983d999a91517b5ef4...
http://bugs.winehq.org/show_bug.cgi?id=33196
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard julliard@winehq.org 2013-04-12 13:46:41 CDT --- Closing bugs fixed in 1.5.28.
https://bugs.winehq.org/show_bug.cgi?id=33196
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://forum.xda-developers |https://web.archive.org/web |.com/showthread.php?t=21037 |/20210725113844/https://for |79 |um.xda-developers.com/attac | |hments/audacity-zip.1884123 | |/