Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Install steam #3547

Open
hilariohenrique opened this issue Oct 30, 2024 · 0 comments
Open

[Bug]: Install steam #3547

hilariohenrique opened this issue Oct 30, 2024 · 0 comments

Comments

@hilariohenrique
Copy link

Describe the bug

[Errno 2] Arquivo ou diretório inexistente: '/home/USER/.var/app/com.usebottles.bottles/data/bottles/bottles/ActivT/reg1980000.tmp' 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/managers/installer.py", line 400, in install
if not self.__install_dependencies(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

File "/app/share/bottles/bottles/backend/managers/dependency.py", line 119, 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 87, in create_state
repo.commit(message, ignore=patterns)

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

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

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

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

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

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

To Reproduce

  1. Install program;
  2. Steam;

Package

Flatpak from Flathub

Distribution

Ubuntu 22.04

Debugging Information

[Errno 2] Arquivo ou diretório inexistente: '/home/USER/.var/app/com.usebottles.bottles/data/bottles/bottles/ActivT/reg1980000.tmp'  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/managers/installer.py", line 400, in install
    if not self.__install_dependencies(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

  File "/app/share/bottles/bottles/backend/managers/dependency.py", line 119, 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 87, in create_state
    repo.commit(message, ignore=patterns)

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

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

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

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

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

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

Troubleshooting Logs

[Errno 2] Arquivo ou diretório inexistente: '/home/USER/.var/app/com.usebottles.bottles/data/bottles/bottles/ActivT/reg1980000.tmp'  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/managers/installer.py", line 400, in install
    if not self.__install_dependencies(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

  File "/app/share/bottles/bottles/backend/managers/dependency.py", line 119, 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 87, in create_state
    repo.commit(message, ignore=patterns)

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

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

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

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

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

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

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant