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.95k stars 121 forks source link

DLLs missing and Fusion not starting up *solved* #195

Closed Rohit-Rangaraj closed 2 years ago

Rohit-Rangaraj commented 2 years ago

Describe the bug I started the application for the first time, and I just had many DLLs missing errors thrown at me.

To Reproduce Steps to reproduce the behavior:

  1. Install the application by following the instructions
  2. Startup the application

Expected behavior A working instance of the Fusion app.

Desktop:

Additional context

Got the output while trying to execute F360DIR="$HOME/.wineprefixes/fusion360/" env WINEPREFIX="${F360DIR}" wine C:\\windows\\command\\start.exe /Unix "${F360DIR}/drive_c/ProgramData/Microsoft/Windows/Start Menu/Programs/Autodesk/Autodesk Fusion 360.lnk" from (https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/44#issuecomment-898090000).

I've pasted the output on the clipboard site as Github did not allow me to paste such a big output.

https://online-clipboard.online/online-clipboard/

Please use code 9865 to retrieve the text.

cryinkfly commented 2 years ago

@Rohit-Rangaraj

Got the output while trying to execute F360DIR="$HOME/.wineprefixes/fusion360/" env WINEPREFIX="${F360DIR}" wine C:\windows\command\start.exe /Unix "${F360DIR}/drive_c/ProgramData/Microsoft/Windows/Start Menu/Programs/Autodesk/Autodesk Fusion 360.lnk" from (https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/44#issuecomment-898090000).

Please use my .desktop files, the launcher.sh, ...! 🙂

Rohit-Rangaraj commented 2 years ago

@cryinkfly It's still throwing me all the same errors. How should I proceed?

chabad360 commented 2 years ago

Yea, I'm having the same issue, and I'm using the launcher script too.

Here's the console output: https://gist.github.com/chabad360/e9cace26c87ae23ad8812dd90a52f628

Rohit-Rangaraj commented 2 years ago

@cryinkfly Any updates on this?

op3 commented 2 years ago

This seems to be a wine bug, see https://bugs.archlinux.org/task/73994.

Rohit-Rangaraj commented 2 years ago

@op3 How do I fix it? Should I do a clean install again?

chabad360 commented 2 years ago

I've downgraded to wine-staging 7.2 and I've done a clean install, that seems to have done the trick.

cryinkfly commented 2 years ago

I've downgraded to wine-staging 7.2 and I've done a clean install, that seems to have done the trick.

Yes, there seem to be serious problems with the latest wine version at the moment!

That's why I opened a case for this: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/202

cryinkfly commented 2 years ago

So I looked it up and ran more tests! So it is actually due to the Wine Version 7.3!!!

But there is a newer version released this week...Wine version 7.4 and with it this bug got rid of!!!!!

Here: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/202#issuecomment-1066049410

Rohit-Rangaraj commented 2 years ago

@cryinkfly Now it is throwing me this error. wine: could not open working directory L"unix\\home\\rohit\\.config\\fusion-360\\bin\\", starting in the Windows directory. Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found.

gromain commented 2 years ago

@Rohit-Rangaraj this looks like an issue with the desktop file or something related. Can you try in a terminal to launch Fusion with bash $HOME/.config/fusion-360/bin/launcher.sh to see if this works at least.

Rohit-Rangaraj commented 2 years ago

@gromain I tried that and got the following error.


SSL_INIT
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.111.133, 185.199.109.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-03-25 01:06:47 ERROR 404: Not Found.

Do nothing!
wine: could not open working directory L"unix\\home\\rohit\\", starting in the Windows directory.
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: File not found.```