https://bugs.winehq.org/show_bug.cgi?id=37876
--- Comment #7 from Anastasius Focht focht@gmx.net --- Created attachment 50461 --> https://bugs.winehq.org/attachment.cgi?id=50461 xz compressed trace log, WINEDEBUG=+tid,+seh,+relay,+win,+msg
Hello Dmitry,
--- quote --- Anastasius, how have you managed to skip the initial login dialog? --- quote ---
You need an account with the product registered as purchase. There is an online DRM scheme in place (for the initial install of modules). Fortunately, I was provided with the necessary information.
I generated a full relay log. The log is very large hence I only provide the part when the top-level window and all child windows get created and later shown.
--- snip --- $ WINEDEBUG=+tid,+seh,+relay,+win,+msg wine ./Accordance.exe >>log.txt 2>&1 ... --- snip ---
Compressed log:
$ du -sh log.tar.xz 816K log.tar.xz
Uncompressed log:
$ du -sh accordance11_tracelog_mainwindow.txt 63M accordance11_tracelog_mainwindow.txt
Regards