bottlesdevs / Bottles

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

Bottle Crashed #3082

Closed SJPBP closed 12 months ago

SJPBP commented 1 year ago

Describe the bug

I was try to install dependency and bottle just stop working

To Reproduce

as

Package

Flatpak from Flathub

Distribution

Ubuntu 23.04

Debugging Information

Official Package: true
Version: '51.9'
DE/WM: ubuntu
Display:
    X.org: true
    X.org (port): :0
    Wayland: true
Graphics:
    vendors:
        intel:
            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: null
        discrete: null
Kernel:
    Type: Linux
    Version: 6.2.0-32-generic
Disk:
    Total: 8206004224
    Free: 8205844480
RAM:
    MemTotal: 15.3GiB
    MemAvailable: 6.1GiB
Bottles_envs: null

Troubleshooting Logs

[Errno 2] No such file or directory: '/home/USER/.var/app/com.usebottles.bottles/data/bottles/bottles/Factorio/reg65b0000.tmp'  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/managers/dependency.py", line 122, in install
    _res = self.install(config, [_ext_dep, _dep])

  File "/app/share/bottles/bottles/backend/managers/dependency.py", line 89, in install
    self.__manager.versioning_manager.create_state(

  File "/app/share/bottles/bottles/backend/managers/versioning.py", line 85, in create_state
    repo.commit(message, ignore=patterns)

  File "/app/lib/python3.10/site-packages/fvs/repo.py", line 227, in commit
    state.commit(message, unstaged_files)

  File "/app/lib/python3.10/site-packages/fvs/state.py", line 141, in commit
    fvs_data.complete_transaction()

  File "/app/lib/python3.10/site-packages/fvs/data.py", line 90, in complete_transaction
    file.copy_to(_int_path)

  File "/app/lib/python3.10/site-packages/fvs/file.py", line 63, in copy_to
    shutil.copy2(

  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

orowith2os commented 12 months ago

Please file a proper issue, with more details in reproducing. We can't do anything with this as-is.