https://bugs.winehq.org/show_bug.cgi?id=47320
--- Comment #4 from minion minion.procyk@gmail.com --- Created attachment 64859 --> https://bugs.winehq.org/attachment.cgi?id=64859 Unhandled exception 0x80000003
With wine-staging 4.12.1 i get Unhandled exception 0x80000003 in thread 9 at address 0x10001a60 (thread 0009), starting debugger... at the same point where the application tries to load gdi32.dll. The last few calls tracing ntdll show:
0008:0009:trace:ntdll:FILE_CreateFile handle=0x24dd28 access=20100001 name=L"\??\C:\windows\system32\gdi32.dll" objattr=00000002 root=(nil) sec=(nil) io=0x24dd10 alloc_size=0x24dd80 attr=00000080 sharing=00000001 disp=1 options=00000000 ea=(nil).0x00000000 0008:0009:fixme:ntdll:FILE_CreateFile alloc_size not supported 0008:0009:trace:ntdll:NtQueryInformationFile (0xcc,0x24dba0,0x24faf0,0x00000208,0x00000009) wine: Unhandled exception 0x80000003 in thread 9 at address 0x10001a60 (thread 0009), starting debugger...
I'll continue to test as changes are being added.