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 Drawings failed to Launch #190

Open hasmar04 opened 2 years ago

hasmar04 commented 2 years ago

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):

hasmar04 commented 2 years ago

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.

cryinkfly commented 2 years ago

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