I just updated my game to use LWJGL 2.1.0, but I'm now getting a VM crash:
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0b797f57, pid=2500, tid=3040
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode, sharing)
# Problematic frame:
# C [igldev32.dll+0x7f57]
#
# An error report file with more information is saved as hs_err_pid2500.log
#
# If you would like to submit a bug report, please visit:
#
http://java.sun.com/webapps/bugreport/crash.jsp#
[error occurred during error reporting, step 270, id 0xc0000005]
It rather looks like this new LWJGL is causing my video drivers to crash, which the old version from LWJGL that I used didn't do.
I'm using:
WinXP SP3, java 1.6.0_13, Mobile Intel 945GM Express
Any idea?
Cheers,
Erik