JRE Crash

Hey guys,



This is my first post here. I’ve been trying to get JME3 to work and have been having no luck. Every time I try to run the sample programs, or try to run code from Eclipse, the program crashes and I get the error report I’ve posted below. I’ve taken the steps to reinstall my Java SDK, redownload JME3, and reinstall my IDE. None of these steps have helped. Any suggestions?


<br />
Sep 26, 2011 5:23:47 PM com.jme3.system.JmeSystem initialize<br />
INFO: Running on jMonkeyEngine 3.0.0 Beta<br />
Sep 26, 2011 5:23:47 PM com.jme3.system.Natives extractNativeLibs<br />
INFO: Extraction Directory #1: file:/C:/Users/Chris/Downloads/jME3_2011-08-29/<br />
Sep 26, 2011 5:23:47 PM com.jme3.system.Natives extractNativeLibs<br />
INFO: Extraction Directory #2: C:eclipse_workspaceJMETest<br />
Sep 26, 2011 5:23:47 PM com.jme3.system.Natives extractNativeLibs<br />
INFO: Extraction Directory #3: C:eclipse_workspaceJMETest<br />
Sep 26, 2011 5:23:47 PM com.jme3.system.Natives extractNativeLib<br />
WARNING: Cannot locate native library: windows/bulletjme.dll<br />
Sep 26, 2011 5:23:47 PM com.jme3.system.lwjgl.LwjglAbstractDisplay run<br />
INFO: Using LWJGL 2.7.1<br />
Sep 26, 2011 5:23:47 PM com.jme3.system.lwjgl.LwjglDisplay createContext<br />
INFO: Selected display mode: 320 x 240 x 0 @0Hz<br />
Execution protection violation<br />
#<br />
# A fatal error has been detected by the Java Runtime Environment:<br />
#<br />
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x09379780, pid=1132, tid=2656<br />
#<br />
# JRE version: 7.0-b147<br />
# Java VM: Java HotSpot(TM) Client VM (21.0-b17 mixed mode, sharing windows-x86 )<br />
# Problematic frame:<br />
# C  0x09379780<br />
#<br />
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows<br />
#<br />
# An error report file with more information is saved as:<br />
# C:eclipse_workspaceJMETesths_err_pid1132.log<br />
#<br />
# If you would like to submit a bug report, please visit:<br />
#   http://bugreport.sun.com/bugreport/crash.jsp<br />
# The crash happened outside the Java Virtual Machine in native code.<br />
# See problematic frame for where to report the bug.<br />
#

Looks like a bad graphics driver issue.

Are you suing 64 bit Java 7 on an Intel cpu? for some reason this seems to have some random problems for me at least

I am using Java 7 on a 32 bit processor. Do you imagine using Java 6 might solve the problem? I’m going to try that.

I’m on Java 7, Windows 7 x64 and have no issue at all. Zero. I doubt that’s the problem, but everything’s possible.


INFO: Selected display mode: 320 x 240 x 0 @0Hz


Seriously, is that still supported (or legal for that matter)? :o