Author Topic: CB Linux Installer, finally done  (Read 57448 times)

Karosh_Steinkatz

  • Hydlaa Citizen
  • *
  • Posts: 486
    • View Profile
(No subject)
« Reply #270 on: February 23, 2005, 11:17:15 am »
It wasn\'t the full update, only a part of it. The other part was corrupted during the upload, so I had to put it up again.


Back to Planeshift again \\o/

kriller

  • Traveller
  • *
  • Posts: 49
    • View Profile
(No subject)
« Reply #271 on: February 23, 2005, 06:47:12 pm »
whats teh diffrence between cb linux
 and linux?
Keep on running, otherwise you\'ll never catch up.


sekhmet

  • Hydlaa Resident
  • *
  • Posts: 137
    • View Profile
(No subject)
« Reply #272 on: February 23, 2005, 07:52:08 pm »
I suppose you are refering to the 2 linux threads, Karosh his CB Linux installer is a binary installer, based on Loki installer. The other Linux installer thread is a build script too compile PS from CVS source.

kriller

  • Traveller
  • *
  • Posts: 49
    • View Profile
(No subject)
« Reply #273 on: February 23, 2005, 09:06:41 pm »
But what are you supposed to do if u use windows xp and get the character crash?
« Last Edit: February 23, 2005, 09:08:47 pm by kriller »
Keep on running, otherwise you\'ll never catch up.


Karosh_Steinkatz

  • Hydlaa Citizen
  • *
  • Posts: 486
    • View Profile
(No subject)
« Reply #274 on: February 23, 2005, 10:19:35 pm »
Geez, this is the linux installer thread. For windows problems there are enough other threads around *sighs*


Back to Planeshift again \\o/

Bobkat

  • Traveller
  • *
  • Posts: 15
    • View Profile
(No subject)
« Reply #275 on: February 23, 2005, 10:33:14 pm »
I think they were linked by the character crash thread (the one where you commented about linking to the top of the thread) and do not understand that this is a linux thread.  Of course I thought that link was just a subtle hint that if your having problems you should probably switch to linux :D  

excellent job on the installer btw Karosh, thanks again

Jordz

  • Traveller
  • *
  • Posts: 16
    • View Profile
(No subject)
« Reply #276 on: February 24, 2005, 07:35:31 am »
I just did a psupdater , still the same wrong PS version message.

Is the update up now?
http://gamingvibe.no-ip.info - GamingVibe!
------------------ -----------------

Leeloo

  • Hydlaa Resident
  • *
  • Posts: 161
    • View Profile
(No subject)
« Reply #277 on: February 24, 2005, 08:37:58 am »
Quote
Originally posted by Jordz
I just did a psupdater , still the same wrong PS version message.

Is the update up now?


Do you have the 3.006 version? In that case, read the first post in this thread, and download the new updater, then update.

Jordz

  • Traveller
  • *
  • Posts: 16
    • View Profile
(No subject)
« Reply #278 on: February 24, 2005, 08:46:38 am »
I\'m running 3.007 and just downloaded - unpacked that file.

Still same error message.

I\'m running Gentoo linux with the 2.6.10 kernel.

Thanks!

(P.S: A few days ago planeshift got to the caracter creation fine, but then I had to go , and when I next tried I had this error message)

But even when I get planeshift running it\'ll go slow as hell, Linux does\'nt support 3d for my card, so it does software rendering :-(. I\'m buying a new card soon.
« Last Edit: February 24, 2005, 08:48:55 am by Jordz »
http://gamingvibe.no-ip.info - GamingVibe!
------------------ -----------------

Karosh_Steinkatz

  • Hydlaa Citizen
  • *
  • Posts: 486
    • View Profile
(No subject)
« Reply #279 on: February 24, 2005, 08:59:30 am »
Did it download new binary files? Did it show an error, like a needed program missing? Can you post the content of update.log or upload it and post a link?


Back to Planeshift again \\o/

Natrina

  • Hydlaa Citizen
  • *
  • Posts: 374
    • View Profile
    • The Dark Empire
(No subject)
« Reply #280 on: February 24, 2005, 04:25:16 pm »
Hmm.. mine doesn\'t work as well, the problem of the updater:

./updater: line 110: curl: command not found
./updater: line 111: curl: command not found
./updater: line 112: curl: command not found
: Done

: Checking for updated binaries
: Done, cleaning up

rm: cannot remove `update_*.md5\': No such file or directory
: Starting art updater

Critical files () not found (Server only)
NOTIFY: psUpdaterEngine initialized.
Downloading registry...
0%....25%....50%....75%....100%
Loaded registry
Checking for updates.. This may take a while
Warning: Couldn\'t find module \'other_os\' in registry.
All files are up-to-date!
Please wait while saving files..

You should warn the user and stop the process of updating when the \"curl\" is not installed, otherwise it will silently continue despite not downloading the files.

"I had a dream of a Golden Darkness."
Guild Leader of The Imperial Trades.
Hail the Dark Empire

Karosh_Steinkatz

  • Hydlaa Citizen
  • *
  • Posts: 486
    • View Profile
(No subject)
« Reply #281 on: February 24, 2005, 04:55:59 pm »
It does a check on the needed programs:

Code: [Select]

# check for needed apps
 if ! [ \"`which curl 2> /dev/null`\" ]; then
  echo \"ERROR: curl not found in path!\"
  fail=true
 fi
 if ! [ \"`which bunzip2 2> /dev/null`\" ]; then
  echo \"ERROR: bunzip2 not found in path\"
  fail=true
 fi
 if [ \"$fail\" = \"true\" ]; then
  echo \"ABORTED: Please install the needed apps and run the updater again\"
  return 1
 fi


It worked so far. Which distro do you use?
« Last Edit: February 24, 2005, 04:56:48 pm by Karosh_Steinkatz »


Back to Planeshift again \\o/

Galihad

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
(No subject)
« Reply #282 on: February 25, 2005, 01:29:12 am »
Hi,

Im new to linux and running mandrake 10.1
I downloaded PlaneShift_CBV0.3.007-1.x86.run and tried to run it but all i get is:

[ian@localhost ian]$ sh PlaneShift_CBV0.3.007-1.x86.run
Verifying archive integrity... All good.
Uncompressing Planeshift Crystal Blue..........................
[ian@localhost ian]$

I\'ve been searching these posts but im not sure what im doing wrong or what i should be doing :(

Could someone help

Jordz

  • Traveller
  • *
  • Posts: 16
    • View Profile
(No subject)
« Reply #283 on: February 25, 2005, 05:02:32 am »
I did anouther update later and that fixed it.

Well.. It\'s still only doing about 1 frame a second, I really need to get a new graphics card. But It let me start playing so that\'s good.

P.S : While i save, is there a way to turn of textures or something major to get it running at at least 6 frames per second?

Galihad: I ran mine with ./....

Also, as root run chmod 777 planeshift... , but I don\'t think that would make a difference - It should come up with Permission denied if there is a permission problem.

Also, are you in X? ( The Graphical Enviroment)
« Last Edit: February 25, 2005, 05:29:51 am by Jordz »
http://gamingvibe.no-ip.info - GamingVibe!
------------------ -----------------

Karosh_Steinkatz

  • Hydlaa Citizen
  • *
  • Posts: 486
    • View Profile
(No subject)
« Reply #284 on: February 25, 2005, 09:47:36 am »
Galihad:

Check if the dir \'psinstaller\' exists where you ran the installer. If yes, run setup.sh there and see if it works or not and post the output then if possible.
If it\'s not there, run the installer with \'--keep\' and do the same.
Edit: do you have gtk installed?


Jordz:

Check if your direct rendering is enabled with \'glxinfo |grep direct\'. What\'s your gfx card at all? If it\'s an ATI, trash it immediately :P
Btw, the installer runs also in console mode with a ncurses GUI if X is not running.
« Last Edit: February 25, 2005, 10:12:24 am by Karosh_Steinkatz »


Back to Planeshift again \\o/