Inventory

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Layout only)
(Correct type numbers listed - to be checked.)
Line 3: Line 3:
 
Prior to 2022 viewers accepted any form of inventory outside of completely malformed setups. Some viewers now have code designed to validate whether the inventory structure is properly setup. Earlier versions of OpenSim prior to 2015 have some inventory structure and folder types that can cause inventory to fail to load or can cause login to be blocked entirely.
 
Prior to 2022 viewers accepted any form of inventory outside of completely malformed setups. Some viewers now have code designed to validate whether the inventory structure is properly setup. Earlier versions of OpenSim prior to 2015 have some inventory structure and folder types that can cause inventory to fail to load or can cause login to be blocked entirely.
  
See https://jira.firestormviewer.org/browse/FIRE-31634 - Firestorm JIRA FIRE-31634 Opensim - Inventory doesn't load on some grids.
+
= Valid Folder Structure and Type Numbers =
 +
 
 +
THIS TO BE CHECKED.
 +
 
 +
* Top Level "Inventory" or "My Inventory" folder - type 8 (earlier versions of OpenSim may have allocated type 9 to this folder)
 +
* My Suitcase - type 100 (earlier versions of OpenSim may have allocated type 8 or 9 to this folder)
 +
* Subfolders of My Suitcase should be given type -1 (TBC???)
 +
 
 +
= Issue List =
 +
 
 +
* http://opensimulator.org/mantis/view.php?id=8997 - OpenSimulator Mantis 8997 - Inventory Validation Checks in Recent Viewers Causes Issues for Inventory Folders with wrong type numbers.
 +
* https://jira.firestormviewer.org/browse/FIRE-31634 - Firestorm JIRA FIRE-31634 Opensim - Inventory doesn't load on some grids.
 +
 
 +
= Check Inventory Script =
  
 
See also [[Check_inventory_script]] for advice and a PHP script which can help fix some inventory type issues.
 
See also [[Check_inventory_script]] for advice and a PHP script which can help fix some inventory type issues.

Revision as of 03:25, 14 May 2022

Stub page for inventory issues.

Prior to 2022 viewers accepted any form of inventory outside of completely malformed setups. Some viewers now have code designed to validate whether the inventory structure is properly setup. Earlier versions of OpenSim prior to 2015 have some inventory structure and folder types that can cause inventory to fail to load or can cause login to be blocked entirely.

Valid Folder Structure and Type Numbers

THIS TO BE CHECKED.

  • Top Level "Inventory" or "My Inventory" folder - type 8 (earlier versions of OpenSim may have allocated type 9 to this folder)
  • My Suitcase - type 100 (earlier versions of OpenSim may have allocated type 8 or 9 to this folder)
  • Subfolders of My Suitcase should be given type -1 (TBC???)

Issue List

Check Inventory Script

See also Check_inventory_script for advice and a PHP script which can help fix some inventory type issues.

Personal tools
General
About This Wiki