Hi, Am 11.10.10 18:51, schrieb Thomas Dickerson: > I'm recompiling a debug build now and setting XCode up to debug a shared > library, but I'm not sure what information would be helpful to you? Debugging > is usually an interactive process, so without more specificity than "use a > debugger" I can't do much more than take a screenshot, or upload a zip with > my plugin source and the test file I'm using for input for someone to run the > debugger themselves.
One important info you gave with your last mail: you are using Mac OS X where the image-reading is done via quicktime / imageio. Please check your cmake-configuration and report back, what image-plugin is compiled for your project. The chance is high, that you encountered a bug. Nevertheless you can still compile the png-plugin using libpng, but you'll have to preload it before you load any png-file,as osgDB::Registry tries to load imageio/quicktime on OS X. HTH, Cheers, _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

