LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   Trouble running Phobia III (https://www.linuxquestions.org/questions/linux-games-33/trouble-running-phobia-iii-223095/)

mykrob 08-27-2004 10:50 AM

Trouble running Phobia III
 
Hey-
i am trying to run Phobia 3 on Suse 9.1 Pro. When i try to run it, it complains about libsdl or something (can give specific message later this evening). This lib is already installed, according to Yast.

any help anyone can provide on running this game would be great! looks like an awesome title :)

thanks,
-myk

mykrob 08-28-2004 07:39 AM

here's the error:
Code:

myk@linux:~/Applications/phobia3> ./phobia3 --window
./phobia3: error while loading shared libraries: libvorbisfile.so.0: cannot open shared object file: No such file or directory
myk@linux:~/Applications/phobia3>

i have libvorbis and libvorbis-devel installed, according to yast. I can play and encode ogg files, so ii assume it is installed.

and here's the link to the game in question:
http://www.lynxlabs.com/phobiaIII/download.html

thanks,
-myk

mykrob 08-30-2004 01:07 PM

anybody?

madluther 08-30-2004 01:59 PM

The libvorbis package should provide libvorbisfile.so, it does when built from source. Perhaps you're missing a symlink, for example:

Code:


ls -al /usr/lib/libvorbisfile*
-rw-r--r--    1 root    root        19878 Oct 18  2003 /usr/lib/libvorbisfile.a
-rwxr-xr-x    1 root    root          777 Oct 18  2003 /usr/lib/libvorbisfile.la
lrwxrwxrwx    1 root    root          22 Nov 10  2003 /usr/lib/libvorbisfile.so -> libvorbisfile.so.3.0.0
lrwxrwxrwx    1 root    root          22 Nov 10  2003 /usr/lib/libvorbisfile.so.3 -> libvorbisfile.so.3.0.0
-rwxr-xr-x    1 root    root        27019 Oct 18  2003 /usr/lib/libvorbisfile.so.3.0.0

as you can see, on this system, libvorbisfile.so is a symlink to libvorbisfile.so.3.0.0

HTH

Mad.

mykrob 08-30-2004 02:54 PM

i'll check it and post back when i get home.

Thanks for the tip :)

mykrob 08-30-2004 05:37 PM

got the symbolic link fixed. But the game causes a segmentation fault. Soon as i begin to play it crashes with no specific error message. Any ideas on that?

thanks,
-myk

QzarBaron 08-30-2004 06:27 PM

EDIT: Never mind I am an idiot sorry.

mykrob 08-30-2004 08:35 PM

got it fixed.. I needed to install one of the source packages included for smpeg.

works great now.

Thanks,
-myk

cyborg_jim 04-16-2005 11:54 PM

Apologies for resurrecting the dead but I've also been having problems with Phobia III and managed to resolve the libvorbis issue with a symbolic link but I have been unsucessful in either finding out what it is in the SMPEG library that it is that resolves the segmentation fault or in compiling the library (although I already have the relevant packages installed).

Any help is appreciated.


All times are GMT -5. The time now is 09:53 PM.