-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash on latest version #104
Comments
MC Farmer's Delight Server crash starting after update to 2.2.1 and 2.2.0: |
Had the same Issue here on my Side https://gist.github.com/suerion/d1e8449063bdc17c3c3ce7fb6172f7ec |
I think that this issue is more on Fabric Loader's cacheing. I'd suggest either deleting your .fabric folder in your game directory, or if that doesnt work, load on a fresh instance. |
I also get a crash on startup, except it's on the client. |
is this fixed in the lastest 2.2.2? |
Clean up .fabric, libraries, versions and server.jar. MC 1.21.1
|
My issue was with an clean server. I delete allways on crashes etc the server cache. The issue is here without the cache files |
I think that this is a Fabric loader issue, I'll be making a report over there, I'm just trying to replicate the bug before I send it over. |
I will try with another profiler, or jline to give mor informations, if i could help or give mor informations, i will send it here Thanks for your work |
@suerion May I please have your logs? I need to see if it's Porting Lib not loading or something else. |
Nvm, I have yours. All good |
Okay, so in some of your cases, Dumpling's Delight is including an old version of our Porting Lib fork. I have made a new issue over on Joshcraft2002/Dumplings-Delight-Rewrapped#5, I hope it'll get resolved soon. |
Hi I'll get on that right away |
Without Dumpling Delight and Ubes Delight, It works fine It is an handling issue betweend new Porting lib and older Porting Lib @MerchantPug Latest Log Without Ubes Delight and Dumplings Delight |
dumplings delight has a new version that should fix the issue with it |
Thanks a lot :) |
Latest version Ube's Delight also has the corrected Porting Lib dependency. Appreciate all the info to help fix it! |
Thanks to @ChefMooon and @Joshcraft2002 server is starting now normal, But my Client is yet crashing with this issue |
@MerchantPug i think the first issues are fixed with the Updates from the other Mods, but yet i had injection errors from Mixin with porting lib |
crash-2024-11-10_00.21.57-client.txt |
crash-2024-11-10_00.21.57-client.txt newest server crash report with updates |
@Omarforce did you have also an latest.log? There are more mods, they are in the crash log, like rustic delight etc Could be, an other mod has also nested the lib. |
Ill look into this sometime later. |
Ive made a little explanation on this issue. |
Minecraft version
1.21
Farmer's Delight version
2.2.1
Fabric Loader version
16.9
Fabric API version
0.106.0
Description
crash on boot
Steps to reproduce
trying to start server enviroment
Mod list
Logs
Failed to start the minecraft server
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'farmersdelight' at 'vectorwing.farmersdelight.FarmersDelight'!
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 knot/net.minecraft.server.Main.main(Main.java:111) [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:?]
at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69) [fabric-server-mc.1.21-loader.0.16.9-launcher.1.0.1.jar:1.0.1]
Suppressed: java.lang.NoClassDefFoundError: io/github/fabricators_of_create/porting_lib/loot/PortingLibLoot
at knot/com.chefmooon.ubesdelight.common.registry.fabric.UbesDelightLootModifiersImpl.(UbesDelightLootModifiersImpl.java:13) ~[ubesdelight-fabric-1.21-0.2.1.jar:?]
at knot/com.chefmooon.ubesdelight.fabric.UbesDelightImpl.onInitialize(UbesDelightImpl.java:28) ~[ubesdelight-fabric-1.21-0.2.1.jar:?]
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399) ~[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 knot/net.minecraft.server.Main.main(Main.java:111) [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:?]
at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69) [fabric-server-mc.1.21-loader.0.16.9-launcher.1.0.1.jar:1.0.1]
Caused by: java.lang.ClassNotFoundException: io.github.fabricators_of_create.porting_lib.loot.PortingLibLoot
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?]
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
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.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
... 10 more
Caused by: java.lang.NoClassDefFoundError: io/github/fabricators_of_create/porting_lib/loot/PortingLibLoot
at knot/vectorwing.farmersdelight.common.registry.ModLootModifiers.(ModLootModifiers.java:17) ~[FarmersDelight-1.21.1-2.2.1+refabricated.jar:?]
at knot/vectorwing.farmersdelight.FarmersDelight.onInitialize(FarmersDelight.java:55) ~[FarmersDelight-1.21.1-2.2.1+refabricated.jar:?]
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399) ~[fabric-loader-0.16.9.jar:?]
... 7 more
Caused by: java.lang.ClassNotFoundException: io.github.fabricators_of_create.porting_lib.loot.PortingLibLoot
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?]
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
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.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
at knot/vectorwing.farmersdelight.common.registry.ModLootModifiers.(ModLootModifiers.java:17) ~[FarmersDelight-1.21.1-2.2.1+refabricated.jar:?]
at knot/vectorwing.farmersdelight.FarmersDelight.onInitialize(FarmersDelight.java:55) ~[FarmersDelight-1.21.1-2.2.1+refabricated.jar:?]
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399) ~[fabric-loader-0.16.9.jar:?]
... 7 more
Minimal instance
Performance and shader mods
The text was updated successfully, but these errors were encountered: