it switched to fullscreen here, but got no further.
had openal32.dll in my system32 dir, and got this:
org.lwjgl.openal.OpenALException: Unable to load function pointers to openal.
removed openal32.dll from system32, and got this:
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D3B1DD0
Function=[Unknown.]
Library=C:\java\dev\j2sdk1.4.1\jre\bin\client\jvm.dll
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
at org.lwjgl.openal.ALC.getIntegerv(Native Method)
at com.shavenpuppy.jglib.openal.AL.init(AL.java:149)
at org.lwjgl.openal.BaseAL.create(BaseAL.java:106)
at com.shavenpuppy.jglib.openal.AL.<init>(AL.java:122)
at xap.Game.init(Game.java:411)
at xap.Game.main(Game.java:230)


