Hi Gerrit, Gerrit Voss wrote: > Hi, > > On Mon, 2009-02-09 at 17:17 +0000, Christoph Schmidt-Hieber wrote: >> Gerrit Voss wrote: >>> Hi, >>> >>> >>> Hmm, good and not good ;-). Good as the fallback does seem to work as >>> expected, not good as it is still crashing ;-(. >>> >>> Do you have any other OpenGL program on this machine, something like >>> glxgears you could try to see if is an OpenSG only problem. >>> >> glxgears works fine, as do glxheads and glxdemo. >> > > ok, than it seems we trigger something inside the driver. To narrow > it down the best way is to disable extensions and see if we find a > particular one that suppresses the crash. > > For a start can you (after updating to todays svn) remove the > comment from the > > # ignoreExtensions [ "ALL" ] > > line in Common/system-native.osg > > That should disable all extensions. If it works, we can start > to narrow down which extension is causing the problem, fingers > crossed.
Disabling all extensions resulted in the same crash, so I figured that something must be wrong with the libraries that I'm linking against. It turned out that some headers (glut.h and others) didn't match the libraries because of my include path. After removing these headers, the examples run fine. Thanks for your time and help, Christoph ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
