thanks, this gives a hint what's wrong with 16.04 and Qt
from one of your links:
this crash is related to us forcing QT_DEVICE_PIXEL_RATIO to "auto"
so, try as suggested:
sed -i -e 's/QT_DEVICE_PIXEL_RATIO/DONTSETTHISVARIABLE__/' svp4-linux-64.runBTW, what's the Qt version you're using? I known that 16.04 is with 5.5.1 by default but... ?
QT_DEVICE_PIXEL_RATIO is depricated since 5.6.0, still it should not lead to app crash ![]()
the problem is installer is statically linked with 5.5.0