Page 1 of 1

Can't play bzflag.pup

Posted: Wed 14 Jun 2006, 01:47
by pedro
I downloaded bzflag.pup from here http://dotpups.de/dotpups/Games/William/
The problem i get is that when i try to run it i get a "command not found" message. What am i doing wrong?
Pedro

Posted: Wed 14 Jun 2006, 06:43
by MU
I downloaded it for Puppy2, installed it.
Then you must drag /usr/bzflag (the folder) to your desktop.
To play, click on the folder, and on one of the starters (bzflag-solo or bzflag).

It requires libSDL:
http://dotpups.de/dotpups/Games/LibSDL1.2-forDoom.pup

Mark

Posted: Wed 14 Jun 2006, 10:51
by pedro
The first time i did your sugestion it worked but i had previously installed the mesa sdl package that was toghethor with the game. This killed 3d acceleration from ati driver.
Then i set up everything from the beggining but this time with your libSDL. Moved the folder to the desktop but it does not start again.
I'm just asking help again because this is my favourite game, i wish i could play it in puppy.
Thanks
Pedro

Posted: Wed 14 Jun 2006, 11:12
by MU
if you have any libGL* in /usr/bin, delete them.

Be shure, that libGL.so is the one for your card, in /usr/X11R6/bin

After you replaced any other ones with yours, run "ldconfig" and restart X.

ldconfig -Dotpup:
http://dotpups.de/dotpups/System_Utilities/ldconfig.pup

This might happen several times, as some older Dotpups include their own, incompatible libGL.so.

Then run in a console:
cd /usr/bzflag
./bzflag

This should report any other errors, please post them here.
Mark

Posted: Wed 14 Jun 2006, 14:51
by pedro
No i don't have any libGL in /usr/bin
The libGL i use is the one you gave me.
The problem i get is missing libGLU.so.1 library. How can that be solved? It seems that this library was in the SDLmesa.pup but installing it messes the ati driver.
Pedro

Posted: Wed 14 Jun 2006, 14:59
by MU
download the OpenGL-B.pup to /root/expanded/
http://dotpups.de/dotpups/XServer/DRI/OpenGL-B.pup

unzip it:

cd /root/expanded
unzip OpenGL-B.pup
tar -xzvf FILESYSTEM.tgz

Now you have a subfolder with all files in it.
Copy over to your /usr/X11R6/lib the ones, that you get listed as missing.

run "ldconfig" after the copy.

Does it work?
Please tell me, what files you finally needed to copy.

Mark

Posted: Wed 14 Jun 2006, 16:03
by pedro
Now it complains about missing lib SDL-1.2.so.0
Pedro

Posted: Wed 14 Jun 2006, 17:22
by MU
that is in
http://dotpups.de/dotpups/Games/LibSDL1.2-forDoom.pup

If you install that, and still get that error, run

cd /usr/lib
ls -al libSDL-*

and post the result please.

Mark

Posted: Thu 15 Jun 2006, 02:00
by kirk
I downloaded the bzfag.pup from Mark's site and installed it on puppy2. It works for me! I used Mark's 3d wizard and the SDL libs I've attached. You'll need to extract them to /usr/lib. The SDL for doom pup should work too. Sorry about the SDLmesa.pup when I compiled it we didn't have 3d accel.

Posted: Thu 15 Jun 2006, 11:01
by pedro
Oh sorry, my mistake. It works now.Thanks for the help Mark
Kirk thanks for the bzflag.pup and for the help