Re: [osg-users] [osgPlugins] error loading an ive file with OSG 2.8.3

2010-09-22 Thread Gianni Ambrosio
Hi Jean-Sébastien, I tried that but looking at the debug information seems the correct dll is found but it cannot be loaded successfully. FindFileInPath() : USING X:\blablabla\osgplugins-2.8.3\osgdb_ived.dll DynamicLibrary::failed loading osgPlugins-2.8.3\osgdb_ived.dll Any idea? Regards

Re: [osg-users] [osgPlugins] error loading an ive file with OSG 2.8.3

2010-09-22 Thread Jean-Sébastien Guay
Hi Gianni, FindFileInPath() : USING X:\blablabla\osgplugins-2.8.3\osgdb_ived.dll DynamicLibrary::failed loading osgPlugins-2.8.3\osgdb_ived.dll Yeah, when it gets to that point OSG doesn't give you much information as to WHY it failed loading the plugin... Did you try doing a profile run

Re: [osg-users] [osgPlugins] error loading an ive file with OSG 2.8.3

2010-09-21 Thread Gianni Ambrosio
Hi all, after several tests it seems the osgdb_ived.dll contained in the openscenegraph-all-2.8.3-win32-x86-vc80sp1-Debug.zip archive is not working. I recompiled it starting from the OpenSceneGraph-2.8.3.zip archive and using cmake to generate the VS2005 solution and it seems working fine.

Re: [osg-users] [osgPlugins] error loading an ive file with OSG 2.8.3

2010-09-21 Thread Gianni Ambrosio
One more strange behaviour ... Running the exe from VS it works fine and the ive file is loaded correctly. In addition I added the OSG bin dir to the PATH env var before starting VS. On the other hand if I run my app from the windows command prompt I see the message: Warning: Could not find

Re: [osg-users] [osgPlugins] error loading an ive file with OSG 2.8.3

2010-09-21 Thread Jean-Sébastien Guay
Hi Gianni, I can't understand that since I put the required osg dll, including the ive.dll, in the same dir of the exe file and moreover I added that dir to the PATH env. variable. What else should I do to make my app find the ive plugin dll? set OSG_NOTIFY_LEVEL=DEBUG and then run your

Re: [osg-users] [osgPlugins] error loading an ive file with OSG 2.8.3

2010-09-17 Thread Gianni Ambrosio
robertosfield wrote: I don't know what the cause might be, but the strack trace points to src/osgPlugins/ive/Image.cpp and DataInputStream.cpp so have a look at any differences 2.8.2 and 2.8.3 in these files. Really strange, I can't get the point. The src/osgPlugins/ive dirs match

Re: [osg-users] [osgPlugins] error loading an ive file with OSG 2.8.3

2010-09-17 Thread Robert Osfield
Hi Gianni, On Fri, Sep 17, 2010 at 11:38 AM, Gianni Ambrosio ga...@vi-grade.com wrote: robertosfield wrote: I don't know what the cause might be, but the strack trace points to src/osgPlugins/ive/Image.cpp and DataInputStream.cpp so have a look at any differences 2.8.2 and 2.8.3 in these

Re: [osg-users] [osgPlugins] error loading an ive file with OSG 2.8.3

2010-09-17 Thread Robert Osfield
Hi Gianni, On Fri, Sep 17, 2010 at 11:59 AM, Robert Osfield robert.osfi...@gmail.com wrote: One test you could do is to use OSG-2.8.2 to load the .ive files and then write them out to .osg, then read the .osg files in 2.8.3 and then write it back out to a new .ive files, then attempt to read

Re: [osg-users] [osgPlugins] error loading an ive file with OSG 2.8.3

2010-09-16 Thread Gianni Ambrosio
OK, you are righy I didn't tell you the error detail, sorry. I would like to know if it was a known issue. I use the following code: osg::ref_ptrosg::Node node = osgDB::readNodeFile(fileFullPath); where the fullpath is a correct path pointing to an ive file. The same file that can be loaded

Re: [osg-users] [osgPlugins] error loading an ive file with OSG 2.8.3

2010-09-16 Thread Gianni Ambrosio
I made a different test, executing the osgviewerQT example, using the same ive file to load as first parameter of the exe. With OSG 2.8.2 it works fine, while with OSG 2.8.3 it crashes. Here is the call stack (hoping you can understand better than me what's going on):

Re: [osg-users] [osgPlugins] error loading an ive file with OSG 2.8.3

2010-09-16 Thread Robert Osfield
HI Gianni, In theory the .ive plugin should be backwards compatible so 2.8.3 should be compatible with 2.8.2. I don't know what the cause might be, but the strack trace points to src/osgPlugins/ive/Image.cpp and DataInputStream.cpp so have a look at any differences 2.8.2 and 2.8.3 in these

Re: [osg-users] [osgPlugins] error loading an ive file with OSG 2.8.3

2010-09-15 Thread Jean-Sébastien Guay
Hello Gianni, is there any known issue related to the ive plug-in in OSG 2.8.3? I tried to load the same ive with OSG 2.8.2 and it works fine. I can load correctly obj files with 2.8.3 but the ive does not work. Any idea? We have been using 2.8.3 since it came out and have had no problems

Re: [osg-users] [osgPlugins] error loading an ive file with OSG 2.8.3

2010-09-15 Thread Magnus Kessler
On Wednesday 15 September 2010 14:04:46 Gianni Ambrosio wrote: Hi, is there any known issue related to the ive plug-in in OSG 2.8.3? I tried to load the same ive with OSG 2.8.2 and it works fine. I can load correctly obj files with 2.8.3 but the ive does not work. Any idea? Short answer: no

Re: [osg-users] [osgPlugins] error loading an ive file with OSG 2.8.3

2010-09-15 Thread Gordon Tomlinson
-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Magnus Kessler Sent: Wednesday, September 15, 2010 9:21 AM To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] [osgPlugins] error loading an ive file with OSG 2.8.3 On Wednesday 15