Visibility into the FPGA.

Segmentation fault (core dumped) QT_QPA_PLATFORM_PLUGIN_PATH – crash

< All Topics
Print

Segmentation fault (core dumped) QT_QPA_PLATFORM_PLUGIN_PATH – crash

Applies to Linux distributions.
When attempting to start Exostiv Dashboard, the following error message appears:
Segmentation fault (core dumped) QT_QPA_PLATFORM_PLUGIN_PATH=$dirname/plugins $dirname/$appname “$@”.

What’s wrong?

Typically, this crash is due to one of the following reasons:

  • The installer used to install Exostiv Dashboard does not match the used Linux distribution.
  • Some dependencies are missing. Dependencies can be checked with the following command :
    ldd <Exostiv Dashboard installation directory>/ExostivDashboard-X (without the .sh). All dependencies should be met with the exception of the Qt libraries that are included in the installation package.
  • The system has not USB host. This can typically happen on virtual machines. Activate/Install the USB host.
  • ×