https://bugs.winehq.org/show_bug.cgi?id=40989
Bug ID: 40989 Summary: Adventure Lamp needs ntdll.NtSuspendProcess Product: Wine Version: 1.9.14 Hardware: x86 URL: https://ryguy.itch.io/adventurelamp OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: madewokherd@gmail.com Distribution: ---
Adventure Lamp, from https://ryguy.itch.io/adventurelamp, does a GetProcAddress call to look up NtSuspendProcess, then calls the result. Wine's ntdll doesn't export this function, so currently it crashes on NULL pointer access.