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

Core dumped while selecting translation #228

Open
musuruan opened this issue Aug 10, 2021 · 3 comments
Open

Core dumped while selecting translation #228

musuruan opened this issue Aug 10, 2021 · 3 comments

Comments

@musuruan
Copy link

musuruan commented Aug 10, 2021

In the "Options" menu, I select the language entry.

if I move to the right, nxengine-evo will crash after "French". If I move to the left, it will crash after "Polish".

This is what I get in the teminal:
/usr/include/c++/10/bits/stl_vector.h:1045: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = unsigned int; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::reference = unsigned int&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__builtin_expect(__n < this->size(), true)' failed.
Annullato (core dump creato)

I'm using the latest v1.14 translation files. I use Fedora 33/x86_64.

@isage
Copy link
Collaborator

isage commented Nov 2, 2021

Can't reproduce.

@musuruan
Copy link
Author

musuruan commented Dec 3, 2021

I've upgraded to F35/x86_64 and I have the same crash if I try to change language.

/usr/include/c++/11/bits/stl_vector.h:1045: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = unsigned int; _Alloc = std::allocator; std::vector<_Tp, _Alloc>::reference = unsigned int&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__n < this->size()' failed.
Annullato (core dump creato)

@spazziale
Copy link

same with the flatpak version

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

3 participants