Fabric API

Fabric API

106M Downloads

Fabric not opening

3lovetobepink opened this issue · 24 comments

commented

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

commented

Can you try updating fabric api to the latest? it seems very weird

commented

Can you try updating fabric api to the latest? it seems very weird

I did

commented

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)

At time of writing, 0.35.2+1.17 is the latest.

commented

Do you mean a folder for just 1.17 mods

commented

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.

commented

Like where do i make a folder named 1.16 mods

commented

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.

commented

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.

commented

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

commented

You seem to have removed fabric api. You still need fabric api, but just download the latest for 1.17.

commented

i downloaded it and it still is saying the same thing

commented

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

commented

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.

commented

Your last crash says you don't have cloth config installed.

commented

So do i uninstall fabric api

commented

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.

commented

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

commented

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

commented

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

commented

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.

commented
commented

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/

commented

I won't be answering any further on this thread.

commented

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!