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

The points are not rendered in sketch - OpenGL-Mode #185

Open dzervas opened 2 years ago

dzervas commented 2 years ago

Describe the bug When I edit a sketch I can't see any point.

To Reproduce Steps to reproduce the behavior:

  1. Create a sketch
  2. Make a rectange

Expected behavior Show the points as black dots

Screenshots image

Desktop (please complete the following information):

Radeon RX 5700 XT

0a:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] (rev c1)
    Subsystem: Micro-Star International Co., Ltd. [MSI] Device 3810
    Kernel driver in use: amdgpu
    Kernel modules: amdgpu
$  pacman -Qi xf86-video-amdgpu
Version         : 21.0.0-2
cryinkfly commented 2 years ago

This issue exist only with the OpenGL-Mode! :-( I don't know why it's so.

But here you can see the black points with DXVK: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/releases

dzervas commented 2 years ago

I tried moving to DXVK but the main window does not render. I can see the tools and select buttons but the main viewer shows nothing

hasmar04 commented 2 years ago

I tried moving to DXVK but the main window does not render. I can see the tools and select buttons but the main viewer shows nothing

Came here to say the same thing. Main window no longer renders when using DX11, but setting it to DX9 manually allows it to work.

dzervas commented 2 years ago

@hasmar04 DX9 has the same problem for me... I tried installing amdvlk and prepending AMD_VULKAN_ICD=AMDVLK but same results. Maybe it needs DXVK needs some specific configuration?

cryinkfly commented 2 years ago

Yes, you need a special configuration! ⚙️

This is the reason why my setup wizard download some files and setup OpenGL or Dxvk for you.

But here you can see more: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/79 & https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/tree/main/files/extras/opengl_dxvk

Arrexel commented 2 years ago

Some more info to hopefully narrow this down:

Install method: quick setup script GPU: 1080 TI OS: Ubuntu 20.04 NVidia Driver: 510.47.03 Setting in Fusion: DX9

It seemed to be properly configured by the setup script in dxvk mode (dxvk installed in wine, xml files correct) however I was also experiencing this issue and I verified all the above steps were completed by the setup script. Changing to OpenGL mode through Fusion preferences solved the issue for me, although there are still other minor UI bugs.