No puedo entrar al juego con labymod4, solo en la 1.8.9

NICOLASFB15
2025-02-20 01:00:54Popis
Antes usaba labymod siendo no premium y me salto ese error, y ahora que me pude comprar el minecraft el labymod me sigue saliendo lo mismo y no eh podido volver a utilizarlo, lo he borrado e instalado otra vez pero no se que sucede, en la version 1.21.4 me sal esto:
Error al descargar un archivo.
Nombre: LabyMod-4.jar
URL: https://releases.r2.labymod.net/api/v1/download/labymod4/production/ab400d09.jar
Nombre del archivo en el disco: LabyMod-4.jar
Ruta: C:\Users\Usuario\AppData\Roaming.minecraft\libraries\net\labymod\LabyMod\4\LabyMod-4.jar
Existe: Nonexistent
En la 1.8.9 me sale esto:
Error interno.
Nombre: INVALID_CONFIG
Detalles del error: Unable to build instance from launch config
Y en la 1.16.5 me sale esto:
Error al descargar un archivo.
Nombre: LabyMod-4.jar
URL: https://releases.r2.labymod.net/api/v1/download/labymod4/production/ab400d09.jar
Nombre del archivo en el disco: LabyMod-4.jar
Ruta: C:\Users\Usuario\AppData\Roaming.minecraft\libraries\net\labymod\LabyMod\4\LabyMod-4.jar
Existe: Nonexistent
Porfavor ayuda que me gusta usar LabyMod
Operating System: Windows 11
\LabyMod Version: LabyMod4 (no se la version)
\Minecraft Version: 1.8.9-1.16.5-1.21.1
\
Komentáře
-
NICOLASFB15
2025-02-20 01:04:03Ah disculpen en el titulo me equivoque, en ninguna version puedo jugar
-
-
-
WhoAteMyCookies_
2025-03-04 19:43:08Just found the solution.
If you take a look at MC launcher log, you can notice that the size for some libraries (for the 1.8.9 version it's
net.java.jinput:jinput-platform:2.0.5
,tv.twitch:twitch-platform:6.5
,tv.twitch:twitch-external-platform:4.5
) isn't specified. These libraries are different for each os, so they have download classifiers. However, for some reason, in the version config they aren't configured, so the launcher just ignores classifiers!For instnace,
net.java.jinput:jinput-platform:2.0.5
:
How is should look:
"name": "net.java.jinput:jinput-platform:2.0.5", "downloads": { "classifiers": { "natives-linux": { ... }, "natives-osx": { ... }, "natives-windows": { ... } } }, "extract": { "exclude": [ "META-INF/" ] }
And how it should look:
"name": "net.java.jinput:jinput-platform:2.0.5", "natives": { "linux": "natives-linux", "osx": "natives-osx", "windows": "natives-windows" }, "downloads": { "classifiers": { "natives-linux": { ... }, "natives-osx": { ... }, "natives-windows": { ... } } }, "extract": { "exclude": [ "META-INF/" ] }
So the solution is to replace configuration of these libraries in Laby version config (./minecraft/versions/LabyMod-4-1.8-xxxxx/LabyMod-4-1.8-xxxxx.json) with values from Vanilla MC config (.minecraft/versions/1.8.9/1.8.9.json)
Hope that would be fixed soon :D