https://bugs.winehq.org/show_bug.cgi?id=49260
--- Comment #4 from Reinhold reinhold.hoffmann@hotmail.com --- Hi Anastasius,
Thanks you for your thorough investigation.
Please find the required log files at the temporary link https://www.notation.com/download/Wine/Logs/Wine_Bug_49260_Logs_from_OS_X_El...
I performed the logging on Mac OS X El Capitan with Wine 5.7 for the Scenario 1 (see above).
The zip folder contains:
(1) File name: log_No_freeze_WINEDEBUG=+seh+relay+win+msg+propsheet.txt.zip Notice: this file is huge, uncompressed 1.37 GB. for the command line $ WINEDEBUG=+seh,+relay,+win,+msg,+propsheet wine ./Composer.exe >>log.txt 2>&1 No freeze happens with this command.
(2) File name: log_freeze_WINEDEBUG=+msg.txt.zip $ WINEDEBUG=+msg wine ./Composer.exe >>log.txt 2>&1 The app freezes.
(3) File name: log_freeze_without_WINEDEBUF.txt.zip wine ./Composer.exe >>log.txt 2>&1 The app freezes.
For all other WINEDEBUG parameter combinations there is no freeze of the app. On Linux there is no freeze.
Thanks for performing a snapshot of the app because we need to replace that link by a solution asap.
Yes, our apps are Wine aware. We use the data for diagnosis and for workarounds or alternative solutions for the Wine bugs 46466, 48692, 48781, 46061 and for skipping some features of external libs which do not work on Wine but are outside of our responsibility.
Best regards,
Reinhold