Author Topic: PsClient not loading  (Read 5045 times)

Beheaded

  • Wayfarer
  • *
  • Posts: 6
    • View Profile
Re: PsClient not loading
« Reply #15 on: August 12, 2008, 06:51:57 pm »
example: minor updates can sometimes screw with permissions in a f'ed up sort of way. so for example if they ran the updater as sudo and it installs the files yet they run PS as a normal user, PS will fail to load the file simply because it was denied permission to it.

Rough example, but happens to the best of us in the programming/scripting world. A previous fix was posted (uninstalling and reinstalling), have you tried this yet?

Also Winblows doesnt use virtual memory, is uses a page file. And (atleast last time i did anything with memory allocation with windows) the page file handles the low priority memory hooks and puts the more active ones in memory.

Either way, the error definately does not sound like a memory issue. "Stat request failed because CelClient not ready for 17       625" sounds like either a)The server is sending OOS packets and doesnt do sanity checking, or b)the CS engine isnt doing something that Cel wants.

All in all, just try reinstalling. Ill look into the Cel fault code later (i need to redownload CS and Cel for my personal project anyways >_<)


Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: PsClient not loading
« Reply #16 on: August 12, 2008, 06:54:07 pm »
Either way, the error definately does not sound like a memory issue. "Stat request failed because CelClient not ready for 17       625" sounds like either a)The server is sending OOS packets and doesnt do sanity checking, or b)the CS engine isnt doing something that Cel wants.

that has nothing to do with either of what you said, and for that matter the psclient does not even use CEL anymore. and that error will not cause a crash of any type.

Beheaded

  • Wayfarer
  • *
  • Posts: 6
    • View Profile
Re: PsClient not loading
« Reply #17 on: August 12, 2008, 07:52:50 pm »
Either the trunk on sourceforge is seriously screwed. Or somehow miraculously they implemented some sort of other entity/zone (aka Sector in CS terms) manager that uses the name CEL.

Code: [Select]
bool psCelClient::Initialize(iObjectRegistry* object_reg,
        MsgHandler* newmsghandler,
        ZoneHandler *zonehndlr)
{
    this->object_reg = object_reg;
    entityLabels = new psEntityLabels();
    entityLabels->Initialize(object_reg, this);

    shadowManager = new psShadowManager();
   
    vfs =  csQueryRegistry<iVFS> (object_reg);
    if (!vfs)
    {
        return false;
    }       

    zonehandler = zonehndlr;

    msghandler = newmsghandler;
    msghandler->Subscribe( this, MSGTYPE_CELPERSIST);
    msghandler->Subscribe( this, MSGTYPE_PERSIST_WORLD );
    msghandler->Subscribe( this, MSGTYPE_PERSIST_ACTOR );
    msghandler->Subscribe( this, MSGTYPE_PERSIST_ITEM );
    msghandler->Subscribe( this, MSGTYPE_PERSIST_ACTIONLOCATION );
    msghandler->Subscribe( this, MSGTYPE_REMOVE_OBJECT );
    msghandler->Subscribe( this, MSGTYPE_NAMECHANGE );
    msghandler->Subscribe( this, MSGTYPE_GUILDCHANGE );
    msghandler->Subscribe( this, MSGTYPE_GROUPCHANGE );
    msghandler->Subscribe( this, MSGTYPE_STATS );
                           
    clientdr = new psClientDR;
    if (!clientdr->Initialize(object_reg, this, msghandler ))
    {
        delete clientdr;
        clientdr = NULL;
        return false;
    }

CEL is what handles 90% of the functionality of PS... CS is just the rendering engine...

That is unless your including the CEL libraries and using its functions for no general purpose what so ever O_O

And btw...
Code: [Select]
void psClientDR::HandleStatsUpdate( MsgEntry* me )
{
    psStatDRMessage statdrmsg(me);
    GEMClientActor* gemObject  = (GEMClientActor*)psengine->GetCelClient()->FindObject( statdrmsg.entityid );
    if (!gemObject)
    {
        Error2("Stat request failed because CelClient not ready for %d",statdrmsg.entityid);
        return;
    }
Its calling a DR because something got corrupted (most likely a map file since i was getting the same sort of message when i was making maps for PS a while back).
« Last Edit: August 12, 2008, 08:04:37 pm by Beheaded »

IcoNyx

  • Wayfarer
  • *
  • Posts: 6
    • View Profile
Re: PsClient not loading
« Reply #18 on: August 15, 2008, 02:46:34 pm »
I am new to planeshift (as in I havent even goten to the point of playing yet...)

First off you will Probably want to know the following:

Dell XPS m1210
2ghz Intel core 2 duo
2G DDR2
7200rpm sata 2 HDD w/ 180 GB free
Running OpenSUSE 11.0 fresh install/updated.

I have installed the packman repo and installed plane shift from Yast, install went fine, I then ran the inbuilt updater and then ran the planeshift client. the game splash opens then immediately closes...

running planeshift cline from terminal gives the following results:

Code: [Select]
IcoNyx@linux-4uwe:~> planeshift-client.sh

starting planeshift-client ...
Your configuration files are in... /home/IcoNyx/.PlaneShift
DEBUG: Sound System Software Renderer Initializing...

planeshift.application.client:
  PlaneShift Steel Blue (0.4.00)
  This game uses Crystal Space Engine created by Jorrit and others
  1.2.0 [Unix-x86-GCC]
     430) LOG_ANY flag deactivated with no filter.
     430) LOG_WEATHER flag deactivated with no filter.
     430) LOG_SPAWN flag deactivated with no filter.
     430) LOG_CELPERSIST flag deactivated with no filter.
     430) LOG_PAWS flag deactivated with no filter.
     430) LOG_GROUP flag deactivated with no filter.
     430) LOG_CHEAT flag deactivated with no filter.
     430) LOG_LINMOVE flag deactivated with no filter.
     430) LOG_SPELLS flag deactivated with no filter.
     430) LOG_NEWCHAR flag deactivated with no filter.
     430) LOG_SUPERCLIENT flag deactivated with no filter.
     430) LOG_EXCHANGES flag deactivated with no filter.
     430) LOG_ADMIN flag deactivated with no filter.
     430) LOG_STARTUP flag deactivated with no filter.
     430) LOG_CHARACTER flag deactivated with no filter.
     430) LOG_CONNECTIONS flag deactivated with no filter.
     430) LOG_CHAT flag deactivated with no filter.
     430) LOG_NET flag deactivated with no filter.
     430) LOG_LOAD flag deactivated with no filter.
     430) LOG_NPC flag deactivated with no filter.
     430) LOG_TRADE flag deactivated with no filter.
     430) LOG_SOUND flag deactivated with no filter.
     430) LOG_COMBAT flag deactivated with no filter.
     430) LOG_SKILLXP flag deactivated with no filter.
     430) LOG_QUESTS flag deactivated with no filter.
     430) LOG_SCRIPT flag deactivated with no filter.
     432) LOG_MARRIAGE flag deactivated with no filter.
     432) LOG_MESSAGES flag deactivated with no filter.
     432) LOG_CACHE flag deactivated with no filter.
     432) LOG_PETS flag deactivated with no filter.
     432) LOG_USER flag deactivated with no filter.
     432) LOG_LOOT flag deactivated with no filter.
     432) LOG_DUELS flag deactivated with no filter.
     432) LOG_TRIBES flag deactivated with no filter.
     433) All LOGS are off.
Mounting skin: /this/art/skins/cvs.zip
     466) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     467) Could not open image: >/paws/skin/backdrop/charborder.dds<
     490) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     490) Could not open image: >/paws/skin/gui/paths/enchancer.dds<
     490) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     490) Could not open image: >/paws/skin/gui/paths/street_warrior.dds<
     490) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     490) Could not open image: >/paws/skin/gui/paths/fighting_monk.dds<
     490) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     490) Could not open image: >/paws/skin/gui/paths/warlock.dds<
     490) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     490) Could not open image: >/paws/skin/gui/paths/knight.dds<
     490) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     491) Could not open image: >/paws/skin/gui/paths/rogue.dds<
     570) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     570) Could not open image: >/paws/skin/gui/modifydescription-bg.dds<
     570) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     570) Could not open image: >/paws/skin/gui/cancel_button.dds<
     570) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     570) Could not open image: >/paws/skin/gui/save_button.dds<
     573) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     573) Could not open image: >/planeshift/azure_way/glyph_air_icon.dds<
     573) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     573) Could not open image: >/planeshift/azure_way/glyph_bond_icon.dds<
     573) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     573) Could not open image: >/planeshift/azure_way/glyph_dome_icon.dds<
     573) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     573) Could not open image: >/planeshift/azure_way/glyph_fly_icon.dds<
     573) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     573) Could not open image: >/planeshift/azure_way/glyph_gas_icon.dds<
     573) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     573) Could not open image: >/planeshift/azure_way/glyph_humanoid_icon.dds<
     573) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     573) Could not open image: >/planeshift/azure_way/glyph_mind_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/azure_way/glyph_sleep_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/azure_way/glyph_sound_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/red_way/glyph_chaos_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/red_way/glyph_fire_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/red_way/glyph_metoer_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/red_way/glyph_might_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/red_way/glyph_vortex_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/red_way/glyph_weapon_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/dark_way/glyph_blindness_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/dark_way/glyph_deamon_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/dark_way/glyph_darkness_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/dark_way/glyph_death_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/dark_way/glyph_entropy_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/dark_way/glyph_illness_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/dark_way/glyph_negative_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/dark_way/glyph_weakness_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/brown_way/glyph_animal_icon.dds<
     574) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     574) Could not open image: >/planeshift/brown_way/glyph_armor_icon.dds<
     575) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     575) Could not open image: >/planeshift/brown_way/glyph_creature_icon.dds<
     575) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     575) Could not open image: >/planeshift/brown_way/glyph_earth_icon.dds<
     575) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     575) Could not open image: >/planeshift/brown_way/glyph_rock_icon.dds<
     575) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     575) Could not open image: >/planeshift/brown_way/glyph_summon_icon.dds<
     575) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     575) Could not open image: >/planeshift/brown_way/glyph_tree_icon.dds<
     575) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     575) Could not open image: >/planeshift/brown_way/glyph_wall_icon.dds<
     575) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     575) Could not open image: >/planeshift/brown_way/glyph_weight_icon.dds<
     575) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     575) Could not open image: >/planeshift/blue_way/glyph_cold_icon.dds<
     575) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     575) Could not open image: >/planeshift/blue_way/glyph_divination_icon.dds<
     575) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     575) Could not open image: >/planeshift/blue_way/glyph_key_icon.dds<
     575) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     575) Could not open image: >/planeshift/blue_way/glyph_object_icon.dds<
     575) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     575) Could not open image: >/planeshift/blue_way/glyph_poison_icon.dds<
     575) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     575) Could not open image: >/planeshift/blue_way/glyph_purify_icon.dds<
     575) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     575) Could not open image: >/planeshift/blue_way/glyph_sphere_icon.dds<
     575) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     575) Could not open image: >/planeshift/blue_way/glyph_water_icon.dds<
     577) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     577) Could not open image: >/planeshift/weapons/doubleaxe02a_icon.dds<
     577) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     577) Could not open image: >/planeshift/weapons/broadsword01a_icon.dds<
     577) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     577) Could not open image: >/planeshift/weapons/claymore01a_icon.dds<
     577) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     577) Could not open image: >/planeshift/weapons/falchion01a_icon.dds<
     577) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     577) Could not open image: >/planeshift/weapons/falchion01b_icon.dds<
     577) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     577) Could not open image: >/planeshift/weapons/falchion01c_icon.dds<
     577) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     577) Could not open image: >/planeshift/weapons/galkard01a_icon.dds<
     577) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     577) Could not open image: >/planeshift/weapons/longsword01a_icon.dds<
     578) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     578) Could not open image: >/planeshift/weapons/sabre01a_icon.dds<
     587) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     587) Could not open image: >/paws/skin/gui/scribe.dds<
     594) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     594) Could not open image: >/paws/skin/gui/updater_total.dds<
     594) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     594) Could not open image: >/paws/skin/gui/updater_current.dds<
Mounting skin: /planeshift/art/skins/base/client_base.zip
     606) <src/common/util/psxmlparser.cpp:282 ParseFile>
     606) Could not find file: /paws/temp_skin/skin.xml
     606) <src/common/paws/pawsmanager.cpp:336 LoadAdditionalSkin>
     606) Could not read skin info on /planeshift/art/skins/base/client_base.zip!
     606) <src/common/paws/pawsmanager.cpp:151 PawsManager>
     606) Couldn't load base skin '/planeshift/art/skins/base/client_base.zip'!
     606)
     607) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     607) Could not open image: >/paws/base/maps/leather/top_left_1.png<
     607) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     607) Could not open image: >/paws/base/maps/leather/top_right_1.png<
     607) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     607) Could not open image: >/paws/base/maps/leather/bottom_left_1.png<
     607) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     607) Could not open image: >/paws/base/maps/leather/bottom_right_1.png<
     607) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     607) Could not open image: >/paws/base/maps/leather/left_1.png<
     607) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     607) Could not open image: >/paws/base/maps/leather/right_1.png<
     607) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     607) Could not open image: >/paws/base/maps/leather/top_1.png<
     607) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     607) Could not open image: >/paws/base/maps/leather/bottom_1.png<
  psEngine initialized.
Using fontsize 13 for resolution 800x600
     658) <src/common/paws/pawswidget.cpp:547 LoadAttributes>
     658) GUI image 'radiooff2' not found.
     658)
     658) <src/common/paws/pawswidget.cpp:547 LoadAttributes>
     658) GUI image 'radiooff2' not found.
     658)
     658) <src/common/paws/pawswidget.cpp:547 LoadAttributes>
     658) GUI image 'radiooff2' not found.
     658)
     658) <src/common/paws/pawswidget.cpp:547 LoadAttributes>
     658) GUI image 'radiooff2' not found.
     658)
*** buffer overflow detected ***: ./psclient.bin terminated
======= Backtrace: =========
/lib/libc.so.6(__fortify_fail+0x48)[0xb7e5e4c8]
/lib/libc.so.6[0xb7e5c500]
/lib/libc.so.6(__strcpy_chk+0x44)[0xb7e5b7e4]
/home/IcoNyx/PlaneShift/cs/thing.so[0xb3d0dd30]
[0xbfdba168]
======= Memory map: ========
08048000-08481000 r-xp 00000000 08:03 2515179    /usr/games/planeshift/bin/psclient.bin
08481000-084af000 r--p 00438000 08:03 2515179    /usr/games/planeshift/bin/psclient.bin
084af000-084b0000 rw-p 00466000 08:03 2515179    /usr/games/planeshift/bin/psclient.bin
084b0000-087f2000 rw-p 084b0000 00:00 0          [heap]
b3af9000-b3b31000 r-xp 00000000 08:03 2401331    /usr/lib/crystalspace-1.2/sequence.so
b3b31000-b3b37000 r--p 00037000 08:03 2401331    /usr/lib/crystalspace-1.2/sequence.so
b3b37000-b3b38000 rw-p 0003d000 08:03 2401331    /usr/lib/crystalspace-1.2/sequence.so
b3b38000-b3b91000 r-xp 00000000 08:03 2401284    /usr/lib/crystalspace-1.2/engseq.so
b3b91000-b3ba0000 r--p 00059000 08:03 2401284    /usr/lib/crystalspace-1.2/engseq.so
b3ba0000-b3ba1000 rw-p 00068000 08:03 2401284    /usr/lib/crystalspace-1.2/engseq.so
b3ba1000-b3bc1000 rw-p b3ba1000 00:00 0
b3bc1000-b3c57000 r-xp 00000000 08:03 2401279    /usr/lib/crystalspace-1.2/dynavis.so
b3c57000-b3c60000 r--p 00095000 08:03 2401279    /usr/lib/crystalspace-1.2/dynavis.so
b3c60000-b3c61000 rw-p 0009e000 08:03 2401279    /usr/lib/crystalspace-1.2/dynavis.so
b3c61000-b3cd1000 rw-p b3c61000 00:00 0
b3cd1000-b3d95000 r-xp 00000000 08:03 2401362    /usr/lib/crystalspace-1.2/thing.so
b3d95000-b3da5000 r--p 000c3000 08:03 2401362    /usr/lib/crystalspace-1.2/thing.so
b3da5000-b3da6000 rw-p 000d3000 08:03 2401362    /usr/lib/crystalspace-1.2/thing.so
b3da6000-b3dd7000 r-xp 00000000 08:03 2401363    /usr/lib/crystalspace-1.2/thingldr.so
b3dd7000-b3dda000 r--p 00030000 08:03 2401363    /usr/lib/crystalspace-1.2/thingldr.so
b3dda000-b3ddb000 rw-p 00033000 08:03 2401363    /usr/lib/crystalspace-1.2/thingldr.so
b3e76000-b4792000 rw-p b3e76000 00:00 0
b4792000-b47e5000 r-xp 00000000 08:03 2401266    /usr/lib/crystalspace-1.2/csddsimg.so
b47e5000-b47eb000 r--p 00052000 08:03 2401266    /usr/lib/crystalspace-1.2/csddsimg.so
b47eb000-b47ec000 rw-p 00058000 08:03 2401266    /usr/lib/crystalspace-1.2/csddsimg.so
b47ec000-b480d000 r-xp 00000000 08:03 2401261    /usr/lib/crystalspace-1.2/csbmpimg.so
b480d000-b4811000 r--p 00021000 08:03 2401261    /usr/lib/crystalspace-1.2/csbmpimg.so
b4811000-b4812000 rw-p 00025000 08:03 2401261    /usr/lib/crystalspace-1.2/csbmpimg.so
b4828000-b4838000 rw-p b4828000 00:00 0
b4880000-b489c000 r--p 00000000 08:03 2975428    /usr/games/planeshift/share/data/ttf/LiberationSans-Regular.ttf
b489d000-b48dd000 rw-p b489d000 00:00 0
b48e9000-b48f9000 rw-p b48e9000 00:00 0
b48f9000-b4913000 r--p 00000000 08:03 2975431    /usr/games/planeshift/share/data/ttf/cupandtalon.ttf
b4913000-b492f000 r--p 00000000 08:03 2975428    /usr/games/planeshift/share/data/ttf/LiberationSans-Regular.ttf
b4930000-b4961000 rw-p b4930000 00:00 0
b4961000-b49dc000 r-xp 00000000 08:03 2401326    /usr/lib/crystalspace-1.2/rendstep_std.so
b49dc000-b49ee000 r--p 0007a000 08:03 2401326    /usr/lib/crystalspace-1.2/rendstep_std.so
b49ee000-b49ef000 rw-p 0008c000 08:03 2401326    /usr/lib/crystalspace-1.2/rendstep_std.so
b49ef000-b4be1000 rw-p b49ef000 00:00 0
b4be2000-b4c45000 rw-p b4be2000 00:00 0
b4c46000-b4ca9000 rw-p b4c46000 00:00 0
b4caa000-b4d0d000 rw-p b4caa000 00:00 0
b4d0e000-b4d1e000 rw-p b4d0e000 00:00 0
b4d25000-b4d2e000 r--p 00000000 08:03 2975432    /usr/games/planeshift/share/data/ttf/scurlock.ttf
b4d2e000-b4fa0000 rw-p b4d2e000 00:00 0
b4fa1000-b4ff4000 rw-p b4fa1000 00:00 0
b4ff5000-b5048000 rw-p b4ff5000 00:00 0
b5049000-b50ac000 rw-p b5049000 00:00 0
b50ac000-b50ad000 ---p b50ac000 00:00 0
b50ad000-b58ad000 rwxp b50ad000 00:00 0
b58ad000-b58b0000 r-xp 00000000 08:03 2212793    /usr/lib/alsa-lib/libasound_module_rate_speexrate.so
b58b0000-b58b1000 r--p 00003000 08:03 2212793    /usr/lib/alsa-lib//usr/bin/planeshift-client.sh: line 33: 16374Aborted                 ./psclient.bin $@
/home/IcoNyx
IcoNyx@linux-4uwe:~>

I'm seeing alot of "Could not open" which sounds like an issue discribed here: http://hydlaa.com/smf/index.php?topic=33122.msg384039#msg384039 but I also note there appears to be a buffer overflow...

I un-installed and reinstalled then tried w/o the psupdate... still fails to load, same response in terminal...

I am downloading the bin directly from the download section and will try installing from the bin (as opposed to from packman) but I am not sure if that is necessary... any suggestions?

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: PsClient not loading
« Reply #19 on: August 15, 2008, 03:03:09 pm »
we do not support any other releases of the game other then those on the main page, it also looks like that version of the game is missing the art and is not going to connect to the current server.

IcoNyx

  • Wayfarer
  • *
  • Posts: 6
    • View Profile
Re: PsClient not loading
« Reply #20 on: August 15, 2008, 03:10:10 pm »
I figured as much.

Downloading the installer from here: http://download.xordan.com/PlaneShift-v0.4.01-x86.bin.torrent

I trust this IS a supported installer... right?

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: PsClient not loading
« Reply #21 on: August 15, 2008, 03:20:57 pm »
yes

IcoNyx

  • Wayfarer
  • *
  • Posts: 6
    • View Profile
Re: PsClient not loading
« Reply #22 on: August 15, 2008, 03:24:49 pm »
sweet!

thank you, Ill try that and let you know.

IcoNyx

  • Wayfarer
  • *
  • Posts: 6
    • View Profile
Re: PsClient not loading
« Reply #23 on: August 15, 2008, 04:34:00 pm »
ok, during install it is asking where to install it, I'd install to my Home dir but this particular step is making my nervous... should I be installing via root?

[edit] Never mind, I just ran the installer as root... found there are "root only" options.

install worked fine...

but I STILL have the same output... No joy.
« Last Edit: August 15, 2008, 04:47:07 pm by IcoNyx »

IcoNyx

  • Wayfarer
  • *
  • Posts: 6
    • View Profile
Re: PsClient not loading
« Reply #24 on: August 15, 2008, 05:00:51 pm »
ok, one more time. I have uninstalled it, and RE-installed it... I can load into planeshift-setup and the updater loads and appears to work. HOWEVER, whenI run planeshift-client.sh I get the following:

Code: [Select]

IcoNyx@linux-4uwe:~> planeshift-client.sh

starting planeshift-client ...
Your configuration files are in... /home/IcoNyx/.PlaneShift
DEBUG: Sound System Software Renderer Initializing...

planeshift.application.client:
  PlaneShift Steel Blue (0.4.00)
  This game uses Crystal Space Engine created by Jorrit and others
  1.2.0 [Unix-x86-GCC]
     489) LOG_ANY flag deactivated with no filter.
     489) LOG_WEATHER flag deactivated with no filter.
     489) LOG_SPAWN flag deactivated with no filter.
     489) LOG_CELPERSIST flag deactivated with no filter.
     489) LOG_PAWS flag deactivated with no filter.
     490) LOG_GROUP flag deactivated with no filter.
     490) LOG_CHEAT flag deactivated with no filter.
     490) LOG_LINMOVE flag deactivated with no filter.
     490) LOG_SPELLS flag deactivated with no filter.
     490) LOG_NEWCHAR flag deactivated with no filter.
     490) LOG_SUPERCLIENT flag deactivated with no filter.
     490) LOG_EXCHANGES flag deactivated with no filter.
     490) LOG_ADMIN flag deactivated with no filter.
     490) LOG_STARTUP flag deactivated with no filter.
     490) LOG_CHARACTER flag deactivated with no filter.
     490) LOG_CONNECTIONS flag deactivated with no filter.
     490) LOG_CHAT flag deactivated with no filter.
     491) LOG_NET flag deactivated with no filter.
     491) LOG_LOAD flag deactivated with no filter.
     491) LOG_NPC flag deactivated with no filter.
     491) LOG_TRADE flag deactivated with no filter.
     491) LOG_SOUND flag deactivated with no filter.
     491) LOG_COMBAT flag deactivated with no filter.
     491) LOG_SKILLXP flag deactivated with no filter.
     491) LOG_QUESTS flag deactivated with no filter.
     491) LOG_SCRIPT flag deactivated with no filter.
     491) LOG_MARRIAGE flag deactivated with no filter.
     491) LOG_MESSAGES flag deactivated with no filter.
     491) LOG_CACHE flag deactivated with no filter.
     492) LOG_PETS flag deactivated with no filter.
     492) LOG_USER flag deactivated with no filter.
     492) LOG_LOOT flag deactivated with no filter.
     492) LOG_DUELS flag deactivated with no filter.
     492) LOG_TRIBES flag deactivated with no filter.
     492) All LOGS are off.
Mounting skin: /this/art/skins/elves.zip
     493) <src/common/util/psxmlparser.cpp:282 ParseFile>
     493) Could not find file: /paws/temp_skin/skin.xml
     493) <src/common/paws/pawsmanager.cpp:336 LoadAdditionalSkin>
     493) Could not read skin info on /this/art/skins/elves.zip!
     493) <src/common/paws/pawsmanager.cpp:143 PawsManager>
     494) Failed to load skin /this/art/skins/elves.zip!
Mounting skin: /planeshift/art/skins/base/client_base.zip
     494) <src/common/util/psxmlparser.cpp:282 ParseFile>
     494) Could not find file: /paws/temp_skin/skin.xml
     494) <src/common/paws/pawsmanager.cpp:336 LoadAdditionalSkin>
     494) Could not read skin info on /planeshift/art/skins/base/client_base.zip!
     494) <src/common/paws/pawsmanager.cpp:151 PawsManager>
     494) Couldn't load base skin '/planeshift/art/skins/base/client_base.zip'!
     494)
     495) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     495) Could not open image: >/paws/base/maps/leather/top_left_1.png<
     495) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     495) Could not open image: >/paws/base/maps/leather/top_right_1.png<
     495) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     495) Could not open image: >/paws/base/maps/leather/bottom_left_1.png<
     495) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     496) Could not open image: >/paws/base/maps/leather/bottom_right_1.png<
     496) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     496) Could not open image: >/paws/base/maps/leather/left_1.png<
     496) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     496) Could not open image: >/paws/base/maps/leather/right_1.png<
     496) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     496) Could not open image: >/paws/base/maps/leather/top_1.png<
     496) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
     496) Could not open image: >/paws/base/maps/leather/bottom_1.png<
     500) <src/common/paws/pawswidget.cpp:547 LoadAttributes>
     500) GUI image 'Splash Background' not found.
     500)
     500) <src/common/paws/pawswidget.cpp:547 LoadAttributes>
     500) GUI image 'YesNo' not found.
     500)
     501) <src/common/paws/pawswidget.cpp:547 LoadAttributes>
     501) GUI image 'YesNo' not found.
     501)
  psEngine initialized.
Using fontsize 13 for resolution 800x600
     547) <src/common/paws/pawswidget.cpp:547 LoadAttributes>
     547) GUI image 'Charpick Background' not found.
     547)
     548) <src/common/paws/pawswidget.cpp:547 LoadAttributes>
     548) GUI image 'radiooff2' not found.
     548)
     549) <src/common/paws/pawswidget.cpp:547 LoadAttributes>
     549) GUI image 'radiooff2' not found.
     549)
     549) <src/common/paws/pawswidget.cpp:547 LoadAttributes>
     549) GUI image 'radiooff2' not found.
     549)
     549) <src/common/paws/pawswidget.cpp:547 LoadAttributes>
     549) GUI image 'radiooff2' not found.
     549)
     549) <src/common/paws/pawswidget.cpp:2616 SetMaskingImage>
     549) Could not locate masking image charborder for widget PaperDollView
*** buffer overflow detected ***: ./psclient.bin terminated
======= Backtrace: =========
/lib/libc.so.6(__fortify_fail+0x48)[0xb7e404c8]
/lib/libc.so.6[0xb7e3e500]
/lib/libc.so.6(__strcpy_chk+0x44)[0xb7e3d7e4]
/home/IcoNyx/PlaneShift/cs/thing.so[0xb4731d30]
[0xbfb9d748]
======= Memory map: ========
08048000-08481000 r-xp 00000000 08:03 2515179    /usr/games/planeshift/bin/psclient.bin
08481000-084af000 r--p 00438000 08:03 2515179    /usr/games/planeshift/bin/psclient.bin
084af000-084b0000 rw-p 00466000 08:03 2515179    /usr/games/planeshift/bin/psclient.bin
084b0000-086a6000 rw-p 084b0000 00:00 0          [heap]
b451d000-b4555000 r-xp 00000000 08:03 2401331    /usr/lib/crystalspace-1.2/sequence.so
b4555000-b455b000 r--p 00037000 08:03 2401331    /usr/lib/crystalspace-1.2/sequence.so
b455b000-b455c000 rw-p 0003d000 08:03 2401331    /usr/lib/crystalspace-1.2/sequence.so
b455c000-b45b5000 r-xp 00000000 08:03 2401284    /usr/lib/crystalspace-1.2/engseq.so
b45b5000-b45c4000 r--p 00059000 08:03 2401284    /usr/lib/crystalspace-1.2/engseq.so
b45c4000-b45c5000 rw-p 00068000 08:03 2401284    /usr/lib/crystalspace-1.2/engseq.so
b45c5000-b45e5000 rw-p b45c5000 00:00 0
b45e5000-b467b000 r-xp 00000000 08:03 2401279    /usr/lib/crystalspace-1.2/dynavis.so
b467b000-b4684000 r--p 00095000 08:03 2401279    /usr/lib/crystalspace-1.2/dynavis.so
b4684000-b4685000 rw-p 0009e000 08:03 2401279    /usr/lib/crystalspace-1.2/dynavis.so
b4685000-b46f5000 rw-p b4685000 00:00 0
b46f5000-b47b9000 r-xp 00000000 08:03 2401362    /usr/lib/crystalspace-1.2/thing.so
b47b9000-b47c9000 r--p 000c3000 08:03 2401362    /usr/lib/crystalspace-1.2/thing.so
b47c9000-b47ca000 rw-p 000d3000 08:03 2401362    /usr/lib/crystalspace-1.2/thing.so
b47ca000-b47da000 rw-p b47ca000 00:00 0
b47da000-b480b000 r-xp 00000000 08:03 2401363    /usr/lib/crystalspace-1.2/thingldr.so
b480b000-b480e000 r--p 00030000 08:03 2401363    /usr/lib/crystalspace-1.2/thingldr.so
b480e000-b480f000 rw-p 00033000 08:03 2401363    /usr/lib/crystalspace-1.2/thingldr.so
b480f000-b4862000 r-xp 00000000 08:03 2401266    /usr/lib/crystalspace-1.2/csddsimg.so
b4862000-b4868000 r--p 00052000 08:03 2401266    /usr/lib/crystalspace-1.2/csddsimg.so
b4868000-b4869000 rw-p 00058000 08:03 2401266    /usr/lib/crystalspace-1.2/csddsimg.so
b4869000-b488a000 r-xp 00000000 08:03 2401261    /usr/lib/crystalspace-1.2/csbmpimg.so
b488a000-b488e000 r--p 00021000 08:03 2401261    /usr/lib/crystalspace-1.2/csbmpimg.so
b488e000-b488f000 rw-p 00025000 08:03 2401261    /usr/lib/crystalspace-1.2/csbmpimg.so
b488f000-b489f000 rw-p b488f000 00:00 0
b4982000-b49a2000 rw-p b4982000 00:00 0
b49a2000-b49bc000 r--p 00000000 08:03 2975431    /usr/games/planeshift/share/data/ttf/cupandtalon.ttf
b49bd000-b49d9000 r--p 00000000 08:03 2975428    /usr/games/planeshift/share/data/ttf/LiberationSans-Regular.ttf
b49da000-b4a2b000 rw-p b49da000 00:00 0
b4a2b000-b4aa6000 r-xp 00000000 08:03 2401326    /usr/lib/crystalspace-1.2/rendstep_std.so
b4aa6000-b4ab8000 r--p 0007a000 08:03 2401326    /usr/lib/crystalspace-1.2/rendstep_std.so
b4ab8000-b4ab9000 rw-p 0008c000 08:03 2401326    /usr/lib/crystalspace-1.2/rendstep_std.so
b4ab9000-b4cab000 rw-p b4ab9000 00:00 0
b4cac000-b4d0f000 rw-p b4cac000 00:00 0
b4d10000-b4d73000 rw-p b4d10000 00:00 0
b4d74000-b4dd7000 rw-p b4d74000 00:00 0
b4dd8000-b4de8000 rw-p b4dd8000 00:00 0
b4dec000-b4e08000 r--p 00000000 08:03 2975428    /usr/games/planeshift/share/data/ttf/LiberationSans-Regular.ttf
b4e08000-b5007000 rw-p b4e08000 00:00 0
b500e000-b5017000 r--p 00000000 08:03 2975432    /usr/games/planeshift/share/data/ttf/scurlock.ttf
b5017000-b506a000 rw-p b5017000 00:00 0
b506b000-b50be000 rw-p b506b000 00:00 0
b50bf000-b5165000 rw-p b50bf000 00:00 0
b5165000-b5166000 ---p b5165000 00:00 0
b5166000-b5966000 rwxp b5166000 00:00 0
b5966000-b59a7000 rw-p b5966000 00:00 0
b59a7000-b5a44000 r-xp 00000000 08:03 2401373    /usr/lib/crystalspace-1.2/xmlshader.so
b5a44000-b5a56000 r--p 0009c000 08:03 2401373    /usr/lib/crystalspace-1.2/xmlsha/usr/bin/planeshift-client.sh: line 33:  6096 Aborted                 ./psclient.bin $@
/home/IcoNyx
IcoNyx@linux-4uwe:~>


what am I missing?

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: PsClient not loading
« Reply #25 on: August 15, 2008, 05:19:27 pm »
you are still _not_ running what you installed you should be running ./psclient ./pssetup there are no .sh scripts to run ps.

IcoNyx

  • Wayfarer
  • *
  • Posts: 6
    • View Profile
Re: PsClient not loading
« Reply #26 on: August 15, 2008, 05:30:48 pm »
ok, figured it out.

Caarrie, you were partially right, there is no psclient binary installed, the binaries installed are planeshift-setup.sh, planeshift, planeshift-updater, planeshift-client.sh, planeshift-updater.sh, and planeshift-setup.

the installer drops several shortcuts which lead to planeshift-client.sh which does not work.

From terminal I ran "planeshift" and all is well... so there appears to be an issue with the shortcuts leading to nonfunctional items?

I dunno, and dont really care, it works... now I have another time waster!

thanks!

Enonel

  • Traveller
  • *
  • Posts: 20
    • View Profile
Re: PsClient not loading
« Reply #27 on: August 29, 2008, 01:41:55 pm »
I recently installed PS to Windows XP, which has better specs
I ran PS and it worked fine, I start it up again, I get this in my errorlog:

"Stat request failed because CelClient not ready for 19665"


Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: PsClient not loading
« Reply #28 on: August 29, 2008, 02:10:56 pm »
that is not a bug nor will affect your game play.

Enonel

  • Traveller
  • *
  • Posts: 20
    • View Profile
Re: PsClient not loading
« Reply #29 on: August 29, 2008, 10:55:10 pm »
It's not a bug, it's an error, and because of it I can't even play, the client gets to loading world then closes