[opensuse-buildservice] ultimatestunts
Hi, I packaged the car racing game called ultimatestunts http://www.ultimatestunts.nl/ , but I have problems running it :( Can somebody see, the reason what prevents ultimatestunts (ustunts) from running? The package can be downloaded from (for 11.1 for other version the link is a little different): http://download.opensuse.org/repositories/home:/rbos/openSUSE_11.1/repodata/... Have top handy, because after starting ustunts the game consumes a lot of cpu power. Also the behavior of the game before and after booting is different. In my case the last lines, after starting ustunts are: ....... ---Sound system Loading file music/pronobozo-ReInvent.ogg Failed to load /usr/share/ultimatestunts/music/pronobozo-ReInvent.ogg ALUT error was: Unsupported file type ---World data ---World data ---Renderer Loading lensflare distance 1.000 size 0.200 file environment/lensflare/lensflare0.jpg Loading file environment/lensflare/lensflare0.jpg Killed Al this does is opening up a black window..... hopefully someone is able to get ustunts running. It looks like a nice car racing game! -- Richard -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Richard, Only some guessing from me... can't be complete (and I did not really have a look at it).
On 3/22/2009 at 20:44, Richard Bos <rbos@opensuse.org> wrote: Hi, Have top handy, because after starting ustunts the game consumes a lot of cpu power. Also the behavior of the game before and after booting is different.
In my case the last lines, after starting ustunts are: ....... ---Sound system Loading file music/pronobozo-ReInvent.ogg Failed to load /usr/share/ultimatestunts/music/pronobozo-ReInvent.ogg ALUT error was: Unsupported file type
I would assume that configure has a depending library marked as optional instead of required (well: IS sounds a requirement?). Check the output of configure and you might find some missing library for this part.
---World data ---World data ---Renderer Loading lensflare distance 1.000 size 0.200 file environment/lensflare/lensflare0.jpg Loading file environment/lensflare/lensflare0.jpg Killed
For this one I would guess that ustunts does not use an absolute path to find the files but looks for them starting with $( pwd ). Try changing to the data folder of ustunts (most likely /usr/share/ultimatestunts) and start it from there. If this helps, you'll most likely end up with a wrapper script to start it up. (change directory, start ustunts, maybe some more). Hope this helps you a bit out. Dominique -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
2009/3/22 Richard Bos <rbos@opensuse.org>:
In my case the last lines, after starting ustunts are: ....... ---Sound system Loading file music/pronobozo-ReInvent.ogg Failed to load /usr/share/ultimatestunts/music/pronobozo-ReInvent.ogg ALUT error was: Unsupported file type
Google shows there is some talk about freealut supporting Vorbis, but I don't see any actual code. You can ask the freealut mantainer.
---World data ---World data ---Renderer Loading lensflare distance 1.000 size 0.200 file environment/lensflare/lensflare0.jpg Loading file environment/lensflare/lensflare0.jpg Killed
Probably the lack of SDL_image that configure complains about.
Al this does is opening up a black window..... hopefully someone is able to get ustunts running. It looks like a nice car racing game!
Packman has a package. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Cristian Morales Vega wrote:
2009/3/22 Richard Bos <rbos@opensuse.org>:
In my case the last lines, after starting ustunts are: ....... ---Sound system Loading file music/pronobozo-ReInvent.ogg Failed to load /usr/share/ultimatestunts/music/pronobozo-ReInvent.ogg ALUT error was: Unsupported file type
Google shows there is some talk about freealut supporting Vorbis, but I don't see any actual code. You can ask the freealut mantainer.
ogg support was dropped from openal-soft library - see last comment in bnc#206464
---World data ---World data ---Renderer Loading lensflare distance 1.000 size 0.200 file environment/lensflare/lensflare0.jpg Loading file environment/lensflare/lensflare0.jpg Killed
Probably the lack of SDL_image that configure complains about.
Yes, try fixing that if it helps ...
Al this does is opening up a black window..... hopefully someone is able to get ustunts running. It looks like a nice car racing game!
Packman has a package.
... or use the package from here :) -- Best Regards / S pozdravom, Pavol RUSNAK SUSE LINUX, s.r.o Package Maintainer Lihovarska 1060/12 PGP 0xA6917144 19000 Praha 9, CR prusnak[at]suse.cz http://www.suse.cz -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Hi, Op maandag 23 maart 2009 10:54:04 schreef Pavol Rusnak:
Al this does is opening up a black window..... hopefully someone is able to get ustunts running. It looks like a nice car racing game!
Packman has a package.
... or use the package from here :)
thank you all for your support. I opted for the packman package, they're good packages and well maintained. I just didn't check packman before I started my own package :( -- Richard -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (4)
-
Cristian Morales Vega
-
Dominique Leuenberger
-
Pavol Rusnak
-
Richard Bos