You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by @raeZurlogic in discord, indeed like this error when loading QT v2.3.0 wallet in linux
xkbcommon: ERROR: failed to add default include path auto Qt: Failed to create XKB context! Use QT_XKB_CONFIG_ROOT environmental variable to provide an additional search path, add ':' as separator to provide several search paths and/or make sure that XKB configuration data directory contains recent enough contents, to update please see http://cgit.freedesktop.org/xkeyboard-config/ .
The direct error on this is unable to send CHTA coins when typing the words in QT wallet. There may be other misbehaviors too.
The text was updated successfully, but these errors were encountered:
The problem is fixed by re-building x64 linux binary in new docker. The ROOT cause was the old build did not have QT_XKB configured properly. The fix is to install all the QT defaults apt packages before building the wallet.
The installed dependencies included all the QT4 and QT5. After that, then followed the v2.3.0 generic installation guide to install depends for x86_64-pc-linux-gnu under "depends" folder and rebuilt all the binary wallet files for linux.
The newly built linux wallet file "cheetahcoin_2.3.0_x86_64_linux-gnu.tgz" was uploaded to release replacing old file.
The new wallet was tested correctly without error in Debian 11.
Reported by @raeZurlogic in discord, indeed like this error when loading QT v2.3.0 wallet in linux
xkbcommon: ERROR: failed to add default include path auto Qt: Failed to create XKB context! Use QT_XKB_CONFIG_ROOT environmental variable to provide an additional search path, add ':' as separator to provide several search paths and/or make sure that XKB configuration data directory contains recent enough contents, to update please see http://cgit.freedesktop.org/xkeyboard-config/ .
The direct error on this is unable to send CHTA coins when typing the words in QT wallet. There may be other misbehaviors too.
The text was updated successfully, but these errors were encountered: