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
2.01k stars 123 forks source link

Drawing Workbench dosn't work *solved* #17

Closed dvilker closed 3 years ago

dvilker commented 3 years ago

Trying to create Drawing of some and get error message: Fusion 360 drawings cannot launch...

image

cryinkfly commented 3 years ago

@dvilker Yes I know. :-) That's the reason why you can read this in my README.md :D

Bildschirmfoto_2021-05-16_09-59-02


But I'm already in the process of solving this problem. :-)

cryinkfly commented 3 years ago

This is the current problem:

https://user-images.githubusercontent.com/79079633/118395611-8c71c200-b64b-11eb-8fee-ca0e3d95daa0.mov

cryinkfly commented 3 years ago

Here can you see, what's happened, when I will change the workspace: error.txt

cryinkfly commented 3 years ago

So, I have found maybe the reason, why it doesn't work correctly, when I read this post here:

It looks like so that we need DXVK and some DLL's to get this workspace to running, but I will check this in the next time! :-)

cryinkfly commented 3 years ago

I have tested this with DXVK and other configuration, but it doesn't work at the moment!

Here is the a file: backtrace.txt

Tony763 commented 3 years ago

Hi @cryinkfly, I run version 2.0.10806 on wine-staging 6.15, OpenGL core and Drawings works. I just need to sometime zoom in/out when I run mouse over interface, screen gray out.

My start script (I had to skip FusionLauncher.exe in order to run Drawings):

env WINEDEBUG=-all AMD_VULKAN_ICD=AMDVLK VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/radeon_icd.x86_64.json WINEPREFIX="/home/tony/aplications/fusion360" gnome-terminal --window-with-profile=WIN_E -e  'wine64 /home/tony/aplications/fusion360/drive_c/Program\ Files/Autodesk/webdeploy/production/4c84784f9b312b4c6ccb78d46529ebb70d7a5a09/Fusion360.exe'

image

cryinkfly commented 3 years ago

@Tony763 Thank you so much for this information!!!

I have tested this on my system with a NVIDIA graphics card and without your extra options:

steve@cryinkfly-studio:~/.wineprefixes/fusion360/drive_c/Program Files/Autodesk/webdeploy/production/2719e3c6bed8896e3c7319fbb8bfbceff8f489a4> WINEPREFIX="/home/steve/.wineprefixes/fusion360" wine Fusion360.exe

... and it works very well!!!

drawing_bearing.png

I just need to sometime zoom in/out when I run mouse over interface, screen gray out.

I have the same issue, but it is not so bad. The important thing now is that it works at all and that it can be used. :+1:


Can you please check whether this part of the command could also be left out on your system?

WINEDEBUG=-all AMD_VULKAN_ICD=AMDVLK VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/radeon_icd.x86_64.json


I will create a program starter and build it into my installation script.

Tony763 commented 3 years ago

Hi @cryinkfly I have to specify them as I have 3 GPU's. Integrated Intel, Dedicated Nvidia and AMD in External M.2 dock so these commands are just specific to my PC to select correct gpu.

cryinkfly commented 3 years ago

@Tony763 Okay, very nice setup! ^^

... and thanks for your reports and help! :1st_place_medal:

I mentioned you here: https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/blob/main/COMMUNITY.md

... and also I will mention you in my next YouTube video!

Tony763 commented 3 years ago

Wow, Thanks. :slightly_smiling_face:

cryinkfly commented 3 years ago

I have created a program launcher for all users the have selected the standard installation path: https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/issues/70 :+1:

cryinkfly commented 3 years ago

@Tony763 Can you give me some information about you graphic cards here?

Tony763 commented 3 years ago

@cryinkfly sure, but Im doing some changes right now so I will post them sometime in middle of next week.

BTW: Thanks for video, I appreciate it.

cryinkfly commented 3 years ago

Here is another issue: https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/issues/108