Author Topic: Linux Help?  (Read 1215 times)

Gerrard

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
Linux Help?
« on: August 01, 2003, 07:30:44 pm »
Hey, I\'ve browsed the FAQ\'s and most of those are oriented for gameplay, and a quick search of \'install\' gave me tips on finding the right \'.exe\' file. Well as most of you know, those don\'t exist in the linux world. So if you could point me to a Linux help file, or a post that I didn\'t see, that would be awesome. I had no problem downloading, gunziping, or untaring the file, but I\'m lost as to what I need to do now.
This is my error when I attempt to run psclinet ( or psclient-bin)
./psclient-bin
no CEL environment variable set!
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\'
aws-debug: Couldn\'t find iGraphics2D plugin!!
psclient: No 3d driver (iGraphics3D) plugin!

I probably just need a library or something installed, but I\'m not sure. Thanks for the help.
-Gerrard

zaphar

  • Hydlaa Citizen
  • *
  • Posts: 259
    • View Profile
(No subject)
« Reply #1 on: August 01, 2003, 07:37:54 pm »
hey gerard it looks like you need to install a driver for 3d acceleration.

What graphics card do you have? I assume you didn\'t compile the game you downloaded the binaries right?

Check that 3d acceleration is enabled for you x server and then make sure you have an openGL driver installed for your card.
*Zaphar grins roguishly as he exits the post


Gerrard

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
(No subject)
« Reply #2 on: August 01, 2003, 08:16:54 pm »
ATI Radeon 7500
3D Xfree86 is running.
Yes I downloaded the binaries.
Not sure if I have drivers installed though, but I haven\'t had any trouble before.

Thanks for replying though.

-Gerrard

zaphar

  • Hydlaa Citizen
  • *
  • Posts: 259
    • View Profile
(No subject)
« Reply #3 on: August 01, 2003, 08:40:31 pm »
you may find it easiest to get the game running if you download the source and compile it. I found the client runs much faster that way.
*Zaphar grins roguishly as he exits the post


Gerrard

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
(No subject)
« Reply #4 on: August 01, 2003, 09:17:19 pm »
[edit]
[/edit[

I had a question about \'jam\' but i found out it was a replacement for make. I just installed the rpm for jam.

-Gerrard
« Last Edit: August 01, 2003, 09:23:43 pm by Gerrard »

Gerrard

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
(No subject)
« Reply #5 on: August 01, 2003, 09:37:04 pm »
sh build.sh
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
[more checks in here]
checking whether to use extensive memory debugger... no
configure-jam: creating ./config.status
config.status: executing include/volatile.h commands
config.status: include/volatile.h is unchanged
config.status: executing Jamconfig commands
config.status: Jamconfig is unchanged
config.status: executing Jamfile commands
config.status: executing test commands
data/Jamfile: No such file or directory
plugins/cssaver/Jamfile: No such file or directory
apps/Jamfile: No such file or directory
...patience...
don\'t know how to make skinlex.cpp
don\'t know how to make skinpars.cpp
...patience...
...found 2321 target(s)...
...can\'t find 2 target(s)...
...can\'t make 3 target(s)...
...skipped skinlex.o for lack of skinlex.cpp...
...skipped skinpars.o for lack of skinpars.cpp...
...skipped aws.so for lack of skinlex.o...
...skipped 3 target(s)...

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
(No subject)
« Reply #6 on: August 01, 2003, 09:49:25 pm »
I made a note about a possible solution to this in my notes here. Look for the section on \"Get Crystal Space\" where it talks about bison
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

Muzzle

  • Traveller
  • *
  • Posts: 17
    • View Profile
(No subject)
« Reply #7 on: August 02, 2003, 08:45:44 am »
Try

\"CRYSTAL=/opt/crystal CEL=/opt/crystal/bin ./psclient-bin\"

Worked for me, anyway.  If you have CS installed in some other weird place, change the directories.  If this works, edit \"psclient\" (which is just a tiny shell script) so that these variables are set right.

Why do these variables point to ./ in the precompiled tarball, anyway?  I can\'t see how that would be correct for anyone.