https://bugs.winehq.org/show_bug.cgi?id=54816
Bug ID: 54816 Summary: Fusion 360: Crashes when using WINEDEBUG=+relay Product: Wine Version: 8.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: benjackson990@gmail.com Distribution: ---
Created attachment 74308 --> https://bugs.winehq.org/attachment.cgi?id=74308 Backtrace from crash
Fusion 360 Version: 2.0.15775 WineHQ-Devel v8.5 (latest from WineHQ repo)
When trying to debug Fusion 360 with WINEDEBUG=+relay, the program crashes. The following error in the log looks relevant ```03e8:err:sync:RtlpWaitForCriticalSection section 000000017006E5C0 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 03e8, blocked by 03a0, retrying (60 sec)```
The following commands where used to create the installation and subsequent crash ``` rm -r ~/.wfusion360 export env WINEPREFIX=~/.wfusion360 export env WINEDEBUG=fixme-all wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetrick... -O winetricks -P ~/Downloads chmod +x ~/Downloads/winetricks ~/Downloads/winetricks win10 wget -N https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20Ad... -P ~/Downloads wine ~/Downloads/Fusion\ 360\ Admin\ Install.exe --quiet
WINEDEBUG=+relay wine 'C:\users\Public\Desktop\Autodesk Fusion 360.lnk' ```