Hi Bryan, > Warning: Could not find plugin to read objects from file "Images/lz.rgb"
Do you have the OSG binaries on your PATH? Where you installed, you should have a osgPlugins-(version) subdirectory. In there you should have an osgdb_rgb.dll file, which is the plugin it's looking for. Note that the *parent* of the osgPlugins-(version) directory should be on your PATH, not the directory itself. When debugging this kind of problem, set OSG_NOTIFY_LEVEL=DEBUG and re-run the app. It will print messages to the console which should help you. Also, if you're on Windows, when building from source you should always build the INSTALL target unless you really know what you're doing (make sure you set CMAKE_INSTALL_PREFIX to where you want your binaries when you generated the project files in CMake). See http://www.openscenegraph.org/projects/osg/wiki/Support/PlatformSpecifics/VisualStudio for the general procedure to follow... Also, 2.0 is pretty old, you could at least upgrade to 2.2 if not to one of the dev releases or SVN. There have been build fixes on Windows since 2.0 which you will not have. Hope this helps, J-S -- ______________________________________________________ Jean-Sebastien Guay [EMAIL PROTECTED] http://www.cm-labs.com/ http://whitestar02.webhop.org/ _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

