Created
January 13, 2018 10:04
-
-
Save unstablecraft/7f5d293bad211fa7bfb759d6bb63866c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [20:01:33] [Server thread/FATAL] [FML]: The following problems were captured during this phase | |
| [20:01:33] [Server thread/ERROR] [FML]: Caught exception from minetogetherserver (com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $) | |
| [20:01:33] [Server thread/ERROR] [FML]: A fatal exception occurred during the server starting event | |
| net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from MineTogetherServer (minetogetherserver) | |
| Caused by: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $ | |
| at com.google.gson.Gson.fromJson(Gson.java:899) ~[Gson.class:?] | |
| at com.google.gson.Gson.fromJson(Gson.java:852) ~[Gson.class:?] | |
| at com.google.gson.Gson.fromJson(Gson.java:801) ~[Gson.class:?] | |
| at net.creeperhost.minetogether.serverstuffs.CreeperHostServer.deserializePreload(CreeperHostServer.java:453) ~[CreeperHostServer.class:?] | |
| at net.creeperhost.minetogether.serverstuffs.CreeperHostServer.serverStarting(CreeperHostServer.java:104) ~[CreeperHostServer.class:?] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606) ~[forge-1.12.2-14.23.1.2566-universal.jar:?] | |
| at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[guava-21.0.jar:?] | |
| at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[guava-21.0.jar:?] | |
| at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253) ~[forge-1.12.2-14.23.1.2566-universal.jar:?] | |
| at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231) ~[forge-1.12.2-14.23.1.2566-universal.jar:?] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[guava-21.0.jar:?] | |
| at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[guava-21.0.jar:?] | |
| at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) ~[LoadController.class:?] | |
| at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:769) [Loader.class:?] | |
| at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:295) [FMLCommonHandler.class:?] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at Reflector.callBoolean(Reflector.java:802) [Reflector.class:?] | |
| at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:204) [chd.class:?] | |
| at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) [MinecraftServer.class:?] | |
| at java.lang.Thread.run(Unknown Source) [?:1.8.0_77] | |
| Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $ | |
| at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:385) ~[JsonReader.class:?] | |
| at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183) ~[MapTypeAdapterFactory$Adapter.class:?] | |
| at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[MapTypeAdapterFactory$Adapter.class:?] | |
| at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?] | |
| at com.google.gson.Gson.fromJson(Gson.java:852) ~[Gson.class:?] | |
| at com.google.gson.Gson.fromJson(Gson.java:801) ~[Gson.class:?] | |
| at net.creeperhost.minetogether.serverstuffs.CreeperHostServer.deserializePreload(CreeperHostServer.java:453) ~[CreeperHostServer.class:?] | |
| at net.creeperhost.minetogether.serverstuffs.CreeperHostServer.serverStarting(CreeperHostServer.java:104) ~[CreeperHostServer.class:?] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606) ~[forge-1.12.2-14.23.1.2566-universal.jar:?] | |
| at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[guava-21.0.jar:?] | |
| at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[guava-21.0.jar:?] | |
| at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253) ~[forge-1.12.2-14.23.1.2566-universal.jar:?] | |
| at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231) ~[forge-1.12.2-14.23.1.2566-universal.jar:?] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[guava-21.0.jar:?] | |
| at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[guava-21.0.jar:?] | |
| at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[guava-21.0.jar:?] | |
| at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) ~[LoadController.class:?] | |
| at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:769) ~[Loader.class:?] | |
| at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:295) ~[FMLCommonHandler.class:?] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77] | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77] | |
| at Reflector.callBoolean(Reflector.java:802) ~[Reflector.class:?] | |
| at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:204) ~[chd.class:?] | |
| at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) ~[MinecraftServer.class:?] | |
| at java.lang.Thread.run(Unknown Source) ~[?:1.8.0_77] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment