Latest version of Fusion 360 from web installer. Fusion 360 is free to use for Students, Hobbist/Enthusiasts with gains < 100 000$
Application Details:
Version: | latest |
License: | Subscription |
URL: | http://www.autodesk.com/produc... |
Votes: | 2 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 6.0 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Nothing. Just shows up with a blank window and a scrollbar.
What does not
Does not run at all.
Workarounds
What was not tested
everything because it couldn't be installed.
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 20.04 "Focal" (+ variants like Kubuntu) | Jan 20 2021 | 6.0 | No | Not installable | No | Garbage | Jacob Crume | |
Show | Ubuntu 18.04 "Bionic" amd64 (+variants like Kubuntu) | Aug 23 2020 | 5.14-staging | Yes | No | No | Garbage | Christian Kraemer | |
Show | Pop!_OS 20.04 | May 03 2020 | 5.7 | Yes | Yes | No | Silver | Vicente Pinto | |
Show | Arch Linux x86_64 | Apr 09 2020 | 5.5-staging | Yes | Yes | Yes | Bronze | novenary | |
Show | Arch Linux x86_64 | Feb 29 2020 | 5.2 | Yes | Yes | Yes | Garbage | Calvin Hendriks |
Pre-requisites :
Wine 3.8 arch x64 (Windows version set in "Windows 7" NOT ANY OTHER)
Microsoft Visual runtimes 2017 (vcrun2017)
Install it with the last winetricks for example.
They have some issues with d3d11, you have two solutions :
* Disable lib d3d11 (go to winecfg > libs > add d3d11 > set "disabled")
In this case, you have little problems in main menu, and "gray" parts in some software area... But fusion runs as he can...
* Install dxvk implementation of d3d11 (need a wine version compiled with vulkan support).
winetricks vulkansdk
Download the last release of dlls : https://github.com/doitsujin/d...
Extract dlls (for example in : ~/.wine/
cd ~/.wine/
WINEPREFIX=~/.wine/
(if you have multiple wine versions, add PATH with the good wine into)
To avoid "err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution."
do : apt install libpam-winbind
---------------------------------------------- Lib Gnu TLS errors
Symptoms :
* 002b:err:winediag:gnutls_initialize failed to load libgnutls, no support for encryption
* 002b:err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available.
* "No network connection"
Solution :
If you use a recent version of libgnutls (eg. libgnutls30 on ubuntu 16.04), create a copy, for a version 26 :
sudo ln -s libgnutls.so.30 /usr/lib/x86_64-linux-gnu/libgnutls.so.26
sudo ln -s libgnutls.so.30 /usr/lib/i386-linux-gnu/libgnutls.so.26
Comments for this application have been disabled because there are no maintainers.