Yeah that sounds like Arghhhh<br><br>There does not seem to be a clear something wich crashes the 2 regions.<br>Seems like geussing what it is, it could be something on the regions.<br><br>Maybe some prims with impossible possitions ? <br>
Try the following query on your database and see if any prims pop up ?<br><br>SELECT * FROM `prims` WHERE `GroupPositionX` < 0 OR `GroupPositionY` < 0<br><br>Or could it be some scripts or physics ?<br>Try disabling physics in opensim.ini with<br>
<br>physical_prim = false<br><br>Or set the scriptengines off bij setting<br><br><span lang="DE"><font size="3">Enabled = false<br><br>in the xengine and </font></span><span lang="DE"><font size="3">DotNetEngine sections</font></span><br>
<br>