box64 Viber: Symbol xcb_randr_get_output_info_name_length not found extracted the viber appimage and kept adding the missing libs by extracting rpms from pkgs.org but it ends with apparently a symbol not being found ``` pi@raspberrypi:~/Downloads/squashfs-root $ ./Viber Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Box64 with Dynarec v0.1.9 2a4c1d0 built on Apr 21 2022 15:40:13 Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ Using default BOX64_PATH: ./:bin/ Counted 49 Env var Looking for ./Viber Using native(wrapped) libXss.so.1 Using emulated /home/pi/Downloads/squashfs-root/lib/libqrencode.so Using native(wrapped) libXext.so.6 Using native(wrapped) libX11.so.6 Using native(wrapped) libxcb.so.1 Using native(wrapped) libXau.so.6 Using native(wrapped) libdl.so.2 Using native(wrapped) libXdmcp.so.6 Using native(wrapped) libpthread.so.0 Using emulated /home/pi/Downloads/squashfs-root/lib/libViberRTC.so Using emulated /home/pi/Downloads/squashfs-root/lib/libicui18n.so.60 Using emulated /home/pi/Downloads/squashfs-root/lib/libicuuc.so.60 Using emulated /home/pi/Downloads/squashfs-root/lib/libQt5Sql.so.5 Using emulated /home/pi/Downloads/squashfs-root/lib/libQt5Widgets.so.5 Using emulated /home/pi/Downloads/squashfs-root/lib/libQt5Multimedia.so.5 Using emulated /home/pi/Downloads/squashfs-root/lib/libQt5WebSockets.so.5 Using emulated /home/pi/Downloads/squashfs-root/lib/libQt5WebEngine.so.5 Using emulated /home/pi/Downloads/squashfs-root/lib/libQt5WebEngineCore.so.5 Using emulated /home/pi/Downloads/squashfs-root/lib/libQt5Quick.so.5 Using emulated /home/pi/Downloads/squashfs-root/lib/libQt5Gui.so.5 Using emulated /home/pi/Downloads/squashfs-root/lib/libQt5Qml.so.5 Using emulated /home/pi/Downloads/squashfs-root/lib/libQt5Network.so.5 Using emulated /home/pi/Downloads/squashfs-root/lib/libQt5DBus.so.5 Using emulated /home/pi/Downloads/squashfs-root/lib/libQt5Core.so.5 Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6 Using native(wrapped) libm.so.6 Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 Using native(wrapped) libc.so.6 Using native(wrapped) ld-linux-x86-64.so.2 Using native(wrapped) librt.so.1 Using native(wrapped) libz.so.1 Using emulated /home/pi/Downloads/squashfs-root/lib/libicudata.so.60 Using native(wrapped) libglib-2.0.so.0 Using native(wrapped) libGL.so.1 Using native(wrapped) libpng16.so.16 Using emulated /home/pi/Downloads/squashfs-root/lib/libharfbuzz.so.0 Using native(wrapped) libfreetype.so.6 Using emulated /home/pi/Downloads/squashfs-root/lib/libgraphite2.so.3 Using native(wrapped) libpulse.so.0 Using emulated /home/pi/Downloads/squashfs-root/lib/libQt5WebChannel.so.5 Using emulated /home/pi/Downloads/squashfs-root/lib/libQt5Positioning.so.5 Using native(wrapped) libnss3.so Using native(wrapped) libnssutil3.so Using native(wrapped) libnspr4.so Using emulated /home/pi/Downloads/squashfs-root/lib/libjpeg.so.8 Using native(wrapped) libXcomposite.so.1 Using native(wrapped) libXdamage.so.1 Using native(wrapped) libXfixes.so.3 Using native(wrapped) libXrender.so.1 Using native(wrapped) libXrandr.so.2 Using native(wrapped) libexpat.so.1 Using native(wrapped) libfontconfig.so.1 Using native(wrapped) libX11-xcb.so.1 Using native(wrapped) libxcb-dri3.so.0 Using native(wrapped) libXcursor.so.1 Using native(wrapped) libXi.so.6 Using native(wrapped) libdbus-1.so.3 Using native(wrapped) libasound.so.2 Using native(wrapped) libxml2.so.2 Using native(wrapped) libxslt.so.1 Using emulated /home/pi/Downloads/squashfs-root/lib/libQt5QmlModels.so.5 Using emulated /home/pi/Downloads/squashfs-root/plugins/platforms/libqxcb.so Using emulated /home/pi/Downloads/squashfs-root/plugins/platforms/../../lib/libQt5XcbQpa.so.5 Using emulated /home/pi/Downloads/squashfs-root/lib/libxcb-icccm.so.4 Using native(wrapped) libxcb-image.so.0 Using native(wrapped) libxcb-shm.so.0 Using native(wrapped) libxcb-keysyms.so.1 Using native(wrapped) libxcb-randr.so.0 Using emulated /home/pi/Downloads/squashfs-root/lib/libxcb-render-util.so.0 Using emulated /home/pi/Downloads/squashfs-root/lib/libxcb-render.so.0 Using native(wrapped) libxcb-shape.so.0 Using emulated /home/pi/Downloads/squashfs-root/lib/libxcb-sync.so.1 Using native(wrapped) libxcb-xfixes.so.0 Using emulated /home/pi/Downloads/squashfs-root/lib/libxcb-xinerama.so.0 Using emulated /home/pi/Downloads/squashfs-root/lib/libxcb-xkb.so.1 Using emulated /home/pi/Downloads/squashfs-root/lib/libxcb-xinput.so.0 Using native(wrapped) libSM.so.6 Using native(wrapped) libICE.so.6 Using native(wrapped) libxkbcommon-x11.so.0 Using native(wrapped) libxkbcommon.so.0 Error: PltResolver: Symbol xcb_randr_get_output_info_name_length(ver 0: xcb_randr_get_output_info_name_length) not found, cannot apply R_X86_64_JUMP_SLOT 0x7f744b7b90 (0x7f741d6dc6) in /home/pi/Downloads/squashfs-root/plugins/platforms/../../lib/libQt5XcbQpa.so.5 Stop waiting for remaining thread 77142 Aborted ```