Can't play bzflag.pup

Play with your Puppy.
Post Reply
Message
Author
pedro
Posts: 52
Joined: Wed 05 Oct 2005, 10:11

Can't play bzflag.pup

#1 Post 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

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post 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

pedro
Posts: 52
Joined: Wed 05 Oct 2005, 10:11

#3 Post 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

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#4 Post 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

pedro
Posts: 52
Joined: Wed 05 Oct 2005, 10:11

#5 Post 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

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#6 Post 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

pedro
Posts: 52
Joined: Wed 05 Oct 2005, 10:11

#7 Post by pedro »

Now it complains about missing lib SDL-1.2.so.0
Pedro

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#8 Post 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

kirk
Posts: 1553
Joined: Fri 11 Nov 2005, 19:04
Location: florida

#9 Post 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.

pedro
Posts: 52
Joined: Wed 05 Oct 2005, 10:11

#10 Post by pedro »

Oh sorry, my mistake. It works now.Thanks for the help Mark
Kirk thanks for the bzflag.pup and for the help

Post Reply