Hi Allen,

Looking into the stacktrace I can see this:

0x78520000 - 0x785c3000
        
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4148_x-ww_d495ac4e\MSVCR90.dll
0x78480000 - 0x7850e000
        
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4148_x-ww_d495ac4e\MSVCP90.dll

0x7c420000 - 0x7c4a7000
        
C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_e6967989\MSVCP80.dll
0x78130000 - 0x781cb000
        
C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_e6967989\MSVCR80.dll

It seems to me that you are mixing vc8 and vc9 libraries, are you?
BTW, have you executed succesfully the examples in ubuntu?

Cheers.



2010/2/25 Allen Saucier <[email protected]>

> Ok, I have a partial solution :):)
>
>
> >
> > Environment Tab:
> > Linux Set your LD_LIBRARY_PATH to:
> >
> >
> ${workspace_loc}/libosgvp/libjni-osgvp/target/target_cmake/lib:/home/your_username/.depman/lib
> >
> > For windows XP your PATH must point to (pay attention to word "bin"):
> >
> >
> ${workspace_loc}/libosgvp/libjni-osgvp/target/target_cmake/bin:c:/documents
> and settings/your_user/.depman/bin
> >
>
>
> This is mostly correct.  However, for Windows, the CLASSPATH and PATH must
> use ; and not :
>
> Throughout all of my attempts of setting the command window's CLASSPATH,
> and PATH environment variables plus setting the eclipse internal
> LD_LIBRARY_PATH and PATH variables, I naturally used ; in the command
> windows variables but not within eclipse.
>
> Once I used ; between the paths within the PATH environment variable in
> eclipse, the application finally found all the needed dll's it was searching
> for.
>
> But, now I have a bigger problem. kernel32.dll on Windows XP.  I've
> attached my error log and here is what the error output is as produced while
> running from within eclipse.  The application crashes after producing this
> error:
>
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c80977f, pid=5352,
> tid=2568
> #
> # JRE version: 6.0_18-b07
> # Java VM: Java HotSpot(TM) Client VM (16.0-b13 mixed mode, sharing
> windows-x86 )
> # Problematic frame:
> # C  [kernel32.dll+0x977f]
> #
> # An error report file with more information is saved as:
> # C:\osgvp-2.2.0-SNAPSHOT-src\libosgvp\libosgvp-examples\hs_err_pid5352.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://java.sun.com/webapps/bugreport/crash.jsp
> # The crash happened outside the Java Virtual Machine in native code.
> # See problematic frame for where to report the bug.
> #
>
> [error occurred during error reporting , id 0xc0000005]
>
>
>
>
> Thank you for the help,
> Allen
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=24884#24884
>
>
>
>
> Attachments:
> http://forum.openscenegraph.org//files/hs_err_pid5352_629.txt
>
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>



-- 
Jordi Torres Fabra

gvSIG 3D blog
http://gvsig3d.blogspot.com
Instituto de Automática e Informática Industrial
http://www.ai2.upv.es
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to