PlaneShift

Task TypeIDPrivateCategorySeverityStatusOpened byAssigned To  ascSummaryLast Edited[[changedby]]
Bug Report 11 NoCriticalClosedThom Server crash when moving useless item in and out of the ...11.08.20079 Task Description

-Spawn some useless items like 5 apples or 5 eggs.
-Place one inside the furnace, use one of the slots to the right.
-You see that item “shoot” to the left, when it reaches the most left slot it disappears.
-Drag the other eggs/apples in other slots, they all disappear too.
-Close the furnace
-Reopen it.
-Drag one apple/egg to your inventory
-The items disappear again
-Reopen the furnace
-Start dragging out the items into your existing stack of apples/eggs really quickly.
-Server crash!

Callstack:
–>From container 10027, slot 2, parent 0
–>To container -1, slot 0, parent 0
Assertion failed: this_saved == this
Location: f:\development\cs\include\csutil\weakref.h:147
Message: A csWeakRef<> was memcpy()ed, which is not allowed
Call stack:
[0x0069f240] (psserver.exe)csWeakRef<psItem>::~csWeakRef<psItem>+0×30 @f:\develo
pment\cs\include\csutil\weakref.h:146 ()
[0x006a2784] (psserver.exe)csWeakRef<psItem>::`scalar deleting destructor’+0×14 ()
[0x006a2563] (psserver.exe)csArrayElementHandler<csWeakRef<psItem> >::Destroy+0x
13 @f:\development\cs\include\csutil\array.h:122 ()
[0x006a11fc] (psserver.exe)csArray<csWeakRef<psItem>,csArrayElementHandler<csWea
kRef<psItem> >,CS::Memory::AllocatorMalloc,csArrayCapacityDefault>::DeleteIndex+
0x3c @f:\development\cs\include\csutil\array.h:999 ()
[0x0069f4fd] (psserver.exe)csArray<csWeakRef<psItem>,csArrayElementHandler<csWea
kRef<psItem> >,CS::Memory::AllocatorMalloc,csArrayCapacityDefault>::Delete+0x2d
@f:\development\cs\include\csutil\array.h:1069 ()
[0x0069de50] (psserver.exe)gemContainer::RemoveFromContainer+0×50 @f:\developmen
t\planeshift-head\planeshift\src\server\gem.cpp:3808 ()
[0×00702989] (psserver.exe)SlotManager::MoveFromWorldContainer+0x1c9 @f:\develop
ment\planeshift-head\planeshift\src\server\psserverchar.cpp:1784 ()
[0x007022fc] (psserver.exe)SlotManager::HandleMessage+0x18c @f:\development\plan
eshift-head\planeshift\src\server\psserverchar.cpp:1713 ()
[0×00862565] (psserver.exe)MsgHandler::Publish+0×125 @f:\development\planeshift-
head\planeshift\src\common\net\msghandler.cpp:94 ()
[0x007fc01f] (psserver.exe)EventManager::Run+0x13f @f:\development\planeshift-he
ad\planeshift\src\common\util\eventmanager.cpp:173 ()
[0x00765bf6] (psserver.exe)CS::Threading::Implementation::`anonymous namespace’:
:proxyFunc+0×36 @f:\development\cs\libs\csutil\threading\win32_thread.cpp:117 ()

[0x102048d1] (MSVCR80D.dll)beginthreadex+0×221 [0×10204877] (MSVCR80D.dll)beginthreadex+0x1c7
[0x7c80b683] (kernel32.dll)GetModuleFileNameA+0x1b4

Bug Report 14 NoCriticalClosedLanarel Duplicating items by dropping and relogging 11.08.20076 Task Description

Already mentioned in another bug, but this deserves its own:
Drop some item(s), for example 10 mushrooms
log out
log in
You are now carrying what you dropped in your right hand.
You can take the objects from your hand into your inventory (just not all at the same time), and pick the dropped items up. You now have more than before.
Nilaya thought you needed a magic wand in your hand for this, but you dont :)

Bug Report 27 NoCriticalClosedCaarrie adding item to inventory crashes the server 11.08.20073 Task Description

tested by trying to /item 6 clacker legs or any item in a stack. the server will crash. Maybe releated to  bug 26 .

Bug Report 34 NoCriticalClosedTrymm entitylabel causes client crash and prevents loading of ...11.08.20074 Task Description

First observed as problem of getting the world to load on OSX 10.4.9(Intel).

The problem has been tracked down to the following file in CVS:
data/effects/misc/entitylabel.eff

The problem seems to disappear if the file is modified to resemble an earlier version, e.g. the following patch is applied:

Index: data/effects/misc/entitylabel.eff

RCS file: /cvsroot/planeshift/planeshift/data/effects/misc/entitylabel.eff,v
retrieving revision 1.5
diff -r1.5 entitylabel.eff
8c8
< <obj type=”text” name=”label” fontquality=”44”>

<obj type=”text” name=”label” fontquality=”28” antialias=”false” static=”false” growupwards=”true”>

It is not clear to me, however, that this is the correct solution to the problem.

If entitylabel.eff from CVS HEAD (revision: 1.4282) is used, the client crashes when the user tries to load the world. Below is a backtrace of this crash.


Map hyarena loaded successfully in 518ms
Reading symbols for shared libraries . done

planeshift.application.client:

PSLoader: step 5: success

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x32ab0000
0xffff08a0 in _memcpy () at /System/Library/Frameworks/System.framework/PrivateHeaders/i386/cpu_capabilities.h:228
228 /System/Library/Frameworks/System.framework/PrivateHeaders/i386/cpu_capabilities.h: No such file or directory.
in /System/Library/Frameworks/System.framework/PrivateHeaders/i386/cpu_capabilities.h
(gdb) bt
#0 0xffff08a0 in
_memcpy () at /System/Library/Frameworks/System.framework/PrivateHeaders/i386/cpu_capabilities.h:228
#1 0x07f90de7 in glrLoadSysTexture ()
#2 0x07f9427d in glrLoadVendorFramebuffer ()
#3 0x07f7539a in glrLoadCurrentFramebuffer ()
#4 0x07fa4ddd in gldUpdateDispatch ()
#5 0x08e081c2 in gleCheckFramebufferStatus ()
#6 0x92b325b6 in glCheckFramebufferStatusEXT ()
#7 0x1a16c905 in CS::Plugin::gl3d::csGLRender2TextureEXTfbo::SetRenderTarget (this=0x7c78b60, handle=0x3dcb97ec, persistent=false, subtexture=0) at plugins/video/render3d/opengl/gl_r2t_ext_fb_o.cpp:176
#8 0x1a1cf543 in CS::Plugin::gl3d::csGLGraphics3D::SetRenderTarget (this=0x7b3b440, handle=0x3dcb97ec, persistent=false, subtexture=0) at plugins/video/render3d/opengl/gl_render3d.h:599
#9 0x001ef8bf in psEffectObjText::SetText (this=0x3a2e0c00, elements=@0x4d13ac) at src/common/effects/pseffectobjtext.cpp:114
#10 0x001efdc9 in psEffectObjText::SetText (this=0x3a2e0c00, rows=1) at src/common/effects/pseffectobjtext.cpp:206
#11 0x0001658f in psEntityLabels::SetObjectText (this=0x7cf38e0, object=0x3a32ca00) at src/client/entitylabels.cpp:272
#12 0x000167eb in psEntityLabels::CreateLabelOfObject (this=0x7cf38e0, object=0x3a32ca00) at src/client/entitylabels.cpp:300
#13 0x000169ba in psEntityLabels::OnObjectArrived (this=0x7cf38e0, object=0x3a32ca00) at src/client/entitylabels.cpp:332
#14 0×00037110 in GEMClientActor::GEMClientActor (this=0x3a32ca00, cel=0x7cea780, mesg=@0xbfffedac) at src/client/pscelclient.cpp:1050
#15 0x000374f4 in psCelClient::HandleActor (this=0x7cea780, me=0x7cf6900) at src/client/pscelclient.cpp:278
#16 0x000376ae in psCelClient::CheckEntityQueues (this=0x7cea780) at src/client/pscelclient.cpp:632
#17 0x0004ebe6 in psEngine::HandleEvent (this=0x908ee00, ev=@0x236c780c) at src/client/psengine.cpp:712
#18 0x002b0e23 in psEngine::EventHandler::HandleEvent (this=0x237a1c38, ev=@0x236c780c) at src/client/psengine.h:219
#19 0×00256944 in csEventTree::Dispatch (this=0x7c42da0, e=@0x236c780c) at libs/csutil/cssubscription.cpp:576
#20 0x00256a09 in csEventTree::Notify (this=0x7c42da0) at libs/csutil/cssubscription.cpp:546
#21 0×00229686 in csEventQueue::Notify (this=0x797cc48, name=@0x7b2a2c0) at libs/csutil/cseventq.cpp:277
#22 0x00363d03 in csEventQueue::iTypedFrameEventDispatcher::HandleEvent (this=0x7b2a2b4) at ./include/csutil/cseventq.h:262
#23 0×00256944 in csEventTree::Dispatch (this=0x7c14d30, e=@0x7b1a33c) at libs/csutil/cssubscription.cpp:576
#24 0x00256a09 in csEventTree::Notify (this=0x7c14d30) at libs/csutil/cssubscription.cpp:546
#25 0×00229686 in csEventQueue::Notify (this=0x797cc48, name=@0x797cd1c) at libs/csutil/cseventq.cpp:277
#26 0x0022975e in csEventQueue::Process (this=0x797cc48) at libs/csutil/cseventq.cpp:293
#27 0x0012ecfa in OSXAssistant::advance_state (this=0x7c17040) at libs/csutil/macosx/OSXAssistant.cpp:183
#28 0x0012d520 in OSXAssistant_advance_state (h=0x7c17040) at libs/csutil/macosx/OSXAssistant.cpp:258
#29 0x002201cf in -[OSXDelegate applicationDefined:] (self=0x7c17430, _cmd=0x28174c, n=0x7c15260) at libs/csutil/macosx/OSXDelegate.m:206
#30 0x927e717b in _nsnote_callback ()
#31 0x908553e6 in __CFXNotificationPost ()
#32 0x9084cbd1 in _CFXNotificationPostNotification ()
#33 0x927df724 in -[NSNotificationCenter postNotificationName:object:userInfo:] ()
#34 0x927e66c9 in -[NSNotificationCenter postNotificationName:object:] ()
#35 0x0022007b in -[OSXApplication sendEvent:] (self=0x7c17da0, _cmd=0x90ac24c4, e=0x367385f0) at libs/csutil/macosx/OSXDelegate.m:151
#36 0x93286dfe in -[NSApplication run] ()
#37 0x0022154a in -[OSXDelegate startEventLoop] (self=0x7c17430, _cmd=0x2814a0) at libs/csutil/macosx/OSXDelegate.m:635
#38 0x0022158a in OSXDelegate_start_event_loop (handle=0x7c17430) at libs/csutil/macosx/OSXDelegate.m:640
#39 0x0012eeba in OSXAssistant::start_event_loop (this=0x7c17040) at libs/csutil/macosx/OSXAssistant.cpp:160
#40 0x0012d8b3 in csDefaultRunLoop (r=0x7974ca4) at libs/csutil/macosx/OSXAssistant.cpp:331
#41 0x00051c42 in main (argc=1, argv=0xbffff808) at src/client/psengine.cpp:2000
(gdb)

Bug Report 124 NoCriticalClosedBen Aceler Fonts are unreadable 30.09.2007 Task Description

Time of test: 23 august, 00:50 AM MSK
OS: Linux 2.6.20 (Ubuntu 7.04)
Processor: Intel Celerom M 370
RAM: 512 Mb
Video Card: Intel GMA 900 (Intel 910 Integrated)
Video Card Memory: 16 Mb

Description of the bug: All fonts in updater and setup is a garbage.

http://img131.imageshack.us/my.php?image=psaf5.png

Bug Report 186 NoCriticalClosedCaarrie No race selected, your creation choices are invalid 03.09.20073 Task Description

when trying to upload a new character i get an error “no race selected, your creation choices are invalid” this happened with both custom and quick creation. could be related to  bug 185 

making critical and flash as we dont want people to not be able to make characters when laanx gets updated

Bug Report 252 NoCriticalClosedAdrián Combat bugs 16.09.20072 Task Description

Well, just wanted to report NPCs also stops attacking me each… 10 seconds? So when I attack 10 seconds a monster and don’t move, it won’t hit me back. Elesod, Asonoh and I experienced problems duelling… our character randomly stopped attacking and it was getting really annoying… This is ruining the duel experience.

Bug Report 349 NoCriticalClosedThom NPCclient crashes when launching. 03.10.20071 Task Description

NPCclient crashes when I launch it.
The console displays this before it crashes:

133318 <d:\development\planeshift\src\npcclient\gem.cpp:91 gemNPCObject::InitMesh>
133331 Could not set mesh with factname=potions#potion01a and filename=/planeshift/potions/potion01a.spr. Trying dummy model
133334 Received list of 20 NPCs.

Callstack:

psnpcclient.exe!WanderOperation::StartMoveToWaypoint(NPC * npc=0x00d4cb08, EventManager * eventmgr=0x00d179e0) Line 2284 + 0x1d bytes C++
psnpcclient.exe!WanderOperation::Run(NPC * npc=0x00d4cb08, EventManager * eventmgr=0x00d179e0, bool interrupted=false) Line 2339 + 0×10 bytes C++
psnpcclient.exe!Behavior::RunScript(NPC * npc=0x00d4cb08, EventManager * eventmgr=0x00d179e0, bool interrupted=false) Line 714 + 0x2d bytes C++
psnpcclient.exe!Behavior::ResumeScript(NPC * npc=0x00d4cb08, EventManager * eventmgr=0x00d179e0) Line 769 + 0×12 bytes C++
psnpcclient.exe!BehaviorSet::ResumeScript(NPC * npc=0x00d4cb08, EventManager * eventmgr=0x00d179e0, Behavior * which=0x00d4cef8) Line 368 C++
psnpcclient.exe!NPCType::ResumeScript(NPC * npc=0x00d4cb08, EventManager * eventmgr=0x00d179e0, Behavior * which=0x00d4cef8) Line 212 C++
psnpcclient.exe!NPC::ResumeScript(EventManager * eventmgr=0x00d179e0, Behavior * which=0x00d4cef8) Line 202 C++
psnpcclient.exe!psResumeScriptEvent::Trigger() Line 3996 C++
psnpcclient.exe!EventManager::ProcessEventQueue() Line 97 C++
psnpcclient.exe!EventManager::Run() Line 207 + 0×8 bytes C++
psnpcclient.exe!CS::Threading::Implementation::`anonymous namespace’::proxyFunc(void * param=0x0012faac) Line 117 C++
msvcr80d.dll!102048d1()
[Frames below may be incorrect and/or missing, no symbols loaded for msvcr80d.dll]
msvcr80d.dll!10204877()
kernel32.dll!7c80b683()

This crash is reproducible on my system.

Bug Report 362 NoCriticalClosedCaarrie cant load world 06.10.20071 Task Description

after magodra did some changes to effects the client can not load world

crystalspace.maploader.parse.texture:

Could not load texture 'star_example', using checkerboard instead
[node: library,textures,texture(name=star_example)]
 14607 <src/client/psengine.cpp:1822 FatalError>
 14607 Failed to load effects!
 14608 <src/client/psengine.cpp:1822 FatalError>
 14608 Your client has disconnected. If you are seeing this message a connection error has likely occurred.

psEngine destroyed.
* glibc detected * ./psclient: free(): invalid pointer: 0x08554a90 ***

Bug Report 395 NoCriticalClosedCaarrie unable to view stats or skills in description 12.10.2007 Task Description

no gm is able to view stats or skills other then HP now on cvs not on an npc or player. all we see is HP:<value> MaxHP:<value> we dont even see the list of stats we had before. this should be fixed imo before release or reverted to what we had before till this can be fixed so that gms can spot people that could be boosting stats.

Bug Report 525 NoCriticalClosedJohn Lost Stats in update 25.10.2007 Task Description

added from petition by Player: Anthelme

Before the update, i was with level 2 in mettalurgy, since, i'm with level 1 Why?

Unable to prove/disprove some one else lost stats recently so perhaps a look at the DB will confirm?

Bug Report 534 NoCriticalClosed Items are pickupable in some furnaces 09.11.2007171 Task Description

The new range check that decides pickupability of items in public containers checks for range between the guarding char and the container.
The check is broken for AL objects (like furnace) since the actual container item is far below the map. So the guarding char is always far away from the container - Allowing anyone to take items out of it.

Bug Report 580 NoCriticalClosedJohn divorce not possible 13.11.20073 Task Description

Player Huoriel requested a divorce

/info on her spouse produced this:
(19:45:02) >Player ID: 9104953, Noble , last login: (null)
/charlist produced this:
(19:44:56) >Player: Noble has account ID 126569, player ID 9104953, is offline, total time connected is 70.9 hours has had 0 exploits flagged

GM WC IP search produced this:
Attribute Value
Account ID 126569
Account status Player
Last login 2005-10-21 02:41:27
Creation date 2005-08-28 00:00:00

when I try /divorce Huoriel i get this
(19:55:08) >The spouse has been online recently, therefore it is not up to you to divorce the couple.

Bug Report 649 NoCriticalClosedetienne Quest suspended 22.11.20072 Task Description

In the educational initial stage after creating a character, after the three first quests, you give the last guard the three items collected from the three previous quests and a new quest is added to your quests window. If at this stage you quit PlanShift and log-in later, the fourth character you gave the items to will have forgotten that you gave him those three items. The problem is, you still have the previous quests finished in the quests window and have the unfinished final quest from the fourth NPC in the quests window, making it impossible to advance: The fourth (and last) NPC asks you for the three items so you can proceed with the quest, but you have already given them to him (before you quit PlaneShift), and the first three NPCs don’t respond to you because you’ve already done those quests…

I’m actually stuck in there right now.

Feature Request 656 NoCriticalClosedJohn Event close 25.11.20071 Task Description

We need an event close command to be able to close some events left open by ex GMs and blocking players from joining new events.

Either that or could someone close them manually via the db?

Bug Report 684 NoCriticalCloseddurwyn Multiple casts of Strength spell before leaving DR will ...11.12.200710 Task Description

I was testing the death penalty with all sort of stuffs :) you do know why ;P

and well, after casting all the spells i could, i finally casted Strength spell.

FATAL ERROR! lol

if you cast strength before entering into the portal, there will be no problem while the spell is active. when it will be over. your "weight max" will be 0 !

for the moment, i got 142/0

NOTE : if you relog after, one of the two death penalty will disappear.

Bug Report 730 NoCriticalClosedCaarrie psserver does not build 07.12.20071 Task Description

C++ ./out/linuxx86/debug/src/server/database/mysql/dal.o
src/server/database/mysql/dal.cpp:627:7: warning: no newline at end of file
src/server/database/mysql/dal.cpp: In member function ‘virtual long unsigned int psMysqlConnection::CommandPump(const char*, …)’:
src/server/database/mysql/dal.cpp:140: warning: unused variable ‘timer’
src/server/database/mysql/dal.cpp: In member function ‘virtual iResultSet* psMysqlConnection::Select(const char*, …)’:
src/server/database/mysql/dal.cpp:222: error: ‘IsBadStringPtrA’ was not declared in this scope
src/server/database/mysql/dal.cpp:225: error: ‘Sleep’ was not declared in this scope
src/server/database/mysql/dal.cpp: In member function ‘virtual const char* psResultRow::operator[](const char*)’:
src/server/database/mysql/dal.cpp:487: error: ‘Sleep’ was not declared in this scope

  g++ -c -o ./out/linuxx86/debug/src/server/database/mysql/dal.o -I. -I./include -I./src/client -I./src/server -I./src/common -I./src/tools/wordnet -I. -pipe -march=i686 -mtune=generic -fvisibility-inlines-hidden -fvisibility=hidden -Wall -g3 -O2 -DCS_DEBUG -g3 -fPIC -I/home/caarrie/development/cs/include -I/usr/include/mysql  src/server/database/mysql/dal.cpp

…failed C++ ./out/linuxx86/debug/src/server/database/mysql/dal.o … …skipped dbmysql.so for lack of <src!server!database!mysql!>dal.o… …failed updating 1 target(s)… …skipped 1 target(s)… …updated 104 target(s)…

confirmed on mac and linux with GCC. not possible to build server kemedes i believe did the last change to this file

Bug Report 761 NoCriticalClosedRuss Uester land of dead freezes computer 11.12.2007 Task Description

I was doing the tutorial and I died. When I was leaving the land of the dead I got to the spiral walkway around the column. I made it about halfway around the spiral and the system froze. There was no crash report or kernel panic, just an unresponsive system. I powered off the machine and tried again. Within about a second of resuming the game, the system froze again. When it first loaded it was on the metal walkway, then it jumped to the spiral path. I think I clicked to walk up the path, but it may have frozen before I clicked.

I have an intel powerbook running MacOS X 10.4.11, connected to an external monitor. The character's name is Lond.

Bug Report 844 NoCriticalClosedCaarrie build errors 23.12.20072 Task Description

trying to build revision 497 i get these errors

C++ ./out/linuxx86/debug/src/server/bulkobjects/psnpcdialog.o
src/server/bulkobjects/psnpcdialog.cpp: In member function ‘NpcResponse* psNPCDialog::Respond(const char*, Client*)’:
src/server/bulkobjects/psnpcdialog.cpp:642: error: invalid use of undefined type ‘struct psQuest’
src/server/bulkobjects/dictionary.h:56: error: forward declaration of ‘struct psQuest’

  g++ -c -o ./out/linuxx86/debug/src/server/bulkobjects/psnpcdialog.o -I. -I./include -I./src/client -I./src/server -I./src/common -I./src/tools/wordnet -I. -pipe -march=i686 -mtune=generic -fvisibility-inlines-hidden -fvisibility=hidden -Wall -g3 -O2 -DCS_DEBUG -g3 -fPIC -I/home/caarrie/server/cs//include -I/home/caarrie/server/cel//include  src/server/bulkobjects/psnpcdialog.cpp

…failed C++ ./out/linuxx86/debug/src/server/bulkobjects/psnpcdialog.o …

i also get this:

C++ ./out/linuxx86/debug/src/server/bulkobjects/pscharacter.o
src/server/bulkobjects/pscharacter.cpp: In member function ‘void psCharacter::DiscardQuest(QuestAssignment*, bool)’:
src/server/bulkobjects/pscharacter.cpp:2602: error: invalid use of undefined type ‘struct Client’
./src/common/net/subscriber.h:26: error: forward declaration of ‘struct Client’
src/server/bulkobjects/pscharacter.cpp: In member function ‘bool psCharacter::CheckQuestAvailable(psQuest*, int)’:
src/server/bulkobjects/pscharacter.cpp:2647: error: invalid use of undefined type ‘struct Client’
./src/common/net/subscriber.h:26: error: forward declaration of ‘struct Client’
src/server/bulkobjects/pscharacter.cpp: In member function ‘void psCharacter::SetDescription(const char*)’:
src/server/bulkobjects/pscharacter.cpp:3574: error: invalid use of undefined type ‘struct Client’
./src/common/net/subscriber.h:26: error: forward declaration of ‘struct Client’

  g++ -c -o ./out/linuxx86/debug/src/server/bulkobjects/pscharacter.o -I. -I./include -I./src/client -I./src/server -I./src/common -I./src/tools/wordnet -I. -pipe -march=i686 -mtune=generic -fvisibility-inlines-hidden -fvisibility=hidden -Wall -g3 -O2 -DCS_DEBUG -g3 -fPIC -I/home/caarrie/server/cs//include -I/home/caarrie/server/cel//include  src/server/bulkobjects/pscharacter.cpp

…failed C++ ./out/linuxx86/debug/src/server/bulkobjects/pscharacter.o … …skipped libbulkobjects-0.3.a for lack of libbulkobjects-0.3.a(psnpcdialog.o)… C++ ./out/linuxx86/debug/src/client/sound/pssoundmngr.o

marking new as i get this on mac and linux I did a jam clean to verify that this bug is not a one time thing

Bug Report 858 NoCriticalClosedCaarrie issues with labels 31.12.2007 Task Description

A few issues with the new labels that ragnar has changed [see screenshots]

http://img149.imageshack.us/img149/6066/shot1111ml7.jpg http://img149.imageshack.us/img149/8972/shot1112sq4.jpg

Bug Report 908 NoCriticalClosedThom Unresolvable starting sector. 06.01.20087 Task Description

I can't log into my server anymore after I updated to Trunk. When creating a character the client says it can't find a starting sector. The server output is this: "Unresolvable starting sector='tutorial'".

Bug Report 913 NoMiscCriticalClosednobody special /away auto-respond can be abused 31.08.200991 Task Description

Earl_Listbard reports on the forum (http://hydlaa.com/smf/index.php?topic=31179.0)
that the /away message can be abused by others to cause the away person to become muted due to excessive message repetition. It would seem to me that a person who /tells an away person repeatedly in this context should be the one liable for muting and not the one with the auto-reply set.

Bug Report 1016 NoCriticalClosedThom Server crash when casting spells. 23.01.20082 Task Description

Server crash when casting spells:

-Make sure you have Energy Arrow.
-You don't need to have a target, per se.
-Open up the Magic Book and cast the spell.
-Crash!

psserver.exe!MathScriptVar::SetValue(double v=1000.0000000000000) Line 86 + 0x6 bytes C++
psserver.exe!psSpell::Cast(psSpellManager * mgr=0x027e1040, Client * client=0x08b9ce28, csString & effectName={…}, csVector3 & offset={…}, unsigned int & anchorID=10090584, unsigned int & targetID=47381712, unsigned int & castingDuration=47381460, csString * castingText=0x02d2fb20) Line 286 C++
psserver.exe!psSpellManager::Cast(Client * client=0x08b9ce28, csString spellName={…}, float kFactor=0.00000000) Line 318 + 0x2b bytes C++
psserver.exe!psSpellManager::HandleMessage(MsgEntry * me=0x08bb5ee8, Client * client=0x08b9ce28) Line 106 C++
psserver.exe!MsgHandler::Publish(MsgEntry * me=0x08bb5ee8) Line 94 C++
psserver.exe!EventManager::Run() Line 173 C++
psserver.exe!CS::Threading::Implementation::`anonymous namespace'::proxyFunc(void * param=0x0012f994) Line 117 C++
msvcr80d.dll!102048d1()
[Frames below may be incorrect and/or missing, no symbols loaded for msvcr80d.dll]
msvcr80d.dll!10204877()
kernel32.dll!7c80b683()
Bug Report 1037 NoCriticalClosedThom PSclient hangs on char selection dialogue. 29.01.20081 Task Description

-Go to the character selection.
-Click on back.
-Go to the character selection screen again.
-Click on New Character.

Psclient hangs. Can't extract a dump since it doesn't actually crash at any point.

Bug Report 1042 NoCriticalClosedLuka Napotnik segfault when attempting to login 30.01.20086 Task Description

When I try to login to the server the game segfaults and outputs the following message:


DEBUG: Sound System Software Renderer Initializing… ATTENTION: default value of option force_s3tc_enable overridden by environment.

planeshift.application.client:

PlaneShift Crystal Blue
This game uses Crystal Space Engine created by Jorrit and others
1.2.0 [Unix-x86-GCC]
   350 LOG_ANY flag deactivated with no filter.
   350 LOG_WEATHER flag deactivated with no filter.
   350 LOG_SPAWN flag deactivated with no filter.
   351 LOG_CELPERSIST flag deactivated with no filter.
   351 LOG_PAWS flag deactivated with no filter.
   352 LOG_GROUP flag deactivated with no filter.
   352 LOG_CHEAT flag deactivated with no filter.
   352 LOG_LINMOVE flag deactivated with no filter.
   352 LOG_SPELLS flag deactivated with no filter.
   352 LOG_NEWCHAR flag deactivated with no filter.
   352 LOG_SUPERCLIENT flag deactivated with no filter.
   352 LOG_EXCHANGES flag deactivated with no filter.
   352 LOG_ADMIN flag deactivated with no filter.
   352 LOG_STARTUP flag deactivated with no filter.
   352 LOG_CHARACTER flag deactivated with no filter.
   352 LOG_CONNECTIONS flag deactivated with no filter.
   352 LOG_CHAT flag deactivated with no filter.
   353 LOG_NET flag deactivated with no filter.
   353 LOG_LOAD flag deactivated with no filter.
   353 LOG_NPC flag deactivated with no filter.
   353 LOG_TRADE flag deactivated with no filter.
   353 LOG_SOUND flag deactivated with no filter.
   353 LOG_COMBAT flag deactivated with no filter.
   353 LOG_SKILLXP flag deactivated with no filter.
   353 LOG_QUESTS flag deactivated with no filter.
   353 LOG_SCRIPT flag deactivated with no filter.
   353 LOG_MARRIAGE flag deactivated with no filter.
   353 LOG_MESSAGES flag deactivated with no filter.
   353 LOG_CACHE flag deactivated with no filter.
   353 LOG_PETS flag deactivated with no filter.
   353 LOG_USER flag deactivated with no filter.
   353 LOG_LOOT flag deactivated with no filter.
   353 LOG_DUELS flag deactivated with no filter.
   354 LOG_TRIBES flag deactivated with no filter.
   354 All LOGS are off.

Mounting skin: /this/art/skins/elves.zip

   438 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   438 Could not open image: >/this/art/gui/border/topleft.png<
   438 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   438 Could not open image: >/this/art/gui/border/topright.png<
   438 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   438 Could not open image: >/this/art/gui/border/bottomleft.png<
   438 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   438 Could not open image: >/this/art/gui/border/bottomright.png<
   438 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   438 Could not open image: >/this/art/gui/border/leftmiddle.png<
   438 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   438 Could not open image: >/this/art/gui/border/rightmiddle.png<
   438 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   438 Could not open image: >/this/art/gui/border/topmiddle.png<
   438 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   438 Could not open image: >/this/art/gui/border/bottommiddle.png<
   438 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   438 Could not open image: >/paws/base/maps/leather/top_left_1.png<
   438 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   438 Could not open image: >/paws/base/maps/leather/top_right_1.png<
   438 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   438 Could not open image: >/paws/base/maps/leather/bottom_left_1.png<
   438 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   438 Could not open image: >/paws/base/maps/leather/bottom_right_1.png<
   438 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   438 Could not open image: >/paws/base/maps/leather/left_1.png<
   438 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   438 Could not open image: >/paws/base/maps/leather/right_1.png<
   438 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   438 Could not open image: >/paws/base/maps/leather/top_1.png<
   439 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   439 Could not open image: >/paws/base/maps/leather/bottom_1.png<

Mounting skin: /planeshift/art/skins/base/client_base.zip

   560 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   560 Could not open image: >/paws/real_skin/gui/cleaver.png<
   560 <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
   560 Could not open image: >/paws/real_skin/gui/longsd.png<
psEngine initialized.

Using fontsize 16 for resolution 1024x768
WARNING! Object 'spikes_01' is not closed!
WARNING! Object '_s_stairs_01' is not closed!
WARNING! Object 'spikes_02' is not closed!
WARNING! Object 'spikes_04' is not closed!
WARNING! Object 'spikes_06' is not closed!
WARNING! Object '_s_sigil_03' is not closed!

crystalspace.pluginmgr.loadplugin:

could not load plugin 'crystalspace.graphics3d.shader.glcg'
could not load plugin 'crystalspace.graphics3d.shader.glcg'

crystalspace.graphics3d.shader.fixed:

Multitexture units: whopping 8

psc: intel_regions.c:231: intel_region_data: Assertion `dst_offset + dstx + width + (dsty + height - 1) * dst→pitch * dst→cpp ⇐ dst→pitch * dst→cpp * dst→height' failed.
Aborted (core dumped)


I'm running Ubuntu Hardy with Intel GMA X3100 witch Core 2 duo processor (system is 32-bit). OpenGL has direct rendering

Bug Report 1087 NoCriticalClosedThom PS trunk crashes my graphics driver. 18.02.2008 Task Description

Two times now, PS managed to crash my graphics driver: Ati on Windows. The first time I got a system reboot the very moment I clicked on the "Add" button of the buddy window. The second time my graphics driver crashed when I renamed my pet.

It seems something is wrong with either the latest revision of CEL or PS. I already used the CS revision that is recommended now.

Bug Report 1114 NoCriticalClosedThom NPCclient cannot load ojaroad2. 27.02.20081 Task Description

Warnings with ojaroad1:

505475) Loading world 'ojaroad1'

Couldn't register render loop 'std_rloop_terrainfixed'. Maybe a loop of the
same name already exists?
[node: params]

crystalspace.maploader.parse.sector:

<polymesh> is deprecated. Use <trimesh> instead.
[node: world,sector(name=ojaroad1),polymesh(name=playerBoundary)]

crystalspace.maploader.parse.trimesh:

<colldet> is deprecated. Use <id>colldet</id> instead.
[node: world,sector(name=ojaroad1),polymesh(name=playerBoundary),colldet]

crystalspace.mesh.bruteblock:

There were 68 overflows in the alpha maps!

Map ojaroad1 loaded successfully in 14996ms

Cannot load ojaroad2:

523685) Loading world 'ojaroad2'
crystalspace.renderloop.loop.loader:

Couldn't register render loop 'std_rloop_terrainfixed'. Maybe a loop of the
same name already exists?
[node: params]

crystalspace.genmeshloader.parse.badfactory:

Factory 'smTree01lod' doesn't appear to be a genmesh factory!
[node:
world,sector(name=ojaroad2),meshobj(name=_g_smTree01lod_01),params,factory]
525019) <d:\development\planeshift\trunk\src\common\engine\psworld.cpp:508 psR

egion::Load>

525315) loader->LoadMapFile(/planeshift/world/ojaroad2,world) failed.
525315) <d:\development\planeshift\trunk\src\common\engine\psworld.cpp:509 psR

egion::Load>

525316) Region name was: ojaroad2
Bug Report 1116 NoCriticalClosedLanarel [Regression Test]Completed Quest requisite not tested 20.02.20082 Task Description

First pre-requisite test:
- target questmaster2
- say ‘quest2’ Expected result: error response, because prerequisite that quest1 is finished is not fullfilled.
But you just get the quest.

Marking as flash, as this should not happen and I was so hoping there were no quest bugs :)

Bug Report 1120 NoCriticalClosedThom Server crash when morphing. 27.02.20085 Task Description

-Log on with any race except Ylianm.
-Use /morph me Ylianm
-Server crash!

(Just a test case, the crash occurs on all races)

Callstack:

engine.dll!csEngine::GetNearbyMeshList(iSector * sector=0x00000000, const csVector3 & pos={…}, float radius=100.00000, csArray<iMeshWrapper *,csArrayElementHandler<iMeshWrapper *>,CS::Memory::AllocatorMalloc,csArrayCapacityDefault> & list={…}, csSet<csPtrKey<iSector>,CS::Memory::AllocatorMalloc> & visited_sectors={…}, bool crossPortals=true) Line 2503 + 0x3 bytes C++
engine.dll!csEngine::GetNearbyMeshes(iSector * sector=0x00000000, const csVector3 & pos={…}, float radius=100.00000, bool crossPortals=true) Line 2593 C++
stdphyslayer.dll!celPlLayer::FindNearbyEntities(iSector * sector=0x00000000, const csVector3 & pos={…}, float radius=100.00000, bool do_invisible=true) Line 992 + 0x36 bytes C++
psserver.exe!gemObject::UpdateProxList(bool force=true) Line 873 + 0x45 bytes C++
psserver.exe!gemActor::SetMesh(const char * meshname=0x02e4f9f4) Line 3326 C++
psserver.exe!AdminManager::Morph(MsgEntry * me=0x029365e8, psAdminCmdMessage & msg={…}, AdminManager::AdminCmdData & data={…}, Client * client=0x0908d378, Client * targetclient=0x0908d378) Line 6206 + 0x1a bytes C++
psserver.exe!AdminManager::HandleAdminCmdMessage(MsgEntry * me=0x029365e8, psAdminCmdMessage & msg={…}, AdminManager::AdminCmdData & data={…}, Client * client=0x0908d378) Line 1150 + 0x1c bytes C++
psserver.exe!AdminManager::HandleMessage(MsgEntry * me=0x029365e8, Client * client=0x0908d378) Line 147 C++
psserver.exe!MsgHandler::Publish(MsgEntry * me=0x029365e8) Line 94 C++
psserver.exe!EventManager::Run() Line 173 C++
psserver.exe!CS::Threading::Implementation::`anonymous namespace'::proxyFunc(void * param=0x0012f990) Line 117 C++
msvcr80d.dll!102048d1()
[Frames below may be incorrect and/or missing, no symbols loaded for msvcr80d.dll]
msvcr80d.dll!10204877()
kernel32.dll!7c80b683()
Bug Report 1136 NoCriticalClosedThom [Regression] Magical buffs/debuffs are not shown correc ...24.08.200810 Task Description

When casting the spells Gem of Clarity and Defensive Wind on yourself, they do not disappear when they should have expired.

Likewise, sometimes Fire Warts was not removed from an enemy and stayed listed under debuffs, even though it was not draining HP anymore.

This means there are a couple of issues:
-The GUI is not properly updated after spell expiration. This affects Defensive Wind and Fire Warts on SVN
-Even after a relog, Defensive Wind remains in the Active Magics window. Fire Warts is gone after a relog.
-In the case of a Crystal Way buff like Gem of Clarity, it seems the (50%) buff is not removed at all if the player remains online. Only after a relog the buff is gone from stats and from the GUI. This is very very likely an issue with the Gem of Clarity script itself in SVN.

So, make the Active Magic window update correctly and that should fix these issues.

Bug Report 1140 NoCriticalClosedThom Crash on /list_advice_requests 28.03.20085 Task Description

-Use /list_advice_requests.
-Client crash!

Managed to duplicate reliably with rev 1080.

Callstack:

psclient.exe!psAdviceMessage::psAdviceMessage(int clientNum=0, const char * command=0x0012e008, const char * target=0×00000000, const char * message=0×00000000) Line 3225 + 0×53 bytes C++
psclient.exe!psUserCommands::HandleCommand(const char * cmd=0x0012f910) Line 537 + 0×58 bytes C++
psclient.exe!CmdHandler::Publish(const char * cmd=0x0012f910) Line 120 + 0×33 bytes C++
psclient.exe!pawsChatWindow::SendChatLine() Line 1709 + 0×17 bytes C++
psclient.exe!pawsChatWindow::OnKeyDown(int keyCode=10, int key=10, int modifiers=0) Line 1565 C++
psclient.exe!pawsWidget::OnKeyDown(int keyCode=10, int key=10, int modifiers=0) Line 1548 + 0x2a bytes C++
psclient.exe!pawsEditTextBox::OnKeyDown(int code=10, int key=10, int modifiers=0) Line 927 C++
psclient.exe!PawsManager::HandleKeyDown(iEvent & event={…}) Line 401 + 0×24 bytes C++
psclient.exe!PawsManager::HandleEvent(iEvent & event={…}) Line 253 + 0xc bytes C++
psclient.exe!psEngine::HandleEvent(iEvent & ev={…}) Line 733 + 0×12 bytes C++
psclient.exe!psEngine::EventHandler::HandleEvent(iEvent & ev={…}) Line 225 C++
psclient.exe!csEventTree::Dispatch(iEvent & e={…}) Line 576 + 0×10 bytes C++
psclient.exe!csEventQueue::Dispatch(iEvent & e={…}) Line 316 C++
psclient.exe!csEventQueue::Process() Line 287 C++
psclient.exe!csDefaultRunLoop(iObjectRegistry * r=0x003ef248) Line 92 C++
psclient.exe!main(int argc=1, char * * argv=0×00385160) Line 1909 + 0×9 bytes C++
psclient.exe!__tmainCRTStartup() Line 597 + 0×19 bytes C
psclient.exe!mainCRTStartup() Line 414 C
kernel32.dll!7c816fd7()
[Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll]
Bug Report 1154 NoCriticalClosedBrian Miller all npc (rats, etc) are impervious to attacks 02.03.2008 Task Description

probably due to new release, but something vital to game, and I did not see it mentioned here.

Bug Report 1227 NoCriticalClosedRobert W. Game crashes suddenly 15.03.20081 Task Description

The game crashes when I enter the "real" world after the beginners tutorial. Sometimes I can move around for a few seconds, sometimes it crashes at once when building/rendering the surrounding city.

I don't know how to describe this bug more precisely, since I cannot clearly reproduce it.

Here's the error log:

Donnerstag, 13. März 2008 2:16:36 Uhr Europe/Berlin

Crystal Space for MacOS/X 1.2.0 [MacOS/X-x86-GCC]
Ported to MacOS/X by Eric Sunshine sunshine@sunshineco.com

Your configuration files are in… /Users/robert/Library/Application Support/PlaneShift
DEBUG: Sound System Software Renderer Initializing… DEBUG: Sound System: CoreAudio driver for software sound renderer initialized.

planeshift.application.client:

PlaneShift Steel Blue (0.4.00)
This game uses Crystal Space Engine created by Jorrit and others
1.2.0 [MacOS/X-x86-GCC]
  2300) LOG_ANY flag deactivated with no filter.
  2300) LOG_WEATHER flag deactivated with no filter.
  2300) LOG_SPAWN flag deactivated with no filter.
  2300) LOG_CELPERSIST flag deactivated with no filter.
  2300) LOG_PAWS flag deactivated with no filter.
  2300) LOG_GROUP flag deactivated with no filter.
  2301) LOG_CHEAT flag deactivated with no filter.
  2301) LOG_LINMOVE flag deactivated with no filter.
  2301) LOG_SPELLS flag deactivated with no filter.
  2301) LOG_NEWCHAR flag deactivated with no filter.
  2301) LOG_SUPERCLIENT flag deactivated with no filter.
  2301) LOG_EXCHANGES flag deactivated with no filter.
  2301) LOG_ADMIN flag deactivated with no filter.
  2301) LOG_STARTUP flag deactivated with no filter.
  2302) LOG_CHARACTER flag deactivated with no filter.
  2302) LOG_CONNECTIONS flag deactivated with no filter.
  2302) LOG_CHAT flag deactivated with no filter.
  2302) LOG_NET flag deactivated with no filter.
  2302) LOG_LOAD flag deactivated with no filter.
  2302) LOG_NPC flag deactivated with no filter.
  2302) LOG_TRADE flag deactivated with no filter.
  2302) LOG_SOUND flag deactivated with no filter.
  2303) LOG_COMBAT flag deactivated with no filter.
  2303) LOG_SKILLXP flag deactivated with no filter.
  2303) LOG_QUESTS flag deactivated with no filter.
  2303) LOG_SCRIPT flag deactivated with no filter.
  2303) LOG_MARRIAGE flag deactivated with no filter.
  2303) LOG_MESSAGES flag deactivated with no filter.
  2303) LOG_CACHE flag deactivated with no filter.
  2303) LOG_PETS flag deactivated with no filter.
  2304) LOG_USER flag deactivated with no filter.
  2304) LOG_LOOT flag deactivated with no filter.
  2304) LOG_DUELS flag deactivated with no filter.
  2304) LOG_TRIBES flag deactivated with no filter.
  2304) All LOGS are off.

Mounting skin: /this/art/skins/elves.zip

  2356) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  2356) Could not open image: >/this/art/gui/border/topleft.png<
  2356) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  2356) Could not open image: >/this/art/gui/border/topright.png<
  2356) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  2356) Could not open image: >/this/art/gui/border/bottomleft.png<
  2356) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  2357) Could not open image: >/this/art/gui/border/bottomright.png<
  2357) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  2357) Could not open image: >/this/art/gui/border/leftmiddle.png<
  2357) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  2357) Could not open image: >/this/art/gui/border/rightmiddle.png<
  2357) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  2357) Could not open image: >/this/art/gui/border/topmiddle.png<
  2357) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  2357) Could not open image: >/this/art/gui/border/bottommiddle.png<
  2357) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  2357) Could not open image: >/paws/base/maps/leather/top_left_1.png<
  2357) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  2357) Could not open image: >/paws/base/maps/leather/top_right_1.png<
  2357) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  2357) Could not open image: >/paws/base/maps/leather/bottom_left_1.png<
  2357) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  2357) Could not open image: >/paws/base/maps/leather/bottom_right_1.png<
  2357) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  2357) Could not open image: >/paws/base/maps/leather/left_1.png<
  2357) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  2357) Could not open image: >/paws/base/maps/leather/right_1.png<
  2358) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  2358) Could not open image: >/paws/base/maps/leather/top_1.png<
  2358) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  2358) Could not open image: >/paws/base/maps/leather/bottom_1.png<

Mounting skin: /planeshift/art/skins/base/client_base.zip

psEngine initialized.

Using fontsize 19 for resolution 1440x900
WARNING! Object '_s_bridge_01' is not closed!
WARNING! Object '_s_sigil_01' is not closed!
WARNING! Object 'spikes_03' is not closed!
WARNING! Object 'spikes_05' is not closed!
WARNING! Object '_s_sigil_02' is not closed!
WARNING! Object '_s_sigil_04' is not closed!

crystalspace.graphics3d.shader.fixed:

Multitexture units: whopping 8

planeshift.application.client:

PSLoader: step 2: success

planeshift_effects:
 Duplicate effect 'x_obj_quad' found!
 Duplicate effect 'x_obj_spire' found!
 Duplicate effect 'x_obj_star' found!
loading glyphs /this/data/effects/misc/glyphs_baar_sophia.xml

planeshift.application.client:

PSLoader: step 3: success
PSLoader: step 4: success
 10370) <src/client/psclientdr.cpp:250 HandleStatsUpdate>
 10370) Stat request failed because CelClient not ready for 27922

Map hydlaa_common loaded successfully in 482ms

 10859) <src/client/psclientdr.cpp:250 HandleStatsUpdate>
 10859) Stat request failed because CelClient not ready for 27922

Map tavern_de_kadel loaded successfully in 804ms

 11945) <src/client/zonehandler.cpp:182 HandleMessage>
 11945) Still loading maps, ignoring crossing to sector tavern_de_kadel.

crystalspace.maploader.parse.image:
 Could not open image file 'materialnotdefined' on VFS!

crystalspace.maploader.parse.texture:
 Could not load texture 'materialnotdefined', using checkerboard instead
 [node: world,textures,texture(name=materialnotdefined)]

crystalspace.mesh.anim.pdlight:
 Could not find light with ID

'ffffffbc1c24ffffffd25bffffffedffffff8fffffffe6ffffff932a337725ffffffe80426'

 Could not find light with ID

'ffffffb421ffffff8affffffd0ffffffb5fffffff8ffffff83663fffffff84ffffffc7ffffff
b9ffffffb73a2effffff9e'

 Could not find light with ID

'fffffffcffffff867123fffffff822ffffffe7ffffffccffffff935cffffffadffffff9c0773
3b72'

 Could not find light with ID

'ffffffbc1c24ffffffd25bffffffedffffff8fffffffe6ffffff932a337725ffffffe80426'

 Could not find light with ID

'ffffffb421ffffff8affffffd0ffffffb5fffffff8ffffff83663fffffff84ffffffc7ffffff
b9ffffffb73a2effffff9e'

 Could not find light with ID

'fffffffcffffff867123fffffff822ffffffe7ffffffccffffff935cffffffadffffff9c0773
3b72'

 Could not find light with ID

'ffffffbc1c24ffffffd25bffffffedffffff8fffffffe6ffffff932a337725ffffffe80426'

 Could not find light with ID

'fffffffcffffff867123fffffff822ffffffe7ffffffccffffff935cffffffadffffff9c0773
3b72'

 Could not find light with ID

'ffffffbc1c24ffffffd25bffffffedffffff8fffffffe6ffffff932a337725ffffffe80426'

 Could not find light with ID

'ffffffb421ffffff8affffffd0ffffffb5fffffff8ffffff83663fffffff84ffffffc7ffffff
b9ffffffb73a2effffff9e'

 Could not find light with ID

'fffffffcffffff867123fffffff822ffffffe7ffffffccffffff935cffffffadffffff9c0773
3b72'


crystalspace.proctex.pdlight:
 Could not find light with ID

'ffffffb421ffffff8affffffd0ffffffb5fffffff8ffffff83663fffffff84ffffffc7ffffff
b9ffffffb73a2effffff9e'

 Could not find light with ID

'fffffffcffffff867123fffffff822ffffffe7ffffffccffffff935cffffffadffffff9c0773
3b72'

 Could not find light with ID

'ffffffb421ffffff8affffffd0ffffffb5fffffff8ffffff83663fffffff84ffffffc7ffffff
b9ffffffb73a2effffff9e'

 Could not find light with ID

'ffffffbc1c24ffffffd25bffffffedffffff8fffffffe6ffffff932a337725ffffffe80426'

 Could not find light with ID

'ffffffbc1c24ffffffd25bffffffedffffff8fffffffe6ffffff932a337725ffffffe80426'

 Could not find light with ID

'ffffffb421ffffff8affffffd0ffffffb5fffffff8ffffff83663fffffff84ffffffc7ffffff
b9ffffffb73a2effffff9e'

 Could not find light with ID

'fffffffcffffff867123fffffff822ffffffe7ffffffccffffff935cffffffadffffff9c0773
3b72'


crystalspace.collisiondetection.opcode:

OPCODE WARNING: found 1 degenerate faces in model! Collision might report
wrong results!

Map hydlaa_plaza loaded successfully in 4139ms

 16421) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 16421) Got DR message for unknown entity 27550.
 16421) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 16421) Got DR message for unknown entity 27550.
 16421) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 16421) Got DR message for unknown entity 27550.

crystalspace.maploader.parse.image:
 Could not open image file '<unknown>' on VFS!

crystalspace.maploader.parse.texture:
 Couldn't load image '(null)', using error texture instead!
Map laanx loaded successfully in 645ms
Map hydungeon loaded successfully in 26ms

crystalspace.proctex.pdlight:
 Could not find light with ID

'ffffffa8ffffffaa43ffffffc87a28fffffff450ffffffa6ffffff8c1156ffffff91ffffffbd
ffffffe35e'

Map wtower loaded successfully in 852ms

 18668) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 18668) Got DR message for unknown entity 27550.

Map hyarena loaded successfully in 430ms

 19306) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 19306) Got DR message for unknown entity 27550.
 19306) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 19306) Got DR message for unknown entity 27550.

crystalspace.mesh.anim.pdlight:
 Could not find light with ID

'7affffffa1ffffffb95fffffffc1ffffffc3122327ffffff8cffffffa1190affffffc1ffffff
c907'


crystalspace.proctex.pdlight:
 Could not find light with ID

'7affffffa1ffffffb95fffffffc1ffffffc3122327ffffff8cffffffa1190affffffc1ffffff
c907'

Map hyjayose loaded successfully in 298ms

 19875) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 19875) Got DR message for unknown entity 27550.
 19876) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 19876) Got DR message for unknown entity 27550.

crystalspace.maploader.parse.image:
 Could not open image file '<unknown>' on VFS!

crystalspace.maploader.parse.texture:
 Couldn't load image '(null)', using error texture instead!

crystalspace.proctex.pdlight:
 Could not find light with ID

'2affffffa91effffff8affffffa52c63fffffff146ffffff823cfffffff9fffffff22fffffff
b622'

Map hybdr loaded successfully in 587ms
Map hysewers loaded successfully in 330ms

planeshift.application.client:

PSLoader: step 5: success
 23488) <src/common/paws/pawsborder.cpp:60 UseBorder>
 23488) Invalid dimensions on border drawable: >UpperLeftMap<
PSLoader: step 6: success

Mar 13 02:17:14 widescape-mobile crashdump[3497]: psclient_static crashed
Mar 13 02:17:14 widescape-mobile crashdump[3497]: crash report written to: /Users/robert/Library/Logs/CrashReporter/psclient_static.crash.log
/XRefStm encountered but not yet supported.

Bug Report 1240 NoCriticalClosedGreg Zenon Total Game Crash Exception_Access_Violation Errors ever ...21.03.20086 Task Description

I just started playing, and I can’t play more than 15 minutes before the game crashes. I could be in the sewers, tavern, anywhere, and suddenly the game freezes. Sometimes it’s right when I log in, sometimes after 5 minutes, and I get:

Something unexpected happened in Planeshit: Steel Blue
Details: EXCEPTION_ACCESS_VIOLATION AT 05194271
then it prompts for to save a diag file

The Error log looks like this:

   431) <..\..\src\common\paws\pawsimagedrawable.cpp:56 pawsImageDrawable::PreparePixmap>
   609) Could not open image: >/this/art/gui/border/topleft.png<
   610) <..\..\src\common\paws\pawsimagedrawable.cpp:56 pawsImageDrawable::PreparePixmap>
   610) Could not open image: >/this/art/gui/border/topright.png<
   610) <..\..\src\common\paws\pawsimagedrawable.cpp:56 pawsImageDrawable::PreparePixmap>
   610) Could not open image: >/this/art/gui/border/bottomleft.png<
   610) <..\..\src\common\paws\pawsimagedrawable.cpp:56 pawsImageDrawable::PreparePixmap>
   610) Could not open image: >/this/art/gui/border/bottomright.png<
   610) <..\..\src\common\paws\pawsimagedrawable.cpp:56 pawsImageDrawable::PreparePixmap>
   610) Could not open image: >/this/art/gui/border/leftmiddle.png<
   610) <..\..\src\common\paws\pawsimagedrawable.cpp:56 pawsImageDrawable::PreparePixmap>
   610) Could not open image: >/this/art/gui/border/rightmiddle.png<
   610) <..\..\src\common\paws\pawsimagedrawable.cpp:56 pawsImageDrawable::PreparePixmap>
   610) Could not open image: >/this/art/gui/border/topmiddle.png<
   610) <..\..\src\common\paws\pawsimagedrawable.cpp:56 pawsImageDrawable::PreparePixmap>
   610) Could not open image: >/this/art/gui/border/bottommiddle.png<
   610) <..\..\src\common\paws\pawsimagedrawable.cpp:56 pawsImageDrawable::PreparePixmap>
   610) Could not open image: >/paws/base/maps/leather/top_left_1.png<
   610) <..\..\src\common\paws\pawsimagedrawable.cpp:56 pawsImageDrawable::PreparePixmap>
   610) Could not open image: >/paws/base/maps/leather/top_right_1.png<
   611) <..\..\src\common\paws\pawsimagedrawable.cpp:56 pawsImageDrawable::PreparePixmap>
   611) Could not open image: >/paws/base/maps/leather/bottom_left_1.png<
   611) <..\..\src\common\paws\pawsimagedrawable.cpp:56 pawsImageDrawable::PreparePixmap>
   611) Could not open image: >/paws/base/maps/leather/bottom_right_1.png<
   611) <..\..\src\common\paws\pawsimagedrawable.cpp:56 pawsImageDrawable::PreparePixmap>
   611) Could not open image: >/paws/base/maps/leather/left_1.png<
   611) <..\..\src\common\paws\pawsimagedrawable.cpp:56 pawsImageDrawable::PreparePixmap>
   611) Could not open image: >/paws/base/maps/leather/right_1.png<
   611) <..\..\src\common\paws\pawsimagedrawable.cpp:56 pawsImageDrawable::PreparePixmap>
   611) Could not open image: >/paws/base/maps/leather/top_1.png<
   611) <..\..\src\common\paws\pawsimagedrawable.cpp:56 pawsImageDrawable::PreparePixmap>
   611) Could not open image: >/paws/base/maps/leather/bottom_1.png<

1531700) <..\..\src\client\psclientdr.cpp:250 psClientDR::HandleStatsUpdate>
1531701) Stat request failed because CelClient not ready for 17010
1532726) <..\..\src\client\psclientdr.cpp:250 psClientDR::HandleStatsUpdate>
1532726) Stat request failed because CelClient not ready for 17010
1550759) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550759) Got DR message for unknown entity 16966.
1550760) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550760) Got DR message for unknown entity 16966.
1550760) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550760) Got DR message for unknown entity 16966.
1550760) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550760) Got DR message for unknown entity 16966.
1550760) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550760) Got DR message for unknown entity 16966.
1550760) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550760) Got DR message for unknown entity 15875.
1550761) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550761) Got DR message for unknown entity 15875.
1550761) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550761) Got DR message for unknown entity 16966.
1550761) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550761) Got DR message for unknown entity 15875.
1550810) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550810) Got DR message for unknown entity 16966.
1550810) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550810) Got DR message for unknown entity 16966.
1550810) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550810) Got DR message for unknown entity 15875.
1550810) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550810) Got DR message for unknown entity 16966.
1550811) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550811) Got DR message for unknown entity 15875.
1550811) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550811) Got DR message for unknown entity 16966.
1550811) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550811) Got DR message for unknown entity 15875.
1550811) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550811) Got DR message for unknown entity 16966.
1550811) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550811) Got DR message for unknown entity 16966.
1550811) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550811) Got DR message for unknown entity 16966.
1550811) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550811) Got DR message for unknown entity 15875.
1550811) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550811) Got DR message for unknown entity 16966.
1550811) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1550811) Got DR message for unknown entity 15875.
1554677) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1554678) Got DR message for unknown entity 15875.
1554678) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1554678) Got DR message for unknown entity 15875.
1554678) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1554678) Got DR message for unknown entity 15875.
1554678) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1554678) Got DR message for unknown entity 15875.
1554678) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1554678) Got DR message for unknown entity 15875.
1554708) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1554708) Got DR message for unknown entity 16062.
1554708) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1554708) Got DR message for unknown entity 16062.
1554708) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1554708) Got DR message for unknown entity 16062.
1555038) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1555038) Got DR message for unknown entity 15875.
1560034) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1560034) Got DR message for unknown entity 16062.
1563991) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1563991) Got DR message for unknown entity 16966.
1563991) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1563991) Got DR message for unknown entity 16966.
1563991) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1563992) Got DR message for unknown entity 16966.
1563992) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1563992) Got DR message for unknown entity 16966.
1563992) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1563992) Got DR message for unknown entity 16966.
1566061) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1566061) Got DR message for unknown entity 15882.
1566061) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1566061) Got DR message for unknown entity 15882.
1566061) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1566061) Got DR message for unknown entity 15882.
1566981) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1566981) Got DR message for unknown entity 15882.
1568724) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1568724) Got DR message for unknown entity 15882.
1568724) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1568724) Got DR message for unknown entity 15882.
1568724) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1568724) Got DR message for unknown entity 15882.
1568988) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1568988) Got DR message for unknown entity 15882.
1570092) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1570092) Got DR message for unknown entity 15882.
1570092) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1570092) Got DR message for unknown entity 16921.
1570107) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1570107) Got DR message for unknown entity 15882.
1570107) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1570107) Got DR message for unknown entity 15882.
1570107) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1570107) Got DR message for unknown entity 16921.
1571578) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1571578) Got DR message for unknown entity 16921.
1571640) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1571640) Got DR message for unknown entity 16921.
1571640) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1571640) Got DR message for unknown entity 15882.
1571640) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1571640) Got DR message for unknown entity 16921.
1604752) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1604752) Got DR message for unknown entity 16966.
1604752) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1604752) Got DR message for unknown entity 16966.
1604752) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1604752) Got DR message for unknown entity 16966.
1604752) <..\..\src\client\psclientdr.cpp:214 psClientDR::HandleDeadReckon>
1604752) Got DR message for unknown entity 16966.
1861114) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1861114) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861115) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1861115)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861164) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1861164) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861164) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1861164)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861206) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1861206) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861206) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1861206)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861354) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1861354) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861355) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1861355)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861484) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1861484) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861486) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1861486)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861557) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1861557) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861557) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1861557)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861598) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1861598) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861598) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1861598)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861688) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1861688) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861688) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1861688)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861794) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1861794) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861795) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1861795)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861972) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1861972) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1861974) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1861974)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862032) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1862032) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862032) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1862032)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862201) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1862201) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862201) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1862201)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862241) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1862241) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862242) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1862242)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862263) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1862263) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862263) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1862263)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862311) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1862311) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862312) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1862312)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862450) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1862450) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862450) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1862450)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862486) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1862486) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862496) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1862496)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862512) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1862512) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862514) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1862514)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862547) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1862547) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1862547) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1862547)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1863409) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1863409) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1863409) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1863410)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1863501) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1863501) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1863501) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1863501)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1863557) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1863557) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1863557) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1863558)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1863773) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1863773) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1863774) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1863774)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1863826) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1863826) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1863827) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1863827)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1863908) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1863908) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1863909) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1863909)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1864188) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1864188) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1864188) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1864188)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1864201) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1864201) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1864201) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1864201)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1864266) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1864267) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1864267) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1864267)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1864326) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1864326) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_REMOVE_OBJECT, input queue 0!
1864326) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1864326)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_REMOVE_OBJECT, input queue 0!
1865324) <..\..\src\common\net\netbase.cpp:1085 NetBase::QueueMessage>
1865324) * Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!
1865324) <..\..\src\common\net\netbase.cpp:1093 NetBase::QueueMessage>
1865324)
* Input Buffer Full! Yielding for packet, client 0, type MSGTYPE_DEAD_RECKONING, input queue 0!

Bug Report 1316 NoCriticalClosedSkardellinus Plaza Crash 06.04.200810 Task Description

Since two days my characters, who are located at the Plaza or near it (look at it), keep on crashing, after the world loaded…

I have approached the Plaza now from three directions, Jayose, Sewers and Magic Shop Road (Rennaj and Alerele warped me to somewhere else after this happened), because of testing purposes - but it stays the same problem…I also tried to use the "without grass patch", but this did not change anything, so I set the .zip back…

Details:
When I login with a character in the described location (after it loaded the Hydlaa map), the point comes, when the graphics appear (I see the location and the character)…then I see the character animation in a diashow manner for a few seconds (looking left and right or whatever race it is) and it freezes/crashes.

The odd thing is, that I have never experienced any problems before…especially with the new client 0.4.00 at the Plaza…

Also every other location works fine and without lags…only the Hydlaa Plaza, it seems…

Please tell me, when you need more specific data, Iam running Linux 2.6.22 on a Pentium M (1,8GHz) Laptop with 1GB of RAM
If you need an output of a console, please tell me, what I shall write into it, to save time later…

Bug Report 1375 NoCriticalClosedCatalin Festila crash on linux debian lenny 30.03.2008 Task Description

The game crash on linux (debian lenny) .
The game worksing until i open inventory and crash… I use commnad ./psclient » eraore.txt and is this the problems :
Your configuration files are in… /home/thor/.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]
  1098) LOG_ANY flag deactivated with no filter.
  1099) LOG_WEATHER flag deactivated with no filter.
  1099) LOG_SPAWN flag deactivated with no filter.
  1099) LOG_CELPERSIST flag deactivated with no filter.
  1099) LOG_PAWS flag deactivated with no filter.
  1099) LOG_GROUP flag deactivated with no filter.
  1100) LOG_CHEAT flag deactivated with no filter.
  1100) LOG_LINMOVE flag deactivated with no filter.
  1100) LOG_SPELLS flag deactivated with no filter.
  1100) LOG_NEWCHAR flag deactivated with no filter.
  1100) LOG_SUPERCLIENT flag deactivated with no filter.
  1100) LOG_EXCHANGES flag deactivated with no filter.
  1100) LOG_ADMIN flag deactivated with no filter.
  1101) LOG_STARTUP flag deactivated with no filter.
  1101) LOG_CHARACTER flag deactivated with no filter.
  1101) LOG_CONNECTIONS flag deactivated with no filter.
  1101) LOG_CHAT flag deactivated with no filter.
  1101) LOG_NET flag deactivated with no filter.
  1101) LOG_LOAD flag deactivated with no filter.
  1101) LOG_NPC flag deactivated with no filter.
  1102) LOG_TRADE flag deactivated with no filter.
  1102) LOG_SOUND flag deactivated with no filter.
  1102) LOG_COMBAT flag deactivated with no filter.
  1102) LOG_SKILLXP flag deactivated with no filter.
  1102) LOG_QUESTS flag deactivated with no filter.
  1102) LOG_SCRIPT flag deactivated with no filter.
  1103) LOG_MARRIAGE flag deactivated with no filter.
  1103) LOG_MESSAGES flag deactivated with no filter.
  1103) LOG_CACHE flag deactivated with no filter.
  1103) LOG_PETS flag deactivated with no filter.
  1103) LOG_USER flag deactivated with no filter.
  1103) LOG_LOOT flag deactivated with no filter.
  1103) LOG_DUELS flag deactivated with no filter.
  1104) LOG_TRIBES flag deactivated with no filter.
  1104) All LOGS are off.

Mounting skin: /this/art/skins/elves.zip

  1737) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  1737) Could not open image: >/this/art/gui/border/topleft.png<
  1737) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  1737) Could not open image: >/this/art/gui/border/topright.png<
  1737) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  1737) Could not open image: >/this/art/gui/border/bottomleft.png<
  1737) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  1737) Could not open image: >/this/art/gui/border/bottomright.png<
  1737) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  1737) Could not open image: >/this/art/gui/border/leftmiddle.png<
  1737) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  1737) Could not open image: >/this/art/gui/border/rightmiddle.png<
  1738) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  1738) Could not open image: >/this/art/gui/border/topmiddle.png<
  1738) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  1738) Could not open image: >/this/art/gui/border/bottommiddle.png<
  1738) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  1738) Could not open image: >/paws/base/maps/leather/top_left_1.png<
  1738) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  1738) Could not open image: >/paws/base/maps/leather/top_right_1.png<
  1738) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  1738) Could not open image: >/paws/base/maps/leather/bottom_left_1.png<
  1738) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  1738) Could not open image: >/paws/base/maps/leather/bottom_right_1.png<
  1738) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  1738) Could not open image: >/paws/base/maps/leather/left_1.png<
  1738) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  1738) Could not open image: >/paws/base/maps/leather/right_1.png<
  1738) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  1738) Could not open image: >/paws/base/maps/leather/top_1.png<
  1738) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
  1738) Could not open image: >/paws/base/maps/leather/bottom_1.png<

Mounting skin: /planeshift/art/skins/base/client_base.zip

psEngine initialized.

Using fontsize 16 for resolution 1024x768
WARNING! Object '_s_walls_01' is not closed!
WARNING! Object '_s_bridge_01' is not closed!
WARNING! Object '_s_sigil_01' is not closed!
WARNING! Object 'spikes_03' is not closed!
WARNING! Object 'spikes_05' is not closed!
WARNING! Object '_s_sigil_02' is not closed!

crystalspace.graphics3d.shader.fixed:

Multitexture units: moderate 4

planeshift.application.client:

PSLoader: step 2: success

planeshift_effects:

Duplicate effect 'x_obj_star' found!
Duplicate effect 'x_obj_spire' found!
Duplicate effect 'x_obj_quad' found!

loading glyphs /this/data/effects/misc/glyphs_baar_sophia.xml

planeshift.application.client:

PSLoader: step 3: success
PSLoader: step 4: success
 28867) <src/client/psclientdr.cpp:250 HandleStatsUpdate>
 28867) Stat request failed because CelClient not ready for 15819

Map hydlaa_common loaded successfully in 958ms

 30202) <src/client/psclientdr.cpp:250 HandleStatsUpdate>
 30202) Stat request failed because CelClient not ready for 15819

crystalspace.maploader.parse.image:

Could not open image file 'materialnotdefined' on VFS!

crystalspace.maploader.parse.texture:

Could not load texture 'materialnotdefined', using checkerboard instead
[node: world,textures,texture(name=materialnotdefined)]

crystalspace.mesh.anim.pdlight:

Could not find light with ID
'fffffffcffffff867123fffffff822ffffffe7ffffffccffffff935cffffffadffffff9c0773
3b72'
Could not find light with ID
'fffffffcffffff867123fffffff822ffffffe7ffffffccffffff935cffffffadffffff9c0773
3b72'
Could not find light with ID
'fffffffcffffff867123fffffff822ffffffe7ffffffccffffff935cffffffadffffff9c0773
3b72'
Could not find light with ID
'fffffffcffffff867123fffffff822ffffffe7ffffffccffffff935cffffffadffffff9c0773
3b72'

crystalspace.proctex.pdlight:

Could not find light with ID
'fffffffcffffff867123fffffff822ffffffe7ffffffccffffff935cffffffadffffff9c0773
3b72'
Could not find light with ID
'fffffffcffffff867123fffffff822ffffffe7ffffffccffffff935cffffffadffffff9c0773
3b72'

crystalspace.collisiondetection.opcode:

OPCODE WARNING: found 1 degenerate faces in model! Collision might report
wrong results!

Map hydlaa_plaza loaded successfully in 26070ms

 58353) <src/client/zonehandler.cpp:182 HandleMessage>
 58380) Still loading maps, ignoring crossing to sector hydlaa_plaza.

crystalspace.maploader.parse.image:

Could not open image file '<unknown>' on VFS!

crystalspace.maploader.parse.texture:

Couldn't load image '(null)', using error texture instead!

Map laanx loaded successfully in 3896ms

 62898) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62937) Got DR message for unknown entity 14686.
 62937) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62937) Got DR message for unknown entity 14686.
 62937) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62937) Got DR message for unknown entity 15656.
 62937) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62937) Got DR message for unknown entity 15762.
 62937) <src/client/pscelclient.cpp:568 HandleGuildChange>
 62937) Couldn't find actor 15609!
 62937) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62937) Got DR message for unknown entity 15762.
 62937) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62937) Got DR message for unknown entity 14686.
 62937) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62937) Got DR message for unknown entity 15656.
 62938) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62938) Got DR message for unknown entity 14686.
 62938) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62938) Got DR message for unknown entity 14686.
 62938) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62938) Got DR message for unknown entity 15759.
 62938) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62938) Got DR message for unknown entity 14686.
 62938) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62938) Got DR message for unknown entity 15759.
 62938) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62938) Got DR message for unknown entity 14686.
 62938) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62938) Got DR message for unknown entity 15656.
 62938) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62938) Got DR message for unknown entity 14686.
 62938) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62938) Got DR message for unknown entity 14686.
 62938) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62938) Got DR message for unknown entity 14686.
 62938) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62938) Got DR message for unknown entity 15656.
 62938) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62938) Got DR message for unknown entity 15656.
 62938) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 62938) Got DR message for unknown entity 15656.
 63029) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 63029) Got DR message for unknown entity 15762.
 63029) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 63029) Got DR message for unknown entity 15759.

Map hydungeon loaded successfully in 41ms

 63547) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 63548) Got DR message for unknown entity 15656.
 63548) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 63548) Got DR message for unknown entity 15656.
 63548) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 63548) Got DR message for unknown entity 15759.
 63596) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 63596) Got DR message for unknown entity 15656.
 63596) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 63596) Got DR message for unknown entity 15656.
 63597) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 63597) Got DR message for unknown entity 15656.

Map tavern_de_kadel loaded successfully in 3400ms

 69688) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69688) Got DR message for unknown entity 15656.
 69688) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69688) Got DR message for unknown entity 15656.
 69688) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69688) Got DR message for unknown entity 15656.
 69688) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69688) Got DR message for unknown entity 15656.
 69688) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69688) Got DR message for unknown entity 15656.
 69689) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69689) Got DR message for unknown entity 15656.
 69689) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69689) Got DR message for unknown entity 15656.
 69689) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69689) Got DR message for unknown entity 15656.
 69689) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69689) Got DR message for unknown entity 15656.
 69689) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69689) Got DR message for unknown entity 15656.
 69689) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69689) Got DR message for unknown entity 15656.
 69689) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69689) Got DR message for unknown entity 15656.
 69689) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69689) Got DR message for unknown entity 15656.
 69689) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69689) Got DR message for unknown entity 15656.
 69689) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69689) Got DR message for unknown entity 15656.
 69689) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69689) Got DR message for unknown entity 15656.
 69689) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69689) Got DR message for unknown entity 15656.
 69689) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69689) Got DR message for unknown entity 15656.
 69689) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69689) Got DR message for unknown entity 15759.
 69689) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69689) Got DR message for unknown entity 15656.
 69690) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69690) Got DR message for unknown entity 15656.
 69690) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69690) Got DR message for unknown entity 15656.
 69690) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69690) Got DR message for unknown entity 15759.
 69690) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69690) Got DR message for unknown entity 15656.
 69690) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69690) Got DR message for unknown entity 15656.
 69690) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69690) Got DR message for unknown entity 15656.
 69690) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69690) Got DR message for unknown entity 15656.
 69690) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69690) Got DR message for unknown entity 15656.
 69690) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69690) Got DR message for unknown entity 15656.
 69690) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69690) Got DR message for unknown entity 15656.
 69690) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69690) Got DR message for unknown entity 15656.
 69690) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69690) Got DR message for unknown entity 15656.
 69690) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69690) Got DR message for unknown entity 15656.
 69690) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69690) Got DR message for unknown entity 15656.
 69690) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69690) Got DR message for unknown entity 15656.
 69690) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69690) Got DR message for unknown entity 15759.
 69690) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69690) Got DR message for unknown entity 15656.
 69691) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69691) Got DR message for unknown entity 15759.
 69691) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69691) Got DR message for unknown entity 15656.
 69691) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69691) Got DR message for unknown entity 15656.
 69691) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69691) Got DR message for unknown entity 15656.
 69691) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69691) Got DR message for unknown entity 15656.
 69691) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69691) Got DR message for unknown entity 15656.
 69691) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69691) Got DR message for unknown entity 15656.
 69691) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69691) Got DR message for unknown entity 15759.
 69691) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69691) Got DR message for unknown entity 15656.
 69691) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69691) Got DR message for unknown entity 15759.
 69691) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69691) Got DR message for unknown entity 15656.
 69691) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 69691) Got DR message for unknown entity 15656.

crystalspace.proctex.pdlight:

Could not find light with ID
'ffffffa8ffffffaa43ffffffc87a28fffffff450ffffffa6ffffff8c1156ffffff91ffffffbd
ffffffe35e'

Map wtower loaded successfully in 2677ms

 73962) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 73962) Got DR message for unknown entity 15656.
 73962) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 73962) Got DR message for unknown entity 15656.
 73962) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 73962) Got DR message for unknown entity 15759.
 73962) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 73962) Got DR message for unknown entity 15759.
 73962) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 73962) Got DR message for unknown entity 15094.
 73962) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 73962) Got DR message for unknown entity 15759.
 73962) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 73962) Got DR message for unknown entity 15094.
 73962) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 73962) Got DR message for unknown entity 15094.
 73962) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 73962) Got DR message for unknown entity 15759.
 73963) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 73963) Got DR message for unknown entity 15094.
 73963) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 73963) Got DR message for unknown entity 15759.
 73963) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 73963) Got DR message for unknown entity 15759.
 73963) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 73963) Got DR message for unknown entity 15094.
 73963) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 73963) Got DR message for unknown entity 15094.
 73963) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 73963) Got DR message for unknown entity 15094.
 73963) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 73963) Got DR message for unknown entity 15256.
 73963) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 73963) Got DR message for unknown entity 15094.

Map hyarena loaded successfully in 729ms

 75491) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 75491) Got DR message for unknown entity 15256.
 75491) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 75491) Got DR message for unknown entity 15256.
 75491) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 75492) Got DR message for unknown entity 15256.

crystalspace.mesh.anim.pdlight:

Could not find light with ID
'7affffffa1ffffffb95fffffffc1ffffffc3122327ffffff8cffffffa1190affffffc1ffffff
c907'

crystalspace.proctex.pdlight:

Could not find light with ID
'7affffffa1ffffffb95fffffffc1ffffffc3122327ffffff8cffffffa1190affffffc1ffffff
c907'

Map hyjayose loaded successfully in 1719ms

 77705) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 77705) Got DR message for unknown entity 15759.
 77705) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 77705) Got DR message for unknown entity 15256.
 77835) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 77835) Got DR message for unknown entity 15256.

crystalspace.maploader.parse.image:

Could not open image file '<unknown>' on VFS!

crystalspace.maploader.parse.texture:

Couldn't load image '(null)', using error texture instead!

Map hybdr loaded successfully in 3165ms

 81949) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 81949) Got DR message for unknown entity 15256.
 81949) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 81949) Got DR message for unknown entity 15256.
 81949) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 81949) Got DR message for unknown entity 15256.
 81949) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 81949) Got DR message for unknown entity 15256.
 81949) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 81949) Got DR message for unknown entity 15256.
 81949) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 81949) Got DR message for unknown entity 15256.

Map hysewers loaded successfully in 586ms

 82880) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 82881) Got DR message for unknown entity 15256.
 82881) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 82881) Got DR message for unknown entity 15256.
 83516) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 83516) Got DR message for unknown entity 15256.
 83516) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 83516) Got DR message for unknown entity 15256.
 84322) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 84322) Got DR message for unknown entity 15256.
 85757) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 85757) Got DR message for unknown entity 15256.
 85757) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 85757) Got DR message for unknown entity 15256.

planeshift.application.client:

PSLoader: step 5: success
 91721) <src/client/psclientdr.cpp:214 HandleDeadReckon>
 91721) Got DR message for unknown entity 15368.
 93050) <src/client/gui/pawsignore.cpp:130 LoadIgnoreList>
 93050) No ignore.xml file found. Assuming empty
 93050) 
 94683) <src/common/paws/pawsborder.cpp:60 UseBorder>
 94683) Invalid dimensions on border drawable: >UpperLeftMap<
PSLoader: step 6: success
108077) <src/client/psclientdr.cpp:214 HandleDeadReckon>
108114) Got DR message for unknown entity 15118.
Bug Report 1382 NoCriticalClosedAndrew Dai Planeshift cannot support more than 256 players 26.04.200847 Task Description

I was going through a routine code review, and when I came across the 75th class, psServer, I found that our infrastructure could not possibly sustain more than 256 players as below. That solves the mystery of why I've NEVER seen the player count go above 256! Take that all you PS doubters!

char playerNum; // unique player number for every player

I'm sure our numbers will rocket into the thousands once this bug is fixed, though I fully expect this will require a rewrite of the server, probably in assembly code for reduced lag.

Bug Report 1395 NoCriticalClosedross ryder Cannot left click (control click) on Mac 04.04.2008 Task Description

I have just started playing and i cannot finish the tutorial because i cannot control click on objects to bring up other commands like Examine and Give

Bug Report 1428 NoCriticalClosedGreg Zenon Experiencing Total Game Crashes 16.04.2008 Task Description

Wondering if there is anything I can do on my end to figure out why I am getting constant game crashes?
Within minutes of logging in, I get an error message

Something unexpected happened in Planeshit: Steel Blue
Details: EXCEPTION_ACCESS_VIOLATION AT 05194271
then it prompts for to save a diag file

I have saved the diag dmp files and sent them to Lanarel, that was about a month ago now (and resent them). I'm guessing things are really busy or something, and am wondering if there's anything I can look for or do or try or elsewhere I can send stuff.

Thanks.

Bug Report 1432 NoCriticalClosedleah Game crashes 5seconds after login at the arena 11.06.2008101 Task Description

Notes:
Name of char: Leahh Dramonic
Where: Arena
What I was doing: it happend about 5 secs after i
logged in.

I allready tried this with my other character and it
didn't work. (note-he was at the arena)
I also tried making another character, it worked fine
so i logged out, then i logged back in and went to the
arena and logged out, when i tried to log back in it
came up with the same error. So i'm thinking it has
todo with the arena. thanks

Bug Report 1473 NoCriticalClosedA. Kiefner Insecure /item 06.05.2008 Task Description

When using
/item Dagger
for instance, the item spawns OUTSIDE of the inventory WITHOUT being guarded.

The command should check if the inv is full and only then spawn the item outside, but being guarded!

When spawning items during an event this way (which is MUCH more comfortable than skimming the awful /item console) everyone could pick up things.

The issue is that items spawned that way are not guarded when they are spawned outside the inv, not the mere fact that they are spawned outside.

Bug Report 1522 NoCriticalClosedSean All Items in Inventory are Missing 28.05.20087 Task Description

Everything in my inventory is missing including trias, armor, multiple bags, everything! I had just transfered about 20 bags from my alt to my main, logged them both off, got back on a few minutes later with my main to find that everything was missing. The center picutre of my character shows him still wearing armor and weilding weapons, but all other armor/weapon placeholder pics show nothing. Every slot in my inventory is also empty. I know this some sort of system glitch since I logged in my char from a different computer and had same results.

Need, help, suggestions, ideas!!! No GM has been online since this happened to me.

Bug Report 1553 NoCriticalClosedThom Server crash when spawning an item, dropping it, pickin ...23.05.20081 Task Description

Weird, but exactly like the title says:

- /item arrow
- I already had an arrow, so I got a stack of two. Not sure if that is related.
- Take one arrow and drop it on the ground.
- Pick it up.
- Start walking.
- Server crash!

Callstack:

stdphyslayer.dll!csRefArrayElementHandler<iCelEntity *>::Construct(iCelEntity * * address=0x05eee03c, iCelEntity * const & src=0x08a7b608) Line 69 + 0x15 bytes C++
stdphyslayer.dll!csArray<iCelEntity *,csRefArrayElementHandler<iCelEntity *>,CS::Memory::AllocatorMalloc,csArrayCapacityDefault>::Push(iCelEntity * const & what=0x08a7b608) Line 722 + 0x19 bytes C++
stdphyslayer.dll!celEntityList::Add(iCelEntity * obj=0x08a7b608) Line 145 C++
stdphyslayer.dll!celPlLayer::FindNearbyEntities(iSector * sector=0x04144dc8, const csVector3 & pos={…}, float radius=90.000000, bool do_invisible=true, unsigned long cls=4294967295) Line 1000 C++
psserver.exe!gemObject::UpdateProxList(bool force=false) Line 945 + 0x47 bytes C++
psserver.exe!psServerDR::WorkOnMessage(MsgEntry * me=0x0967be48, Client * client=0x0962cf88) Line 304 C++
psserver.exe!psServerDR::HandleMessage(MsgEntry * me=0x0967be48, Client * client=0x0962cf88) Line 177 C++
psserver.exe!MsgHandler::Publish(MsgEntry * me=0x0967be48) Line 94 C++
psserver.exe!EventManager::Run() Line 173 C++
crystalspace-1.3-vc9_d.dll!CS::Threading::Implementation::`anonymous namespace'::proxyFunc(void * param=0x0012f9a8) Line 107 C++
msvcr90d.dll!00aadfd3()
[Frames below may be incorrect and/or missing, no symbols loaded for msvcr90d.dll]
msvcr90d.dll!00aadf69()
kernel32.dll!7c80b683()
psserver.exe!csRef<iPluginManager>::~csRef<iPluginManager>() Line 205 C++
psserver.exe!csArray<Waypoint *,csArrayElementHandler<Waypoint *>,CS::Memory::AllocatorMalloc,csArrayCapacityDefault>::SetSizeUnsafe(unsigned int n=3539000) Line 456 C++
psserver.exe!psCreationChoiceMsg::psCreationChoiceMsg(int clientTo=7536751, int totalChoices=6684783, int listener=3014772) Line 323 + 0xb bytes C++
psserver.exe!csArray<Waypoint *,csArrayElementHandler<Waypoint *>,CS::Memory::AllocatorMalloc,csArrayCapacityDefault>::SetSizeUnsafe(unsigned int n=6422579) Line 456 C++
psserver.exe!Exchange::RemoveItem(Client * fromClient=0x0039005f, int fromSlot=3145774, int count=3276846) Line 764 C++
Bug Report 1571 NoCriticalClosedLanarel Verification emails when registering an account often n ...24.05.20082 Task Description

In many posts such as this one: http://hydlaa.com/smf/index.php?topic=32500.0 you can see that registering an account does not work for many people. I just tried, and am waiting for my verification email for over 2 hours now. TO my surprise, I cannot find a bug report about this :)
Maybe to prevent registering becoming an process that needs standard involvement by Rizin, we should try to solve this problem?

In case there is a report, please remove this one. No clue about category either. I do think this should have a very high priority though, even to get a temporary solution of mentioning emailing Rizin on the account registering page, or not yelling at new players for not finding that info in the forums before posting. Just so you know, it took me 10 minutes to find an email with this info in the forum. SOmeone unfamiliar with the search functionality (i.e., a search for account or email does not help), might just not bother to try PS :)

Bug Report 1585 NoCriticalClosedLanarel Bloody attack on NPC causes server crash 14.06.200811 Task Description

BLoody attack on an npc causes a server crash. No more info yet. Caarrie, please add what you know. Marking flash for now.

Bug Report 1637 NoCriticalClosedSteven Schwartfeger Client crash trying to load shadow for an item that did ...14.06.20082 Task Description

When loading the world, about trunk r1633 debug mode; the chest mesh factory is not found, it still tries to create the shadow, and the client crashes: http://www.pastebin.ca/1035734

Bug Report 1661 NoCriticalClosedstella client crashes while suffering death curse 04.06.2008 Task Description

My character has just died. After leaving death realm and arriving at Hydlaa the client crashes. Note while under death curse character could not stand because of inventory weight. Upon restarting PS client, character is now standing but client soon crashes a few seconds later. Not sure if this repeatedly happens since it is my first time dying.

Bug Report 1713 NoCriticalClosedRlyDontKnow "You are not sure what to do with this" during crafting 08.08.200841 Task Description

While training some crafting I experienced great problems with a bug while using the Anvil/Sharpening Stone.
For some reason it keeps saying "You are not sure what to do with this." although the combination is right and after using it about 20 or 30 times it suddenly works without changing anything. Additionally while having the hammer in the left hand(shield hand) and the material in the right hand(weapon hand) the message pops up once per try, while having the hammer in the right hand and the material in the left one, the message pops up twice per try.

I tried this with both the windows and the linux client(both under CentOS 5, the windows client using wine) and it appears on any Anvil/Sharpening Stone ingame and doesn't seem to be character dependent(tried it with several characters on 2 different accounts).

Bug Report 1749 NoMovementCriticalClosedThom Crash related to !leaf and leaf, related to colliding w ...23.12.2009297 Task Description

Updated 13-12-2008:
This report is no longer only for the crash when running into a wall when minimized, but for all crashes in the !leaf_replaced code. Summarizing from below:
- crash is in PS code, resulting from a bounding box in the culler having NAN for one of the coordinates

- people report this happening (often) with the released client, but not with debug ones.

- for debug build the crash can sometimes be triggered when running in a wall minimized (see call stacks and comments).

CS ticket: http://www.crystalspace3d.org/trac/CS/ticket/587

Original details:
- Start running into a wall
- Minimize PlaneShift..
- Bring it up again.
- Crash!

This also works when minimizing and bringing back the console window while looking at the main PS window.
Setting this high priority because it may lead to many crashes during map loads when someone minimizes during the load, his character passes through the loading border and hits a wall, the person switches back to PS again and crashes.
Callstack:

ntdll.dll!7c901230() 	
 	[Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]	
>	crystalspace-1.3-vc9_d.dll!CS::Debug::DebugBreak()  Line 941	C++
 	crystalspace-1.3-vc9_d.dll!CS::Debug::AssertMessage(const char * expr=0x10509454, const char * filename=0x10509d68, int line=226, const char * msg=0x00000000)  Line 82	C++
 	crystalspace-1.3-vc9_d.dll!csKDTree::DebugExit()  Line 226 + 0x23 bytes	C++
 	crystalspace-1.3-vc9_d.dll!csKDTree::DistributeLeafObjects()  Line 465	C++
 	crystalspace-1.3-vc9_d.dll!csKDTree::Distribute()  Line 599	C++
 	dynavis.dll!IntersectSegmentSloppy_Front2Back(csKDTree * treenode=0x163a6e90, void * userdata=0x0012f108, unsigned int cur_timestamp=24161, unsigned int & __formal=0)  Line 2275	C++
 	crystalspace-1.3-vc9_d.dll!csKDTree::Front2Back(const csVector3 & pos={...}, bool (csKDTree *, void *, unsigned int, unsigned int &)* func=0x114473c0, void * userdata=0x0012f108, unsigned int cur_timestamp=24161, unsigned int frustum_mask=0)  Line 795 + 0x13 bytes	C++
 	crystalspace-1.3-vc9_d.dll!csKDTree::Front2Back(const csVector3 & pos={...}, bool (csKDTree *, void *, unsigned int, unsigned int &)* func=0x114473c0, void * userdata=0x0012f108, unsigned int cur_timestamp=24161, unsigned int frustum_mask=0)  Line 809	C++
 	crystalspace-1.3-vc9_d.dll!csKDTree::Front2Back(const csVector3 & pos={...}, bool (csKDTree *, void *, unsigned int, unsigned int &)* func=0x114473c0, void * userdata=0x0012f108, unsigned int cur_timestamp=24161, unsigned int frustum_mask=0)  Line 809	C++
 	crystalspace-1.3-vc9_d.dll!csKDTree::Front2Back(const csVector3 & pos={...}, bool (csKDTree *, void *, unsigned int, unsigned int &)* func=0x114473c0, void * userdata=0x0012f108, unsigned int frustum_mask=0)  Line 857	C++
 	dynavis.dll!csDynaVis::IntersectSegmentSloppy(const csVector3 & start={...}, const csVector3 & end={...})  Line 2470	C++
 	crystalspace-1.3-vc9_d.dll!csColliderHelper::TraceBeam(iCollideSystem * cdsys=0x01e4bc50, iSector * sector=0x26f03548, const csVector3 & start={...}, const csVector3 & end={...}, bool traverse_portals=true, csIntersectingTriangle & closest_tri={...}, csVector3 & closest_isect={...}, iMeshWrapper * * closest_mesh=0x0012f55c, iSector * * end_sector=0x00000000)  Line 464 + 0x1c bytes	C++
 	psclient.exe!psCamera::CalcCollisionPos(const csVector3 & pseudoTarget={...}, const csVector3 & pseudoPosition={...}, iSector * sector=0x26f03548)  Line 1454 + 0x31 bytes	C++
 	psclient.exe!psCamera::DoElasticPhysics(bool isElastic=true, const unsigned int elapsedTicks=56, const psCamera::CameraData & deltaIdeal={...}, iSector * sector=0x26f03548)  Line 1487	C++
 	psclient.exe!psCamera::Draw()  Line 691	C++
 	psclient.exe!psEngine::HandleEvent(iEvent & ev={...})  Line 861	C++
 	psclient.exe!psEngine::EventHandler::HandleEvent(iEvent & ev={...})  Line 229	C++
 	crystalspace-1.3-vc9_d.dll!csEventTree::Dispatch(iEvent & e={...})  Line 576 + 0x10 bytes	C++
 	crystalspace-1.3-vc9_d.dll!csEventTree::Notify()  Line 547	C++
 	crystalspace-1.3-vc9_d.dll!csEventQueue::Notify(const unsigned long & name=)  Line 270	C++
 	crystalspace-1.3-vc9_d.dll!csEventQueue::iTypedFrameEventDispatcher::HandleEvent(iEvent & __formal={...})  Line 257	C++
 	crystalspace-1.3-vc9_d.dll!csEventTree::Dispatch(iEvent & e={...})  Line 576 + 0x10 bytes	C++
 	crystalspace-1.3-vc9_d.dll!csEventTree::Notify()  Line 547	C++
 	crystalspace-1.3-vc9_d.dll!csEventQueue::Notify(const unsigned long & name=)  Line 270	C++
 	crystalspace-1.3-vc9_d.dll!csEventQueue::Process()  Line 290	C++
 	crystalspace-1.3-vc9_d.dll!csDefaultRunLoop(iObjectRegistry * r=0x0133c430)  Line 102	C++
 	psclient.exe!main(int argc=1, char * * argv=0x003f56a0)  Line 1940 + 0xa bytes	C++
 	psclient.exe!__tmainCRTStartup()  Line 582 + 0x19 bytes	C
 	psclient.exe!mainCRTStartup()  Line 399	C
 	kernel32.dll!7c816fd7() 	
Bug Report 1777 NoCriticalClosedAndreas Heinchen Timeout on laanx after client crash is not working prop ...02.07.2008134 Task Description

I crashed on laanx. Even after several minutes, laanx still considers me as connected.

Showing tasks 1 - 50 of 7691 Page 1 of 1541 - 2 - 3 - 4 - 5 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing