Ercan
(Ercan Umut)
July 30, 2024, 8:32am
1
Hello everybody,
I am trying to open ParaView in a HPC system but I get the following error:
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: xcb.
error: exception occurred: Subprocess aborted
Any idea on how can I solve this?
Hello, please see answers in previous posts:
Hi,
I am trying to install ParaView-5.9.1-MPI-Linux-Python3.8-64bit on Ubuntu 20.04 LTS on a Windows10 machine. When I enter ./paraview in the bin directory, it returns:
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin “xcb” in “” even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: xcb.
error: exception o…
Hello,
I am trying to launch paraview and I get the following error
qt.qpa.plugin: Could not load the Qt platform plugin “xcb” in “” even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Available platform plugins are: xcb. error: exception occurred: Subprocess aborted
I am opening paraview using the " ./paraview " command. I am running Ubuntu 22.04 LTS. Please let me know how to proc…
The FAQ suggests a solution for Ubuntu systems:
Install missing xcb packages using
apt install libxcb-xinerama0
apt install libxcb-xinput0