programs icon indicating copy to clipboard operation
programs copied to clipboard

[Bug]: pokemon infinity with open(src, 'rb') as fsrc:

Open Naskue opened this issue 1 year ago • 0 comments

Describe the bug

Download froze while updating system.

To Reproduce

  1. open bottles
  2. create new bottle
  3. attempt to install pokemon infinity
  4. run system update using topgrade
  5. download freazes on pokemon infinity

Package

Flatpak from Flathub

Distribution

Arch Linux

Troubleshooting Logs

[Errno 2] No such file or directory: '/home/USER/.var/app/com.usebottles.bottles/data/bottles/bottles/Public-uwu/drive_c/windows/system32//drivers/gm16.dls'  File "/app/share/bottles/bottles/frontend/utils/threading.py", line 63, in __target
    result = self.task_func(*args, **kwargs)

  File "/app/share/bottles/bottles/backend/managers/installer.py", line 455, in install
    if not self.__install_dependencies(_config, dependencies, step_fn, is_final):

  File "/app/share/bottles/bottles/backend/managers/installer.py", line 158, in __install_dependencies
    res = self.__manager.dependency_manager.install(_config, _dep)

  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 237, in __perform_steps
    if not self.__step_get_from_cab(config=config, step=step):

  File "/app/share/bottles/bottles/backend/managers/dependency.py", line 473, in __step_get_from_cab
    shutil.move(

  File "/usr/lib/python3.10/shutil.py", line 835, 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:

Display Protocol

Wayland

Display Backend used by Bottles

Wayland

Additional context

No response

Naskue avatar Nov 18 '22 05:11 Naskue