Fabric not opening
3lovetobepink opened this issue · 24 comments
when i try to open fabric-loader-0.11.5-1.16.5 it says Could not find required mod: fabric requires {minecraft @ [~1.17-alpha.21.19.a]}
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)
[20:22:28 INFO]: Ignoring visibility rule and showing launcher due to a game crash
what do i do
log for fabric-loader-0.11.6-1.17
latest.log
Your log says you have 2 versions of fabric-api installed.
- Conflicting versions found for fabric-api-base: used 0.3.0+a02b4463c6, also found 0.3.0+a02b44633d
- Conflicting versions found for fabric-blockrenderlayer-v1: used 1.1.5+ca58154a7d, also found 1.1.5+a02b4463c6
- Conflicting versions found for fabric-networking-v0: used 0.3.2+92519afac6, also found 0.3.2+ca58154a7d
- Conflicting versions found for fabric-crash-report-info-v1: used 0.1.3+ca58154a7d, also found 0.1.3+a02b4463c6
The version it is actually using is for snapshot 21w20a (according to curseforge)
[email protected]+1.17
At time of writing, 0.35.2+1.17 is the latest.
Yes. FLoader will attempt to load all the mods that are inside the mods folder, including 1.16 and 1.17 mods. You need to move the 1.16 mods somewhere else.
It doesn't really matter? just make it somewhere else. If you are trying to load mods to MC 1.17, you only need 1.17 mods in the 'mods' folder.
From an earlier comment:
which is explained in step 2 here: https://fabricmc.net/wiki/player:tutorials:install_mcl:windows
The installer lets you have many minecraft installations for different versions or different collections of mods.
i tryed opening it it said
Could not find required mod: blockus requires {fabric @ [*]}
it gave me 3 logs
2021-06-16-2.log
latest.log
2021-06-16-1.log
You seem to have removed fabric api. You still need fabric api, but just download the latest for 1.17.
i updated the mod menu but when it opens it only shows the 1.17 mods
heres the crash report
crash-2021-06-16_15.56.44-client.txt
This is just going around in circles. :-)
I would suggest you take this to somewhere like:
https://www.reddit.com/r/fabricmc/
which is for help requests.
This issues list is for bug reports.
No, you get the latest fabric api. You seem to have two jars of fabric api inside your mod folder, So delete them and make sure you download the latest.
No, you get the latest fabric api. You seem to have two jars of fabric api inside your mod folder, So delete them and make sure you download the latest.
i just did now its saying this
latest.log
do you think the fabric language kotlin mod has something to do with it
The problem is that you have both 1.16 and 1.17 mods in the same mods
folder, which doesn't work. If you want to use Fabric on both 1.16 and 1.17, you have to separate the game directories, which is explained in step 2 here: https://fabricmc.net/wiki/player:tutorials:install_mcl:windows
The problem is that you have both 1.16 and 1.17 mods in the same
mods
folder, which doesn't work. If you want to use Fabric on both 1.16 and 1.17, you have to separate the game directories, which is explained in step 2 here: https://fabricmc.net/wiki/player:tutorials:install_mcl:windows
Do I put anything in the folder because when it opens it says modded but my mods aren't showing up
Yes, but only put 1.16 mods in a 1.16 minecraft installation.
If you want to run 1.17 minecraft as well you will need a different installation with 1.17 mods only.
I don't know what to do I have done everything 😥
crash-2021-06-16_16.56.26-client.txt
crash-2021-06-16_17.31.11-client.txt
crash-2021-06-16_17.33.08-client.txt
crash-2021-06-16_16.30.29-client.txt
crash-2021-06-16_16.42.45-client.txt
my recent crash reports i'm sorry to keep bothering you
latest.log
This is still not a Fabric api issue.
You are back to the original mistake:
java.lang.UnsupportedClassVersionError: me/shedaniel/autoconfig/example/ExampleInits has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
You are trying to load a minecraft 1.17 mod (compiled for java 16) using minecraft 1.16.5 and java 8
Minecraft Version ID: 1.16.5
Java Version: 1.8.0_51, Oracle Corporation
Try using something like curseforge if you can't keep track of which mod goes with which minecraft version.
https://curseforge.overwolf.com/
Calm down @warjort, I know it can be frustrating.
@3lovetobepink This is not really the place for tech support. I'd recommend joining our official Discord server to get more interactive help. In particular, you can seek help in the #player-support
channel!