Fabric Loader Shows Wrong '1.17.x' (should be '~1.17.1-rc') Version In Error
See original GitHub issue[22:15:51] [main/FATAL] (Fabric|Loader) A critical error occurred
net.fabricmc.loader.discovery.ModResolutionException: Errors were found!
- Mod 'Fabric API' (fabric) requires version 1.17.x of mod 'Minecraft' (minecraft), but a non-matching version is present: 1.17!
- You must install version 1.17.x of 'Minecraft' (minecraft).
- Mod 'Minecraft' (minecraft) v1.17 is being loaded from the user's mod directory.
at net.fabricmc.loader.discovery.ModResolver.findCompatibleSet(ModResolver.java:342) ~[fabric-loader-0.11.6.jar:?]
at net.fabricmc.loader.discovery.ModResolver.resolve(ModResolver.java:832) ~[fabric-loader-0.11.6.jar:?]
at net.fabricmc.loader.FabricLoader.setup(FabricLoader.java:195) ~[fabric-loader-0.11.6.jar:?]
at net.fabricmc.loader.FabricLoader.load(FabricLoader.java:185) [fabric-loader-0.11.6.jar:?]
at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:132) [fabric-loader-0.11.6.jar:?]
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) [fabric-loader-0.11.6.jar:?]
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86) [dev-launch-injector-0.2.1+build.8.jar:?]
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Minecraft 1.17.1 Fabric mod error
I'm trying to run Bit&Chisel mod but it occurs an error. If I download 1.17. 1 Fabric with 0.12. x versions, it says...
Read more >Minecraft - YouTube
This video is a guide on how to update the fabric launcher to 1.17 and/or fix the Failed to launch! due to {...
Read more >Fabric not opening · Issue #1500 · FabricMC/fabric
and when i try to open fabric-loader-0.11.6-1.17 it says [20:22:28 ERROR]: Game ended with bad state (exit code 1)
Read more >Fabric Loader 0.12
Mod resolution changes Fabric Loader 0.12. 0 will no longer refuse multiple versions of the same mod, some but not all of these...
Read more >Fabric API - Mods - Minecraft
Fabric API is the core library for the most common hooks and inter-compatibility measures utilized by mods using the Fabric toolchain.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There is a bug with it showing
version 1.17.x
for a version spec like~1.17.1-
, I have a fix for this locally - PR pending.nevermind.