Jump to content

Problems getting it going on Linux


hardail60

Recommended Posts

I have tried many little tweeks. I have gotten past the lib problems by editing the runCLient.sh file and changed the library line to read -> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/jbush/DropTeam/lib. Now when I execute the runClient.sh file. This is the outcome:

bash-3.00$ ./runClient.sh

~/DropTeam/bin ~/DropTeam/bin

bash-3.00$

I checked to see if the process was running and it came back with nothing:

bash-3.00$ ps -elf |grep -i space |grep -v grep

bash-3.00$

ANy help or ideas would be greatly appreciated. Thanks in advance......

Hardtail60

Link to comment
Share on other sites

You shouldn't have to export LD_LIBRARY_PATH since runClient.sh is already setting LD_LIBRARY_PATH when it runs the executable (but doing your export shouldn't hurt, either). Can you post the contents of Dropteam.log (in the bin directory) after one of these failed attempts to run?

Link to comment
Share on other sites

I have tried it(previous post).

I know what you gonna say. Video GLX?

MAIN: Version = 0.9.40

LOBBY: Init'ing SDL

SDL ERROR: Couldn't find matching GLX visual

MAIN: Unable to set screen resolution

Requested mode was 800x600x32

bash-3.00$

Link to comment
Share on other sites

bash-3.00$ cat DropTeam.log

MAIN: Version = 0.9.40

LOBBY: Init'ing SDL

SDL ERROR: Couldn't find matching GLX visual

MAIN: Unable to set screen resolution

Requested mode was 800x600x32

bash-3.00$

I know I know. I am trying to upgrade GLX. I have to insall a RPM. Then a nonther. Then another... etc.

Link to comment
Share on other sites

This is not a problem with GLX itself - this just means that you don't have a mode line for an 800x600 video mode in your Xorg.conf (or XConfig-4 depending on what version of X Windows you're running). You simply need to add a 800x600 mode line. Feel free to shout if you need some more guidance on how to do this.

Link to comment
Share on other sites

×
×
  • Create New...