Jump to content

java.lang.IllegalStateException: glGenLists returned an ID of 0 for a count of 1, GL error (0): No error code reported


Recommended Posts

Posted (edited)

When I try to run mcp in intellij it crashes. Here's the crash report

If you need any additional information just ask

---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!

Time: 1/27/21 2:58 PM
Description: Initializing game

java.lang.IllegalStateException: glGenLists returned an ID of 0 for a count of 1, GL error (0): No error code reported
    at net.minecraft.client.renderer.GLAllocation.generateDisplayLists(GLAllocation.java:30)
    at optifine.CloudRenderer.<init>(CloudRenderer.java:25)
    at net.minecraft.client.renderer.RenderGlobal.<init>(RenderGlobal.java:225)
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:553)
    at net.minecraft.client.Minecraft.run(Minecraft.java:393)
    at net.minecraft.client.main.Main.main(Main.java:116)
    at Start.main(Start.java:9)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
    at net.minecraft.client.renderer.GLAllocation.generateDisplayLists(GLAllocation.java:30)
    at optifine.CloudRenderer.<init>(CloudRenderer.java:25)
    at net.minecraft.client.renderer.RenderGlobal.<init>(RenderGlobal.java:225)
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:553)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.run(Minecraft.java:393)
    at net.minecraft.client.main.Main.main(Main.java:116)
    at Start.main(Start.java:9)

-- System Details --
Details:
    Minecraft Version: 1.8.8
    Operating System: Mac OS X (x86_64) version 10.15.7
    CPU: 4x Intel(R) Core(TM) i5-5350U CPU @ 1.80GHz
    Java Version: 1.8.0_282, AdoptOpenJDK
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), AdoptOpenJDK
    Memory: 313356216 bytes (298 MB) / 734527488 bytes (700 MB) up to 1908932608 bytes (1820 MB)
    JVM Flags: 0 total;
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    Launched Version: mcp
    LWJGL: 2.9.4
    OpenGL: null GL version null, null
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: No
    Is Modded: Very likely; Jar signature invalidated
    Type: Client (map_client.txt)
    Resource Packs:
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 4x Intel(R) Core(TM) i5-5350U CPU @ 1.80GHz
    OptiFine Version: OptiFine_1.8.8_HD_U_H8
    Render Distance Chunks: 8
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 2.1 INTEL-14.7.8
    OpenGlRenderer: Intel(R) HD Graphics 6000
    OpenGlVendor: Intel Inc.
    CpuCount: 4

 

Edited by philbla
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.