Author Topic: Problem with planeshift CVS server and Linux installer  (Read 2514 times)

trebiani

  • Traveller
  • *
  • Posts: 15
    • View Profile
(No subject)
« Reply #15 on: February 10, 2005, 06:14:04 pm »
Quote
Originally posted by Diamondcite
How was it installed? Was it installed from CVS or maybe the Unofficial binaries? Maybe a script?

the linux installer from the official planeshift website. the cvs repository is unavailable - for 2 days now ...

Diamondcite

  • Hydlaa Resident
  • *
  • Posts: 165
    • View Profile
(No subject)
« Reply #16 on: February 10, 2005, 06:16:36 pm »
Check your cal3d and CS installations... was the LD_LIBRARY_PATH set?
I like taking things literally, going overboard is fun! Now... why do I keep getting odd looks?

Cha0s

  • Veteran
  • *
  • Posts: 1860
    • View Profile
(No subject)
« Reply #17 on: February 10, 2005, 06:45:13 pm »
Quote
Originally posted by trebiani
Quote
As for the code, I\'ll consider making it generally available, though for now you can get to it by decompiling (no comments or variable names though).


thanx for the nice tool and i usually ask before i decompile other peoples binaries. most of the time i get code with comments ....

cheers,
treb


Have you decompiled Java before? :P

The Java compiler puts in the stuff that\'s needed run the code, not everything in the source file, so a decompiled Java class file will have generic variable names and no comments. Also, you should probably extract the class files from the JAR first (jar xf Updater.jar). Then look around for a good Java decompiler. ;)
Cha0s
Mac OS X Forum Moderator
In-Game Roleplay Forum Moderator
Please search and skim existing threads before posting!

trebiani

  • Traveller
  • *
  • Posts: 15
    • View Profile
(No subject)
« Reply #18 on: February 11, 2005, 09:34:58 am »
Quote
Originally posted by Cha0s
Have you decompiled Java before? :P
Then look around for a good Java decompiler. ;)


i used JAD. decompiling depends on how you compiled the code. if you left the debug information inside i\'ll get readable code.

JAD is quite old (but usefull!) - do you know a better one?

trebiani

  • Traveller
  • *
  • Posts: 15
    • View Profile
(No subject)
« Reply #19 on: February 11, 2005, 09:58:32 am »
Quote
Originally posted by Diamondcite
Check your cal3d and CS installations... was the LD_LIBRARY_PATH set?


i made this startup script and the same error is still there:

#!/bin/sh
CRYSTAL=/home/test/games/planeshift/CS
CEL=/home/test/games/planeshift/cel
CSCONFPATH=/home/test/games/planeshift/cel
LD_LIBRARY_PATH=/home/test/games/planeshift/cal3d/lib:/home/test/games/planeshift/CS:$LD_LIBRARY_PATH

export CRYSTAL
export CEL
export CSCONFPATH
export LD_LIBRARY_PATH

cd planeshift
./psclient
cd -

trebiani

  • Traveller
  • *
  • Posts: 15
    • View Profile
(No subject)
« Reply #20 on: February 11, 2005, 01:58:47 pm »
Quote
Originally posted by Cha0s
You can use my Java updater if you like (I\'d actually be interested to here how it works out as I\'ve not been able to test it on Linux).


i tried to get planeshift running under windowsXP. after using your updater i get: \"Something unexpected happened in PlaneShift ....\"

should the updater work under windows?

Cha0s

  • Veteran
  • *
  • Posts: 1860
    • View Profile
(No subject)
« Reply #21 on: February 11, 2005, 10:18:25 pm »
Yes. Did you run it with \"updateall\" from the command line?
Cha0s
Mac OS X Forum Moderator
In-Game Roleplay Forum Moderator
Please search and skim existing threads before posting!

derula

  • Hydlaa Citizen
  • *
  • Posts: 409
  • Staying away because Talad asked nicely
    • View Profile
(No subject)
« Reply #22 on: February 11, 2005, 10:53:27 pm »
at last, planeshift cvs is back up!

trebiani

  • Traveller
  • *
  • Posts: 15
    • View Profile
(No subject)
« Reply #23 on: February 12, 2005, 09:34:16 am »
Quote
Originally posted by Cha0s
Yes. Did you run it with \"updateall\" from the command line?

hm, no - did not know that i should ...
i\'ll try again!

trebiani

  • Traveller
  • *
  • Posts: 15
    • View Profile
(No subject)
« Reply #24 on: February 13, 2005, 11:28:26 am »
i tried it with the updateall option but planeshift did not start. after installing again and using the official installer i was able to start it (using windows). with linux i still have no luck :-(

Wildboiz2

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
(No subject)
« Reply #25 on: February 14, 2005, 04:03:10 am »
can anyone help me? When i try to play it says something like the server isn\'t running.

derula

  • Hydlaa Citizen
  • *
  • Posts: 409
  • Staying away because Talad asked nicely
    • View Profile
(No subject)
« Reply #26 on: February 14, 2005, 05:26:47 pm »
select the laanx server instead of localhost when connecting -.-