8000 Fyne error: Error parsing user locale C · Issue #1 · JeninSutradhar/sonic3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fyne error: Error parsing user locale C #1

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

Open
Vixietri opened this issue Dec 29, 2024 · 3 comments
Open

Fyne error: Error parsing user locale C #1

Vixietri opened this issue Dec 29, 2024 · 3 comments

Comments

@Vixietri
Copy link

No errors while building but, when running:

root@kali:~/Projects/sonic3$ ./go-archiver-gui 
2024/12/29 18:04:06 Fyne error:  Error parsing user locale C
2024/12/29 18:04:06   Cause: language: tag is not well-formed
2024/12/29 18:04:06   At: /home/vixitrie/go/pkg/mod/fyne.io/fyne/v2@v2.5.3/lang/locale.go:35
@JeninSutradhar
Copy link
Owner
JeninSutradhar commented Dec 29, 2024

It says that Fyne (the GUI framework used) having trouble parsing the locale settings of your environment

Maybe locale is not set to C, not recognized or not installed

Fix:

Install the Locale if Missing

(Ubuntu/Debian in your case ig)

- $ sudo dpkg-reconfigure locales

Or Set a Valid Locale

  • You can change locale to a more specific locale, like en_US.UTF-8, which is commonly supported
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
  • To make this change permanent, add these lines to your shell configuration(bash, zsh..) :)

@Vixietri
Copy link
Author

Yo Thanks!! it worked,, and what is the "Number of Routines" Placeholder for?

@JeninSutradhar
Copy link
Owner

Number of "Threads"/routines: Increase if U have high Computing Power

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
0