bottlesdevs / Bottles

Run Windows software and games on Linux
https://usebottles.com
GNU General Public License v3.0
6.34k stars 266 forks source link

[Bug]: Bottles Crashed #3497

Closed draekia closed 1 week ago

draekia commented 1 month ago

Describe the bug

Crashed at boot, I think, or just randomly and I think it may have been because I was doing other work in the background?

To Reproduce

Not totally sure, was not actively paying attention. Had Virtual Box busy copying files between an NTFS drive to a shared folder with EXT4, and Brave running. Had jsut installed BG3 from the Galaxyclient app.

Package

Flatpak from Flathub

Distribution

Ubuntu 24.04

Debugging Information

Official Package: true
Version: '51.13'
DE/WM: ubuntu
Display:
    X.org: true
    X.org (port): :0
    Wayland: true
Graphics:
    vendors:
        amd:
            vendor: amd
            envs:
                DRI_PRIME: '1'
            icd: /usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/radeon_icd.x86_64.json:/usr/lib/i386-linux-gnu/GL/vulkan/icd.d/radeon_icd.i686.json
    prime:
        integrated: null
        discrete: null
Kernel:
    Type: Linux
    Version: 6.8.0-41-generic
Disk:
    Total: 33667362816
    Free: 33667211264
RAM:
    MemTotal: 62.7GiB
    MemAvailable: 55.9GiB
Bottles_envs: null

Troubleshooting Logs

[Errno 2] No such file or directory: "/home/USER/.var/app/com.usebottles.bottles/data/bottles/bottles/Baldur's-Gate-3"  File "/app/share/bottles/bottles/backend/utils/threading.py", line 62, in __target
    result = self.task_func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/app/share/bottles/bottles/backend/wine/winedbg.py", line 75, in wait_for_process
    processes = self.get_processes()
                ^^^^^^^^^^^^^^^^^^^^

  File "/app/share/bottles/bottles/backend/utils/decorators.py", line 44, in wrapped_f
    return f(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^

  File "/app/share/bottles/bottles/backend/wine/winedbg.py", line 29, in get_processes
    if not self.__wineserver_status():
           ^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/app/share/bottles/bottles/backend/wine/winedbg.py", line 21, in __wineserver_status
    return WineServer(self.config).is_alive()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/app/share/bottles/bottles/backend/wine/wineserver.py", line 44, in is_alive
    res = subprocess.Popen(
          ^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.11/subprocess.py", line 1026, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,

  File "/usr/lib/python3.11/subprocess.py", line 1955, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)

Additional context

No response

mirkobrombin commented 1 week ago

Not replicable