https://bugs.winehq.org/show_bug.cgi?id=44614
--- Comment #8 from Alberto Piccioni alberto.piccioni@gmail.com --- (In reply to Anastasius Focht from comment #7)
Hello Alberto,
you could generate a full trace log and attach it to the ticket (with the risk of login data being embedded, unless you filter for it).
--- snip --- # "cd" to "C:\Program Files (x86)\DynEd" directory before ... $ WINEDEBUG=+seh,+relay wine ./Launchw.exe >>log.txt 2>&1 --- snip ---
When the crash dialog appears, press "close" button.
Check if the log file contains credentials and filter/replace them via 'sed' (app might use API that shows password in clear text via parameters).
If the log file is too large (very likely), compress it (bzip2 log.txt) before attaching to the ticket.
Alternatively you can send me valid login data via email (hover over commenter name to see email address) and let me investigate. Might be the better/faster option overall. Non-disclosure/privacy is assured from my side.
Regards
Ok. I'm sending you an email con focht@gmx.net.
Than you very much.