JMonkeyEngine crash on Intel video adapter

I use JME in my application and sometimes it crashes with the following message:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x3d601ad7, pid=168, tid=4012
#
# JRE version: 6.0_29-b11
# Java VM: Java HotSpot(TM) Client VM (20.4-b02 mixed mode, sharing windows-x86)
# Problematic frame:
# C  [ig4dev32.dll+0x21ad7]
#
# An error report file with more information is saved as:
# C:\...\hs_err_pid168.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.
#

The log file can be found at this link: http://sergpank.heliohost.org/log.html

The strangest thing is that in my case I only get the emergency code, but when I run it from Eclipse everything works fine on my machine. On machines with AMD video adapters, nothing happens. On other computers with an Intel graphics card, failures sometimes appear during the debugging phase.

I am starting to assume that this is due to the improper installation of ant (the following path is set in startup.ini: -Djava.library.path = lib / dlls, so DLLs are visible for the project). But still it doesn’t work out why it works almost perfectly on AMD and falls on Intel.

, - ant, dll manfest... , .

:

64- JVM (64-), =))

+5
2

- , 32- JVM 64- . , 32- dll, .

Intel, , . Intel / , ! =)

+2

OpenGL Swing ( , JVM: =>0x3a88e000 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=5228, stack(0x3b170000,0x3b1c0000)). , OpenGL , JMonkeyEngine, . - API Swing, -.

: , AWTGLCanvas , . , Intel , 3D-. , GL , , , OpenGL, , OpenGL. LWJGL Canvas , , . , , , , .

+1

All Articles