https://bugs.winehq.org/show_bug.cgi?id=50211
--- Comment #11 from Arc C. achapkis@gmail.com --- Hello Anastasius,
I somehow receive strange results. Before your update I tried to downgrade wine with "dnf downgrade wine", the only available version was 5.5-1, so I went with it. Then I removed my ${HOME}/.wine again and installed Quicken 2000 and 2004. Both started up OK without any issues.
Then I updated all the wine packages back (or rather forward) to 5.22-1 and tried again with those Quicken 2000 and 2004 that were already installed in .wine. Again the problem came back. So I tried to run the command with debugging, the way you suggested to collect the debugging output. But somehow running it with debugging does not crash, the program works as it should be, albeit a bit slow (naturally dumping a lot into the output file).
So between these two commands:
WINEDEBUG=+seh,+relay,+loaddll,+win,+msg wine ./QW.EXE
~/wine_quicken_2000_debug_log.txt 2>&1
wine ./QW.EXE
The first brings up Quicken2000 and is working, the second brings up Q2000 and crashes.
I can attach the compressed debug log, but I am not sure it will be of any help since it doesn't crash.
I use KDE as my desktop. Do you think this may matter?