Releases: cryinkfly/Autodesk-Fusion-360-for-Linux
Testing Fusion 360 without some DirectX DLL's and DXVK
It's time to testing Fusion 360 only in the openGL-Mode. :D
First-Test_openGL_Mode.mp4
Fusion 360 works on Manjaro
Here can you read and see more about this: https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-#installation-on-manjaro-based-on-arch-linux
Fusion 360 works on Fedora 33 & 34
Here can you read and see more about this: https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-#installation-on-fedora and https://youtu.be/JRu-OaGsv3A
Fusion 360 works on Ubuntu 20.04.2
Here can you read and see more about this: c415bbc
... It's important to change your wine version to 6.5 ... because the current wine version 5.0-3ubuntu1 has a bug (internet connection)!!!
Here can you see more about this problem:
Solution for network problems with Fusion 360
I have found a problem, that some linux distributions doesn’t set correctly the hostname and ...
Here can you read more about this: #2 (comment)
Testing Fusion 360 (Flatpak)
At the moment I testing with different configurations for to run Fusion 360 with Lutris, but Lutris works as an Flatpak-App!
So I hope to find a solution, that this program works on all linux distributions. 😅
- Login screen works
Import & Export some files
I have found a solution to be able to import and export files in Fusion 360.
This works also, when you will safe your rendered files on the Rendering-Workspace to your computer without having to crash the program.
But it's important, that this solution is only good for this tasks now and it's better when you go to preferences and in General under Graphics driver, select "DirectX 9" for this one, because so it works faster and without glitches. ;-)
Watch this video, then can you see it the problem and my way to solved this problem. :-)
Autodesk Fusion 360 works with Lutris
1.) Open Yast -> Install Software -> Install these packages: wine & p7zip-full & lutris
- I have use the wine version 5.0!!!
2.) Reboot the system
3.) Open a Terminal
4.) Run this commands: cd $HOME && mkdir Fusion360
5.) Run this commands: cd $HOME/Downloads && mkdir fusion360 && cd fusion360
6.) Run this command: wget https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20Admin%20Install.exe (Here we downloading the installer of Fusion 360.)
7.) Run this command: 7z x -osetup/ "Fusion 360 Admin Install.exe" && curl -Lo setup/platform.py github.com/python/cpython/raw/3.5/Lib/platform.py && sed -i 's/winver._platform_version or //' setup/platform.py
8.) Open the program Lutris -> Add a new Game -> Configuration this new Game (See Screenshots!)
9.) Open winetricks into Lutris (See Screenshots!) -> Install these packages: (minimum requirement for running Fusion 360)
- corefonts
- vcrun2017
- msxml4
- dxvk
10.) Then open with winetricks into Lutris: winecfg
11.) Set the windows version to Windows 8
12.) Close this window and winetricks
13.) Run this command: clear (It's better to see, what happens, when we clear the terminal.)
12.) Click on "Play" on the right site (Lutris) and check this with the system monitoring tool (See Screenshots!)
14.) Run this command: env WINEPREFIX="/home/YOUR_USER_NAME/Fusion360" wine C:\windows\command\start.exe /Unix /home/YOUR_USER_NAME/Fusion360/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/Autodesk/Autodesk\ Fusion\ 360.lnk (Here we opening the program Fusion 360 and this creating some files in our .Fusion360 folder.)
15.) Login with your account data
16.) Then go to preferences and in General under Graphics driver, select OpenGL <-- This is now the best choise for Fusion 360!
17.) Close Fusion 360
18.) Open Fusion again with this command: env WINEPREFIX="/home/YOUR_USER_NAME/Fusion360" wine C:\windows\command\start.exe /Unix /home/YOUR_USER_NAME/Fusion360/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/Autodesk/Autodesk\ Fusion\ 360.lnk (It's important, that your changing to your Fusion360 folder in our home-directory and run then this command now & in the future here.)
20.) Now everything should work so far.
Autodesk Fusion 360 support now: OpenGL
The new version of Fusion 360 support OpenGL, now!
You can change this, when You go to preferences and in General under Graphics driver, select OpenGL and this is now the best choise for Fusion 360!
With this configuration we don't need DXVK and DirecX ... and we have no problems now in the future with this.
It works better and the workflow is faster!
When You don't see this option, then You must wait for the update when is displayed or You install this program again!