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

Oversteer won't launch on Arch Linux #88

Closed
lexd0g opened this issue Jan 14, 2022 · 3 comments
Closed

Oversteer won't launch on Arch Linux #88

lexd0g opened this issue Jan 14, 2022 · 3 comments

Comments

@lexd0g
Copy link

lexd0g commented Jan 14, 2022

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```
@berarma
Copy link
Owner

berarma commented Jan 15, 2022

You should use a locale with UTF-8 support. Is there some reason to use something different?

@lexd0g
Copy link
Author

lexd0g commented Jan 17, 2022

I do have UTF-8 locales installed. en_GB.UTF-8, en_US.UTF-8 and es_ES.UTF-8.

@berarma
Copy link
Owner

berarma commented Jan 17, 2022

Which one are you using? Please, paste the output of locale command.

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

2 participants