You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[16:44:23] [Minecord-Presence-Timer/ERROR]: Uncaught exception in thread "Minecord-Presence-Timer"
java.lang.NoClassDefFoundError: me/axieum/mcmod/minecord/shadow/api/org/apache/commons/lang3/time/DurationFormatUtils
at Not Enough Crashes deobfuscated stack trace.(1.19+build.4) ~[?:?]
at me.axieum.mcmod.minecord.api.util.StringTemplate.format(StringTemplate.java:269) ~[minecord-api-1.0.0-beta.2-334e7ed5a4687c1b.jar:?]
at me.axieum.mcmod.minecord.impl.presence.config.PresenceConfig$CategorySchema$PresenceSchema$1.getActivity(PresenceConfig.java:142) ~[minecord-presence-1.0.0-beta.2-b3c770a51ebc8da7.jar:?]
at me.axieum.mcmod.minecord.impl.presence.PresenceUpdateTask.run(PresenceUpdateTask.java:96) ~[minecord-presence-1.0.0-beta.2-b3c770a51ebc8da7.jar:?]
at java.util.TimerThread.mainLoop(Timer.java:566) ~[?:?]
at java.util.TimerThread.run(Timer.java:516) ~[?:?]
Caused by: java.lang.ClassNotFoundException: me.axieum.mcmod.minecord.shadow.api.org.apache.commons.lang3.time.DurationFormatUtils
at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226) ~[fabric-loader-0.14.8.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145) ~[fabric-loader-0.14.8.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
... 5 more
Steps/models to reproduce
Add the mod to your server.
Look at the logs.
Version
1.0.0 beta 2
Agreements
I am running the latest version of the mod.
My version of Minecraft is supported.
I have searched for and ensured there isn't already an open issue regarding this.
Other
No response
The text was updated successfully, but these errors were encountered:
axieum
changed the title
[Bug] Got an error while starting the server
DurationFormatUtils class is missing from the mod jar
Jul 1, 2022
Expected behavior
irk
The server does not crash. I just get this error.
Observed/actual behavior
Got the error:
Steps/models to reproduce
Add the mod to your server.
Look at the logs.
Version
1.0.0 beta 2
Agreements
Other
No response
The text was updated successfully, but these errors were encountered: