https://bugs.winehq.org/show_bug.cgi?id=57314
Bug ID: 57314 Summary: Metal Gear Solid V gametrainer needs Product: Wine Version: 9.19 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: wmi&wbemprox Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Created attachment 77264 --> https://bugs.winehq.org/attachment.cgi?id=77264 Test case
In short, the program uses VisualBasic to run the following wmi command
Select * from Win32_Process where Name='MgsGroundZeroes.exe'
And then tries to get the "executablepath" from the resulting object
Attached a short testcase that works on windows.