Anonymous | Login | Signup for a new account | 19-04-25 21:18 CEST | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||
ID | Project | Category | View Status | Date Submitted | Last Update | |
0001853 | SphereServer | executable - generic | public | 14-11-10 15:17 | 14-11-10 18:18 | |
Reporter | Ordonez | |||||
Assigned To | MrSugarCube | |||||
Priority | low | Severity | crash | Reproducibility | always | |
Status | closed | Resolution | no change required | |||
Platform | OS | OS Version | ||||
Product Version | 20-09-2009, 0.56b Prerelease | |||||
Target Version | Fixed in Version | |||||
Summary | 0001853: @unequip + remove -> crash | |||||
Description | Server crashes due no item is put on the backpack or the dragging layer. | |||||
Steps To Reproduce | Create any wereable item with: on=@unequip remove Try to pick it up from paperdoll, or to equip another item in same layer. | |||||
Additional Information | There is no triggered way to prevent the unequipment, due @unequip doesnt has "return" values. None of the @pickup_xxxx triggers do when you pick it up from the paperdoll. There is no way to prevent unequipment without a char event with @equiptest on it. Internal build #1256, Apr 6 2010 (but i think it still crashes in newer ones) | |||||
Tags | No tags attached. | |||||
Nightly Version | Automated (specify build number) | |||||
Experimental Flags | None | |||||
Option Flags | Command_Sysmsgs, NoHouseMuteSpeech | |||||
Internal Build Number | 1256 | |||||
Attached Files | ![]() | |||||
![]() |
||||||
|
![]() |
|
(0000757) MrSugarCube (administrator) 14-11-10 18:18 |
The crash is the result on an infinite loop caused by your script. When an item is deleted it has to be unequipped first, which will cause the @UnEquip trigger to fire. Since @UnEquip fires before the item has finished unequipping, calling REMOVE will cause Sphere to attempt to unequip the item again (which in turn fires @UnEquip again, and so on). |
![]() |
|||
Date Modified | Username | Field | Change |
14-11-10 15:17 | Ordonez | New Issue | |
14-11-10 15:17 | Ordonez | File Added: infiniteloop.JPG | |
14-11-10 17:36 | MrSugarCube | Relationship added | duplicate of 0001769 |
14-11-10 18:18 | MrSugarCube | Note Added: 0000757 | |
14-11-10 18:18 | MrSugarCube | Status | new => closed |
14-11-10 18:18 | MrSugarCube | Assigned To | => MrSugarCube |
14-11-10 18:18 | MrSugarCube | Resolution | open => no change required |
Copyright © 2000 - 2010 MantisBT Group |