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@winehq.org Reporter: GloriousEggroll@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.