mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Issue: #2209 Fixes this error when signing with a HW wallet: ./electrum [xcb] Unknown sequence number while processing queue [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called [xcb] Aborting, sorry about that. python3: xcb_io.c:259: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed. Aborted (core dumped) The cause is likely with the `show_message()` calls. The proper fix would be to hunt down where QT Gui elements are touched from a wrong thread. The workaround is to call XInitThreads(), as the error message suggests. |
||
---|---|---|
.. | ||
__init__.py | ||
address_dialog.py | ||
address_list.py | ||
amountedit.py | ||
console.py | ||
contact_list.py | ||
fee_slider.py | ||
history_list.py | ||
installwizard.py | ||
invoice_list.py | ||
main_window.py | ||
network_dialog.py | ||
password_dialog.py | ||
paytoedit.py | ||
qrcodewidget.py | ||
qrtextedit.py | ||
qrwindow.py | ||
request_list.py | ||
seed_dialog.py | ||
transaction_dialog.py | ||
util.py | ||
utxo_list.py |