Re: [osg-users] Problem loading plugins

2008-06-14 Thread Peter Wraae Marino
Hi Gael,

A couple of things.. i can see it's a dll so I'm assuming windows.

1. Have you compiled the plugins? see if they actually do exist.
2. Have you set your environment variables so osg can find the plugins?

regards
Peter Wraae Marino

http://osghelp.com



On Fri, Jun 13, 2008 at 11:29 PM, [EMAIL PROTECTED] wrote:

 Hello,

 Here is what the DEBUG log says when I try to load a 3DS file:

 DynamicLibrary::failed loading osgPlugins-2.4.0/osgdb_3ds.dll
 Warning: Could not find plugin to read objects from file .\minotaur.3ds.

 It is the same message with the other plugins...

 Thanks in advance for your any help!


 Gael


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

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


Re: [osg-users] Problem loading plugins

2008-06-14 Thread Gordon Tomlinson
Other things to check/understand
 
If you are using MikeW's pre-build 3rdParty packaged files you should  be
using Visual Studio 2005 and VS SP1 must be installed 
( other wise you must build them your self)
 
Note you cannot use MikeW's 3rd party prebuilt package with VS2003 or
VS2008, if you are doing this then you will have to build all the 3rdParty
dependencies yourself
 
Ensure you are building your application with /MD in release and  /MDd in
debug
 
Also make sure you are not mixing debug and release libs, this is a big No
No under windozes
 
Make sure you are NOT picking up older or other versions of files that you
may have on your machine
 
Also Search the list archives this has been discussion quite a lot recently.
it seems alot of users are using the Free Visual Studio Express 2005 and
have not installed VS SP1

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter Wraae
Marino
Sent: Saturday, June 14, 2008 1:50 AM
To: OpenSceneGraph Users
Subject: Re: [osg-users] Problem loading plugins


Hi Gael,
 
A couple of things.. i can see it's a dll so I'm assuming windows.
 
1. Have you compiled the plugins? see if they actually do exist.
2. Have you set your environment variables so osg can find the plugins?
 
regards
Peter Wraae Marino
 
http://osghelp.com http://osghelp.com/ 


 
On Fri, Jun 13, 2008 at 11:29 PM, [EMAIL PROTECTED] wrote:


Hello,

Here is what the DEBUG log says when I try to load a 3DS file:

DynamicLibrary::failed loading osgPlugins-2.4.0/osgdb_3ds.dll
Warning: Could not find plugin to read objects from file .\minotaur.3ds.

It is the same message with the other plugins...

Thanks in advance for your any help!


Gael


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



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


[osg-users] Problem loading plugins

2008-06-13 Thread gael
Hello,

Here is what the DEBUG log says when I try to load a 3DS file:

DynamicLibrary::failed loading osgPlugins-2.4.0/osgdb_3ds.dll
Warning: Could not find plugin to read objects from file .\minotaur.3ds.

It is the same message with the other plugins...

Thanks in advance for your any help!


Gael


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


Re: [osg-users] Problem loading plugins

2008-06-13 Thread Paul Martz
It could be that you have multiple versions of OSG installed on your system,
and your runtime is different from what you linked with.

Many people experience problems loading plugins, and this is discussed
fairly often. Have you checked the archives for the past few weeks?
   -Paul


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of [EMAIL PROTECTED]
 Sent: Friday, June 13, 2008 3:29 PM
 To: osg-users@lists.openscenegraph.org
 Subject: [osg-users] Problem loading plugins
 
 Hello,
 
 Here is what the DEBUG log says when I try to load a 3DS file:
 
 DynamicLibrary::failed loading osgPlugins-2.4.0/osgdb_3ds.dll
 Warning: Could not find plugin to read objects from file 
 .\minotaur.3ds.
 
 It is the same message with the other plugins...
 
 Thanks in advance for your any help!
 
 
 Gael
 
 
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-opensce
negraph.org

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