Jump to content

Penny Arcade Adventures is out!


Recommended Posts

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 by Artificial Intelligence
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...