I am not able to help you with this problem, but I am a bit confused as to why you have this specified >
<Key Name ="SizeX" Value = "256" /> <Key Name ="SizeY" Value = "256" /> <Key Name ="SizeZ" Value = "4096" /> SizeZ is not actually used for anything and should not be set, and if your doing 256m regions you do not actually need to specify X or Y 256 is the default. On Wed, Jul 9, 2014 at 11:17 AM, David Saunders <[email protected]> wrote: > Hey, > > I been working on migrating my grid from 0.7.6 to 0.8.0. And I load my > region data via a web server (as pointed by regionload_webserver_url in > startup). I remember reading a patch about removing the old format for > this, apparently I am using the old format. > > I search the world over.. Delved into the code.. I tried using the > current ini on a nini xml format and still get no region data found. > > What I have for 7.6: > > <Regions><Root><Config sim_UUID="102b4f34-9999-46eb-a294-22d32b667ae0" > sim_name="Training Grounds" sim_location_x="9997" sim_location_y="9991" > object_capacity="10000" internal_ip_address="0.0.0.0" internal_ip_port=" > 9121" external_host_name="127.0.0.1" sim_size_x="256" sim_size_y="256" > sim_size_z="4096" /> </Root> > </Regions> > > > my last atempt 0.8.0 > > > <Nini> <Section Name="Training Grounds" > <Key Name ="RegionUUID" Value = > "102b4f34-9999-46eb-a294-22d32b667ae0" /> <Key Name ="Location" Value = " > 9997,9991" /> <Key Name ="RegionLocX" Value = "9997" /> <Key Name =" > RegionLocY" Value = "9991" /> <Key Name ="MaxPrims" Value = "10000" /> <Key > Name ="InternalAddress" Value = "0.0.0.0" /> <Key Name ="InternalPort" > Value = "9121" /> <Key Name ="ExternalHostName" Value = "127.0.0.1" /> <Key > Name ="SizeX" Value = "256" /> <Key Name ="SizeY" Value = "256" /> <Key > Name ="SizeZ" Value = "4096" /> </Section></Nini> > > > I appreciate any help in resolving this > Thanks > > David > > _______________________________________________ > Opensim-dev mailing list > [email protected] > http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev > > -- Michael Emory Cerquoni
_______________________________________________ Opensim-dev mailing list [email protected] http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev
