Solved Random crash?

Discussion in 'Bukkit Help' started by v7KillStreaker, Apr 30, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    v7KillStreaker

    Random Crash:
    Code:
    ---- Minecraft Crash Report ----
    // Oh - I know what I did wrong!
     
    Time: 4/30/14 9:09 PM
    Description: Unexpected error
     
    java.lang.IllegalStateException: Keyboard must be created before you can read events
        at org.lwjgl.input.Keyboard.next(Keyboard.java:475)
        at azi.p(SourceFile:1376)
        at azi.ah(SourceFile:760)
        at azi.f(SourceFile:711)
        at net.minecraft.client.main.Main.main(SourceFile:152)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
     
     
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
     
    -- Head --
    Stacktrace:
        at org.lwjgl.input.Keyboard.next(Keyboard.java:475)
     
    -- Affected level --
    Details:
        Level name: MpServer
        All players: 1 total; [bkf['v7KillStreaker'/707794070, l='MpServer', x=-82.57, y=40.62, z=15.80]]
        Chunk stats: MultiplayerChunkCache: 121, 121
        Level seed: 0
        Level generator: ID 00 - default, ver 1. Features enabled: false
        Level generator options:
        Level spawn location: World: (0,66,0), Chunk: (at 0,4,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
        Level time: 126713854 game time, 127283281 day time
        Level dimension: 0
        Level storage version: 0x00000 - Unknown?
        Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
        Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
        Forced entities: 2 total; [bkf['v7KillStreaker'/707794070, l='MpServer', x=-82.57, y=40.62, z=15.80], wb['item.tile.blockEmerald'/708627131, l='MpServer', x=-81.13, y=39.13, z=16.88]]
        Retry entities: 0 total; []
        Server brand: CraftBukkit
        Server type: Non-integrated multiplayer server
    Stacktrace:
        at bka.a(SourceFile:289)
        at azi.b(SourceFile:1952)
        at azi.f(SourceFile:725)
        at net.minecraft.client.main.Main.main(SourceFile:152)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
     
    -- System Details --
    Details:
        Minecraft Version: 1.7.4
        Operating System: Windows 8.1 (amd64) version 6.3
        Java Version: 1.8.0_05, Oracle Corporation
        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
        Memory: 95069208 bytes (90 MB) / 277872640 bytes (265 MB) up to 954728448 bytes (910 MB)
        JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
        AABB Pool Size: 1390 (77840 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
        IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
        Launched Version: 1.7.4-OptiFine_HD_D1
        LWJGL: 2.9.1
        OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
        GL Caps: Using GL 1.3 multitexturing.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Anisotropic filtering is supported and maximum anisotropy is 16.
    Shaders are available because OpenGL 2.1 is supported.
     
        Is Modded: Very likely; Jar signature invalidated
        Type: Client (map_client.txt)
        Resource Packs: [Jakes First Ever Pack 10K.zip]
        Current Language: English (US)
        Profiler Position: N/A (disabled)
        Vec3 Pool Size: 369 (20664 bytes; 0 MB) allocated, 39 (2184 bytes; 0 MB) used
        Anisotropic Filtering: Off (1)
    Bump!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  2. This board is for support with Bukkit, and CraftBukkit and it's plugins. Not for the Minecraft client.
    I suggest you clear your %appdata%/.minecraft folder, though.
     
Thread Status:
Not open for further replies.

Share This Page