Autodesk-Fusion-360-for-Linux: Missing Fusion360 exe *solved*

Fresh install on Ubuntu 21.04, no errors seen during the install, but as far as i can see, fusion were not installed.

find $HOME -name Fusion360.exe

return nothing

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 26 (11 by maintainers)

Most upvoted comments

Replacing line 219 with WINEPREFIX=$wineprefixname wine $wineprefixname/drive_c/users/$USER/Downloads/Fusion360installer.exe -p deploy -g -f log.txt & ( sleep 60 ; killall streamer.exe ) & #Kill the window after being open for one minute Looks to be able to reliably create (and keep) the Fusion360.exe file

I am also missing the Fusion360.exe. Looking at the log file of the installer, it seems that Fusion indeed crashes at some point and then deletes the files.

2022-05-11 12:01:36,219 - MainProcess(300) - MainThread - adsk.dls.streamer.process.process - ERROR :: Exception during processing:
Traceback (most recent call last):
  File "R:\Streamer\src\adsk\dls\streamer\process\process.py", line 1133, in execute
  File "R:\Streamer\src\adsk\dls\streamer\process\process.py", line 1080, in execute_without_errorhandling
  File "R:\Streamer\src\adsk\dls\streamer\process\process.py", line 906, in _config_app
  File "R:\Streamer\src\adsk\dls\streamer\process\process.py", line 1535, in _do_installation
  File "R:\Streamer\src\adsk\dls\streamer\process\process.py", line 403, in _executetasks
  File "R:\Streamer\src\adsk\dls\streamer\windows\platform.py", line 329, in create_launch_items
  File "E:\Jenkins\3P\PYTHON\3.9.6\WIN64_1\lib\subprocess.py", line 368, in check_call
  File "E:\Jenkins\3P\PYTHON\3.9.6\WIN64_1\lib\subprocess.py", line 349, in call
  File "E:\Jenkins\3P\PYTHON\3.9.6\WIN64_1\lib\subprocess.py", line 951, in __init__
  File "E:\Jenkins\3P\PYTHON\3.9.6\WIN64_1\lib\subprocess.py", line 1420, in _execute_child
FileNotFoundError: [WinError 2] File not found
2022-05-11 12:01:36,867 - MainProcess(300) - MainThread - adsk.dls.streamer.utils - DEBUG :: Removing the file \\?\c:\program files\autodesk\webdeploy\production\22651d53e422c0183a6147899471ab1dca9a3f80\fusion360.exe
2022-05-11 12:01:36,869 - MainProcess(300) - MainThread - adsk.dls.streamer.process.process - DEBUG :: Successfully remove \\?\c:\program files\autodesk\webdeploy\production\22651d53e422c0183a6147899471ab1dca9a3f80\fusion360.exe

I managed to keep the Fusion360.exe by using the command provided by @alextrical . However, Fusion still won’t start and just shows the loading screen forever. I’m guessing, that aborting the installer this way might cause some files to be corrupted.

Just spotted an oddity while the script was installing. cd ~/.wineprefixes/fusion360/drive_c/Program\ Files/Autodesk/webdeploy/production/22651d53e422c0183a6147899471ab1dca9a3f80/ I did a ls wile the first Fusion360 install pass was running and saw ‘Fusion360.exe’ as there, however it dissapeared once the second pass was run.

Edit: Running the following as mentioned by @noxdor made “fusion360.exe” come back WINEPREFIX=~/.wineprefixes/fusion360 wine ~/.wineprefixes/fusion360/drive_c/users/$USER/Downloads/Fusion360installer.exe

Likewise i’m currently experiencing the same issue when installing on Fedora (tool-boxed) the closest i can see is ‘FusionLauncher.exe’ but that fails to launch, giving error Configuration file "C:\Program Files\Autodesk\webdeploy\production\6a0c9611291d45bb9226980209917c3d\FusionLauncher.exe.ini" is missing or incomplete Please re-install the application, and contact support if this does not resolve the problem.