java.lang.IllegalStateException: Function is not supported
at org.lwjgl.BufferChecks.checkFunctionAddress(BufferChecks.java:64)
at org.lwjgl.opengl.GL11.glMatrixMode(GL11.java:2054)
I think that this means that the level of Open GL support you have in your current driver is not sufficient.
And / or the LWJGL version you have is a little off. See this thread where LWJGL had to make some adjustments due to a change in AMD drivers.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
--- BEGIN ERROR REPORT df326e84 --------
Generated 9/10/12 8:22 AM
- Minecraft Version: 1.3.2
- Operating System: Windows XP (x86) version 5.1
- Java Version: 1.7.0_07, Oracle Corporation
- Java VM Version: Java HotSpotâ„¢ Client VM (mixed mode), Oracle Corporation
- Memory: 462284328 bytes (440 MB) / 518979584 bytes (494 MB) up to 1037959168 bytes (989 MB)
- JVM Flags: 2 total; -Xms512m -Xmx1024m
- LWJGL: 2.4.2
- OpenGL: GeForce 9800 GTX/9800 GTX+/PCIe/SSE2/3DNOW! GL version 3.3.0, NVIDIA Corporation
- Is Modded: Probably not
- Type: Client
- Texture Pack: Default
- Profiler Position: N/A (disabled)
java.lang.IllegalStateException: Function is not supported
at org.lwjgl.BufferChecks.checkFunctionAddress(BufferChecks.java:64)
at org.lwjgl.opengl.GL11.glMatrixMode(GL11.java:2054)
at net.minecraft.client.Minecraft.I(SourceFile:334)
at net.minecraft.client.Minecraft.a(SourceFile:244)
at net.minecraft.client.Minecraft.run(SourceFile:516)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 3800816d ----------
I deleted the game folder and reinstalled, uninstalled and reinstalled Java also with no change. Any ideas?
I think that this means that the level of Open GL support you have in your current driver is not sufficient.
And / or the LWJGL version you have is a little off. See this thread where LWJGL had to make some adjustments due to a change in AMD drivers.