Skip to content

[Feature Request / Vanilla Bug] LWJGL Exception While Entering Full Screen Mode #6

@halotroop2288

Description

@halotroop2288

I'm not sure what plays into this bug, but sometimes, vanilla b1.7.3 will just crash when you press F11 to enter fullscreen mode. Can you add a fix for this bug in this mod?

Stacktrace
org.lwjgl.LWJGLException: Failed to set display mode (-2).
	at org.lwjgl.opengl.WindowsDisplay.nSwitchDisplayMode(Native Method)
	at org.lwjgl.opengl.WindowsDisplay.switchDisplayMode(WindowsDisplay.java:359)
	at org.lwjgl.opengl.Display.switchDisplayMode(Display.java:359)
	at org.lwjgl.opengl.Display.setDisplayModeAndFullscreenInternal(Display.java:507)
	at org.lwjgl.opengl.Display.setFullscreen(Display.java:475)
	at net.minecraft.client.Minecraft.method_2136(Minecraft.java:1184)
	at net.minecraft.class_32.method_132(class_32.java:131)
	at net.minecraft.class_32.method_130(class_32.java:112)
	at net.minecraft.client.Minecraft.method_2137(Minecraft.java:1299)
	at net.minecraft.client.Minecraft.run(Minecraft.java:754)
	at java.lang.Thread.run(Thread.java:750)
java.lang.IllegalStateException: Keyboard must be created before you can read events
	at org.lwjgl.input.Keyboard.next(Keyboard.java:475)
	at net.minecraft.class_32.method_130(class_32.java:111)
	at net.minecraft.client.Minecraft.method_2137(Minecraft.java:1299)
	at net.minecraft.client.Minecraft.run(Minecraft.java:754)
	at java.lang.Thread.run(Thread.java:750)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions