0.9 Bug List
From OpenSimulator
(Difference between revisions)
(Check on Mantis 7848 Tmestamps completed by @Diva) |
|||
(24 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
Count down to 0.9 release | Count down to 0.9 release | ||
− | + | Generic bugs: | |
+ | * Check [http://opensimulator.org/mantis/view.php?id=7925 3X CPU use on Mono 4.4.0.182 over 4.2.3.4] | ||
* Check [http://opensimulator.org/mantis/view.php?id=7908 HG TP problems with newer version of mono] (maybe a different root cause?) | * Check [http://opensimulator.org/mantis/view.php?id=7908 HG TP problems with newer version of mono] (maybe a different root cause?) | ||
− | * Check [http://opensimulator.org/mantis/view.php?id=7872 CHANGED_OWNER is not triggered on rez after changing object's ownership] Problem with CHANGED (i have not tested myself) | + | * <strike>Check [http://opensimulator.org/mantis/view.php?id=7872 CHANGED_OWNER is not triggered on rez after changing object's ownership] Problem with CHANGED (i have not tested myself)</strike> |
− | + | ||
* Check [http://opensimulator.org/mantis/view.php?id=7904 Long delays when accessing task inventory] (ongoing bug, low priority) | * Check [http://opensimulator.org/mantis/view.php?id=7904 Long delays when accessing task inventory] (ongoing bug, low priority) | ||
− | * Check [http://opensimulator.org/mantis/view.php?id= | + | * <strike>Check [http://opensimulator.org/mantis/view.php?id=7848 Timestamps and potential wrong use by groups v2 core module of Unix timestamps in OpenSim MySql databases] (probably fixed, check on use of UnixTimeSinceEpoch format time stamps in OpenSim/Addons/Groups/GroupsModule.cs requested)</strike> |
* (WIP) Check [http://opensimulator.org/mantis/view.php?id=7910 Setting PRIM_FLEXIBLE with llSetPrimitiveParams corrupts PRIM_TYPE] related to [http://opensimulator.org/mantis/view.php?id=7896 this] has patch incl | * (WIP) Check [http://opensimulator.org/mantis/view.php?id=7910 Setting PRIM_FLEXIBLE with llSetPrimitiveParams corrupts PRIM_TYPE] related to [http://opensimulator.org/mantis/view.php?id=7896 this] has patch incl | ||
+ | * <strike>Check [http://opensimulator.org/mantis/view.php?id=7932 llRezObject with vel] (ongoing bug)</strike> (not a bug) | ||
* <strike>Check [http://opensimulator.org/mantis/view.php?id=7929 Deeding full perm object to group makes it not available for sale] (ongoing bug)</strike> | * <strike>Check [http://opensimulator.org/mantis/view.php?id=7929 Deeding full perm object to group makes it not available for sale] (ongoing bug)</strike> | ||
* <strike>Check [http://opensimulator.org/mantis/view.php?id=7861 llEdgeOfWorld fails most of the time in a 1x1 region] also an issue in varregions. [http://opensimulator.org/mantis/view.php?id=7860 Here] (ongoing bug)</strike> | * <strike>Check [http://opensimulator.org/mantis/view.php?id=7861 llEdgeOfWorld fails most of the time in a 1x1 region] also an issue in varregions. [http://opensimulator.org/mantis/view.php?id=7860 Here] (ongoing bug)</strike> | ||
− | Regressions: | + | Regressions (worked in 0.8.2 but doesn't work in 0.9 dev): |
− | * Check [http://opensimulator.org/mantis/view.php?id=7836 Next owner permissions are not able to be set in inventory] Should work either way: on rezzed object or from inventory | + | * <strike>Check [http://opensimulator.org/mantis/view.php?id=7960 llAttachToAvatarTemp() child prims not rezzing as part of hud] worked in earlier 0.9 builds, possible its related to robust services as reverting simulator doesn't help</strike> |
− | * Check [http://opensimulator.org/mantis/view.php?id= | + | * <strike>Check [http://opensimulator.org/mantis/view.php?id=7836 Next owner permissions are not able to be set in inventory] Should work either way: on rezzed object or from inventory</strike> |
− | * Check [http://opensimulator.org/mantis/view.php?id= | + | * (WIP)Check [http://opensimulator.org/mantis/view.php?id=7935 Assets not being transferred on HG TPs] (regression) |
− | * Check [http://opensimulator.org/mantis/view.php?id= | + | * <strike>Check [http://opensimulator.org/mantis/view.php?id=7819 volume detect and collisions do not work proprely] Mantis closed as fixed</strike> |
+ | * <strike>Check [http://opensimulator.org/mantis/view.php?id=7942 llTriggerSound is not working correctly] Tested and confirmed. (regression)</strike> | ||
+ | * <strike>Check [http://opensimulator.org/mantis/view.php?id=7933 UserTitle is not working] (regression) </strike> | ||
+ | * <strike>Check [http://opensimulator.org/mantis/view.php?id=7934 Telehubs and grid gods/ region owners] (regression)</strike> | ||
* <strike>Check [http://opensimulator.org/mantis/view.php?id=7928 show grid size reporting 0 km squared] This works in 0.8 but fails in 0.9 (regression)</strike> | * <strike>Check [http://opensimulator.org/mantis/view.php?id=7928 show grid size reporting 0 km squared] This works in 0.8 but fails in 0.9 (regression)</strike> | ||
* <strike>Check [http://opensimulator.org/mantis/view.php?id=7858 llDie() leaves prim in region] Seems the prims are deleted but the viewer isn't getting updated. (regression)</strike> | * <strike>Check [http://opensimulator.org/mantis/view.php?id=7858 llDie() leaves prim in region] Seems the prims are deleted but the viewer isn't getting updated. (regression)</strike> |
Latest revision as of 01:11, 18 January 2017
Count down to 0.9 release
Generic bugs:
- Check 3X CPU use on Mono 4.4.0.182 over 4.2.3.4
- Check HG TP problems with newer version of mono (maybe a different root cause?)
-
Check CHANGED_OWNER is not triggered on rez after changing object's ownership Problem with CHANGED (i have not tested myself) - Check Long delays when accessing task inventory (ongoing bug, low priority)
-
Check Timestamps and potential wrong use by groups v2 core module of Unix timestamps in OpenSim MySql databases (probably fixed, check on use of UnixTimeSinceEpoch format time stamps in OpenSim/Addons/Groups/GroupsModule.cs requested) - (WIP) Check Setting PRIM_FLEXIBLE with llSetPrimitiveParams corrupts PRIM_TYPE related to this has patch incl
-
Check llRezObject with vel (ongoing bug)(not a bug) -
Check Deeding full perm object to group makes it not available for sale (ongoing bug) -
Check llEdgeOfWorld fails most of the time in a 1x1 region also an issue in varregions. Here (ongoing bug)
Regressions (worked in 0.8.2 but doesn't work in 0.9 dev):
-
Check llAttachToAvatarTemp() child prims not rezzing as part of hud worked in earlier 0.9 builds, possible its related to robust services as reverting simulator doesn't help -
Check Next owner permissions are not able to be set in inventory Should work either way: on rezzed object or from inventory - (WIP)Check Assets not being transferred on HG TPs (regression)
-
Check volume detect and collisions do not work proprely Mantis closed as fixed -
Check llTriggerSound is not working correctly Tested and confirmed. (regression) -
Check UserTitle is not working (regression) -
Check Telehubs and grid gods/ region owners (regression) -
Check show grid size reporting 0 km squared This works in 0.8 but fails in 0.9 (regression) -
Check llDie() leaves prim in region Seems the prims are deleted but the viewer isn't getting updated. (regression) -
Check Parcel properties don't take effect when entering parcel should be an easy fix, solution in mantis. (regression) -
Check Objects are not set to the group, when they are rezzed or created Noticed this and also some llDetectedGroup issues (regression) -
Check Edit particle beam is missing again (regression) -
Check PrimLimitsModule does not work correctly after selling land Previously worked fine on 0.8.x (regression) -
Check Joined group does not display in viewer until after a relog More group issues. another update issue? (regression)