Page 1 of 1

libpng and sound, Fedora

PostPosted: 15 May 2014, 08:23
by tele
I tested this game on fedora 20 ... 64bit binary from https://code.google.com/p/vdrift-ogre/

1.
{l Code}: {l Select All Code}
$ ./stuntrally
/home/gg/Pobrane/StuntRally-2.3-linux/bin/stuntrally_x86_64: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory

Game working when I install libpng devel , but this lib can be added to game ?

2.
{l Code}: {l Select All Code}
ERROR: Error opening audio device, disabling sound.
ERROR: Sound initialization failed

Sound working affter innstall ogg , can be added this lib ?
( I can't find what lib )

Thanks :)

Re: StuntRally-2.3 --> wishes user

PostPosted: 15 May 2014, 09:28
by Akien
To a moderator: please move this thread to the corresponding StuntRally forum.

tele {l Wrote}:
{l Code}: {l Select All Code}
$ ./stuntrally
/home/gg/Pobrane/StuntRally-2.3-linux/bin/stuntrally_x86_64: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory

Game working when I install libpng devel , but this lib can be added to game ?

You should not need the development package, but only the runtime library. I don't know for sure how it's called in Fedora, but it should be something such as libpng12.

tele {l Wrote}:
{l Code}: {l Select All Code}
ERROR: Error opening audio device, disabling sound.
ERROR: Sound initialization failed

Sound working affter innstall ogg , can be added this lib ?
( I can't find what lib )

That would be libogg, or maybe libvorbis.

Re: StuntRally-2.3 --> wishes user

PostPosted: 15 May 2014, 12:00
by charlie
Topic moved.