Bottles icon indicating copy to clipboard operation
Bottles copied to clipboard

[Bug ]:I suddenly got this crash error report starting Bottles for the first time since I installed it on my system

Open InternetRebelAKAQuachHungPhong opened this issue 7 months ago • 0 comments

Describe the bug

So, just trying to do this or something, I changed runners in a bottle in this app, and the runner selector and other bars became gray for a long time, then when I manually press x button then start Bottles, I got this. And then when I press 'x' on it and check a bottle, it shows the runner I changed to. And oh, anyone meeting an issue like, as above? I've met this issue every time I change runners, and then pressed 'x' button every then.

To Reproduce

Maybe this error was rare, but I encountered another one every time I change runners, and I'm not sure what kind of processes are behind, or what would it be like in a console or something. Anything I have to end or close in System Monitor?

Package

Flatpak from Flathub

Distribution

Ubuntu 23.10

Debugging Information

Official Package: true
Version: '51.9'
DE/WM: ubuntu
Display:
    X.org: true
    X.org (port): :0
    Wayland: true
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.5.0-13-generic
Disk:
    Total: 8264773632
    Free: 8264609792
RAM:
    MemTotal: 15.4GiB
    MemAvailable: 8.9GiB
Bottles_envs: null

Troubleshooting Logs

[Errno 2] No such file or directory: '/home/USER/.var/app/com.usebottles.bottles/data/bottles/runners/GE-Proton8-24'  File "/app/share/bottles/bottles/backend/utils/threading.py", line 59, in __target
    result = self.task_func(*args, **kwargs)

  File "/app/share/bottles/bottles/backend/state.py", line 125, in wrapper
    rv = func(*args, **kwargs)

  File "/app/share/bottles/bottles/backend/managers/component.py", line 349, in install
    self.__post_rename(component_type, post)

  File "/app/share/bottles/bottles/backend/managers/component.py", line 401, in __post_rename
    shutil.move(

  File "/usr/lib/python3.10/shutil.py", line 836, in move
    copy_function(src, real_dst)

  File "/usr/lib/python3.10/shutil.py", line 434, in copy2
    copyfile(src, dst, follow_symlinks=follow_symlinks)

  File "/usr/lib/python3.10/shutil.py", line 254, in copyfile
    with open(src, 'rb') as fsrc:

Additional context

No response