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.81k stars 116 forks source link

App do not run *solved* #138

Closed Caraffa-git closed 2 years ago

Caraffa-git commented 2 years ago

When i run app via konsole i get error: "wine: failed to open "C:\\users\\Public\\Desktop\\Autodesk\": c0000135". I couldn't really find any info about that.

cryinkfly commented 2 years ago

Run this command:

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