Author Topic: Character creation problem  (Read 1378 times)

mikasaari

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
Character creation problem
« on: November 06, 2005, 11:51:28 am »
Hello,

  I have troubles getting past the character creation. The Next button after selecting name, class and gender doesn\'t work. The question is might this be caused by binary package I downloaded and updated ? And should I consider compiling the PS from CVS by myself ?

  Thanks a lot for tips,
    -Mika

Bereror

  • Hydlaa Notable
  • *
  • Posts: 773
    • View Profile
    • Planeshift API
(No subject)
« Reply #1 on: November 06, 2005, 12:05:39 pm »
Looks like a mismatch in versions between client and server.

My client is updated to work with the official server, but my local server that I use for testing is not. When I try to connect to my local server, symptoms are the same.

Use the Xordan\'s installer and apply the latest patch. Both can be found here.

If you know how to use cvs, have compilers and development tools installed, then yes, compile from CVS. Then you will have the source code available and perhaps can help finding and fixing more bugs :)
PlaneShift Sources
PlaneShift API
"Words never spoken
Are the strongest resounding"

mikasaari

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
(No subject)
« Reply #2 on: November 06, 2005, 12:40:39 pm »
Thanks thousands times !

  It is working now, I used the earlier .bin from same thread. Seems that I was downloading the early binary just before the new one was uploaded.

  I shall still take a look to the CVS later on.

  Thanks once more,
    -Mika

Saplaran

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
(No subject)
« Reply #3 on: November 15, 2005, 03:48:47 pm »
Am I the only one who can\'t decompress PlaneShift-CBV0.3.0.12-r3-i686.tar.bz2 ? I have downloaded the file several times, always the same error message.

--- 8< ---

markus@minastirith:~/download/Planeshift> bunzip2 PlaneShift-CBV0.3.0.12-r3-i686.tar.bz2

bunzip2: Data integrity error when decompressing.
        Input file = PlaneShift-CBV0.3.0.12-r3-i686.tar.bz2, output file = PlaneShift-CBV0.3.0.12-r3-i686.tar

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover\' program to attempt to recover
data from undamaged sections of corrupted files.

bunzip2: Deleting output file PlaneShift-CBV0.3.0.12-r3-i686.tar, if it exists.

--- 8< ---

Naeloth

  • Wayfarer
  • *
  • Posts: 7
    • View Profile
(No subject)
« Reply #4 on: November 15, 2005, 05:59:36 pm »
Try to download the file again, and be aware that you can use tar to decompress bzipped tarball archives.

($ tar xvjf PlaneShift-CBV0.3.0.12-r3-i686.tar.bz2)
« Last Edit: November 15, 2005, 06:00:13 pm by Naeloth »

Saplaran

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
(No subject)
« Reply #5 on: November 15, 2005, 06:13:56 pm »
Ok, i downloaded the file one more time.

--- 8< ---

markus@minastirith:~/download/Planeshift> tar xvjf PlaneShift-CBV0.3.0.12-r3-i686.tar.bz2
psclient.bin
pssetup.bin
updater.bin

bzip2: Data integrity error when decompressing.
        Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover\' program to attempt to recover
data from undamaged sections of corrupted files.

tar: Unerwartetes Dateiende im Archiv.
tar: Unerwartetes Dateiende im Archiv.
tar: Nicht behebbarer Fehler: Programmabbruch.

--- 8< ---

lanser

  • Hydlaa Citizen
  • *
  • Posts: 447
  • No Longer Mordraugion Settings AD
    • View Profile
(No subject)
« Reply #6 on: November 15, 2005, 07:42:56 pm »
try this in the directory you want to extract to it is my usual way of dealing with bz2 tarballs

Code: [Select]
tar xvf --bzip2 /path/to/PlaneShift_CBV0.3.012P-r3.i686.bin

and of course replace the /path/to/ with the dir you downloaded to :)

*edit typos as ever
« Last Edit: November 15, 2005, 07:44:14 pm by lanser »
Hokinon Korere
Wandering Yliakum searching for lost memories...

Zinnius Zann
Right hand to a Queen

Saplaran

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
(No subject)
« Reply #7 on: November 15, 2005, 08:11:56 pm »
After several downloads I downloaded the file into a different directory and named it huch.tar.bz2. Now the file decompressed without errors. I don\'t know why but it\'s ok. *g*