Author Topic: CVS problem  (Read 1317 times)

phreak

  • Traveller
  • *
  • Posts: 11
    • View Profile
CVS problem
« on: May 29, 2003, 04:51:33 pm »
phreak:/home/phreak/molblue# cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/crystal login
Logging in to :pserver:anonymous@cvs.sourceforge.net:2401/cvsroot/crystal
CVS password:
cvs [login aborted]: end of file from server (consult above messages if any)
phreak:/home/phreak/molblue#


any ideas?

Using Debian GNU/Linux SID.
« Last Edit: May 29, 2003, 04:53:00 pm by phreak »

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
(No subject)
« Reply #1 on: May 29, 2003, 05:22:44 pm »
Keep trying the login command until it works. It may take several tries before it connects properly.  You may have to do this several times for the checkout as well.  I have no idea why this is but it does eventually work.
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

phreak

  • Traveller
  • *
  • Posts: 11
    • View Profile
(No subject)
« Reply #2 on: May 29, 2003, 07:04:32 pm »
Yeah, got it now. Done the tutorial, but I get this error when trying ./psclient inside the planeshift dir:

phreak:/home/phreak/molblue/planeshift# ./psclient
Warning: Failed to load `gl3d\'; reason(s):
DLERROR (gl3d): libopengl32.so: cannot open shared object file: No such file or directory
Warning: Failed to load `gl3d\'; reason(s):
DLERROR (gl3d): libopengl32.so: cannot open shared object file: No such file or directory
WARNING: could not load plugin \'crystalspace.graphics3d.opengl\'
aws-debug: Couldn\'t find iGraphics2D plugin!!
psclient: No 3d driver (iGraphics3D) plugin!
phreak:/home/phreak/molblue/planeshift#

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
(No subject)
« Reply #3 on: May 29, 2003, 07:05:56 pm »
Hmm, seems like opengl plugin was not built properly on your system for some reason.  You can try using:

./psclient --video=software

to see if the software renderer works.  It will be slower but at least you can check to see if that works.
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

Meracian

  • Traveller
  • *
  • Posts: 11
    • View Profile
(No subject)
« Reply #4 on: May 29, 2003, 07:09:34 pm »
Got the same error message today after installation.

Was able to fix it with the expor commands in the bashrc and with reinstalling the game again (used the build.sh script)
« Last Edit: May 29, 2003, 07:21:05 pm by Meracian »

phreak

  • Traveller
  • *
  • Posts: 11
    • View Profile
(No subject)
« Reply #5 on: May 29, 2003, 07:37:06 pm »
where can I find the build.sh script?

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
(No subject)
« Reply #6 on: May 29, 2003, 07:40:13 pm »
Try checking these Build Instructions
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

phreak

  • Traveller
  • *
  • Posts: 11
    • View Profile
(No subject)
« Reply #7 on: May 29, 2003, 08:54:53 pm »
After using the script I get this error:

phreak@phreak:~/molblue/planeshift$ ./psclient
no CEL environment variable set!
Warning: Failed to load `vfs\'; use \'-verbose\' argument for details.
Warning: Failed to load `vfs\'; use \'-verbose\' argument for details.
WARNING: could not load plugin \'crystalspace.kernel.vfs\'
Couldn\'t load vfs plugin!
csInitializer::SetupConfigManager failed!
Is your CRYSTAL environment var set?
phreak@phreak:~/molblue/planeshift$

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
(No subject)
« Reply #8 on: May 29, 2003, 09:02:56 pm »
Try:

export CRYSTAL=$HOME/molblue/CS
export CEL=$HOME/molblue/cel/

before running psclient.
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

phreak

  • Traveller
  • *
  • Posts: 11
    • View Profile
(No subject)
« Reply #9 on: May 29, 2003, 09:24:32 pm »
That results in:

phreak@phreak:~/molblue/planeshift$ ./psclient
Warning: Failed to load `gl3d\'; use \'-verbose\' argument for details.
Warning: Failed to load `gl3d\'; use \'-verbose\' argument for details.
WARNING: could not load plugin \'crystalspace.graphics3d.opengl\'
Warning: Failed to load `aws\'; use \'-verbose\' argument for details.
Warning: Failed to load `aws\'; use \'-verbose\' argument for details.
WARNING: could not load plugin \'crystalspace.window.alternatemanager\'
psclient: No 3d driver (iGraphics3D) plugin!
phreak@phreak:~/molblue/planeshift$

and:

phreak@phreak:~/molblue/planeshift$ ./psclient -verbose
Warning: Failed to load `gl3d\'; reason(s):
DLERROR (gl3d): libopengl32.so: cannot open shared object file: No such file or directory
Warning: Failed to load `gl3d\'; reason(s):
DLERROR (gl3d): libopengl32.so: cannot open shared object file: No such file or directory
WARNING: could not load plugin \'crystalspace.graphics3d.opengl\'
Warning: Failed to load `aws\'; reason(s):
/home/phreak/molblue/CS/aws.so: File not found
/home/phreak/molblue/CS/lib/aws.so: File not found
./aws.so: File not found
/home/phreak/molblue/cel//aws.so: File not found
/home/phreak/molblue/cel//lib/aws.so: File not found
/home/phreak/molblue/planeshift/aws.so: File not found
Warning: Failed to load `aws\'; reason(s):
/home/phreak/molblue/CS/aws.so: File not found
/home/phreak/molblue/CS/libaws.so: File not found
/home/phreak/molblue/CS/lib/aws.so: File not found
/home/phreak/molblue/CS/lib/libaws.so: File not found
./aws.so: File not found
./libaws.so: File not found
/home/phreak/molblue/cel//aws.so: File not found
/home/phreak/molblue/cel//libaws.so: File not found
/home/phreak/molblue/cel//lib/aws.so: File not found
/home/phreak/molblue/cel//lib/libaws.so: File not found
/home/phreak/molblue/planeshift/aws.so: File not found
/home/phreak/molblue/planeshift/libaws.so: File not found
WARNING: could not load plugin \'crystalspace.window.alternatemanager\'
psclient: No 3d driver (iGraphics3D) plugin!
phreak@phreak:~/molblue/planeshift$

and with software rendering:

phreak@phreak:~/molblue/planeshift$ ./psclient --video=software
Using alternative 3D driver: crystalspace.graphics3d.software
Warning: Failed to load `aws\'; use \'-verbose\' argument for details.
Warning: Failed to load `aws\'; use \'-verbose\' argument for details.
WARNING: could not load plugin \'crystalspace.window.alternatemanager\'
block_size: 8192
Mounting maps: dungeon podium hydlaa temple tower.
planeshift.application.client: Planeshift Molecular Blue
planeshift.application.client: This game uses Crystal Space Engine created by Jorrit and others
planeshift.application.client: 0.97 rdev [Unix-x86-GCC]
Couldn\'t find aws plugin!
planeshift.application.client: Could not set up the AWS window manager!
planeshift.application.client: Failed to init app!
phreak@phreak:~/molblue/planeshift$
« Last Edit: May 29, 2003, 09:32:26 pm by phreak »

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
(No subject)
« Reply #10 on: May 29, 2003, 09:34:33 pm »
Hmm, seems like aws.so was not built properly.  

it seems like the AWS plugin was not built.  Can you try rejammin\' CS  and check to see if there are any errors reporting when building AWS.  I\'m not sure why it is failing to build unless you are hitting this problem:


If you don\'t have a recent version of bison then you will need to get a more up to date file. Check your bison version by:

molblue$ bison -V


If it is not 1.35 or better you need to get a new file:

molblue$ cd $HOME/molblue/CS/plugins/aws
molblue$ wget http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/crystal/CS/plugins/aws/skinpars.cpp?rev=1.5
aws$ rm skinpars.cpp
aws$ mv skinpars.cpp\\?rev\\=1.5 skinpars.cpp
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

phreak

  • Traveller
  • *
  • Posts: 11
    • View Profile
(No subject)
« Reply #11 on: May 29, 2003, 09:50:07 pm »
I did:
molblue$ cd $HOME/molblue/CS/plugins/aws
molblue$ wget http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/crystal/CS/plugins/aws/skinpars.cpp?rev=1.5
aws$ rm skinpars.cpp
aws$ mv skinpars.cpp\\?rev\\=1.5 skinpars.cpp

(there was no old skinpars.cpp). Then I rejamed, still unable to use 3D tho\' software works.. when upload charracter I get:
 \"You are linkdead (if you\'re really getting this message report this please!)
« Last Edit: May 29, 2003, 09:56:15 pm by phreak »

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
(No subject)
« Reply #12 on: May 29, 2003, 10:02:52 pm »
Yes, the linkdead problem.  We are still unsure of why this occurs.  What happens is that:
a) you upload your character
b) the server gets this message and creates the account for it
c) the server sends a message back
d) the client gets this message
e) the client sends the player create information
f) the server creates the player

Now what I see is happening is that step (d) is failing so the server cannot send a message to your client for some reason (unknown at this point, works for many others ).  Now because of this you have an account and not a player.  This means that the server is in a Bad State (tm) with regards to your character.

The only thing I can suggest is keep trying using different character names until we can get a chance to do another clean up of these bad state accounts.
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

phreak

  • Traveller
  • *
  • Posts: 11
    • View Profile
(No subject)
« Reply #13 on: May 29, 2003, 10:18:00 pm »
okay, well how to fix the 3D problem then? I\'ve got OpenGL support (playing quake2, quake3 etc in it), but when trying to use it i get:

phreak@phreak:~/molblue/planeshift$ ./psclient -verbose
Warning: Failed to load `gl3d\'; reason(s):
DLERROR (gl3d): libopengl32.so: cannot open shared object file: No such file or directory
Warning: Failed to load `gl3d\'; reason(s):
DLERROR (gl3d): libopengl32.so: cannot open shared object file: No such file or directory
WARNING: could not load plugin \'crystalspace.graphics3d.opengl\'
aws-debug: Couldn\'t find iGraphics2D plugin!!
psclient: No 3d driver (iGraphics3D) plugin!
phreak@phreak:~/molblue/planeshift$

Meracian

  • Traveller
  • *
  • Posts: 11
    • View Profile
(No subject)
« Reply #14 on: May 29, 2003, 10:41:05 pm »
To Fix the linkdead Problem just use instead of the \"planeshift.fragnetics.com\" address the IP of the server (203.81.47.27). This fixed it at me and I think it will fix it at other users, too.

You need to enter the IP in the file planeshift.cfg - look for the line:
\"Planeshift.Connection.Server = 203.81.47.27\"
This is my line and it works.

For the 3D Problem: May it happen that You do not have configured Your Graphics Card right? (e.g. if You got nVidia then the Generic of RedHat isnt ok, You need to install an updated for OpenGL. You can use nvcheck.sh for checking if the Card is properly configured.)

I do not know any other issues yet, Ill post if I find out more.

Prove if Crystal Space is working fine, There is an command, dont know right know which.
« Last Edit: May 29, 2003, 10:42:20 pm by Meracian »