https://bugs.winehq.org/show_bug.cgi?id=51531 Bernhard Übelacker <bernhardu(a)mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu(a)mailbox.org --- Comment #1 from Bernhard Übelacker <bernhardu(a)mailbox.org> --- Hello, I tried to reproduce this issue with a 64-wine build from git at wine-6.14. I took drmingw from here: https://github.com/jrfonseca/drmingw/releases/download/0.9.3/drmingw-0.9.3-w... And in a clean wineprefix unpacked it and installed it like you did, but just in the drive_c. This gave me an interactive messagebox with the same message you wrote for the installation. Then, because I don't know the content of your script ispp64-llvm-mingw-start.sh, , I created a small test case: echo "int main() { return 0/0; }" > divzero.c x86_64-w64-mingw32-gcc -g -O0 -Wno-div-by-zero divzero.c -o divzero.exe And finally tested it by: wine divzero.exe This brought up successfully the interactive window of drmingw, showing the exception information, source and backtrace with source file and lines. I compared also my system.reg file and it showed the same entries like yours (except the drive letter). The error message from your crash indicates, that the crashing process was just able to retrieve an empty debugger command line L"". So maybe you can reduce your test case, because currently the ispp64-llvm-mingw-start.sh script hides the most part of it. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.