bottlesdevs / programs

Repository for programs installation
65 stars 69 forks source link

Fusion360 not installing #120

Open thalesmaoa opened 1 year ago

thalesmaoa commented 1 year ago

I installed Bottles using Flathub. Created a new bottle and use the installer for Fusion. Unfortunately, it doesn't work.

image

I'm using elementaryOS.

$ uname -a
Linux elementaryDesktopCasa 5.15.0-46-generic #49~20.04.1-Ubuntu SMP Thu Aug 4 19:15:44 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

$ cat /proc/version 
Linux version 5.15.0-46-generic (buildd@lcy02-amd64-007) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #49~20.04.1-Ubuntu SMP Thu Aug 4 19:15:44 UTC 2022

$ lsb_release -a
No LSB modules are available.
Distributor ID: Elementary
Description:    elementary OS 6.1 Jólnir
Release:    6.1
Codename:   jolnir

$ flatpak --version
Flatpak 1.12.7

$ flatpak info com.usebottles.bottles

Bottles - Execute programas do Windows

        ID: com.usebottles.bottles
       Ref: app/com.usebottles.bottles/x86_64/stable
      Arq.: x86_64
      Ramo: stable
    Versão: 2022.8.14-brescia
   Licença: GPL-3.0-only
    Origem: flathub
   Coleção: org.flathub.Stable
Instalação: user
 Instalado: 472,9 MB
   Runtime: org.gnome.Platform/x86_64/42
       Sdk: org.gnome.Sdk/x86_64/42

    Commit: ee05bd7213aa09ded0bbfc6036d72bc9f86f464144c00725253f7dc582defe22
       Pai: a0db883c37b057452672036bd3915395c76e4486acc29dbefdbee176ab21a64f
   Assunto: 2022.8.14-brescia-1 (1cbf13c8)
      Data: 2022-08-18 21:05:46 +0000
mirkobrombin commented 1 year ago

Share your bottle.yml

thalesmaoa commented 1 year ago

Hi @mirkobrombin , thanks.

Arch: win64
Creation_Date: '2022-08-23 15:03:07.534588'
Custom_Path: false
DLL_Overrides: {}
DXVK: dxvk-1.9.2
Environment: Application
Environment_Variables: {}
External_Programs:
    9e9dbc55-c168-479f-bf8c-44447c36b045:
        arguments: WINEDLLOVERRIDES="dxgi,d3d11=n;d3d9=b;d3d10core=" %command%
        executable: FusionLauncher.exe
        id: 9e9dbc55-c168-479f-bf8c-44447c36b045
        name: Autodesk Fusion 360
        path: C:\Users\Public\Desktop\Autodesk Fusion 360.lnk
Installed_Dependencies:
- arial32
- times32
- courie32
- atmlib
- gdiplus
- dotnet40
- dotnet452
- msxml4
- msxml6
- vcredist2019
- winhttp
Language: sys
LatencyFleX: latencyflex-v0.1.0
Latest_Executables:
-   args: ''
    file: /home/thales/Downloads/Fusion 360 Admin Install.exe
    name: Fusion 360 Admin Install.exe
NVAPI: dxvk-nvapi-v0.4
Name: Fusion
Parameters:
    custom_dpi: 96
    discrete_gpu: true
    dxvk: true
    dxvk_nvapi: false
    fixme_logs: false
    fsr: false
    fsr_level: 5
    fullscreen_capture: false
    gamemode: false
    gamescope: false
    gamescope_borderless: false
    gamescope_fps: 0
    gamescope_fps_no_focus: 0
    gamescope_fullscreen: true
    gamescope_game_height: 0
    gamescope_game_width: 0
    gamescope_scaling: false
    gamescope_window_height: 0
    gamescope_window_width: 0
    latencyflex: false
    mangohud: false
    mouse_warp: true
    obsvkc: false
    pulseaudio_latency: false
    renderer: gl
    sandbox: false
    sync: esync
    take_focus: false
    use_be_runtime: true
    use_eac_runtime: true
    use_runtime: false
    use_steam_runtime: false
    versioning_automatic: false
    versioning_compression: false
    versioning_exclusion_patterns: false
    virtual_desktop: false
    virtual_desktop_res: 1280x720
    vkbasalt: false
    vkd3d: true
    vmtouch: false
    vmtouch_cache_cwd: false
Path: Fusion
Runner: vaniglia-6.23
Sandbox:
    share_net: true
    share_sound: true
State: 0
Uninstallers: {}
Update_Date: '2022-08-23 17:00:13.647270'
VKD3D: vkd3d-v2.4
Versioning: false
Versioning_Exclusion_Patterns: []
Windows: win10
WorkingDir: ''
thalesmaoa commented 1 year ago

How I can debug the bottle? Maybe I can help with something.

OJFord commented 1 year ago

I can't install it either, but I'm not getting an error message, it's just stalling at "Processing installer steps" (I've left it hours, overnight).

Is there some way to view the installer logs? This was what prompted me to open bottlesdevs/Bottles#2091.

My bottle is just the default created, nothing changed (I haven't used Bottles before). I have now enabled 'bottle runtime' which says to disable it if you have issues, but it was disabled by default, so maybe that's the problem - I notice use_runtime: false above too.

Without any logs or indication of what's happening / going wrong it's just stabs in the dark though.

ryankurte commented 1 year ago

i had the same problem with the installer hanging, resolved by installing dotnet48 dependency per the requirements here and retrying the install.

(that said, with an i7 and a RTX GPU it's certainly not -running- well under emulation for me)