https://bugs.winehq.org/show_bug.cgi?id=55972
Bug ID: 55972 Summary: Dolphin Emulator requires GetProcessInformation (since 5.0-16711) Product: Wine Version: 8.21 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: tinozzo123@tutanota.com Distribution: ---
Dolphin Emulator doesn't launch anymore on Wine since version 5.0-16711, due to requiring GetProcessInformation.
``` wine: Call from 00006FFFFFF7F308 to unimplemented function KERNEL32.dll.GetProcessInformation, aborting ```
The commit that added it is the following: https://github.com/dolphin-emu/dolphin/commit/2bd72dfc6f956c27337934e9a1a265...