cryinkfly / Autodesk-Fusion-360-for-Linux

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki
MIT License
1.79k stars 115 forks source link

Fusion 360 for Linux does not launch #320

Closed dumbnerd08 closed 1 year ago

dumbnerd08 commented 1 year ago

Describe the bug Fusion 360 does not launch either from my applications menu nor from the terminal.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Applications' (or whatever your distro's applications menu is)
  2. Click on 'Fusion 360' Does not load

OR

  1. Go to ~/.fusion360/bin/
  2. ./launcher.sh
  3. Wait for script to exit, see error

Expected behavior

Fusion 360 will open and function.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context

Here is the output in console from when I run the script to when it exits:

--2023-04-14 21:26:42--  https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/build-version.txt
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 20 [text/plain]
Saving to: ‘/tmp/fusion360/build-version.txt’

build-version.txt   100%[===================>]      20  --.-KB/s    in 0s      

Last-modified header missing -- time-stamps turned off.
2023-04-14 21:26:42 (385 KB/s) - ‘/tmp/fusion360/build-version.txt’ saved [20/20]

Online Build-Version: 2.0.15027
Online Insider-Build-Version: 2.0.15277
The version.txt file not exist!
EN
find: ‘’: No such file or directory
wine: invalid directory  in WINEPREFIX: not an absolute path
dumbnerd08 commented 1 year ago

Closed: Restarting my computer after installing dependencies fixed the issue. (Fedora Linux 37/38)

Box-Bop commented 1 year ago

In case anyone else comes across the same issue, you have to edit the launcher.sh file in your editor of choice and you'll find that you have to replace the bottom two $WP_BOX variables with wherever your Fusion360 wineprefix exists (should be the folder that you picked during installation).