WineHQ

Autodesk Fusion 360

Application Details:

Version: latest
License: Subscription
URL: http://www.autodesk.com/produc...
Votes: 8
Latest Rating: Bronze
Latest Wine Version Tested: 8.3-staging

Maintainers: About Maintainership

Free Download Web Installer for the latest version

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

I tested the construction part. I modified one of my constructions and I made a new simple construction. This worked. The access to the Fusion cloud works too.

What does not

Under directx 9 the browser toolbar make problems. If I move it with mouse it crashes. Additionally the right marginal is not visible. With directx 11 this works.

It's not able to close the app legally. If I close the app fusion crashes. So I have to kill the process

Workarounds

Don't move or change the browser-toolbar (directx 9).

What was not tested

The other modules (animation, simulation ...). I only tested the construction module.

Hardware tested

Graphics:

  • GPU: Intel
  • Driver: open source

Additional Comments

Installation:

First I installed some additional packages:
libvkd3d-utils1, libvkd3d-utils1-32bit, phyton2-vulkan, phyton3-vulkan, libvkd3d1, libvkd3d1-32bit, libvulkan1, libvulkan1-32bit, vulkan-tools

I use Intel-processor graphic: libvulkan_intel, libvulkan_intel-32bit

I use q4wine. With q4wine I made a new prefix "Fusion360" (64Bit, win10)

Then I installed some dlls with winetricks:

env WINEPREFIX=~/.local/share/wineprefixes/Fusion360 sh winetricks atmlib gdiplus msxml3 msxml6 vcrun2017 corefonts fontsmooth=rgb winhttp win10

Next I downloaded the newest dxvk (1.3.3) from https://github.com/doitsujin/dxvk/releases
Next unpack and install:
tar -xzf dxvk-1.3.3.tar.gz

env WINEPREFIX=~/.local/share/wineprefixes/Fusion360 sh setup_dxvk.sh install

Next I changed to the wineprefix folder:

cd  ~/.local/share/wineprefixes/Fusion360

Next I downloaded Fusion 360:

wget https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20Admin%20Install.exe

Next unpack installer:

7z x -osetup/ "Fusion 360 Admin Install.exe"

Next modify installation-package that Autodesk think you install Fusion on a windows machine:

curl -Lo setup/platform.py https //github.com/python/cpython/raw/3.5/Lib/platform.py

sed -i 's/winver._platform_version or //' setup/platform.py

Next I started the fusion setup with q4wine:
Run streamer.exe in folder ~/.local/share/wineprefixes/Fusion360/setup

After some time a login to Autodesk cloud appears. Then to bugs appears. You can confirm them with close and ok.

If your graphics hardware works perfect with dxvk Fusion 360 works with directx11 and Fusion is ready to use. 

I corrected the two bugs at startup while forcing the app AdCefWebBrowser.exe to work with windows 7: Winecfg - Apps > add app > AdCefWebBrowser.exe > Windows Version Windows 7

Path to AdCefWebBrowser.exe: 

/home/stolz/.local/share/wineprefixes/Fusion360/drive_c/users/stolz/Local Settings/Application Data/Autodesk/webdeploy/production/20d8a215552686a0cc6ad2a520b7fb0a527ccca5/WIN64/

Next I added with q4wine an icon to start Fusion 360. The automatic generated icon on the desktop don't work for me.

On my laptop Fusion works with directx 11. My desktop PC works only with directx 9.

So I started Fusion on my desktop PC and switched Fusion to directx 9: preferences > global > graphics driver

I killed the fusion process and restarted my PC.

Then I uninstalled dxvk:

env WINEPREFIX=~/.local/share/wineprefixes/Fusion360 sh setup_dxvk.sh uninstall

Now I can start Fusion and it works with directx 9.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowFedora 37 x86_64May 28 20238.3-stagingYes Yes YesBronzeMarkus B. 
ShowopenSUSE MicroOSMar 16 20238.3Yes Yes YesSilverSteve Zabka (Cryinkfly) 
ShowopenSUSE Leap 15.4Dec 18 20228.0-rc1-stagingYes Yes YesSilverSteve Zabka (Cryinkfly) 
ShowopenSUSE Tumbleweed (rolling release)Jul 26 20227.13-stagingYes Yes YesBronzeSteve Zabka (Cryinkfly) 
ShowopenSUSE Tumbleweed (rolling release)May 10 20227.8Yes Yes YesSilverSteve Zabka (Cryinkfly) 

Known Bugs

Bug # Description Status Resolution Other apps affected
44728 Bad windows version detection with python module "platform" NEEDINFO View
45277 Multiple applications need Vulkan child window rendering (DxO PhotoLab, Affinity Photo, Google Earth Pro, Autodesk Fusion 360) NEW View
51664 Autodesk Fusion360: crashes when try to create drawings UNCONFIRMED View
53286 Fusion360.exe hangs after window being closed UNCONFIRMED View
54611 Autodesk Fusion 360 hangs during installation UNCONFIRMED View

Show all bugs

HowTo / Notes

Minimum requirement*

On my GitHub-Channel you can find the minimum requirement what you need for the installation of Autodesk Fusion 360 on Linux: https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-#hardware-and-software-requirements

HOWTO

The standard way:

  1. Visit my GitHub-Channel "Cryinkfly" and go to my project: Fusion-360 - Linux (Wine Version)
  2. Go to this section: https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-#getting-started


The experimental way (Flatpak):

  1. Visit my GitHub-Channel "Cryinkfly" and go to my project: Fusion-360 - Linux (Wine Version)
  2. Open a Terminal and run this command: cd Downloads && wget -N https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/development-branch/fusion360-flatpak-install.sh && chmod +x fusion360-flatpak-install.sh && bash fusion360-flatpak-install.sh


Comments

Back