[ SOLVED ] Snapshot qcadcam-3.31.2.4-pro-linux-qt6-x86_64 Not Running
Posted: Fri Nov 29, 2024 9:04 am
Hi Andrew
I can't seem to get the snapshot to run.. this is what I've tried below:-
Set QT_PLUGIN_PATH Environment Variable:
Command: export QT_PLUGIN_PATH=/usr/lib/qt5/plugins
Result: No change, QCAD still fails to load the xcb plugin.
Force the xcb Platform Plugin:
Command: ./qcad -platform xcb
Result: Still encountered the same error.
Tested Alternative Platform Plugins:
Commands:
./qcad -platform minimal
./qcad -platform offscreen
Result: No change, QCAD still fails to start.
Reinstalled Qt Platform Plugins:
Command: sudo apt install --reinstall qt5-qmake qtbase5-dev qt5-qtdbus libqt5xcbqpa5
Result: QCAD still fails to load the xcb plugin.
Verified Installation of X11 Dependencies:
Command: sudo apt install libx11-dev libxext-dev libxcb1-dev libxrender-dev libxrandr-dev
Result: No change, QCAD still fails to start.
Checked for the Presence of libqxcb.so Plugin:
Command: find / -name "libqxcb.so" 2>/dev/null
Result: Plugin Found: /usr/lib/x86_64-linux-gnu/qt6/plugins/platforms/libqxcb.so
Here's the output after running the basic execution ./qcad from the terminal..
Am I doing something wrong?
OS: Linux Mint 22 x86_64
Kernel: 6.8.0-49-generic
Uptime: 4 hours, 48 mins
Packages: 3381 (dpkg)
Shell: bash 5.2.21
Resolution: 1920x1080, 1920x1080
DE: Cinnamon
Mutter (Muffin)
Theme: cinnamon (Mint-Y)
Theme: Mint-X [GTK2/3]
Icons: Mint-X [GTK2/3]
Terminal: gnome-terminal
CPU: Intel i7-4770 (8) @ 3.900GHz
GPU: NVIDIA Quadro K2000
GPU: Intel HD Graphics
Memory: 3413MiB / 31983MiB
Cheers
John
I can't seem to get the snapshot to run.. this is what I've tried below:-
Set QT_PLUGIN_PATH Environment Variable:
Command: export QT_PLUGIN_PATH=/usr/lib/qt5/plugins
Result: No change, QCAD still fails to load the xcb plugin.
Force the xcb Platform Plugin:
Command: ./qcad -platform xcb
Result: Still encountered the same error.
Tested Alternative Platform Plugins:
Commands:
./qcad -platform minimal
./qcad -platform offscreen
Result: No change, QCAD still fails to start.
Reinstalled Qt Platform Plugins:
Command: sudo apt install --reinstall qt5-qmake qtbase5-dev qt5-qtdbus libqt5xcbqpa5
Result: QCAD still fails to load the xcb plugin.
Verified Installation of X11 Dependencies:
Command: sudo apt install libx11-dev libxext-dev libxcb1-dev libxrender-dev libxrandr-dev
Result: No change, QCAD still fails to start.
Checked for the Presence of libqxcb.so Plugin:
Command: find / -name "libqxcb.so" 2>/dev/null
Result: Plugin Found: /usr/lib/x86_64-linux-gnu/qt6/plugins/platforms/libqxcb.so
Here's the output after running the basic execution ./qcad from the terminal..
Code: Select all
QCAD version 3.31.2.4
19:02:23: Info: Could not load the Qt platform plugin "xcb" in "" even though it was found.
Fatal: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: linuxfb, xcb, minimal, eglfs, offscreen, minimalegl, vkkhrdisplay, vnc, wayland, wayland-egl.
./qcad: line 13: 46393 Aborted (core dumped) QT_AUTO_SCREEN_SCALE_FACTOR=1 LD_LIBRARY_PATH="$DIR:$DIR/plugins" "$binary" -platform xcb "$@"
QCAD has unexpectedly quit.
Please use the offscreen or minimal platform plugin for headless systems
(without a running X11 server):
./qcad -platform offscreen
In addition, you might have to override the default Qt style
to prevent the loading of a native desktop style (such as GTK):
./qcad -style plastique
OS: Linux Mint 22 x86_64
Kernel: 6.8.0-49-generic
Uptime: 4 hours, 48 mins
Packages: 3381 (dpkg)
Shell: bash 5.2.21
Resolution: 1920x1080, 1920x1080
DE: Cinnamon
Mutter (Muffin)
Theme: cinnamon (Mint-Y)
Theme: Mint-X [GTK2/3]
Icons: Mint-X [GTK2/3]
Terminal: gnome-terminal
CPU: Intel i7-4770 (8) @ 3.900GHz
GPU: NVIDIA Quadro K2000
GPU: Intel HD Graphics
Memory: 3413MiB / 31983MiB
Cheers
John