dependencies icon indicating copy to clipboard operation
dependencies copied to clipboard

Failure to install mdac28

Open dkowis opened this issue 1 year ago • 1 comments

Describe the bug

I have a wine bottle set up with wine 7.0. That's the only thing I selected when I created it, and I think I need to install MDAC28 to get some unfortunate windows software to install, and that install fails :(

To Reproduce

  1. Create new bottle, use wine 7.x
  2. go to dependencies
  3. click install for mdac28

Package

Flatpak from Flathub

Distribution

PopOS

Debugging Information

Official Package: true
Version: '50.2'
DE/WM: pop
Display:
    X.org: true
    X.org (port): :99.0
    Wayland: false
Graphics:
    vendors:
        nvidia: &id002
            vendor: nvidia
            envs:
                __NV_PRIME_RENDER_OFFLOAD: '1'
                __GLX_VENDOR_LIBRARY_NAME: nvidia
                __VK_LAYER_NV_optimus: NVIDIA_only
            icd: ''
            nvngx_path: null
        intel: &id001
            vendor: intel
            envs:
                DRI_PRIME: '1'
            icd: /usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/intel_hasvk_icd.x86_64.json:/usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/intel_icd.x86_64.json:/usr/lib/i386-linux-gnu/GL/vulkan/icd.d/intel_hasvk_icd.i686.json:/usr/lib/i386-linux-gnu/GL/vulkan/icd.d/intel_icd.i686.json
    prime:
        integrated: *id001
        discrete: *id002
Kernel:
    Type: Linux
    Version: 6.0.12-76060006-generic
Disk:
    Total: 16748617728
    Free: 16748466176
RAM:
    MemTotal: 31.2GiB
    MemAvailable: 22.9GiB
Bottles_envs: null

Troubleshooting Logs

'CurrentBuild'  File "/app/share/bottles/bottles/frontend/utils/threading.py", line 61, in __target
    result = self.task_func(*args, **kwargs)

  File "/app/share/bottles/bottles/backend/managers/dependency.py", line 144, in install
    res = self.__perform_steps(config, step)

  File "/app/share/bottles/bottles/backend/managers/dependency.py", line 286, in __perform_steps
    self.__step_set_windows(

  File "/app/share/bottles/bottles/backend/managers/dependency.py", line 689, in __step_set_windows
    rk.set_windows(step.get("version"))

  File "/app/share/bottles/bottles/backend/wine/regkeys.py", line 129, in set_windows
    "data": win_versions.get(version)["CurrentBuild"]

dkowis avatar Jan 31 '23 03:01 dkowis