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
Installed both from AUR and tried compiling/installing manually. Running Python 3.10.1. Here's the error I get when trying to launch, happens both when trying to launch the GUI and trying to run any CLI commands. Also tried installing new-lg4ff.
alexandra@bloodstains ~> oversteer
Traceback (most recent call last):
File "/usr/local/bin/oversteer", line 53, in <module>
sys.exit(app.run(sys.argv))
File "/usr/lib/python3.10/site-packages/oversteer/application.py", line 127, in run
from oversteer.gui import Gui
File "/usr/lib/python3.10/site-packages/oversteer/gui.py", line 24, in <module>
class Gui:
File "/usr/lib/python3.10/site-packages/oversteer/gui.py", line 28, in Gui
_("Press button to set 270°"),
UnicodeDecodeError: 'locale' codec can't decode byte 0xc2 in position 23: decoding error```
The text was updated successfully, but these errors were encountered:
Installed both from AUR and tried compiling/installing manually. Running Python 3.10.1. Here's the error I get when trying to launch, happens both when trying to launch the GUI and trying to run any CLI commands. Also tried installing new-lg4ff.
The text was updated successfully, but these errors were encountered: