JamCoreModding / utility-belt

MIT License
1 stars 1 forks source link

Crash from tutorial-lib, probably an incompat. #11

Closed purejosh closed 1 year ago

purejosh commented 1 year ago

latest (13).log

This is probably an incompatibility somewhere, since our modpack is quite big. Lmk what other info you'll need, but it should all be in the log here.

Jamalam360 commented 1 year ago

Looks like a silly mistake on my part, will fix today

booa12 commented 1 year ago

i have the same issue

booa12 commented 1 year ago

i know its utility belts problem

booa12 commented 1 year ago

i have the latest version and crash

booa12 commented 1 year ago

java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'tutorial-lib'! at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51) ~[fabric-loader-0.14.21.jar:?] at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) ~[fabric-loader-0.14.21.jar:?] at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49) ~[fabric-loader-0.14.21.jar:?] at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35) ~[fabric-loader-0.14.21.jar:?] at net.fabricmc.loader.impl.game.minecraft.Hooks.startServer(Hooks.java:62) ~[fabric-loader-0.14.21.jar:?] at net.minecraft.server.Main.main(Main.java:101) [server-intermediary.jar:?] at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) [fabric-loader-0.14.21.jar:?] at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.14.21.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) [fabric-loader-0.14.21.jar:?] at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) [fabric-loader-0.14.21.jar:?] at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69) [fabric-server-mc.1.19.2-loader.0.14.21-launcher.0.11.2.jar:0.11.2] Caused by: java.lang.RuntimeException: Cannot load class net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents in environment type SERVER at net.fabricmc.loader.impl.transformer.FabricTransformer.transform(FabricTransformer.java:59) ~[fabric-loader-0.14.21.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPreMixinClassByteArray(KnotClassDelegate.java:462) ~[fabric-loader-0.14.21.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:415) ~[fabric-loader-0.14.21.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) ~[fabric-loader-0.14.21.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) ~[fabric-loader-0.14.21.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:112) ~[fabric-loader-0.14.21.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] at io.github.jamalam360.tutorial.lib.TutorialLib.onInitialize(TutorialLib.java:61) ~[tutorial-lib-1.1.1+1.19.2-a9d08e204676b104.jar:?] at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47) ~[fabric-loader-0.14.21.jar:?] ... 8 more

booa12 commented 1 year ago

also its on the server

Jamalam360 commented 1 year ago

Are you sure you're on V1.3.1, I just fixed this issue

booa12 commented 1 year ago

Yes

booa12 commented 1 year ago

But its on the server

booa12 commented 1 year ago

C:\Users\Nooa\Desktop\testing\Fabric>java -Xmx6G -jar fabric-server-mc.1.19.2-loader.0.14.21-launcher.0.11.2.jar nogui Starting net.fabricmc.loader.impl.game.minecraft.BundlerClassPathCapture [12:39:57] [main/INFO]: Loading Minecraft 1.19.2 with Fabric Loader 0.14.21 [12:39:57] [ForkJoinPool-1-worker-3/WARN]: Mod io_netty_netty-codec-http uses the version 4.1.77.Final which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'Final'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [12:39:57] [ForkJoinPool-1-worker-1/WARN]: Mod flywheel uses the version 0.6.8.a-5 which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'a'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [12:39:57] [ForkJoinPool-1-worker-4/WARN]: The mod "moreredlamps" contains invalid entries in its mod json:

booa12 commented 1 year ago

there is full server log

Jamalam360 commented 1 year ago

Will be fixed soon

booa12 commented 1 year ago

ty pls sey it in the issue so i can see it

Jamalam360 commented 1 year ago

V1.3.2

booa12 commented 1 year ago

Aleredy?

Jamalam360 commented 1 year ago

Yes. It might not be visible on Curseforge yet, but it is on Modrinth

booa12 commented 1 year ago

Ok i will test it soon as i will go swiming

booa12 commented 1 year ago

Have a nice day

booa12 commented 1 year ago

made anatoer issue for not same error https://github.com/JamCoreModding/utility-belt/issues/28

Jamalam360 commented 1 year ago

So this issue is solved?