Emotecraft (Forge)

Emotecraft (Forge)

1M Downloads

Crash Minecraft Server 1.18.2

Pairomatic opened this issue ยท 0 comments

commented

Minecraft 1.18.2
Modded with Fabric, lots of mods
Emotecraft 2.2.7

it worked perfectly before, but one day it crashed and we dont know why
this is the crash sorry if i say something weird english is not my first language

[15:53:29] [main/ERROR]: Failed to start the minecraft server
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'emotecraft'!
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51) ~[fabric-loader-0.14.13.jar:?]
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) ~[fabric-loader-0.14.13.jar:?]
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49) ~[fabric-loader-0.14.13.jar:?]
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35) ~[fabric-loader-0.14.13.jar:?]
at net.fabricmc.loader.impl.game.minecraft.Hooks.startServer(Hooks.java:62) ~[fabric-loader-0.14.13.jar:?]
at net.minecraft.server.Main.main(Main.java:101) [server-intermediary.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) [fabric-loader-0.14.13.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.14.13.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) [fabric-loader-0.14.13.jar:?]
at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) [fabric-loader-0.14.13.jar:?]
Caused by: java.lang.NullPointerException
at java.util.Objects.requireNonNull(Objects.java:208) ~[?:?]
at io.github.kosmx.emotes.server.serializer.EmoteSerializer.serializeEmotes(EmoteSerializer.java:27) ~[emotecraft-for-MC1.18.2-2.2.7-b.build.50-fabric.jar:?]
at io.github.kosmx.emotes.server.serializer.UniversalEmoteSerializer.loadEmotes(UniversalEmoteSerializer.java:100) ~[emotecraft-for-MC1.18.2-2.2.7-b.build.50-fabric.jar:?]
at io.github.kosmx.emotes.main.MainLoader.main(MainLoader.java:36) ~[emotecraft-for-MC1.18.2-2.2.7-b.build.50-fabric.jar:?]
at io.github.kosmx.emotes.fabric.FabricWrapper.onInitialize(FabricWrapper.java:28) ~[emotecraft-for-MC1.18.2-2.2.7-b.build.50-fabric.jar:?]
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47) ~[fabric-loader-0.14.13.jar:?]
... 7 more