Skip to content

Linux

Crash on Raspberry Pi and/or Linux Arm64

There is a graphics driver crash that can happen running on Rasbperry Pi and/or Linux Arm64. If you use mesa openGL driver, setting the following environment variable might be a workaround:

export MESA_EXTENSION_OVERRIDE="-GL_ARB_invalidate_subdata"

Linux app wont start or crashes

If you are installing using deb files, ensure missing dependencies are installed.

This can be done by running command:

sudo apt-get -f install