-
Notifications
You must be signed in to change notification settings - Fork 17
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
Can't launch..wayland issue ? #122
Comments
I think its unrelated to Qt, they don't use STL underneath AFAIK as they have their own implementations. Its probably bug in the app code - I'd guess with regards to parsing the EFI entries, some edge case or entry I haven't encountered yet. Can you try Other option would be to get debug build and run it with gdb it should show exactly where it crashes. |
Thks for your response ! PS:it marks closed but i don't know how to let it open.. :-( if it helps..i changed the theme and i have this line in addition.. and a sudo efibooteditor _qt.qpa.theme.dbus: Session DBus not running. |
Yeah, not related to GUI - the messages apart from last assertion failed are just warnings from the GUI toolkit. |
ok thks, i'll wait the next release i think ;-) |
Is there an existing issue for this?
Description
Hi
i tried to launch efibooteditor but it close immediately..i installed qt5-wayland and qt6-wayland..same issue :-(
i've got this message whan i use a term
_qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter
/usr/include/c++/13.2.1/bits/stl_vector.h:1125: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator [with _Tp = unsigned char; _Alloc = std::allocator; reference = unsigned char&; size_type = long unsigned int]: Assertion '_n < this->size()' failed.
fish: Job 1, 'efibooteditor' terminated by signal SIGABRT (Abandon)
an idea ?
thks
Environment
Raw EFI data
No response
Additional information
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: