Skip to content

Tools Troubleshooting

Aleksandr Sidoruk edited this page Jan 14, 2026 · 2 revisions
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
  • Debug QT: export QT_DEBUG_PLUGINS=1
  • Fix: yum install -y xcb-util-cursor-devel
libQt6Core.so.6: cannot open shared object file (file exists, but still fails on specific host VMs, e.g. A100 in Azure)
  • Fix: strip --remove-section=.note.ABI-tag libQt6Core.so.6

Clone this wiki locally