Forged Alliance Forever Forged Alliance Forever Forums 2019-07-27T14:08:09+02:00 /feed.php?f=3&t=17845 2019-07-27T14:08:09+02:00 2019-07-27T14:08:09+02:00 /viewtopic.php?t=17845&p=176885#p176885 <![CDATA[Re: Error when starting client]]> I enforced https-redirect for our content server, but the client reads a file on startup from http. Instead of following the redirect it crashes :(

Statistics: Posted by Brutus5000 — 27 Jul 2019, 14:08


]]>
2019-07-27T14:05:55+02:00 2019-07-27T14:05:55+02:00 /viewtopic.php?t=17845&p=176883#p176883 <![CDATA[Re: Error when starting client]]>

Brutus5000
Server maintenance on Saturday (27. July) - Forged Alliance Forever
Hi everyone, on Saturday we will perform some server maintenance. Due to personal constraints, I cannot give an exact time. As we are performing changes to the replay server, all replays on the running

Statistics: Posted by Typo91 — 27 Jul 2019, 14:05


]]>
2019-07-27T14:01:55+02:00 2019-07-27T14:01:55+02:00 /viewtopic.php?t=17845&p=176882#p176882 <![CDATA[Re: Error when starting client]]> Statistics: Posted by Typo91 — 27 Jul 2019, 14:01


]]>
2019-07-27T14:00:29+02:00 2019-07-27T14:00:29+02:00 /viewtopic.php?t=17845&p=176881#p176881 <![CDATA[Re: Error when starting client]]> Statistics: Posted by Iskhander — 27 Jul 2019, 14:00


]]>
2019-07-27T13:51:39+02:00 2019-07-27T13:51:39+02:00 /viewtopic.php?t=17845&p=176880#p176880 <![CDATA[Re: Error when starting client]]>
I tried:

reinstall FAF client and game - still not working
delete client.prefs - still not working

what else can i/we do?

Statistics: Posted by mcjointx — 27 Jul 2019, 13:51


]]>
2019-07-27T13:34:00+02:00 2019-07-27T13:34:00+02:00 /viewtopic.php?t=17845&p=176872#p176872 <![CDATA[Re: Error when starting client]]> Statistics: Posted by Boxer_Roo — 27 Jul 2019, 13:34


]]>
2019-07-27T13:22:47+02:00 2019-07-27T13:22:47+02:00 /viewtopic.php?t=17845&p=176862#p176862 <![CDATA[Re: Error when starting client]]> Statistics: Posted by Fenix1991722 — 27 Jul 2019, 13:22


]]>
2019-07-27T13:22:05+02:00 2019-07-27T13:22:05+02:00 /viewtopic.php?t=17845&p=176860#p176860 <![CDATA[Re: Error when starting client]]> Statistics: Posted by user900 — 27 Jul 2019, 13:22


]]>
2019-07-27T13:19:54+02:00 2019-07-27T13:19:54+02:00 /viewtopic.php?t=17845&p=176854#p176854 <![CDATA[Error when starting client]]>
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:/C:/Program%20Files/Downlord's%20FAF%20Client/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$$3e31faa3.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:/C:/Program%20Files/Downlord's%20FAF%20Client/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 have already tried to uninstall/reinstall the client without success.

Statistics: Posted by justawesome — 27 Jul 2019, 13:19


]]>