<div dir="ltr">I just checked in code for GridService that checks for variable sized region (varregion) overlap when regions are registered. This checks if an existing varregion overlaps a region being registered and if the region being registered overlaps any existing regions.<div>
<br></div><div>One problem (besides possible bugs) is that, since OpenSim doesn't de-register regions, it is possible that there are old region entries that overlap. In this case, the simulator will not start up because the initial region setup/registration fails. For this case, while one goes back and cleans up the region database, the parameter:</div>
<div>[GridService]</div><div>   SuppressVarregionOverlapCheckOnRegistration=true</div><div><br></div><div>can be set. There will still be warnings output in the simulator log file (OpenSim.log) that you can use to find the offending region entries, but the simulator will boot up as before.</div>
<div><br></div><div>If you find problems with this code, report it on <a href="http://opensimulator.org/mantis/view.php?id=7273">http://opensimulator.org/mantis/view.php?id=7273</a> .</div><div><br></div><div>-- mb</div></div>