[Bug 51199] New: Mass Effect Legendary missing api-ms-win-core-psapi-l1-1-0 and api-ms-win-core-psapi-ansi-l1-1-0 function forwards

WineHQ Bugzilla wine-bugs at winehq.org
Sat May 29 15:16:31 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51199

            Bug ID: 51199
           Summary: Mass Effect Legendary missing
                    api-ms-win-core-psapi-l1-1-0 and
                    api-ms-win-core-psapi-ansi-l1-1-0 function forwards
           Product: Wine
           Version: unspecified
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: api-ms-win-*
          Assignee: wine-bugs at winehq.org
          Reporter: GloriousEggroll at gmail.com
      Distribution: ---

Created attachment 70073
  --> https://bugs.winehq.org/attachment.cgi?id=70073
psapi patch for me-le

Mass Effect Legendary Edition requires K32GetModuleBaseNameW and
K32GetModuleInformation for api-ms-win-core-psapi-l1-1-0 and
K32GetModuleBaseNameA for api-ms-win-core-psapi-ansi-l1-1-0, otherwise it fails
to launch. 

The game's log:

ProgramData/ProgramData/Origin/Logs/MassEffectLauncher_OnlineActivation_Log.html

Reports the following:

First I hit:

Error |   |   | Missing DLL: api-ms-win-core-psapi-ansi-l1-1-0.dll Function:
K32GetModuleBaseNameA

Then I hit:

Error |   |   | Missing DLL: api-ms-win-core-psapi-l1-1-0.dll Function:
K32GetModuleBaseNameW

Then I hit:

Error |   |   | Missing DLL: api-ms-win-core-psapi-l1-1-0.dll Function:
K32GetModuleInformation

The following patch adds forwarders for these to the corresponding kernel32
functions, allowing it to run.

-- 
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.



More information about the wine-bugs mailing list