bzflag-2.42. builds but doesn't work on opensuse 12.2

Help with Setup, Hardware, Performance or other Issues...Or just pimp your rig.
Post Reply
Paladin
Private First Class
Private First Class
Posts: 6
Joined: Fri Mar 18, 2005 8:51 pm

bzflag-2.42. builds but doesn't work on opensuse 12.2

Post by Paladin »

Hi,

I have a installed newly installed Linux opensuse 12.2 x86_64 box. I downloaded the latest sources (2.4.2) and compiled on my machine. The ./configure and make went without errors. However, when I start the program the splash screen comes up, but the cursor keys don't move. I can't do anything with the program. The only thing I can do is switch to another virtual terminal and kill the process with a -TERM signal.

Has anyone else had this sort of problem? Any solutions.

Thanks,

Paul
aka Paladin. (Heavy Metal Hamster) and loves QuickShot.
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Re: bzflag-2.42. builds but doesn't work on opensuse 12.2

Post by JeffM »

You probably need to get the proper video drivers for your video card.
ImageJeffM
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: bzflag-2.42. builds but doesn't work on opensuse 12.2

Post by blast »

Did you install all the necessary dependencies, including the SDL development packages?
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
Paladin
Private First Class
Private First Class
Posts: 6
Joined: Fri Mar 18, 2005 8:51 pm

Re: bzflag-2.42. builds but doesn't work on opensuse 12.2

Post by Paladin »

JeffM wrote:You probably need to get the proper video drivers for your video card.
I have an Nvidia GT 440 in the box. I have installed the video driver for this card. When bzflag first comes up, I can see that recognizes the card.
Paladin
Private First Class
Private First Class
Posts: 6
Joined: Fri Mar 18, 2005 8:51 pm

Re: bzflag-2.42. builds but doesn't work on opensuse 12.2

Post by Paladin »

blast wrote:Did you install all the necessary dependencies, including the SDL development packages?
I am pretty sure of that. The config and the build went successfully. I'll do an ldd(1) on the bzflag executable and see if all the shared libraries are found.
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: bzflag-2.42. builds but doesn't work on opensuse 12.2

Post by blast »

Check the version string (by passing the -version parameter to the game client). If it was built with SDL, it will say so in the version string.
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Re: bzflag-2.42. builds but doesn't work on opensuse 12.2

Post by JeffM »

Configure will try to build with out SDL but it is less then awesome in it's stability.
ImageJeffM
Paladin
Private First Class
Private First Class
Posts: 6
Joined: Fri Mar 18, 2005 8:51 pm

Re: bzflag-2.42. builds but doesn't work on opensuse 12.2

Post by Paladin »

blast wrote:Check the version string (by passing the -version parameter to the game client). If it was built with SDL, it will say so in the version string.
This what it says when I invoke on the command line: 'bzflag -version'
BZFlag client 2.4.2.20121001-MAINT-linux-gnu (protocol 0221) http://BZFlag.org/
Copyright (c) 1993-2012 Tim Riker

I take it that it wasn't built with SDL. So, is the recommendation to try to build with SDL?
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Re: bzflag-2.42. builds but doesn't work on opensuse 12.2

Post by JeffM »

Yes
ImageJeffM
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: bzflag-2.42. builds but doesn't work on opensuse 12.2

Post by blast »

We provide package names for Fedora in our README.Linux file, and those might be similar to the ones needed for OpenSuSE. If nothing else, it will give you some hints about what development packages are necessary.
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
Paladin
Private First Class
Private First Class
Posts: 6
Joined: Fri Mar 18, 2005 8:51 pm

Re: bzflag-2.42. builds but doesn't work on opensuse 12.2

Post by Paladin »

Installing the SDL libraries and reconfiguring and rebuilding did the trick. Thanks, guys!!!! I really appreciate it.
Post Reply