Author Topic: Installer Feedback  (Read 38642 times)

Xordan

  • Crystal Space Developer
  • Forum Addict
  • *
  • Posts: 3845
  • For God and the Empire
    • View Profile
Installer Feedback
« on: September 24, 2005, 12:23:30 pm »
Hi guys,

I'd appreciate it if you could post any feedback on the installer (not the game) in this thread. Post both bugs and feature requests.

Just make a post in the following format:

Type: Feature Request or Bug

Description:

Your system specs:


And I'll try and resolve the problem/add the feature by the next release.

Feel free to start a new thread discussing a bug/feature request, but try and keep this thread clean please.

Thanks.
« Last Edit: January 09, 2007, 07:12:45 pm by Xordan »

DaWolffe

  • Traveller
  • *
  • Posts: 10
    • View Profile
Started to work
« Reply #1 on: September 25, 2005, 10:29:09 pm »
For me it would startup, and let me enter the game, but, as soon as I started to move it segfaulted. Wonder if this means anything;
Code: [Select]
$ ./pssetup
Mounting skin: /planeshift/art/apps.zip
Skipping \'YesNo\' because it\'s already loaded
DLERROR (/home/sterling/npshift/planeshift/libs/csjngimg.so): liblcms.so.1: cannot open shared object file: No such file or directory
SCF_WARNING: factory returned a null instance for crystalspace.graphic.image.io.jng
        if error messages are not self explanatory, recompile CS with CS_DEBUG

crystalspace.pluginmgr.loadplugin:
  could not load plugin \'crystalspace.graphic.image.io.jng\'

planeshift.setup.application:
  Application initialized successfully.
Error saving configuration \'\'.


Nibor Dawolffe

Xordan

  • Crystal Space Developer
  • Forum Addict
  • *
  • Posts: 3845
  • For God and the Empire
    • View Profile
(No subject)
« Reply #2 on: September 26, 2005, 12:15:27 am »
Ok, looks like I need to include libcms. To fix that youself get libcms from your package manager.

DaWolffe

  • Traveller
  • *
  • Posts: 10
    • View Profile
(No subject)
« Reply #3 on: September 26, 2005, 01:38:27 am »
Quote
Originally posted by Xordan
...fix that youself get libcms from your package manager.

Got them and added symlinks from within the ~/planeshift/libs/ directory.  The setup doesn\'t complain about it anymore, now it segfaults just after loading the region.  Last few lines from terminal (with -verbose on);
Code: [Select]
SCF_NOTIFY: loading plugin /home/sterling/npshift/planeshift/libs/gmeshldr.so to satisfy request for csGeneralFactoryLoader
SCF_NOTIFY: loading plugin /home/sterling/npshift/planeshift/libs/genmesh.so to satisfy request for csGenmeshMeshObjectType
SCF_NOTIFY: loading plugin /home/sterling/npshift/planeshift/libs/glshader_fixed.so to satisfy request for csGLShader_FIXED
Segmentation fault

Also tried linking to the previous install\'s liblcms, same result as above. I captured the whole output with the -verbose if it would be of help.

Nibor Dawolffe

Xordan

  • Crystal Space Developer
  • Forum Addict
  • *
  • Posts: 3845
  • For God and the Empire
    • View Profile
(No subject)
« Reply #4 on: September 26, 2005, 01:53:13 am »
Ok, I guess this segfault is due to the instability of the cvs snapshot I took rather than a installer problem.

It\'s something we should take a look at anyway.

Can you post a link to the whole output?

DaWolffe

  • Traveller
  • *
  • Posts: 10
    • View Profile
(No subject)
« Reply #5 on: September 27, 2005, 12:57:30 am »
Quote
Originally posted by Xordan
...Can you post a link to the whole output?

link

Nibor Dawolffe

stfrn

  • Hydlaa Citizen
  • *
  • Posts: 324
  • the beaver ex-dev :B
    • View Profile
(No subject)
« Reply #6 on: September 27, 2005, 01:19:11 am »
Hm, that\'s pretty verbose, I will have to keep that in mind for an upcoming project.
However, atleast when I loaded the page it stoped in the middle of a line:

LoadAttributes
:
  GUI imag


Was that really where it ended? Or just an end of copying?
player -> gm -> dev -> bum

DaWolffe

  • Traveller
  • *
  • Posts: 10
    • View Profile
(No subject)
« Reply #7 on: September 27, 2005, 02:27:27 am »
Quote
Originally posted by stfrn ...really where it ended?...

Yep, I just redirected stdout to that file.  I did it again with both stdout and stderr redirected with;

Code: [Select]
./pssetup -verbose >& verbose.dawolffe.txt
and launching from the setup GUI;

output

Nibor Dawolffe

Xordan

  • Crystal Space Developer
  • Forum Addict
  • *
  • Posts: 3845
  • For God and the Empire
    • View Profile
(No subject)
« Reply #8 on: September 27, 2005, 04:34:23 pm »
hmm, strange problem. Looks like the skin isn\'t set correctly. Check psclient.cfg that the skin is default and not cvs.

Induane

  • Veteran
  • *
  • Posts: 1287
  • What should I put here?
    • View Profile
    • Vaalnor Inc.
(No subject)
« Reply #9 on: September 27, 2005, 07:37:51 pm »
I had a similar problem with Platyna\'s last release.  I ended up editing the config file to manually select the skin - in my case \"ragnarok\" - the problem was weird, because in pssetup clicking on the skins dialog would allow me to select skins, but they would have not applied themselves ingame, even though the file looked correct.  I changed it to \"cvs\" loaded, crashed, then changed it back to \"ragnarok\" and the problem went away.

Xordan

  • Crystal Space Developer
  • Forum Addict
  • *
  • Posts: 3845
  • For God and the Empire
    • View Profile
(No subject)
« Reply #10 on: September 27, 2005, 07:46:17 pm »
Can you also check the permissions on the files in your planeshift dir, and also make sure that your user is in the games group if you didn\'t manually choose the permissions in the installer and installed as a user other than the one you\'re trying to run with.

Heydulf

  • Traveller
  • *
  • Posts: 16
    • View Profile
(No subject)
« Reply #11 on: September 27, 2005, 10:58:23 pm »
i just wanted to download this installer but the only answer i got was 404 :-(

Xordan

  • Crystal Space Developer
  • Forum Addict
  • *
  • Posts: 3845
  • For God and the Empire
    • View Profile
(No subject)
« Reply #12 on: September 27, 2005, 11:59:48 pm »
Yeah, I\'m moving mirrors. Should be up again in a few minutes.

Edit: Ok, both mirrors are up.
« Last Edit: September 28, 2005, 12:05:27 am by Xordan »

Induane

  • Veteran
  • *
  • Posts: 1287
  • What should I put here?
    • View Profile
    • Vaalnor Inc.
(No subject)
« Reply #13 on: September 28, 2005, 12:19:19 am »
File permissions were fine for me and I was running with the user I installed with (same issue with your installer as with Platyna\'s) - I did the same procedure to fix it as well.  A reinstall of your installer worked find though, and I couldn\'t repeat the issue.  I think perhaps I am just insane.

DaWolffe

  • Traveller
  • *
  • Posts: 10
    • View Profile
(No subject)
« Reply #14 on: September 28, 2005, 02:35:54 am »
Quote
Originally posted by Xordan
...skin is default and not cvs.

Yep
Quote
Originally posted by Induane
...to \"ragnarok\"

Tried, no go.

Tried installing and running as root, same issues.  I then set it to \"cvs\" (still has the MB startup screen) and actually got into the game, took about 2 to 4 steps before it segfaulted.  I then set it to \"elves\", I can get into the game, I can got to the options menu and change options, but, as soon as I try to move it segfaults.

Tried downloading the installer again from the second mirror.  Now I can get into the game without any changes to the psclient.cfg file.  I can kill a MOB and take 2 steps, always on third step it segfaults.  So it seems there is something different about the installer from the first time I tried. Guess I\'ll have to wait for next version of installer.

Nibor Dawolffe