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

Fusion 360 Loading Splash Screen Hang *solved* #239

Closed Codesmith512 closed 2 years ago

Codesmith512 commented 2 years ago

Describe the Bug Fusion 360 Hangs at Loading Splash Screen after Installation

To Reproduce Steps to reproduce the behavior:

  1. Install via the installation script a. All defaults, except the "I already have wine on my system" option
  2. Run the box-run.sh script

Expected Behavior Fusion 360 should have the loading splash screen for a little bit, and then launch to the application.

Actual Behavior The loading splash screen displays, and never goes away

Desktop

Additional Context Worked before the new installation system

Full log output (it's surprisingly short)

Codesmith512 commented 2 years ago

My guess is in this bit of output

00fc:fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000 (using GL_RENDERER "llvmpipe (LLVM 13.0.1, 256 bits)").
info:  Game: Fusion360.exe
info:  DXVK: v1.10.1
info:  Built-in extension providers:
info:    Win32 WSI
info:    OpenVR
info:    OpenXR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:  Required Vulkan extension VK_KHR_surface not supported
err:   DxvkInstance: Failed to create instance
err:   D3D11CreateDevice: Failed to create a DXGI factory

(also running this as a non-docker environment, probably should've done that first)

Codesmith512 commented 2 years ago

After setting up my machine to directly host this, I still get a hang of at least 15 minutes on launch (including terminal silence for that period)

Here's the log for the bare metal run

Codesmith512 commented 2 years ago

Probably part of #240