Код:
at javafx.base/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source) ~[javafx.base:?]
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) ~[javafx.base:?]
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) ~[javafx.base:?]
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) ~[javafx.base:?]
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) ~[javafx.base:?]
at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) ~[javafx.base:?]
at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) ~[javafx.base:?]
at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) ~[javafx.base:?]
at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) ~[javafx.base:?]
at javafx.base/javafx.event.Event.fireEvent(Unknown Source) ~[javafx.base:?]
at javafx.graphics/javafx.scene.Scene$ClickGenerator.postProcess(Unknown Source) ~[javafx.graphics:?]
at javafx.graphics/javafx.scene.Scene$ClickGenerator.access$8300(Unknown Source) ~[javafx.graphics:?]
at javafx.graphics/javafx.scene.Scene$MouseHandler.process(Unknown Source) ~[javafx.graphics:?]
at javafx.graphics/javafx.scene.Scene$MouseHandler.access$1300(Unknown Source) ~[javafx.graphics:?]
at javafx.graphics/javafx.scene.Scene.processMouseEvent(Unknown Source) ~[javafx.graphics:?]
at javafx.graphics/javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source) ~[javafx.graphics:?]
at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) ~[javafx.graphics:?]
at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) ~[javafx.graphics:?]
at java.base/java.security.AccessController.doPrivileged(Native Method) ~[?:?]
at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(Unknown Source) ~[javafx.graphics:?]
at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source) ~[javafx.graphics:?]
at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source) ~[javafx.graphics:?]
at javafx.graphics/com.sun.glass.ui.View.handleMouseEvent(Unknown Source) ~[javafx.graphics:?]
at javafx.graphics/com.sun.glass.ui.View.notifyMouse(Unknown Source) ~[javafx.graphics:?]
at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:?]
at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:?]
at java.base/java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]
at com.sun.javafx.reflect.Trampoline.invoke(Unknown Source) ~[javafx.base:?]
at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) ~[?:?]
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]
at javafx.base/com.sun.javafx.reflect.MethodUtil.invoke(Unknown Source) ~[javafx.base:?]
at javafx.fxml/com.sun.javafx.fxml.MethodHelper.invoke(Unknown Source) ~[javafx.fxml:?]
... 38 more
Caused by: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1 path $
at com.google.gson.Gson.fromJson(Gson.java:899) ~[CristalixLauncher-0.2.8.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:852) ~[CristalixLauncher-0.2.8.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:801) ~[CristalixLauncher-0.2.8.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:773) ~[CristalixLauncher-0.2.8.jar:?]
at ru.burnage.launcher.tools.ServerManager.load(ServerManager.java:37) ~[CristalixLauncher-0.2.8.jar:?]
at ru.burnage.launcher.tools.ServerManager.getServers(ServerManager.java:63) ~[CristalixLauncher-0.2.8.jar:?]
at ru.burnage.launcher.controller.ChooseServerSceneController.initialize(ChooseServerSceneController.java:93) ~[CristalixLauncher-0.2.8.jar:?]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]
at com.sun.javafx.reflect.Trampoline.invoke(Unknown Source) ~[javafx.base:?]
at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) ~[?:?]
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]
at javafx.base/com.sun.javafx.reflect.MethodUtil.invoke(Unknown Source) ~[javafx.base:?]
at javafx.fxml/com.sun.javafx.fxml.MethodHelper.invoke(Unknown Source) ~[javafx.fxml:?]
... 38 more
Caused by: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1 path $
at com.google.gson.stream.JsonReader.beginArray(JsonReader.java:350) ~[CristalixLauncher-0.2.8.jar:?]
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:80) ~[CristalixLauncher-0.2.8.jar:?]
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61) ~[CristalixLauncher-0.2.8.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[CristalixLauncher-0.2.8.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:852) ~[CristalixLauncher-0.2.8.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:801) ~[CristalixLauncher-0.2.8.jar:?]
at com.google.gson.Gson.fromJson(Gson.java:773) ~[CristalixLauncher-0.2.8.jar:?]
at ru.burnage.launcher.tools.ServerManager.load(ServerManager.java:37) ~[CristalixLauncher-0.2.8.jar:?]
at ru.burnage.launcher.tools.ServerManager.getServers(ServerManager.java:63) ~[CristalixLauncher-0.2.8.jar:?]
at ru.burnage.launcher.controller.ChooseServerSceneController.initialize(ChooseServerSceneController.java:93) ~[CristalixLauncher-0.2.8.jar:?]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]
at com.sun.javafx.reflect.Trampoline.invoke(Unknown Source) ~[javafx.base:?]
at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) ~[?:?]
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]
at javafx.base/com.sun.javafx.reflect.MethodUtil.invoke(Unknown Source) ~[javafx.base:?]
at javafx.fxml/com.sun.javafx.fxml.MethodHelper.invoke(Unknown Source) ~[javafx.fxml:?]
... 38 more