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.