elveskevtar / SmartMoving

Other
14 stars 0 forks source link

Server Crash #21

Open geumu opened 3 years ago

geumu commented 3 years ago

Bukkit: Catserver 1.12.2 Smart Moving Version: 17.0-RC1 Explanation: When the server starts up, an error message appears and the server is turned off. Log: [04:31:02] [Server thread/INFO] []: Server Player: failed to register id 'Smart Moving' [04:31:02] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Smart Moving (smartmoving)

Caused by: java.lang.ClassCastException: net.minecraft.server.dedicated.DedicatedPlayerList cannot be cast to java.util.List at api.player.server.ServerPlayerAPI.getAllInstancesList(ServerPlayerAPI.java:1839) ~[ServerPlayerAPI.class:?] at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:756) ~[ServerPlayerAPI.class:?] at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:50) ~[ServerPlayerAPI.class:?] at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:43) ~[ServerPlayerAPI.class:?] at net.smart.moving.SMServerPlayerBase.registerPlayerBase(SMServerPlayerBase.java:41) ~[SMServerPlayerBase.class:?] at net.smart.moving.SMMod.postInit(SMMod.java:87) ~[SMMod.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_241] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_241] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_241] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_241] at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:636) ~[catserver.jar:git-CatServer-1.12.2-eb3ed0a] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_241] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_241] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_241] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_241] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?] at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[catserver.jar:git-CatServer-1.12.2-eb3ed0a] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[catserver.jar:git-CatServer-1.12.2-eb3ed0a] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_241] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_241] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_241] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_241] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?] at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:git-CatServer-1.12.2-eb3ed0a] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:754) ~[Loader.class:git-CatServer-1.12.2-eb3ed0a] at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107) ~[FMLServerHandler.class:git-CatServer-1.12.2-eb3ed0a] at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:341) ~[FMLCommonHandler.class:git-CatServer-1.12.2-eb3ed0a] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:275) ~[nz.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:596) [MinecraftServer.class:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]