Bottles icon indicating copy to clipboard operation
Bottles copied to clipboard

crash[Bug]: crash

Open hurz21 opened this issue 3 days ago • 0 comments

Describe the bug

absturz

To Reproduce

just start

Package

Flatpak from Flathub

Distribution

fedora38

Debugging Information

[Errno 2] Datei oder Verzeichnis nicht gefunden: '/usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/nvidia_icd.json'  File "/app/share/bottles/bottles/backend/utils/threading.py", line 62, in __target
    result = self.task_func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/app/share/bottles/bottles/frontend/widgets/program.py", line 176, in _run
    WineExecutor.run_program(self.config, self.program, with_terminal)

  File "/app/share/bottles/bottles/backend/wine/executor.py", line 122, in run_program
    ).run()
      ^^^^^

  File "/app/share/bottles/bottles/backend/wine/executor.py", line 209, in run
    return self.__launch_with_bridge()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/app/share/bottles/bottles/backend/wine/executor.py", line 235, in __launch_with_bridge
    return self.__launch_with_starter()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/app/share/bottles/bottles/backend/wine/executor.py", line 298, in __launch_with_starter
    res = start.run(
          ^^^^^^^^^^

  File "/app/share/bottles/bottles/backend/wine/start.py", line 35, in run
    self.launch(

  File "/app/share/bottles/bottles/backend/wine/wineprogram.py", line 63, in launch
    res = WineCommand(
          ^^^^^^^^^^^^

  File "/app/share/bottles/bottles/backend/wine/winecommand.py", line 111, in __init__
    self.env = self.get_env(_environment)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/app/share/bottles/bottles/backend/wine/winecommand.py", line 181, in get_env
    gpu = GPUUtils().get_gpu()
          ^^^^^^^^^^

  File "/app/share/bottles/bottles/backend/utils/gpu.py", line 45, in __init__
    self.vk = VulkanUtils()
              ^^^^^^^^^^^^^

  File "/app/share/bottles/bottles/backend/utils/vulkan.py", line 39, in __init__
    self.loaders = self.__get_vk_icd_loaders()
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/app/share/bottles/bottles/backend/utils/vulkan.py", line 56, in __get_vk_icd_loaders
    if filecmp.cmp(nvidia_loader, file):
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.11/filecmp.py", line 53, in cmp
    s1 = _sig(os.stat(f1))
              ^^^^^^^^^^^

Troubleshooting Logs

No response

Additional context

No response

hurz21 avatar Jun 30 '24 05:06 hurz21