[๐]: Fabric Server won't start with some of latest versions of everycompat
rusteddaemond opened this issue ยท 18 comments
Code of Conduct
- Always check you are using the latest version of the mods and its dependencies
- Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue still persists.
- If you are unsure which mod is the culprit.
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit - Confirm that there is no existing issue with a similar description submitted in the list of issues.
Version - Loader (DO NOT FORGET TO SELECT THE CORRECT VERSION)
1.20.1 - FABRIC
EveryCompat Version
everycomp 1.20-2.7.0 - everycomp 1.20-2.7.2
Moonlight Lib Version
fabric_1.20-2.13.34 - fabric_1.20-2.13.37
Issue with mods
Itself and probably moonlight
Issue Detail
Server won't start with some of latest versions of everycompat
Same or similar problem was also on Forge and still persists on Fabric Server:
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'everycomp' at 'net.mehvahdjukaar.every_compat.fabric.EveryCompatFabric'!
I was waiting for some time lurking here and there upon issues, yet it wasn't fixed for me:
FIXED in v2.7.2
Originally posted by @Xelbayria in #710 (comment)
OPTIONAL: Latest.log | Crash-report Attachment
No crash, 'koz it wasn't generated.
OPTIONAL: To Produce
- Have Everycompat everycomp 1.20-2.7.0 - everycomp 1.20-2.7.2
- Drink Moonshine fabric_1.20-2.13.34 - fabric_1.20-2.13.37
- Install a couple of wood mods e.g. Biomes You've Gone and Regions Unexplored
- Install what are there to depend
- Server doesn't start
- And it's impossible to stop it, only kill
- Be be quite frustrated
FIXED in v2.7.3
cause: The issue is somewhat related to
#710
, no thanks to Java Class Verifier, the code had to be changed to avoid that "verifier". ๐
[11:25:45] [Server thread/WARN]: Dedicated server took 64.408 seconds to load
Works for me, many thanks!
@Xelbayria It still doesnt works for me but now its a other class issues but still freezes the server on start:
Partially of the log
Failed to start the minecraft server java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'everycomp' at 'net.mehvahdjukaar.every_compat.fabric.EveryCompatFabric'! at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:403) ~[fabric-loader-0.16.9.jar:?] at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) ~[fabric-loader-0.16.9.jar:?] at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:401) ~[fabric-loader-0.16.9.jar:?] at net.fabricmc.loader.impl.game.minecraft.Hooks.startServer(Hooks.java:63) ~[fabric-loader-0.16.9.jar:?] at net.minecraft.server.Main.main(Main.java:112) ~[server-intermediary.jar:?] at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480) ~[fabric-loader-0.16.9.jar:?] at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.16.9.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) ~[fabric-loader-0.16.9.jar:?] at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) ~[fabric-loader-0.16.9.jar:?] Caused by: java.lang.NoClassDefFoundError: net/minecraft/class_1087 at net.mehvahdjukaar.every_compat.fabric.EveryCompatFabric.lambda$addModules$13(EveryCompatFabric.java:60) ~[Every%20Compat%201.20%202.7.3.jar:?] at net.mehvahdjukaar.every_compat.EveryCompat.addIfLoaded(EveryCompat.java:103) ~[Every%20Compat%201.20%202.7.3.jar:?] at net.mehvahdjukaar.every_compat.fabric.EveryCompatFabric.addModules(EveryCompatFabric.java:60) ~[Every%20Compat%201.20%202.7.3.jar:?] at net.mehvahdjukaar.every_compat.EveryCompatCommon.initialize(EveryCompatCommon.java:36) ~[Every%20Compat%201.20%202.7.3.jar:?] at net.mehvahdjukaar.every_compat.fabric.EveryCompatFabric.onInitialize(EveryCompatFabric.java:33) ~[Every%20Compat%201.20%202.7.3.jar:?] at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399) ~[fabric-loader-0.16.9.jar:?] ... 6 more Caused by: java.lang.ClassNotFoundException: net.minecraft.class_1087 at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226) ~[fabric-loader-0.16.9.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) ~[fabric-loader-0.16.9.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] at net.mehvahdjukaar.every_compat.fabric.EveryCompatFabric.lambda$addModules$13(EveryCompatFabric.java:60) ~[Every%20Compat%201.20%202.7.3.jar:?] at net.mehvahdjukaar.every_compat.EveryCompat.addIfLoaded(EveryCompat.java:103) ~[Every%20Compat%201.20%202.7.3.jar:?] at net.mehvahdjukaar.every_compat.fabric.EveryCompatFabric.addModules(EveryCompatFabric.java:60) ~[Every%20Compat%201.20%202.7.3.jar:?] at net.mehvahdjukaar.every_compat.EveryCompatCommon.initialize(EveryCompatCommon.java:36) ~[Every%20Compat%201.20%202.7.3.jar:?] at net.mehvahdjukaar.every_compat.fabric.EveryCompatFabric.onInitialize(EveryCompatFabric.java:33) ~[Every%20Compat%201.20%202.7.3.jar:?] at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399) ~[fabric-loader-0.16.9.jar:?] ... 6 more
Freeze? not good. That's another detail I need to know.
As I stated in the beginning, it won't start nor stop by itself, you can't manually stop it, only kill.
- Have Everycompat everycomp 1.20-2.7.0 - everycomp 1.20-2.7.2
- Bask in Sunlight fabric_1.20-2.13.34 - fabric_1.20-2.13.37
- Install a couple of wood mods e.g. Biomes You've Gone and Regions Unexplored
- Install what are there to depend
- Server doesn't start
- And it's impossible to stop it, only kill
- Be be quite frustrated
That's not good. Found this: java.lang.NoClassDefFoundError: net/minecraft/class_756
The #710
is related to renderer class being used on server when it should be excluded. Going to investigate this.
Have you tried with Furniture mod & Wood mod?
That's not good. Found this:
java.lang.NoClassDefFoundError: net/minecraft/class_756
The
#710
is related to renderer class being used on server when it should be excluded. Going to investigate this.Have you tried with Furniture mod & Wood mod?
Here's newest log with Supplementaries and Macaw Furniture.
having this issue as well, although the server just immediately closes for me rather than freezing.
FIXED in v2.7.3
cause:
The issue is somewhat related to #710
, no thanks to Java Class Verifier, the code had to be changed to avoid that "verifier". ๐
@EtienneWille are you using EveryComp's latest version?
@Xelbayria Yes, I am currently using everycomp-1.20-2.7.3-fabric.jar, uploaded on 10.12.2024. With version 2.7.2, I encountered this error: java.lang.NoClassDefFoundError: net/minecraft/class_756
Now, with version 2.7.3, I get a different error: java.lang.NoClassDefFoundError: net/minecraft/class_1087
The latest version that works for me is 2.6.90, at least from the ones I've tested.
@EtienneWille this problem is very troublesome because I honestly don't know why these classes cannot be found. I think it's a problem on FABRIC side, there is no way to confirm that.
i need the crash-report so i can take a look at what's going on (please create a new issue with the crash-report)
EDIT: Please include which supported mod and which wood mods are you using that caused the crash. thanks
@Xelbayria Sadly as the other guy mentioned there is no crash report..
No, sadly it freezes before it could actually start, so, there is no crash report either way.
@EtienneWille Alright, Can i get the list of mods that cause the crash? I am going to try and reproduce it on my side.
Please create a new issue with the information I need to know. Thanks.