You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did not use Bottles for a month or so, on Nobara Linux.
I've got old Bottles that needed to be deleted that were not shown on the program, so I've closed the app and deleted the bottles.
After deleting them, I've ran again Bottles but it crashes every time, even if I restore the deleted bottles.
Now it does the same thing even after uninstalling and reinstalling Bottles.
To Reproduce
Check if bottles are on the app
Delete from FS if not on the list after closing the app
20:32:06 (ERROR) Config file not exists
Traceback (most recent call last):
File "/app/share/bottles/bottles/backend/models/config.py", line 183, in load
raise FileNotFoundError("Config file not exists")
FileNotFoundError: Config file not exists
20:32:06 (ERROR) Config file not exists
Traceback (most recent call last):
File "/app/share/bottles/bottles/backend/models/config.py", line 183, in load
raise FileNotFoundError("Config file not exists")
FileNotFoundError: Config file not exists
20:32:06 (ERROR) Config file not exists
Traceback (most recent call last):
File "/app/share/bottles/bottles/backend/models/config.py", line 183, in load
raise FileNotFoundError("Config file not exists")
FileNotFoundError: Config file not exists
20:32:06 (ERROR) Config file not exists
Traceback (most recent call last):
File "/app/share/bottles/bottles/backend/models/config.py", line 183, in load
raise FileNotFoundError("Config file not exists")
FileNotFoundError: Config file not exists
20:32:06 (ERROR) Error while running async job: <function BottlesWindow.__on_start.<locals>.get_manager at 0x7c9965358540>
Exception: [Errno 1] Operation not permitted: '/run/user/1000/doc/7d79b069/Bottles'
File "/app/share/bottles/bottles/backend/utils/threading.py", line 62, in __target
result = self.task_func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/share/bottles/bottles/frontend/windows/window.py", line 288, in get_manager
mng = Manager(
^^^^^^^^
File "/app/share/bottles/bottles/backend/utils/singleton.py", line 6, in __call__
cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/share/bottles/bottles/backend/managers/manager.py", line 157, in __init__
times.update(self.checks(install_latest=False, first_run=True).data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/share/bottles/bottles/backend/managers/manager.py", line 211, in checks
self.check_bottles()
File "/app/share/bottles/bottles/backend/managers/manager.py", line 950, in check_bottles
process_bottle(b)
File "/app/share/bottles/bottles/backend/managers/manager.py", line 910, in process_bottle
os.makedirs(p)
File "<frozen os>", line 215, in makedirs
File "<frozen os>", line 215, in makedirs
File "<frozen os>", line 215, in makedirs
File "<frozen os>", line 225, in makedirs
20:32:06 (INFO) Catalog installers loaded
20:32:06 (INFO) Catalog dependencies loaded
20:32:06 (INFO) Bottles Started!
Traceback (most recent call last):
File "/app/share/bottles/bottles/frontend/windows/window.py", line 217, in set_manager
x forxin self.manager.runners_available if not x.startswith("sys-")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'runners_available'
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Did not use Bottles for a month or so, on Nobara Linux.
I've got old Bottles that needed to be deleted that were not shown on the program, so I've closed the app and deleted the bottles.
After deleting them, I've ran again Bottles but it crashes every time, even if I restore the deleted bottles.
Now it does the same thing even after uninstalling and reinstalling Bottles.
To Reproduce
Check if bottles are on the app
Delete from FS if not on the list after closing the app
Reopen the app
Uninstall and reinstall Bottles
Run
Crash
Package
Flatpak from Flathub
Distribution
Nobara Linux (Fedora 41)
Debugging Information
Troubleshooting Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: