fabric-loader icon indicating copy to clipboard operation
fabric-loader copied to clipboard

on linux servers that are 1.17.1 i keep getting this error in running serverstarter.sh

Open thintheserverowner opened this issue 4 years ago • 2 comments

[16:44:29] [main/INFO]: Loading for game Minecraft 1.17.1 [16:44:29] [main/INFO]: Fabric is preparing JARs on first launch, this may take a few seconds... [16:44:42] [ForkJoinPool-1-worker-3/WARN]: The mod "libcd" contains invalid entries in its mod json:

  • Unsupported root entry "licence" at line 9 column 12 [16:44:42] [ForkJoinPool-1-worker-3/WARN]: The mod "libcd" contains invalid entries in its mod json:
  • Unsupported root entry "licence" at line 9 column 12 [16:44:43] [ForkJoinPool-1-worker-2/WARN]: The mod "libcd" contains invalid entries in its mod json:
  • Unsupported root entry "licence" at line 9 column 12 [16:44:43] [ForkJoinPool-1-worker-1/WARN]: The mod "libcd" contains invalid entries in its mod json:
  • Unsupported root entry "licence" at line 9 column 12 [16:44:43] [main/FATAL]: A critical error occurred net.fabricmc.loader.discovery.ModResolutionException: Could not find required mod: mo_glass requires {java @ [>=16]} at net.fabricmc.loader.discovery.ModResolver.findCompatibleSet(ModResolver.java:198) ~[fabric-server-launch.jar:?] at net.fabricmc.loader.discovery.ModResolver.resolve(ModResolver.java:832) ~[fabric-server-launch.jar:?] at net.fabricmc.loader.FabricLoader.setup(FabricLoader.java:195) ~[fabric-server-launch.jar:?] at net.fabricmc.loader.FabricLoader.load(FabricLoader.java:185) [fabric-server-launch.jar:?] at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:132) [fabric-server-launch.jar:?] at net.fabricmc.loader.launch.knot.KnotServer.main(KnotServer.java:28) [fabric-server-launch.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_292] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_292] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_292] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_292] at net.fabricmc.loader.launch.server.FabricServerLauncher.launch(FabricServerLauncher.java:68) [fabric-server-launch.jar:?] at net.fabricmc.loader.launch.server.FabricServerLauncher.setup(FabricServerLauncher.java:114) [fabric-server-launch.jar:?] at net.fabricmc.loader.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:56) [fabric-server-launch.jar:?] Caused by: net.fabricmc.loader.util.sat4j.specs.ContradictionException: Creating Empty clause ? at net.fabricmc.loader.util.sat4j.minisat.constraints.cnf.Clauses.propagationCheck(Clauses.java:117) ~[fabric-server-launch.jar:?] at net.fabricmc.loader.util.sat4j.minisat.constraints.cnf.Clauses.sanityCheck(Clauses.java:97) ~[fabric-server-launch.jar:?] at net.fabricmc.loader.util.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(MixedDataStructureDanielWL.java:81) ~[fabric-server-launch.jar:?] at net.fabricmc.loader.util.sat4j.minisat.core.Solver.addClause(Solver.java:401) ~[fabric-server-launch.jar:?] at net.fabricmc.loader.discovery.ModResolver.findCompatibleSet(ModResolver.java:195) ~[fabric-server-launch.jar:?]

thintheserverowner avatar Aug 20 '21 21:08 thintheserverowner

same error on 1.16.5 fabric

lretq avatar Aug 28 '21 22:08 lretq

Upgrade java to java 17. Also this should be closed (after you have seen it and replied).

EDIT: Also this should have gone to the Discord server and not here.

Phoenix-Starlight avatar Jul 08 '22 02:07 Phoenix-Starlight

👋 We use the issue tracker exclusively for final bug reports and feature requests. However, this issue appears to be better suited for either a discussion thread, or a message on our discord server. Please post your request on one of these, and the conversation can continue there.

github-actions[bot] avatar Feb 05 '23 21:02 github-actions[bot]