Re: [osg-users] readNodeFile function couldn't find and read filename with russian letters

2008-02-27 Thread Robert Osfield
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

[osg-users] readNodeFile function couldn't find and read filename with russian letters

2008-02-27 Thread GMD GammerMaxyandex.ru
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 =

Re: [osg-users] readNodeFile function couldn't find and read filename with russian letters

2008-02-27 Thread GMD GammerMaxyandex.ru
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()

Re: [osg-users] readNodeFile function couldn't find and read filename with russian letters

2008-02-27 Thread GMD GammerMaxyandex.ru
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!