Posted May 5, 20196 yr When I try to run Minecraft in Eclipse for testing I always get this crashlog: ---- Minecraft Crash Report ---- // My bad. Time: 5/4/19 11:32 AM Description: Initializing game java.lang.IllegalStateException: GLFW error 65542: WGL: The driver does not appear to support OpenGL at net.minecraft.client.MainWindow.throwExceptionForGlError(SourceFile:218) at org.lwjgl.glfw.GLFWErrorCallbackI.callback(GLFWErrorCallbackI.java:36) at org.lwjgl.system.JNI.invokePPPP(Native Method) at org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:1649) at org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1827) at net.minecraft.client.MainWindow.<init>(SourceFile:99) at net.minecraft.client.renderer.VirtualScreen.createMainWindow(SourceFile:79) at net.minecraft.client.Minecraft.init(Minecraft.java:402) at net.minecraft.client.Minecraft.run(Minecraft.java:344) at net.minecraft.client.main.Main.main(SourceFile:144) 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.minecraftforge.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55) at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:19) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:32) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50) at cpw.mods.modlauncher.Launcher.run(Launcher.java:56) at cpw.mods.modlauncher.Launcher.main(Launcher.java:42) at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:84) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace: at net.minecraft.client.MainWindow.throwExceptionForGlError(SourceFile:218) at org.lwjgl.glfw.GLFWErrorCallbackI.callback(GLFWErrorCallbackI.java:36) at org.lwjgl.system.JNI.invokePPPP(Native Method) at org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:1649) at org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1827) at net.minecraft.client.MainWindow.<init>(SourceFile:99) at net.minecraft.client.renderer.VirtualScreen.createMainWindow(SourceFile:79) at net.minecraft.client.Minecraft.init(Minecraft.java:402) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.run(Minecraft.java:344) at net.minecraft.client.main.Main.main(SourceFile:144) 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.minecraftforge.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55) at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:19) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:32) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50) at cpw.mods.modlauncher.Launcher.run(Launcher.java:56) at cpw.mods.modlauncher.Launcher.main(Launcher.java:42) at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:84) -- System Details -- Details: Minecraft Version: 1.13.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_202, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 190865928 bytes (182 MB) / 456130560 bytes (435 MB) up to 954728448 bytes (910 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1024m FML: New FML! Loaded coremods (and transformers): Nothing Launched Version: MOD_DEV LWJGL: 3.1.6 build 14 OpenGL: NO CONTEXT GL Caps: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Resource Packs: Current Language: ~~ERROR~~ NullPointerException: null Profiler Position: N/A (disabled) CPU: <unknown> I think it has to do with my GPU. but I don't no for sure. And if so how do I get around the error to test my mod? Please help me if you can. crash-2019-05-04_11.32.56-client.txt Edited May 5, 20196 yr by Ryorama
May 5, 20196 yr Author I have an old Intel GPU and it has been up to date scene I got my computer, but Minecraft is able to run on it, but only on the launcher not Eclipse. Edited May 5, 20196 yr by Ryorama
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.