Have you tried osgviewer "D:\\LABs\\òåïëî\\lab4\\bin\\osg\\all.osg"
other than that you need to debug and walk through the functions in your debuger to see what call it fails on or what might be affecting your filenmane string etc.. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of GMD GammerMaxyandex.ru Sent: Wednesday, February 27, 2008 8:32 AM To: [email protected] Subject: Re: [osg-users] readNodeFile function couldn't find and readfilename with russian letters >set OSG_NOTIFY_LEVEL=DEBUG >osgviewer D:/LABs/òåïëî/lab4/bin/osg/all.osg GraphicsContext::setWindowingSystemInterface() 00EEE7C0 10189220 CullSettings::readEnvironmentalVariables() Render::Render() 00EE3170 CullSettings::readEnvironmentalVariables() CullSettings::readEnvironmentalVariables() CullSettings::readEnvironmentalVariables() CullSettings::readEnvironmentalVariables() CullSettings::readEnvironmentalVariables() _availableQueue.size()=2 DriveManipulator::_height set to ==1.5 CullSettings::readEnvironmentalVariables() Render::Render() 01B99700 CullSettings::readEnvironmentalVariables() CullSettings::readEnvironmentalVariables() CullSettings::readEnvironmentalVariables() CullSettings::readEnvironmentalVariables() _availableQueue.size()=2 CullSettings::readEnvironmentalVariables() Render::Render() 01B9BF98 CullSettings::readEnvironmentalVariables() CullSettings::readEnvironmentalVariables() CullSettings::readEnvironmentalVariables() CullSettings::readEnvironmentalVariables() _availableQueue.size()=2 itr='D:\DEVELOP\OSG\OpenSceneGraph-2.3.2\bin' FindFileInPath() : trying D:\DEVELOP\OSG\OpenSceneGraph-2.3.2\bin\osgplugins-2.3.2\osgdb_osg.dll ... FindFileInPath() : USING D:\DEVELOP\OSG\OpenSceneGraph-2.3.2\bin\osgplugins-2.3.2\osgdb_osg.dll CullSettings::readEnvironmentalVariables() CullSettings::readEnvironmentalVariables() Opened DynamicLibrary osgPlugins-2.3.2/osgdb_osg.dll FindFileInPath(D:/LABs/?????/lab4/bin/osg/all.osg): returning D:/LABs/?????/lab4/bin/osg/all.osg D:\DEVELOP\OSG\OpenSceneGraph-2.3.2\bin\osgviewer.EXE: No data loaded Viewer::~Viewer():: start destructor getThreads = 0 Viewer::~Viewer() end destrcutor getThreads = 0 Destructing osgViewer::View Render::~Render() 01B99700 Render::~Render() 01B9BF98 Destructing osg::View Render::~Render() 00EE3170 Done destructing osg::View GraphicsContext::setWindowingSystemInterface() 00000000 10189220 Closing DynamicLibrary osgPlugins-2.3.2/osgdb_osg.dll 27.02.08, 16:20, "Robert Osfield" <[EMAIL PROTECTED]>: > Hi, > I can't think of any changes between 1.x and 2.x that should have > introduced an issue like this, so I really can't point you in any > particular direction. > The best thing you can do is investigate it at your end. The first > step would be to enable verbose debugging messages to find out whether > the file is being searched for correctly. Enable verbose debugging > via: > set OSG_NOTIFY_LEVEL=DEBUG > osgviewer D:/LABs/òåïëî/lab4/bin/osg/all.osg > On Wed, Feb 27, 2008 at 1:02 PM, GMD GammerMaxyandex.ru > <[EMAIL PROTECTED]> wrote: > > > > osg::Node* loadedModel = > > osgDB::readNodeFile("D:/LABs/òåïëî/lab4/bin/osg/all.osg"); > > output: Warning: Could not find plugin to read objects from file "D:/LABs/òåïëî/lab4/bin/osg/all.osg". > > > > osg::Node* loadedModel = osgDB::readNodeFile("D:/LABs/NOT RUSSIAN > > LETTERS/lab4/bin/osg/all.osg"); > > - all OK! > > > > > > 27.02.08, 15:53, "GMD GammerMaxyandex.ru" <[EMAIL PROTECTED]>: > > > > > > > > > readNodeFile function couldn't find and read filename with russian letters(if filename contains russian letters). > > > This promlem is specific for OSG version up 2.0. > > > This problem was not exist at 1.x versions. > > > Can somebody help me? > > > example: > > > > osg::Node* loadedModel = > > osgDB::readNodeFile((std::string)"c:\??????\1.osg"); > > > > > not work! > > > Thanks in advance > > > _______________________________________________ > > > osg-users mailing list > > > [email protected] > > > > > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegrap > > h.org > > > > -- > > ??? ?????: ???????? ?????? ?? ??????.?????? > > http://fotki.yandex.ru/hall-of-fame/ > > > > > > _______________________________________________ > > osg-users mailing list > > [email protected] > > > > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegrap > > h.org > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph. > org -- ??? ?????: ???????? ?????? ?? ??????.?????? http://fotki.yandex.ru/hall-of-fame/ _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

