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
just updated my system using EndeavourOS upon trying to start a program in bottles I get complete stop. tried to run bottles via terminal to receive any errors. Python 3 was just updated today.
This does not affect the flatpak, however I will not use flatpak for bottles as I don't feel like tinkering around to make my files accessible to bottles and my program, let alone having to reinstall them.
To Reproduce
click on bottles itself or a program installed via bottles from the shortcut menu
system starts running for about 30 seconds and never loads closing out the process.
i refuse to use flatpak crap on my computer. Below you will find what errors are being printed from terminal.
Traceback (most recent call last):
File "/usr/bin/bottles", line 49, in
from bottles.frontend import main
File "/usr/share/bottles/bottles/frontend/main.py", line 36, in
from bottles.frontend.windows.main_window import MainWindow
File "/usr/share/bottles/bottles/frontend/windows/main_window.py", line 30, in
from bottles.backend.managers.manager import Manager
File "/usr/share/bottles/bottles/backend/managers/manager.py", line 31, in
import pathvalidate
ModuleNotFoundError: No module named 'pathvalidate'
The text was updated successfully, but these errors were encountered:
This isn't a bottles error. Your deps need to be rebuilt for the new python. You need to rebuild python-pathvalidate icoextract patool python-fvs vkbasalt-cli . The reason it's not a problem with the flatpak version is because they are already rebuilt in the flatpak. Since you installed from the aur the deps didn't get rebuilt.
Describe the bug
just updated my system using EndeavourOS upon trying to start a program in bottles I get complete stop. tried to run bottles via terminal to receive any errors. Python 3 was just updated today.
This does not affect the flatpak, however I will not use flatpak for bottles as I don't feel like tinkering around to make my files accessible to bottles and my program, let alone having to reinstall them.
To Reproduce
click on bottles itself or a program installed via bottles from the shortcut menu
system starts running for about 30 seconds and never loads closing out the process.
Package
Flatpak from Flathub
Distribution
EndeavourOS
Debugging Information
Troubleshooting Logs
No response
Additional context
i refuse to use flatpak crap on my computer. Below you will find what errors are being printed from terminal.
Traceback (most recent call last):
File "/usr/bin/bottles", line 49, in
from bottles.frontend import main
File "/usr/share/bottles/bottles/frontend/main.py", line 36, in
from bottles.frontend.windows.main_window import MainWindow
File "/usr/share/bottles/bottles/frontend/windows/main_window.py", line 30, in
from bottles.backend.managers.manager import Manager
File "/usr/share/bottles/bottles/backend/managers/manager.py", line 31, in
import pathvalidate
ModuleNotFoundError: No module named 'pathvalidate'
The text was updated successfully, but these errors were encountered: