[Bug 59861] New: When attempting to find symbol "ResolveAddress" from version.dll, code errors out.
http://bugs.winehq.org/show_bug.cgi?id=59861 Bug ID: 59861 Summary: When attempting to find symbol "ResolveAddress" from version.dll, code errors out. Product: Wine Version: 11.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@list.winehq.org Reporter: netradeepakc@gmail.com Distribution: --- I have attached the version.dll file in question. When code is attempting to read a function int this dll, it thows the following error: ``` Failed to get 'ResolveAddress' address. Process will now close. Last error: 127 ``` The code in question is this, https://github.com/maximegmd/CyberEngineTweaks/blob/master/src/reverse/Reloc... line 44 ``` resolveFunc = reinterpret_cast<functionType>(GetProcAddress(handle, functionName)); ``` I have inspected the version.dll file and it does have that function. And this code has been tested on a windows native setup. PFA the version.dll inspection results -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59861 Netradeepak Chinchwadkar <netradeepakc@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |ArchLinux CC| |netradeepakc@gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59861 Nikolay Sivov <bunglehead@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #1 from Nikolay Sivov <bunglehead@gmail.com> --- Duplicate. *** This bug has been marked as a duplicate of bug 59860 *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59861 --- Comment #2 from Netradeepak Chinchwadkar <netradeepakc@gmail.com> --- Created attachment 81170 --> http://bugs.winehq.org/attachment.cgi?id=81170 Basic test script [working] I was able to trigger loading of "ResolveAddress" via this test script. It was successful through wine. ```
wine test.exe ResolveAddress found at 00006ffffab878d0
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla