In some cases Hiri fails to start on Linux with the following error:
libGL error: driver pointer missing libGL error: unable to load driver: swrast_dri.so libGL error: failed to load driver: swrast [MainProcess MainThread] QML 2017-01-01 00:00:00,000 qml - Unrecognized OpenGL version
You should open hiri.sh script in a text editor and uncomment the line (delete leading #) which says:
# export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6
The path to libstdc++.so.6 may be different on your distribution. You should change it manually. To find the file execute the following command:
find /usr/lib -name "libstdc++.so.6"