Could not find or load the Qt platform plugin "xcb".
Show older comments
Hi,
I am trying to launch an executable from Matlab.
I am using Matlab 2017b and Ubuntu 16.04 and this executable file has been compiled with ubuntu too.
When I launch this file from a terminal
./myExe
it works fine but when I launch it from Matlab I get this error :
[status, out]=system('./myExe')
status = 134
out = This application failed to start because it could not find or load the Qt platform plugin "xcb".
I already looked at the answers provided here : https://fr.mathworks.com/matlabcentral/answers/272702-opening-exe-file-from-matlab-in-ubuntu-gives-error
but I have not been able to make it work.
Thank you for any help you could provide.
Accepted Answer
More Answers (1)
2 Comments
Mao Cai
on 31 Oct 2017
I have the similar problem which does't occur in Matlab 2017a.
The crash also happens in windows version. It seems to have relationship to image library.
But older version of 2017a is working fine.
Knut Jørgen
on 29 Apr 2021
I too have this problem. It is present with Matlab 2021a and I am using freeview from fressurfer.
Categories
Find more on Code Generation, GPU, and Third-Party Support in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!