I just ran OpenSceneGraph/runexamples.bat and this got all the way
through with only one error - osgtexture3D failed with the error:

XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 68 requests (68 known processed) with 0 events remaining.

Running osgtexture3D again doesn't result in an error. My guess this
is thread timing issue and there is something amiss in X11/GLX libs
that the OSG is sensitive too.  Unfortunately this type of problem may
well be rather awkward to pin down.  It may well be a case for finding
a workaround, perhaps something as crude as adding a short delay in
the context setup, or some extra checks and waits for X11/GLX to do
all that it needs to before the osgViewer starts running
multi-threaded.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to