report errors
Kaery40 opened this issue · 9 comments
[15:02:54] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: dev/onyxstudios/cca/api/v3/entity/EntityComponentInitializer
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_271]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_271]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_271]
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:163) ~[fabric-server-launch.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
at eu.codedsakura.fabrichomes.FabricHomes.homeSet(FabricHomes.java:149) ~[FabricHomes-0.1.3.jar:?]
at eu.codedsakura.fabrichomes.FabricHomes.lambda$null$2(FabricHomes.java:76) ~[FabricHomes-0.1.3.jar:?]
at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:263) ~[intermediary-server.jar:?]
at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:177) ~[intermediary-server.jar:?]
at net.minecraft.class_2170.method_9249(class_2170.java:249) ~[intermediary-server.jar:?]
at net.minecraft.class_3176.method_13941(class_3176.java:342) ~[intermediary-server.jar:?]
at net.minecraft.class_3176.method_3813(class_3176.java:315) ~[intermediary-server.jar:?]
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:814) ~[intermediary-server.jar:?]
at net.minecraft.server.MinecraftServer.handler$zfn000$modifiedRunLoop(MinecraftServer.java:4320) ~[intermediary-server.jar:?]
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:654) ~[intermediary-server.jar:?]
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:260) ~[intermediary-server.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_271]
Caused by: java.lang.ClassNotFoundException: dev.onyxstudios.cca.api.v3.entity.EntityComponentInitializer
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_271]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
at net.fabricmc.loader.launch.server.InjectingURLClassLoader.loadClass(InjectingURLClassLoader.java:56) ~[fabric-server-launch.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:168) ~[fabric-server-launch.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
... 17 more
i assume this is also on 1.17? (based on CodedSakura/FabricTPA#18)
then this is a duplicate of #3
Can you provide more info on MC version, FabricAPI version, FacricHomes version and whether you're using FabricWarps, FabricTPA or other of my mods?
Hmm, i can't manage to reproduce this, what are the steps you took for this to happen?
yea, i'm trying to understand what caused this, as i cannot get this error using the mod versions you provided.
what causes this error to happen to you?