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:
http://forum.openscenegraph.org/viewtopic.php?p=67969#67969





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 of the
osgPlugins directory is on your library path.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[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:
http://forum.openscenegraph.org/viewtopic.php?p=67966#67966





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=42209#42209





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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:
http://forum.openscenegraph.org/viewtopic.php?p=42210#42210





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 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 attach my DLL.

 what I can do? can't I write my own plugin?

You can write plugins, the plugins are found on the OSG_LIBRARY_PATH
and need to take the form of osgdb_externsion.dll/.so.

You can also preload plugins and these will work automatically.  You
can even just inline your plugin into your main application and it'll
work.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[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 attach my DLL.

what I can do? can't I write my own plugin?
... 

Thank you!

Cheers,
abc9804

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=14082#14082





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org