Figure out which MFC DLL is causing crash

Questions about Wine on Linux
Locked
mfcwine
Newbie
Newbie
Posts: 4
Joined: Fri Dec 16, 2016 9:23 pm

Figure out which MFC DLL is causing crash

Post by mfcwine »

I have an MFC program that crashes with the error "wine: Unhandled exception 0x40000015 in thread 9 at address..."
Is there a way to figure out which DLL it's not happy with? I tried various settings for WINEDEBUG but none produce this information. And of course there is no crash dump, the window is completely empty. And dependency walker shows hundreds of DLLs and all are accounted for, so it must be one with a wrong version, but which one?
Locked