Re: [osg-users] [osgPlugins] Could not find plugin to read objects from file

2016-07-02 Thread Christos Chatzivagias
Hi, Yes!!! Robert you are right the executable wasn't able to find the osgPlugin libs i solve it by install them on the local system lib directory!! consider the issue solved ... Thank you! Cheers, Christos -- Read this topic online here:

Re: [osg-users] [osgPlugins] Could not find plugin to read objects from file

2016-07-02 Thread Robert Osfield
On 2 July 2016 at 14:45, Christos Chatzivagias wrote: > Hi, > I had a problem with loading cessna.osg the application output is "Could not > find plugin to read objects from file" i gave the absolute file in the code You'll need to set your system up so the parent directory

[osg-users] [osgPlugins] Could not find plugin to read objects from file

2016-07-02 Thread Christos Chatzivagias
Hi, I had a problem with loading cessna.osg the application output is "Could not find plugin to read objects from file" i gave the absolute file in the code ... Thank you! Cheers, Christos -- Read this topic online here:

Re: [osg-users] [osgPlugins] could not find plugin to read objects from file

2011-08-24 Thread William Hutama
Hi, I cant seem to load png image when running OSG on iOS. Im using osg version from github-stmh-osg. (somehow I cant post url). The error message on Xcode console was: Warning: Could not find plugin to read objects from file grid.png Please kindly advice. Thank you! Cheers, William

Re: [osg-users] [osgPlugins] could not find plugin to read objects from file

2011-08-24 Thread William Hutama
Ah pardon me. I managed to answer my own question (I was about to give up before realizing this),.. I forgot that I commented out USE_OSGPLUGIN(imageio) in osgPlugins.h, and also, forgot to link ImageIO.framework to the target.. Cheers, William -- Read this topic online here:

Re: [osg-users] [osgPlugins] could not find plugin to read objects from file

2009-06-20 Thread Robert Osfield
Hi Wang? Xianghua? (I'm sure you friends and associates won't call you something as dumb as abc9804 so could you please sign with just a human name so we know how to properly address you :) On Wed, Jun 17, 2009 at 1:47 PM, Wang Xianghuaxhwang...@126.com wrote: could I write a new plugin which

[osg-users] [osgPlugins] could not find plugin to read objects from file

2009-06-19 Thread Wang Xianghua
Hi, could I write a new plugin which transfers my file to osg, and I want use the command: osgviewer myfile and I am sure I can transfer myfile to Geode*. but, when the program run, the warning: could not find plugin to read objects from file... Also, I set the PATH and OSG_LIBRARY_PATH to