Hi Donn,

I've just run osgthirdpersonview on a txp database and it immediately
crashed, I also tried a database generated by VirtualPlanetBuilder and
while it didn't crash right away it did eventually hang.  I haven't
done any debugging yet to divine what might be amiss, but at least I
can confirm that the problem is reproducible.

In experimentation change the threading model to SingleThreaded did
allow the osgthirdpersonview to work.  Could you confirm this at your
end by doing:

  export OSG_THREADING=SingleThreaded

Or similar env var setting, then run your app/osgthirdpersonview to
see how you get on.

Robert.

On Thu, Jun 12, 2008 at 11:32 PM, Mielcarek, Donn
<[EMAIL PROTECTED]> wrote:
> Has anyone been using a Composite Viewer with multiple
> views and a TXP database?
>
> I have a viewer with a second view that sits in
> one place within the database.  I can add whatever
> I want to the second view.
>
> It works fine unless I call:
>
> view2->setSceneData(databasenodes);
>
> where databasenodes is a TXP database.
>
> The scene comes up in the second view until I start
> to fly around within the database, then it dies.
> I'm thinking the TXP plugin has a problem
> maintaining two views.
>
> d
>
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to