Artificial Intelligence Posted May 21, 2008 Share Posted May 21, 2008 On the Rain Slick Precipice of Darkness is out! Demo and buy it at playgreenhouse.com. Link to comment Share on other sites More sharing options...
Artificial Intelligence Posted May 21, 2008 Author Share Posted May 21, 2008 (edited) NOTE: There's a minor error in the first release regarding libs dependencies. libfmodex.so => not found libfmodevent.so => not found Which comes with the game - but it look for these in the system instead of in the game directory. A quick fix for this is; 32-bit: Copy the two lib files from the game (in linux_libs directory) to /usr/lib 64-bit: Do the same but to /usr/lib32 ldd the binary file to see if you miss something, but it should only be these two files on most distros. Dependency list: orion@orion:~/.Games/PAA-Darkness$ ldd RainSlickEp1_bin linux-gate.so.1 => (0xffffe000) libfmodex.so => /usr/lib32/libfmodex.so (0xf7de8000) libfmodevent.so => /usr/lib32/libfmodevent.so (0xf7d8a000) libGL.so.1 => /usr/lib32/libGL.so.1 (0xf7ce4000) libXrandr.so.2 => /usr/lib32/libXrandr.so.2 (0xf7cde000) libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf7beb000) libm.so.6 => /lib32/libm.so.6 (0xf7bc6000) libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf7bbb000) libc.so.6 => /lib32/libc.so.6 (0xf7a6c000) libdl.so.2 => /lib32/libdl.so.2 (0xf7a67000) libpthread.so.0 => /lib32/libpthread.so.0 (0xf7a4f000) libXext.so.6 => /usr/lib32/libXext.so.6 (0xf7a41000) libX11.so.6 => /usr/lib32/libX11.so.6 (0xf795a000) libGLcore.so.1 => /usr/lib32/libGLcore.so.1 (0xf6c1b000) libnvidia-tls.so.1 => /usr/lib32/tls/libnvidia-tls.so.1 (0xf6c18000) libXrender.so.1 => /usr/lib32/libXrender.so.1 (0xf6c10000) /lib/ld-linux.so.2 (0xf7fd6000) libXau.so.6 => /usr/lib32/libXau.so.6 (0xf6c0d000) libxcb-xlib.so.0 => /usr/lib32/libxcb-xlib.so.0 (0xf6c0b000) libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf6bf3000) libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf6bed000) orion@orion:~/.Games/PAA-Darkness$ Edited May 21, 2008 by Artificial Intelligence Link to comment Share on other sites More sharing options...
adamw Posted May 21, 2008 Share Posted May 21, 2008 I love P.A., and they get crazy bonus points for a simultaneous Linux release. Yay. Link to comment Share on other sites More sharing options...
Artificial Intelligence Posted May 21, 2008 Author Share Posted May 21, 2008 Meh, I'm being stupid. There's a script that comes with the game. Run it, instead of running the binary. :D :D Link to comment Share on other sites More sharing options...
tyme Posted May 28, 2008 Share Posted May 28, 2008 (edited) I wonder, if I buy the Linux version, do I get access to the other two versions? Edited May 28, 2008 by tyme Link to comment Share on other sites More sharing options...
Artificial Intelligence Posted May 28, 2008 Author Share Posted May 28, 2008 Honestly I don't know. But I read somewhere it says yes, but to be sure it would be better to ask them. Link to comment Share on other sites More sharing options...
Recommended Posts