Stack overflowed when checking error state

Started by Sormuras, August 30, 2006, 17:02:07

Previous topic - Next topic

Sormuras

java.lang.StackOverflowError
	at sun.nio.cs.SingleByteDecoder.decodeArrayLoop(SingleByteDecoder.java:59)
	at sun.nio.cs.SingleByteDecoder.decodeLoop(SingleByteDecoder.java:86)
	at java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:544)
	at java.lang.StringCoding$CharsetSD.decode(StringCoding.java:190)
	at java.lang.StringCoding.decode(StringCoding.java:228)
	at java.lang.StringCoding.decode(StringCoding.java:234)
	at java.lang.String.<init>(String.java:458)
	at java.lang.String.<init>(String.java:479)
	at org.lwjgl.openal.ALC.nalcGetString(Native Method)
	at org.lwjgl.openal.ALC.alcGetString(ALC.java:175)
	at org.lwjgl.openal.Util.checkALCError(Util.java:50)
	at org.lwjgl.openal.ALC.alcGetString(ALC.java:176)
	at org.lwjgl.openal.Util.checkALCError(Util.java:50)
         ...
	at org.lwjgl.openal.ALC.alcGetString(ALC.java:176)
	at org.lwjgl.openal.Util.checkALCError(Util.java:50)


Both methods refer to each other. Bad idea. :wink:

Cheers,
Sor

Fool Running

Programmers will, one day, rule the world... and the world won't notice until its too late.Just testing the marquee option ;D