http://bugs.winehq.org/show_bug.cgi?id=32992
Bug #: 32992 Summary: ARM port of "WabbitEMU" wants KERNEL32.dll.RtlLookupFunctionEntry Product: Wine Version: 1.5.24 Platform: arm OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
split from bug 32991 which is about unimplemented function KERNEL32.dll.RtlUnwindEx
+module,+imports
--- snip --- ... 0009:trace:module:load_dll looking for L"KERNEL32.dll" in L"Z:\home\linaro\wine-apps\wabbitemu;.;C:\windows\system32;C:\windows\system;C:\windows;C:\windows\system32;C:\windows;C:\windows\system32\wbem" 0009:trace:module:load_dll Found L"C:\windows\system32\KERNEL32.dll" for L"KERNEL32.dll" at 0x7b820000, count=19 0009:warn:module:import_dll No implementation for KERNEL32.dll.RtlUnwindEx imported from L"Z:\home\linaro\wine-apps\wabbitemu\Wabbitemu.exe", setting to 0x41820000 0009:trace:imports:import_dll --- RtlUnwindEx KERNEL32.dll.1209 = 0x41820000 0009:trace:imports:import_dll --- GetCommandLineA KERNEL32.dll.481 = 0x7b846be0 0009:trace:imports:import_dll --- RtlPcToFileHeader KERNEL32.dll.1205 = 0x7bc69188 0009:warn:module:import_dll No implementation for KERNEL32.dll.RtlLookupFunctionEntry imported from L"Z:\home\linaro\wine-apps\wabbitemu\Wabbitemu.exe", setting to 0x41820024 0009:trace:imports:import_dll --- RtlLookupFunctionEntry KERNEL32.dll.1203 = 0x41820024 0009:trace:imports:import_dll --- GetModuleFileNameW KERNEL32.dll.634 = 0x7b86b864 ... --- snip ---
MSDN entry for KERNEL32.dll.RtlLookupFunctionEntry:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms680597%28v=vs.85%2... ("ARM Definition")
Regards
http://bugs.winehq.org/show_bug.cgi?id=32992
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://forum.xda-developers | |.com/showpost.php?p=3792856 | |2
http://bugs.winehq.org/show_bug.cgi?id=32992
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |3c04958b8a47f56a6dfc9ac067c | |a88f34a4e29a2 Status|NEW |RESOLVED CC| |nerv@dawncrow.de Resolution| |FIXED
--- Comment #1 from André H. nerv@dawncrow.de 2013-03-25 14:56:57 CDT --- Fixed by http://source.winehq.org/git/wine.git/commitdiff/3c04958b8a47f56a6dfc9ac067c...
It was quite hard because the unwind information is undocumented, i had to dig through the bits to find some things out. So the RtlUnwindEx bug 32991 is much harder...
@Focht, maybe you can help with some of your bits&bytes skillz? :)
http://bugs.winehq.org/show_bug.cgi?id=32992
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2013-03-29 13:32:36 CDT --- Closing bugs fixed in 1.5.27.
https://bugs.winehq.org/show_bug.cgi?id=32992
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://forum.xda-developers |https://web.archive.org/web |.com/showpost.php?p=3792856 |/20210128101136/https://for |2 |um.xda-developers.com/attac | |hments/wabbitemu-zip.172569 | |7/
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive for documentation.
https://web.archive.org/web/20210128101136/https://forum.xda-developers.com/...
$ sha1sum Wabbitemu.zip 1fce55d4e297db6c67545767ad60f2dc88ed597a Wabbitemu.zip
$ du -sh Wabbitemu.zip 1.7M Wabbitemu.zip
Regards