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

Install not starting on Fedora 36 *solved* #235

Closed vigne closed 2 years ago

vigne commented 2 years ago

Describe the bug On Fedora 36, the installer routine is not started

To Reproduce Steps to reproduce the behavior:

  1. cd $HOME/.fusion360/bin
  2. start ./install.sh
  3. When asked, select Fedora 36 and continue
  4. The install finishes without error, but also noting gets installed

Expected behavior Fusion 360 being installed

Desktop (please complete the following information):

Additional context I was able to fix this by adding the line to call SP_FUSION360_INSTALL in the FEDORA_BASED_2 section (line 566). I guess this is a bug.

A few other things maybe worth mentioning:

Install Wine on your system!
Fedora 36
Last metadata expiration check: 0:14:32 ago on Thu 09 Jun 2022 10:13:37 AM CEST.
Dependencies resolved.
Nothing to do.
Complete!

[sudo] password for ****:

Last metadata expiration check: 0:14:40 ago on Thu 09 Jun 2022 10:13:37 AM CEST.
Dependencies resolved.
Nothing to do.
Complete!
Last metadata expiration check: 0:14:41 ago on Thu 09 Jun 2022 10:13:37 AM CEST.
rpmfusion-free-release-36.noarch.rpm                                                                                                                                                                                                                                                  16 kB/s |  11 kB     00:00    
rpmfusion-nonfree-release-36.noarch.rpm                                                                                                                                                                                                                                               20 kB/s |  11 kB     00:00    
Package rpmfusion-free-release-36-1.noarch is already installed.
Package rpmfusion-nonfree-release-36-1.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!

Maybe this helps.

Thanks for the work you put into this script!

cryinkfly commented 2 years ago

I was able to fix this by adding the line to call SP_FUSION360_INSTALL in the FEDORA_BASED_2 section (line 566). I guess this is a bug.

The line 566 is for openSUSE 15.3, but I have found the bug here:

Bildschirmfoto_2022-06-09_18-58-51

But thank you for the tip! :1st_place_medal: