SphereServer BugTracker - SphereServer
View Issue Details
0001620SphereServerexecutable - genericpublic03-06-09 19:3821-06-09 01:48
Coruja 
 
normalmajorrandom
closedunable to reproduce 
 
 
09-02-2007
None
None
0001620: Weight infinite loop (Sphere crash)
When some script try to use BOUNCE, EQUIP, CONT or something to give an item to a full-weight player, sometimes the sphere crash and close itself. Maybe it tryes to place the item on player bag, but the weight limit deny, and sphere continues trying causing infinite loop.
BUT I can't confirm the reproducibility, it occour only sometimes.
No tags attached.
Issue History
03-06-09 19:38CorujaNew Issue
03-06-09 19:38CorujaNightly Version => 09-02-2007
03-06-09 19:38CorujaExperimental Flags => None
03-06-09 19:38CorujaOption Flags => None
21-06-09 01:48MrSugarCubeStatusnew => closed
21-06-09 01:48MrSugarCubeNote Added: 0000237
21-06-09 01:48MrSugarCubeResolutionopen => unable to reproduce

Notes
(0000237)
MrSugarCube   
21-06-09 01:48   
Can't reproduce, and also using CONT property will skip weight checks.

It is however possible to force this behaviour using the @[Item]DropOn_Ground trigger (will fire when the item is dropped for being too heavy) with the BOUNCE and EQUIP functions, e.g.:


ON=@ItemDropOn_Ground
    BOUNCE <ACT.UID>
    RETURN 2