[osg-users] osgBullet Build unsuccessful

2010-08-16 Thread Sanat Talmaki
Hi,

I am trying to build osgBullet and while the projects build correctly in 
VisualStudio, when I try to run the binaries created, they hang on me. 

I hav the binaries from osgBullet and osgWorks copied into the binaries folder 
for osgBullet.

When I opened the dll for osgdb_osgbBullet.dll in depends.exe, I got the 
following: 
MSJAVA.DLL : System cannot find the file specified.

And osgbBullet.dll:
MSJAVA.DLL : System cannot find the file specified.

I cannot understand  why this dll would be causing my binaries to hang.

I was hoping to get some advise from other users who have built osgBullet 
successfully or who may have experienced any similar problems.

Thank you

Sincerely,
Sanat

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





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


Re: [osg-users] osgBullet Build unsuccessful

2010-08-16 Thread Frederic Bouvier
Hi,

often you can see in depends that some registered dll are loaded dynamically. 
This shouldn't cause any arm because the error is usually catched.
What you should do to really find your problem is to start your test 
application inside depends and do a profiling. You can do that by loading your 
exe in depends, and go to the Profile  Start profiling... menu.

Regards,
-Fred

- Sanat Talmaki a écrit :

 Hi,
 
 I am trying to build osgBullet and while the projects build correctly
 in VisualStudio, when I try to run the binaries created, they hang on
 me. 
 
 I hav the binaries from osgBullet and osgWorks copied into the
 binaries folder for osgBullet.
 
 When I opened the dll for osgdb_osgbBullet.dll in depends.exe, I got
 the following: 
 MSJAVA.DLL : System cannot find the file specified.
 
 And osgbBullet.dll:
 MSJAVA.DLL : System cannot find the file specified.
 
 I cannot understand  why this dll would be causing my binaries to
 hang.
 
 I was hoping to get some advise from other users who have built
 osgBullet successfully or who may have experienced any similar
 problems.
 
 Thank you
 
 Sincerely,
 Sanat
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] osgBullet Build unsuccessful

2010-08-16 Thread Paul Martz
Hi -- Note that osgBullet has its own Google group, so there's no reason to use 
osg-users for this discussion. I'll copy the group on this post, and also set it 
as reply-to.


I'd hate to see you waste time trying to get osgBullet built, when it is very 
unlikely that it will help with your proximity query issue.


Nonetheless, Bullet should work for you. I assume you are on Windows because of 
the MSJAVA.DLL error. What version of OSG are you using? What version of Bullet? 
Version compatibility is on the wiki:

  http://code.google.com/p/osgbullet/wiki/WikiContents

Sanat Talmaki wrote:
I am trying to build osgBullet and while the projects build correctly in VisualStudio, when I try to run the binaries created, they hang on me. 


If I understand you correctly, when you run (for example) BasicDemo, it displays 
one frame and then freezes? (That's what I think of when I hear the word hang, 
so if you are experiencing something else, please clarify.)



I hav the binaries from osgBullet and osgWorks copied into the binaries folder 
for osgBullet.


I generally install them into Program Files/osgBullet and Program 
Files/osgWorks, then add the appropriate binary directories to PATH.


When I opened the dll for osgdb_osgbBullet.dll in depends.exe, I got the following: 
MSJAVA.DLL : System cannot find the file specified.


And osgbBullet.dll:
MSJAVA.DLL : System cannot find the file specified.


What VS version are you using? I'm using VS2008. MSJAVA.DLL doesn't come up as a 
dependency when I examine these libraries in depends.exe. This must be a build 
issue at your end, as neither Bullet nor osgBullet have any dependency on Java, 
to my knowledge.



I cannot understand  why this dll would be causing my binaries to hang.


I agree. In my experience, a missing DLL doesn't cause a program to hang. It 
usually causes the program to display a missing DLL dialog, then it exits.



I was hoping to get some advise from other users who have built osgBullet 
successfully or who may have experienced any similar problems.

Thank you

Sincerely,
Sanat



--
  -Paul Martz  Skew Matrix Software
   http://www.skew-matrix.com/
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] osgBullet Build unsuccessful

2010-08-16 Thread Sanat Talmaki
Hi Fred,

I'll try that out. THanks.

Sorry Paul, I didn't realize there was a google groups separately for 
osgBullet. 

Thanks,

Sanat.[/quote]

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





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