Lin545: This is a
better version:
export LD_LIBRARY_PATH="$CURRENT_DIR/game:$CURRENT_DIR/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
Explaination.
Thanks.
Not sure whether it's Fedora 25 or GOG's Spaz package that's changed but on a fresh fedora 25 system when I cd into the spaz dir and run ./start I get the following error:
./SPAZ: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Solved by installing the 32 bit version of libstdc++ 6.3.1
But then when running ./start I get:
Alert: Error Unable to initialize SDL. (Error: No available video device)
Exiting
I tried installing and running FTL which is of course another GOG downloaded game that uses SDL and it runs perfectly fine.Could be a different SDL version of course but either way I never encountered this issue before.
A copy of libSDL is included with SPAZ and SDL libs are installed on this system.
Google's not being too helpful yet using the search term
spaz No available video device
I'll have to broaden my search another day since it might be an SDL issue not limited to SPAZ.