[Opensim-dev] What format should be used with region_info_source = web

Jeff Kelley opensim at pescadoo.net
Wed Nov 25 09:59:43 UTC 2015


The text version doesn't work.

I tried the XML format documented here
http://opensimulator.org/wiki/OpenSim_0.6.6_legacy_configuration_information
and it bombs at CheckRegionsForSanity.

I tried the Nini format discussed here
http://opensimulator.org/pipermail/opensim-dev/2014-April/024752.html
and it bombs at XmlConfigureSource.LoadSections.

Failing examples:

<Section name="Region_1"><key name="RegionName" value="Reg01" /><key 
name="RegionUUID" value="27751610-ee06-40d4-b35d-0d3efe37cbf7" /><key 
name="Location" value="4001,4000" /><key name="InternalPort" 
value="9101" /><key name="InternalAddress" value="0.0.0.0" /><key 
name="AllowAlternatePorts" value="false" /><key 
name="ExternalHostName" value="88.161.20.136" /></Section>


<Section name="Region_1"><key name="RegionUUID" 
value="186df228-71e7-4890-aa9e-1349605ac7c0" /><key name="name" 
value="Reg01" /><key name="location_x" value="4001" /><key 
name="location_y" value="4000" /><key name="InternalPort" 
value="9101" /><key name="internal_ip_address" value="0.0.0.0" /><key 
name="allow_alternate_ports" value="false" /><key 
name="external_host_name" value="88.161.20.136" /></Section>


What is the correct format for loading from web?


Opensim 0.8.2.0


-- Jeff



More information about the Opensim-dev mailing list