Thanks for making an awesome game. And even more thanks for making a Linux version! I finally got around to giving it a try. I get as far as the splash screen, but then it crashes:
$ ./SuperVHS.sh
4.27.0-17155196+++UE4+Release-4.27 522 0
Disabling core dumps.
Looking for binary: ../../../SuperVHS/Config/BinaryConfig.ini
Unable to read VR Path Registry from /home/scottfk/.config/openvr/openvrpaths.vrpath
MESA-INTEL: warning: Haswell Vulkan support is incomplete
Signal 11 caught.
Malloc Size=65538 LargeMemoryPoolOffset=65554
CommonUnixCrashHandler: Signal=11
Failed to find symbol file, expected location:
"/home/scottfk/Programs/SuperVHS_v1.2-linux/SuperVHS/Binaries/Linux/SuperVHS-Linux-Shipping.sym"
Malloc Size=131160 LargeMemoryPoolOffset=196744
Malloc Size=131160 LargeMemoryPoolOffset=327928
Engine crash handling finished; re-raising signal 11 for the default handler. Good bye.
Segmentation fault (core dumped)
That .sym file is in fact nowhere to be found:
$ find . -name SuperVHS-Linux-Shipping.sym
<nada>
Happy to help debug.