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

Runtime error trying to execute UI tests (and possibly all other programs?) on Raspberry Pi 4 (Debian bookworm 12.2.0-14, GCC 12.2) #66

Open
kneelian opened this issue Dec 21, 2023 · 0 comments

Comments

@kneelian
Copy link

While the tests build without error with make termox.ui.tests after building the library, the resulting binaries all throw with the following response:

$ ./fixed.ui.test
terminate called after throwing an instance of 'std::runtime_error'
  what():  initialize_terminal(): setlocale() failed.
Aborted

This is presumably a problem further up the code chain, since the UI tests themselves don't contain any code that should cause this to throw, but I haven't searched through the code enough to say where the issue lies.

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

1 participant