https://bugs.winehq.org/show_bug.cgi?id=47320
Bug ID: 47320 Summary: Black Ops 4 Unhandled Exception When Loading gdi32.dll Product: Wine Version: 4.9 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 Assignee: wine-bugs@winehq.org Reporter: minion.procyk@gmail.com Distribution: ---
Created attachment 64634 --> https://bugs.winehq.org/attachment.cgi?id=64634 winedebug=trace+all +pid +tid. gdi32 fails to load
I spent some time trying to dig into why Black Ops 4 fails to launch. The application loads a bunch of dlls, gets to gdi32.dll, tries to map it, seemingly does so successfully and then application raises an exception:
20749.663:0008:0009:trace:seh:NtRaiseException code=80000003 flags=0 addr=0x10001a30 ip=10001a31 tid=0009
Attached is the log using WINEDEBUG=trace+all,+sed,+pid,+tid.