Hi John, On Mon, Sep 28, 2009 at 3:36 PM, Montgomery, John T. <[email protected]> wrote: > Not clear why, but... > > Each time I was running from within C:\OSG_dev\OSG-Data and therefore, using > only 'introduction.p3d' > However, running from 'C:\Documents and Settings' - thus requiring a > full-path for the input file - ' C:\OSG_dev\OSG-Data\introduction.p3d' > It worked!
I'm not clear on why either... but my guess is that there must be a difference in the current working directory setting or the OSG_FILE_PATH env var that is being picked up in these different instances. Running with a full path will avoid the need for being in the correct directory or having OSG_FILE_PATH set up. One way to investigate these issues is to set the env var OSG_NOTIFY_LEVEL to DEBUG and then run the app, and watch the output to the console, as it'll list where it's looking for files. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

