Forged Alliance Forever Forged Alliance Forever Forums 2020-01-06T10:53:15+02:00 /feed.php?f=3&t=18593 2020-01-06T10:53:15+02:00 2020-01-06T10:53:15+02:00 /viewtopic.php?t=18593&p=181101#p181101 <![CDATA[Re: Crash on startup with Java error]]>
i assume the outdated client versions are unable to deal with this properly

Statistics: Posted by PhilipJFry — 06 Jan 2020, 10:53


]]>
2020-01-06T00:43:30+02:00 2020-01-06T00:43:30+02:00 /viewtopic.php?t=18593&p=181090#p181090 <![CDATA[Re: Crash on startup with Java error]]>
Thanks anyway, I appreciate it.

Statistics: Posted by PiamondDickaxe — 06 Jan 2020, 00:43


]]>
2020-01-05T13:18:49+02:00 2020-01-05T13:18:49+02:00 /viewtopic.php?t=18593&p=181075#p181075 <![CDATA[Re: Crash on startup with Java error]]> go to faforever.com and download the latest version and install it

Statistics: Posted by PhilipJFry — 05 Jan 2020, 13:18


]]>
2020-01-05T12:39:15+02:00 2020-01-05T12:39:15+02:00 /viewtopic.php?t=18593&p=181073#p181073 <![CDATA[Re: Crash on startup with Java error]]>
https://pastebin.com/CJ2QR9he

Statistics: Posted by PiamondDickaxe — 05 Jan 2020, 12:39


]]>
2020-01-05T10:12:29+02:00 2020-01-05T10:12:29+02:00 /viewtopic.php?t=18593&p=181063#p181063 <![CDATA[Re: Crash on startup with Java error]]> if that doesn't help try deleting the client prefs stored in
Code:
%appdata%\Forged Alliance Forever\

post the entire log instead of just the error in the popup (read the red text above)

Statistics: Posted by PhilipJFry — 05 Jan 2020, 10:12


]]>
2020-01-05T02:52:48+02:00 2020-01-05T02:52:48+02:00 /viewtopic.php?t=18593&p=181050#p181050 <![CDATA[Crash on startup with Java error]]>
Error data is as follows:

Code:
java.lang.RuntimeException: Exception in Application start method
   at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication1(Unknown Source)
   at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(Unknown Source)
   at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.github.nocatch.NoCatchException: javafx.fxml.LoadException:
file:/E:/FAF/lib/downlords-faf-client-0.10.7.jar!/theme/login.fxml

   at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
   at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
   at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source)
   at com.github.nocatch.NoCatch.wrapException(NoCatch.java:61)
   at com.github.nocatch.NoCatch.noCatch(NoCatch.java:53)
   at com.github.nocatch.NoCatch.noCatch(NoCatch.java:34)
   at com.faforever.client.theme.UiService.loadFxml(UiService.java:412)
   at com.faforever.client.theme.UiService$$FastClassBySpringCGLIB$$2b0b2208.invoke(<generated>)
   at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
   at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684)
   at com.faforever.client.theme.UiService$$EnhancerBySpringCGLIB$$d69af24f.loadFxml(<generated>)
   at com.faforever.client.main.MainController.enterLoggedOutState(MainController.java:389)
   at com.faforever.client.main.MainController.display(MainController.java:371)
   at com.faforever.client.FafClientApplication.showMainWindow(FafClientApplication.java:116)
   at com.faforever.client.FafClientApplication.start(FafClientApplication.java:100)
   at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(Unknown Source)
   at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$11(Unknown Source)
   at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source)
   at java.base/java.security.AccessController.doPrivileged(Native Method)
   at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source)
   at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
   at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
   at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source)
   ... 1 more
Caused by: javafx.fxml.LoadException:
file:/E:/FAF/lib/downlords-faf-client-0.10.7.jar!/theme/login.fxml

   at javafx.fxml/javafx.fxml.FXMLLoader.constructLoadException(Unknown Source)
   at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
   at javafx.fxml/javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
   at javafx.fxml/javafx.fxml.FXMLLoader.load(Unknown Source)
   at com.github.nocatch.NoCatch.noCatch(NoCatch.java:49)
   ... 19 more
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)
   at jdk.internal.reflect.GeneratedMethodAccessor22.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)
   at javafx.fxml/com.sun.javafx.fxml.MethodHelper.invoke(Unknown Source)
   ... 23 more
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.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:226)
   at com.google.gson.Gson.fromJson(Gson.java:927)
   at com.google.gson.Gson.fromJson(Gson.java:865)
   at com.faforever.client.preferences.PreferencesService.getRemotePreferences(PreferencesService.java:351)
   at com.faforever.client.login.LoginController.initialize(LoginController.java:150)
   ... 33 more
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)
   at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:215)
   ... 37 more


I saw a couple solved forum posts, and at a glance its the same error, but none of them included the solution. Help would be appreciated.

Statistics: Posted by PiamondDickaxe — 05 Jan 2020, 02:52


]]>