[Opensim-users] OpenSim 0.7 upgrade - phantom objects

Justin Clark-Casey jjustincc at googlemail.com
Wed Jul 28 21:39:36 UTC 2010


On 28/07/10 20:47, Clive Gould wrote:
> Hi
>
> Thanks for the prompt feedback :)
>
> 1) I've solved the problem with the phantom objects. The objects were
> not marked as phantom, but were behaving as phantom. During the
> upgrade, in editing OpenSim.ini I has set CombineContiguousRegions =
> false, whereas before the upgrade this had been set to true. Setting
> this parameter back to true and restarting the simulator solved the
> problem and the objects are no longer phantom :)
>
> 2) Some of the linked objects originally imported from SL have now
> reappeared, some appear occasionally after a simulator restart/client
> cache clear, and some are invisible/uneditable but can't be walked
> through!

If an object has turned invisible but can't be walked through then this suggests that the object information has got 
lost between the server and the client.  This is usually due to network bandwidth issues though it may also only show up 
after a configuration/version change.  Symptoms are that objects reappear on relogs and disappearance is not consistent. 
  The chief solution is to reduce network bandwidth usage in the viewer settings.

I'm surprised if this problem is showing up on a LAN though.

>
> I have found comment stripping invaluable in getting a manageable
> version of OpenSim.ini. Can I please put in a plea? When future
> releases of OpenSim come out and someone creates OpenSim.ini.example
> can they please put all ; delimited comments on a separate line and
> also remove any unnecessary semi-colons?
>
> Lines such as
>
> http_listener_ssl_cert = "" ; Currently unused, but will be used for
> OSHttpServer
> enabled = true;
>
> make using grep -v ";" much harder to use for comment stripping ;)

You need to use a regex more like grep -ve "^\s*;" or something :), as Robert suggested.

>
> Thanks everyone
>
> Clive
>
>
>
>
> --------------------------------------------------------------------------------
>
> On 28/07/10 12:56, Clive Gould wrote:
>> Hi
>>
>> I've just upgraded out test server from opensim-0.6.9 to opensim-0.7
>>
>> We're running under mono and Linux.
>>
>> 1) Can anyone suggest, why after the upgrade certain objects that were
>> not phantom before are behaving as if they were phantom now? (Many of
>> these objects were originally derived from an OAR import)
>
> Are they actually marked phantom or just behaving that way?
>
> If they're not marked then it might be related to this issue
>
> http://opensimulator.org/mantis/view.php?id=4716
>
> The mantis is assigned to me but I haven't had a chance to look
> further into it and might still not for some time.  So
> if anybody else wants to fix it please feel free.
>
>>
>> 2) Also any ideas why another set of linked objects originally
>> imported from SL has become invisible since the upgrade? I cannot see
>> them and I cannot edit them, but at the same time I cannot walk
>> through where they used to be either as something is getting in my
>> way!
>
> I believe there are still quite a few bugs relating to linked objects
> - you might have got unlucky.
>
> You could try to restore the object by saving it to inventory and
> re-rezzing it in the old OpenSim version, or perhaps
> by saving it to an IAR in the old version and loading it back into the new.
>


-- 
Justin Clark-Casey (justincc)
http://justincc.org
http://twitter.com/justincc



More information about the Opensim-users mailing list