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

Hangs after login and eventually gives "Error Report" *solved* #158

Closed water-rhatt closed 2 years ago

water-rhatt commented 2 years ago

Describe the bug I know this has been brought up before, but I too am able to log into Fusion, and after a long delay I receive a Fusion 360 Error report saying that it has shut down due to a "software error". I tried:

env WINEPREFIX="/home/randolph/.wine" wine C:\windows\command\start.exe /Unix /home/randolph/.wine/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/Autodesk/Autodesk\ Fusion\ 360.lnk &> wine.error.log, but that didn't seem to do anything. I just got a new terminal prompt. If it created a log file, I can't find it anywhere.

I also looked for a launch.sh file in the ~/.wineprefix/Fusion360 folder, but that file doesn't exist.

I tried cutting and pasting from the .desktop launcher: Exec=env WINEPREFIX="/home/randolph/.wineprefixes/fusion360" wine C:\\\\users\\\\Public\\\\Desktop\\\\Autodesk\\ Fusion\\ 360.lnk into terminal, but again it did nothing.

I'm open to suggestions on how to get this running.

To Reproduce

  1. Run Install Script
  2. Double Click on Desktop Launcher

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context

cryinkfly commented 2 years ago

Run this command:

xterm -hold -e "$HOME/.local/share/applications/wine/Programs/Autodesk/fusion360-launcher.sh"

water-rhatt commented 2 years ago

YES! That does seem to work (at least well enough for my purposes on this machine). Is there some way of changing the .desktop file so that it runs that script? It would be nice to have a way to launch without remembering or typing that line in.

cryinkfly commented 2 years ago

Yes, here you can find this file: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/tree/main/files/extras/desktop-starter