Inventory

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Layout Only)
m (Added link to Inventoryfolders wiki page.)
Line 10: Line 10:
 
* My Suitcase - type 100 (earlier versions of OpenSim may have allocated type 8 or 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???)
 
* Subfolders of My Suitcase should be given type -1 (TBC???)
 +
 +
See also wiki page on [[Inventoryfolders]].
  
 
== Issue List ==
 
== Issue List ==

Revision as of 03:28, 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???)

See also wiki page on Inventoryfolders.

Issue List

Check Inventory Script

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

General
About This Wiki