Skip to content
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

1.18.2 Magma Server Crashing due to Puffish Skills (Crash log included) #88

Open
xXDarkayTberXx opened this issue Apr 28, 2024 · 2 comments

Comments

@xXDarkayTberXx
Copy link

Whenever I try to open the server with the mod inside, it crashes leaving this code at the beggining:

Description: Exception in server tick loop

java.lang.NoSuchMethodError: 'boolean org.apache.commons.io.FileUtils.isEmptyDirectory(java.io.File)'
at net.puffish.skillsmod.utils.PathUtils.isDirectoryEmpty(PathUtils.java:26) ~[puffish_skills-0.10.0-1.18.2-forge.jar%2390!/:?] {re:classloading}
at net.puffish.skillsmod.SkillsMod.loadModConfig(SkillsMod.java:191) ~[puffish_skills-0.10.0-1.18.2-forge.jar%2390!/:?] {re:classloading}
at net.puffish.skillsmod.SkillsMod$EventListener.onServerStarting(SkillsMod.java:608) ~[puffish_skills-0.10.0-1.18.2-forge.jar%2390!/:?] {re:classloading}
at net.puffish.skillsmod.main.ForgeMain.onServerStarting(ForgeMain.java:73) ~[puffish_skills-0.10.0-1.18.2-forge.jar%2390!/:?] {re:classloading}
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {}
at net.minecraftforge.server.ServerLifecycleHooks.handleServerStarting(ServerLifecycleHooks.java:98) ~[forge-1.18.2-40.2.17-universal.jar%23107!/:?] {re:classloading}
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:292) ~[server-1.18.2-20220404.173914-srg.jar%23102!/:?] {re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:934) ~[server-1.18.2-20220404.173914-srg.jar%23102!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:terrablender.mixins.json:MixinMinecraftServer,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A,re:mixin,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:288) ~[server-1.18.2-20220404.173914-srg.jar%23102!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:terrablender.mixins.json:MixinMinecraftServer,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A,re:mixin,pl:accesstransformer:B}
at java.lang.Thread.run(Thread.java:833) [?:?] {re:mixin,re:mixin,re:mixin}

If anyone knows about this I would thank you very much.

crash-2024-04-28_14.31.23-server.txt

@Tresillo2017
Copy link

at net.puffish.skillsmod.utils.PathUtils.isDirectoryEmpty(PathUtils.java:26) ~[puffish_skills-0.10.0-1.18.2-forge.jar%2390!/:?] {re:classloading}

Looks like the folder where the config is located isn't empty, try to delete it

@pufmat
Copy link
Owner

pufmat commented May 1, 2024

The libraries on the server are probably outdated. I think you should contact your server hosting provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants