I just built my mod using gradlew build, and when I run Minecraft with the mod, It crashes. It doesn't output any crash logs or anything, it just says Game Crashed.
Please help.
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
When load the game it will come with an error loading mods, and when it does load correctly it will crash when the world is loading. I will post my crash log if needed.
Forge is a great mod loader.But I’d love to see it come to systems like mobile,3ds,wii u,nintendo switch,Xbox one,Xbox 360 and the ps series of systems.
If it dose happen I suggest a jar converter where it takes a mod .jar file and converts it for the system your playing Minecraft on!
hope you can do it forge team
Ryorama