Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello.
I have installed JDK java-1.8.0 at my PC for working. And now FAF client doesn't start, show only splash screen. What can I do to solve this problem? I'm need JDK for working and FAF for fun.
Error.log info
Exception in thread "WindowsNativeRunloopThread" java.lang.NoSuchMethodError: <init> at com.sun.glass.ui.win.WinApplication.staticScreen_getScreens(Native Method) at com.sun.glass.ui.Screen.initScreens(Screen.java:412) at com.sun.glass.ui.Application.lambda$run$1(Application.java:152) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174) at java.base/java.lang.Thread.run(Thread.java:832) Exception in thread "JavaFX Application Thread" java.lang.NullPointerException at com.sun.prism.d3d.D3DPipeline.getAdapterOrdinal(D3DPipeline.java:205) at com.sun.javafx.tk.quantum.QuantumToolkit.assignScreensAdapters(QuantumToolkit.java:695) at com.sun.javafx.tk.quantum.QuantumToolkit.runToolkit(QuantumToolkit.java:313) at com.sun.javafx.tk.quantum.QuantumToolkit.lambda$startup$10(QuantumToolkit.java:258) at com.sun.glass.ui.Application.lambda$run$1(Application.java:153) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174) at java.base/java.lang.Thread.run(Thread.java:832) Exception in thread "JavaFX Application Thread" java.lang.NoSuchMethodError: <init> at com.sun.glass.ui.win.WinApplication.staticScreen_getScreens(Native Method) at com.sun.glass.ui.Screen.initScreens(Screen.java:412) at com.sun.glass.ui.Screen.notifySettingsChanged(Screen.java:381) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174) at java.base/java.lang.Thread.run(Thread.java:832) Exception in thread "JavaFX Application Thread" java.lang.NullPointerException at com.sun.glass.ui.Screen.notifySettingsChanged(Screen.java:405) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174) at java.base/java.lang.Thread.run(Thread.java:832)
I have looked to another thread, axel12 wrote about similar problem. After I added parameter in file downlords-faf-client.vmoptions problem was solved.
-Djava.library.path=C:/
Thank you, axel12!
Ok seems like we should add it @Sheikah right?
@SpectreZ would u do me a favor and try the following installer after you removed the libary.path fix and see if that installer works. I basically also adds this lib path workaround but by default.
https://github.com/FAForever/downlords-faf-client/releases/tag/v1.2.1-RC3
Yeah I have pointed other people here and that seemed to fix it as well so the implementation should be good