RPCS3 Forums
linux appimage problem - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17)
+--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18)
+--- Thread: linux appimage problem (/showthread.php?tid=199399)



linux appimage problem - elfric - 08-17-2018

Hi, i'm trying to launch the appimage file in lubuntu 18.4 with the command line given
(chmod a+x ./rpcs3-v0.0.5-7195-23b52e1b_linux64.AppImage && ./rpcs3-v0.0.5-7195-23b52e1b_linux64.AppImage) and i get this error:

this application failed to start because it could not find or load th Qt platform plugin "xcb" in ""
available platform plugins are: xcb.
reinstalling the application may fix this problem.
aborted (core dumped)


I don't kow what to do next.


RE: linux appimage problem - hcorion - 08-19-2018

(08-17-2018, 07:38 PM)elfric Wrote: Hi, i'm trying to launch the appimage file in lubuntu 18.4 with the command line given
(chmod a+x ./rpcs3-v0.0.5-7195-23b52e1b_linux64.AppImage && ./rpcs3-v0.0.5-7195-23b52e1b_linux64.AppImage) and i get this error:

this application failed to start because it could not find or load th Qt platform plugin "xcb" in ""
available platform plugins are: xcb.
reinstalling the application may fix this problem.
aborted (core dumped)


I don't kow what to do next.

Hi, you need to install your xcb libraries, just run `sudo apt-get install libxcb*`


RE: linux appimage problem - elfric - 08-20-2018

thanks, it worked (i missed the wilcard at the end of libxcb at first).