Autodesk-Fusion-360-for-Linux icon indicating copy to clipboard operation
Autodesk-Fusion-360-for-Linux copied to clipboard

Fusion Drawings failed to Launch

Open hasmar04 opened this issue 3 years ago • 2 comments

Describe the bug Drawings cannot be opened within Fusion 360.

To Reproduce Steps to reproduce the behavior:

  1. Open Fusion 360
  2. Open a model
  3. Try and navigate to the drawings menu
  4. A Wine error will occur

Expected behavior The drawing should open and be able to be modified.

Desktop (please complete the following information):

  • Version number of Autodesk Fusion 360
  • Graphics card model + Graphics card driver (Version number) Intel
  • Operating system (OpenSUSE Leap 15.3, Fedora 34, ...) Manjaro
  • Desktop environment (XFCE 4.16, Gnome 40, ...) KDE
  • DXVK- or OpenGL-Mode DXVK

hasmar04 avatar Feb 17 '22 11:02 hasmar04

fusion360starter="$(find $HOME/.wineprefixes/fusion360 -name Fusion360.exe -printf "%T+ %p\n" | sort -r 2>&1 | head -n 1 | sed -r 's/.+0000000000 (.+)/\1/')" && WINEPREFIX="$HOME/.wineprefixes/fusion360" wine "$fusion360starter"

This command from #108 mostly solved it, but it sometimes goes blank and zooming in and out is required to make it reappear.

hasmar04 avatar Feb 17 '22 11:02 hasmar04

@hasmar04 Thank you for your info. 👍 I am already aware of this phenomenon and a solution is already being sought.

cryinkfly avatar Feb 28 '22 18:02 cryinkfly