Skip to content

Uncommon Errors

TOLoneWolf-Github edited this page May 27, 2020 · 3 revisions

Uncommon Errors

Some very strange errors that a very few users have come across and their found solutions.



Game Controller - org.lwjgl.glfw.GLFWError

Error Log
[23:36:38] [main/INFO] [STDERR/]: [org.lwjgl.glfw.GLFWErrorCallback$1:invoke:105]:  Description : Invalid axis in gamepad mapping 030000005e0400001907000000010000 (X360 Wireless Controller)

[23:36:38] [main/INFO] [STDERR/]: [org.lwjgl.glfw.GLFWErrorCallback$1:invoke:106]:  Stacktrace  :

[23:36:38] [main/INFO] [STDERR/]: [org.lwjgl.glfw.GLFWErrorCallback$1:invoke:110]: org.lwjgl.glfw.GLFW.glfwInit(GLFW.java:830)

[23:36:38] [main/INFO] [STDERR/]: [org.lwjgl.glfw.GLFWErrorCallback$1:invoke:110]: net.minecraftforge.fml.loading.progress.ClientVisualization.initWindow(ClientVisualization.java:66)

[23:36:38] [main/INFO] [STDERR/]: [org.lwjgl.glfw.GLFWErrorCallback$1:invoke:110]: net.minecraftforge.fml.loading.progress.ClientVisualization.start(ClientVisualization.java:276)

[23:36:38] [main/INFO] [STDERR/]: [org.lwjgl.glfw.GLFWErrorCallback$1:invoke:110]: net.minecraftforge.fml.loading.progress.EarlyProgressVisualization.accept(EarlyProgressVisualization.java:36)

[23:36:38] [main/INFO] [STDERR/]: [org.lwjgl.glfw.GLFWErrorCallback$1:invoke:110]: net.minecraftforge.fml.loading.FMLLoader.setupLaunchHandler(FMLLoader.java:184)

[23:36:38] [main/INFO] [STDERR/]: [org.lwjgl.glfw.GLFWErrorCallback$1:invoke:110]: net.minecraftforge.fml.loading.FMLServiceProvider.initialize(FMLServiceProvider.java:92)

[23:36:38] [main/INFO] [STDERR/]: [org.lwjgl.glfw.GLFWErrorCallback$1:invoke:110]: cpw.mods.modlauncher.TransformationServiceDecorator.onInitialize(TransformationServiceDecorator.java:68)

[23:36:38] [main/INFO] [STDERR/]: [org.lwjgl.glfw.GLFWErrorCallback$1:invoke:110]: cpw.mods.modlauncher.TransformationServicesHandler.lambda$initialiseTransformationServices$7(TransformationServicesHandler.java:107)

[23:36:38] [main/INFO] [STDERR/]: [org.lwjgl.glfw.GLFWErrorCallback$1:invoke:110]: java.util.HashMap$Values.forEach(HashMap.java:981)

[23:36:38] [main/INFO] [STDERR/]: [org.lwjgl.glfw.GLFWErrorCallback$1:invoke:110]: cpw.mods.modlauncher.TransformationServicesHandler.initialiseTransformationServices(TransformationServicesHandler.java:107)

[23:36:38] [main/INFO] [STDERR/]: [org.lwjgl.glfw.GLFWErrorCallback$1:invoke:110]: cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:59)

[23:36:38] [main/INFO] [STDERR/]: [org.lwjgl.glfw.GLFWErrorCallback$1:invoke:110]: cpw.mods.modlauncher.Launcher.run(Launcher.java:75)

[23:36:38] [main/INFO] [STDERR/]: [org.lwjgl.glfw.GLFWErrorCallback$1:invoke:110]: cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

[LWJGL] GLFW_INVALID_VALUE error

Uninstalling the "xboxdrv" package should fix this issue.
sourced from here:
https://www.minecraftforge.net/forum/topic/78869-help-forge-1144-crashing/


Minecraft not using RAM settings

Problem:
I have changed the maximum RAM setting in GDL but Minecraft just does not use it.

Possible issue:
Java has this environment variable option called: "_JAVA_OPTIONS".
Anything set inside it will override all parameters passed to java on start (aka Xmx, Xms, etc).

Removing the options set inside this variable / remove the variable entirely will fix this. Possible system restart required for changes to take affect.

Windows

  • Windows start menu.
  • type "This PC".
  • Right click "This PC".
  • Click "Advanced System Settings".
  • Click "Environment Variables".
  • In both the "User variables for User" and "System variables" check for "_JAVA_OPTIONS".
  • select it and delete it.

Clone this wiki locally