Posted July 27, 2014
Thank goodness gog is now supporting linux! I got spacechem running natively from the tarball with only minimal difficulty. I'm running fedora20, 64bit. I had the 32 bit libraries installed, but when tried to execute the "start.sh" script, a screen flashed up and immediately crashed. There was an error message
The game experienced an error. A report has been saved:
"$HOME/.local/share/Zachtronics Industries/SpaceChem/crashes/000.zicrash"
.zicrash are just zipfiles that can be unzipped.
the unpacked exception.txt reported
Exception:
System.DllNotFoundException: libSDL_mixer-1.2.so.0
and then a bunch else.
So it couldn't find my 32bit libSDL_mixer-1.2.so.0, even though it was in the "standard" place. resetting LD_LIBRARY_PATH on the command line allowed everything to run beautifully.
LD_LIBRARY_PATH=/usr/lib/ start.sh
and I was off to the races. Perhaps rpm support will come from gog, but for now, this is better than wine!
The game experienced an error. A report has been saved:
"$HOME/.local/share/Zachtronics Industries/SpaceChem/crashes/000.zicrash"
.zicrash are just zipfiles that can be unzipped.
the unpacked exception.txt reported
Exception:
System.DllNotFoundException: libSDL_mixer-1.2.so.0
and then a bunch else.
So it couldn't find my 32bit libSDL_mixer-1.2.so.0, even though it was in the "standard" place. resetting LD_LIBRARY_PATH on the command line allowed everything to run beautifully.
LD_LIBRARY_PATH=/usr/lib/ start.sh
and I was off to the races. Perhaps rpm support will come from gog, but for now, this is better than wine!
Post edited July 27, 2014 by acouture