Nvoglnt.dll again

Hi all!



I'm new to jME and have written a programm where i have a JFrame. In this window i have a canvasPanel where I implemented the jME. My problem is now, that I have 5 different jME implements and by 2 of them I get sometimes (not on every PC and not in NetBeans) this Error:



An unexpected error has been detected by Java Runtime Environment:

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6973e172, pid=3468, tid=2392

#

Java VM: Java HotSpot™ Client VM (11.0-b15 mixed mode windows-x86)

Problematic frame:

C  [nvoglnt.dll+0x23e172]

#

An error report file with more information is saved as:

E:JMeFigurhs_err_pid3468.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.

#



But this Error comes not on the same position in the programms, so I can't realize where I called the native method. And the funniest is, whenn I called one of the other jME programms first, it runs without any problems.



Can anybody help?