https://bugs.winehq.org/show_bug.cgi?id=42691
Bug ID: 42691 Summary: wine crashes after i-Dixel One Volume Viewer finished loading image data Product: Wine Version: 2.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: blauerhunger@outlook.de Distribution: ---
Created attachment 57658 --> https://bugs.winehq.org/attachment.cgi?id=57658 Backtrace from the Wine Crash Reporter
i-Dixel One Volume Viewer comes packed with X-Ray image data and is needed to view the images. In Wine it works as expected until it finishes loading the image data, then a Wine Crash Reporter appears and the application freezes.
https://bugs.winehq.org/show_bug.cgi?id=42691
--- Comment #1 from Blauer_Hunger blauerhunger@outlook.de --- Created attachment 57659 --> https://bugs.winehq.org/attachment.cgi?id=57659 stderr und stdout of the wine process when running onevolumeviewer.exe
https://bugs.winehq.org/show_bug.cgi?id=42691
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #2 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Apparently there`s no demo for this application, so maybe you could provide a more detailed debuglog?
You could try somthing like
WINEDEBUG=+relay,+tid,+seh wine @@fill_in_programname_here@@.exe >> log 2>&1
less log |grep -B 1500 "Unhandled exception:" >debug.log
and attach (bzipped2) debug.log to this bugreport