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.8k stars 115 forks source link

Fusion 360 Crashing After Startup *solved* #151

Closed FlyingFaller closed 2 years ago

FlyingFaller commented 2 years ago

Hi I am new to linux so I really have no idea what I am doing. The only windows program I need to daily drive atm is Fusion so here we are. Tried a number of things (different scripts, different wine versions, lutris) but I've had the most success using the latest install script on this repository.

I can get Fusion to install (although coming from windows the number of errors that thing throws is uh interesting lol) and I can launch and log in as intended. After logging in Fusion sits on the splash screen for a few minutes before quietly quitting.

Using Linux Mint 20.2 (Ubuntu 20.04 I think) Intel® Core™ i7-6500U Mesa Intel® HD Graphics 520 (SKL GT2)

Not sure how much anyone can help me given my level of novice but I appreciate any advice.

andrasbiro commented 2 years ago

I had the same, and to my surprise, it worked from CLI. I didn't investigate too deep why the launcher doesn't work, it seems to start the exact same command.

The command you should call: env WINEPREFIX="/home//.wineprefixes/fusion360" wine C:\users\Public\Desktop\Autodesk\ Fusion\ 360.lnk

dkijkuit commented 2 years ago

Same here, it just hangs for a while and then disappears

image

FlyingFaller commented 2 years ago

I tired that and some variations fit to my file structure and no dice. If I understand what this is doing it just runs the desktop launcher so I don't really understand why this would work anyways but thanks for the thought.

Screenshot at 2021-12-06 12-19-23

Edit: tried running the desktop launcher command in CL and it didn't fix anything but at least there are errors I can see now. This is what pops up at the moment it crashes, may explain it or may just be the final logs in a series of issues I can't read most of it. I'll try installing .NET 4.5 and see not sure what that last line means though.

Tried installing the latest .NET and no change admittedly I don't think it's v4.5

Screenshot at 2021-12-06 12-31-18

cryinkfly commented 2 years ago

@FlyingFaller Which wine version do you use?

FlyingFaller commented 2 years ago

@FlyingFaller Which wine version do you use?

It looks like 6.0.2 is installed right now. However, I think it was installed through Mint's software manager which is crap and may have done something wildly unexpected.

cryinkfly commented 2 years ago

@FlyingFaller Okay, that finally proves that this Wine Version 6.x does not work with Autodesk Fusion 360!

FlyingFaller commented 2 years ago

So is your current recommendation to use Wine Staging or have you made changes to the install script to circumvent the issue?

Thanks for the help so far!

cryinkfly commented 2 years ago

@FlyingFaller Since I have now heard from my own tests, as well as from other users, that there are problems with the "stable" versions of Wine, I therefore always recommend using the latest version in the future! :+1:

In addition, more and more functions and improvements are added to the newer versions, some of which also eliminate such errors. 🐞

I therefore ask you to try the staging variant. 🙂

dkijkuit commented 2 years ago

That's to bad there's no easy way to install the staging version on Ubuntu 20.04 because of the libc 2.33 dependency: wine-staging : Depends: libc6 (>= 2.33) but 2.31-0ubuntu9.2 is to be installed

cryinkfly commented 2 years ago

Can you send me a screenshot of your repositorys, please?

dkijkuit commented 2 years ago

deb http://archive.ubuntu.com/ubuntu focal universe
deb [arch=amd64,i386] https://repo.steampowered.com/steam/ stable steam
deb-src [arch=amd64,i386] https://repo.steampowered.com/steam/ stable steam
deb [arch=amd64,i386] https://repo.steampowered.com/steam/ stable steam
deb-src [arch=amd64,i386] https://repo.steampowered.com/steam/ stable steam
deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ focal main
deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ focal main
deb [arch=i386,amd64] http://linux.dropbox.com/ubuntu disco main
deb [arch=amd64] https://packages.microsoft.com/ubuntu/20.04/prod focal main
deb http://ppa.launchpad.net/lutris-team/lutris/ubuntu focal main
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
deb [arch=i386,amd64] http://linux.dropbox.com/ubuntu disco main
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
deb https://linux.teamviewer.com/deb stable main
deb [arch=amd64] https://packages.microsoft.com/ubuntu/20.04/prod focal main
deb https://linux.teamviewer.com/deb stable main
deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main
deb http://ppa.launchpad.net/lutris-team/lutris/ubuntu focal main
deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main
deb http://nl.archive.ubuntu.com/ubuntu/ focal main restricted
deb http://nl.archive.ubuntu.com/ubuntu/ focal-updates main restricted
deb http://nl.archive.ubuntu.com/ubuntu/ focal universe
deb http://nl.archive.ubuntu.com/ubuntu/ focal-updates universe
deb http://nl.archive.ubuntu.com/ubuntu/ focal multiverse
deb http://nl.archive.ubuntu.com/ubuntu/ focal-updates multiverse
deb http://nl.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu focal-security main restricted
deb http://security.ubuntu.com/ubuntu focal-security universe
deb http://security.ubuntu.com/ubuntu focal-security multiverse
deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
deb https://dl.winehq.org/wine-builds/ubuntu/ hirsute main```
cryinkfly commented 2 years ago

Okay, I already see some problems!

For example, you have different Wine repositories on your system:

deb https://dl.winehq.org/wine-builds/ubuntu/ focal main deb https://dl.winehq.org/wine-builds/ubuntu/ hirsute main```

And that then leads to the fact that your package manager cannot properly select the packages.

Please delete these two repositories and add them here:

 wget -q https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_20.04/Release.key -O Release.key -O- | sudo apt-key add -
sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_20.04/ ./'

Then this will fix the problem:

wine-staging : Depends: libc6 (>= 2.33) but 2.31-0ubuntu9.2 is to be installed

dkijkuit commented 2 years ago

That totally worked, I was able to install the staging version and now it fires up! Thank you 👍

M-Usamah commented 6 months ago

I am running wine version 9 and it is crashing during setup

wiktormalyska commented 5 months ago

i have wine 8.19 (staging) and it cannot even pop up fusion window. Fedora 39