Puzzles Lib [Forge & Fabric]

Puzzles Lib [Forge & Fabric]

99M Downloads

[Crash]: Still Tells Me to Install puzzleslib, version 21.9.1 or later. even after trying the latest version or and older once like 21.9.1

Closed this issue · 4 comments

commented

Mod Loader (Required)

Fabric

Minecraft Version(s) (Required)

1.21.9

Mod Version(s) (Required)

21.9.4

Notes (Required)

Still Tells Me to Install puzzleslib, version 21.9.1 or later. even after trying the latest version or and older once like 21.9.1

Crash Report (Required)

Install puzzleslib, version 21.9.1 or later.

latest.log (Optional)

No response

commented

Please provide latest.log, otherwise this cannot be looked into.

commented

[14:59:29] [main/INFO]: Loading Minecraft 1.21.9 with Fabric Loader 0.17.2
[14:59:30] [ForkJoinPool-1-worker-2/WARN]: Mod simple_mod_menu uses the version v1.0.0 which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'v1'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
[14:59:30] [main/WARN]: Mod resolution failed
[14:59:30] [main/INFO]: Immediate reason: [HARD_DEP pickupnotifier 21.9.0 {depends puzzleslib @ [>=21.9.1]}, HARD_DEP_NO_CANDIDATE puzzleslib 21.9.4 {depends fabric-api @ [>=0.134.0]}, ROOT_FORCELOAD_SINGLE pickupnotifier 21.9.0]
[14:59:30] [main/INFO]: Reason: [HARD_DEP puzzleslib 21.9.4 {depends fabric-api @ [>=0.134.0]}, HARD_DEP c2me-opts-natives-math 0.3.5+alpha.0.41+1.21.9 {depends java @ [>=22]}]
[14:59:30] [main/INFO]: Fix: add [], remove [], replace [[puzzleslib 21.9.4] -> add:puzzleslib 21.9.1 ([[21.9.1,∞)])]
[14:59:30] [main/ERROR]: Incompatible mods found!
net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other!
A potential solution has been determined, this may resolve your problem:
- Replace mod 'Puzzles Lib' (puzzleslib) 21.9.4 with version 21.9.1 or later that is compatible with:
- fabric-api 0.133.14+1.21.9
More details:
- Mod 'Puzzles Lib' (puzzleslib) 21.9.4 requires version 0.134.0 or later of mod 'Fabric API' (fabric-api), but only the wrong version is present: 0.133.14+1.21.9!
- Mod 'Concurrent Chunk Management Engine (Optimizations/Natives Math)' (c2me-opts-natives-math) 0.3.5+alpha.0.41+1.21.9 requires version 22 or later of 'OpenJDK 64-Bit Server VM' (java), but only the wrong version is present: 21!
at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51) ~[fabric-loader-0.17.2.jar:?]
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:202) ~[fabric-loader-0.17.2.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:142) ~[fabric-loader-0.17.2.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:66) [fabric-loader-0.17.2.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.17.2.jar:?]

commented

My mod’s version string

simple_mod_menu uses v1.0.0. Fabric’s SemVer parser chokes on the leading “v”.

Impact: just a warning. Fix later by setting "version": "1.0.0" in my fabric.mod.json.

Puzzles Lib ↔ Fabric API mismatch (actual crash)

Installed: Puzzles Lib 21.9.4

Present: fabric-api 0.133.14+1.21.9

Needed: fabric-api ≥ 0.134.0 (for Puzzles Lib 21.9.4)

Loader even suggests it: replace Puzzles Lib 21.9.4 → 21.9.1+ compatible with 0.133.14.

commented

sorry to waste your time i found out that fabric api was the problem