http://bugs.winehq.org/show_bug.cgi?id=58335 Bernhard Übelacker <bernhardu(a)mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu(a)mailbox.org --- Comment #30 from Bernhard Übelacker <bernhardu(a)mailbox.org> --- Hello Michael, if you still happen to have a machine around showing this issue, could you maybe capture a WINEDEBUG=+pid,+modules,+seh and attach it here, with a note which wine version was in use. Alternatively following sequence of gdb commands may allow to trap the exception in gdb (if it happens in start.exe already), and if really lucky get a backtrace of it: sudo dnf install wine-devel-debuginfo-10.10-1.1.x86_64 gdb -q --args wine notepad handle SIGUSR1 nostop run Enable debuginfod for this session? (y or [n]) y bt detach q wineserver -k -- 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.