• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Login
FAForever Forums
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Login

Game Not Loading v1.2.0

Scheduled Pinned Locked Moved FAF support (client and account issues)
30 Posts 6 Posters 5.3k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    Wurstbert
    last edited by 20 Sept 2020, 19:16

    I changed from 1.1.9 to 1.2.0 and have the same issue, tried all above solutions. The error log says the following:

    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)

    Any help is welcome!

    1 Reply Last reply Reply Quote 0
    • W Offline
      Wurstbert
      last edited by Wurstbert 20 Sept 2020, 19:42

      After succesively deleting everything Java SDK related from Windows (including the enviroment variables), reinstalling and restarting Windows it finally worked (following the advice given on a website that deals with an error that is related to this problem):

      https://bugs.openjdk.java.net/browse/JDK-8231015

      "CUSTOMER SUBMITTED WORKAROUND :
      Uninstall other JDKs in the system. It seems removing the jdk 8 from the PATH env variable solves this."

      1 Reply Last reply Reply Quote 0
      • L Offline
        left_boy
        last edited by left_boy 20 Sept 2020, 20:12

        Hmm I wonder if we could do something against that... Maybe the installer could modify the PATH variable before launch... Have you got an idea on how to reproduce? If I wanna work against it with the installer I got to reproduce it first. What java version? What was on the PATH? @graftod666

        I probably need some help of ppl that have the issue.

        Soon™️

        1 Reply Last reply Reply Quote 0
        • L Offline
          left_boy
          last edited by 20 Sept 2020, 20:16

          if I would only find the posts of all the other ppl having this issue

          Soon™️

          1 Reply Last reply Reply Quote 0
          • L Offline
            left_boy
            last edited by left_boy 21 Sept 2020, 08:58

            I tried installing java jre 8 in the latest version. That did not reproduce it, also tried adopt openjdk 8 and set both PATH and JAVA_HOME

            Soon™️

            1 Reply Last reply Reply Quote 0
            • L Offline
              left_boy
              last edited by 21 Sept 2020, 09:08

              Also adding the parameter from the first answer there might help but hard to tell without anybody willing to try or a way to reproduce https://stackoverflow.com/questions/52906570/javafx-11-using-maven-throws-exception-windowsnativerunloopthread

              Soon™️

              1 Reply Last reply Reply Quote 0
              • L Offline
                left_boy
                last edited by left_boy 21 Sept 2020, 09:17

                Concerning that if you want to test it you need to add the following line

                -Djava.library.path=C:/
                

                to the downlords-faf-client.vmoptions in the installation directory. To edit it you need to be an admin. Therefore you need to search for notpad, right click it and open as admin. If opened select File->Open-> Open downlords-faf-client.vmoptions (you might select All Files in the bottom right to be able to see the file) . Add the line at the end of the file and save. Start the client.

                Soon™️

                J 1 Reply Last reply 23 Sept 2020, 16:00 Reply Quote 1
                • W Offline
                  Wurstbert
                  last edited by 21 Sept 2020, 17:21

                  @axel12 Sorry, i unfortunately haven't documented my enviroment variables before deleting... What i do know though is, that i had the following installed:
                  Java 8 Update 161 (64-bit)
                  Java 8 Update 191 (64-bit)
                  Java 8 SE Development Kit 8 Update 191 (64-bit)

                  And i had some JDBC entries in my enviroment that i deleted.

                  probably all not helpfull, sorry...

                  1 Reply Last reply Reply Quote 0
                  • L Offline
                    left_boy
                    last edited by 21 Sept 2020, 18:16

                    Have not tried Oracle jdk yet only jre

                    Soon™️

                    1 Reply Last reply Reply Quote 0
                    • J Offline
                      Jenstad @left_boy
                      last edited by 23 Sept 2020, 16:00

                      @axel12 said in Game Not Loading v1.2.0:

                      Concerning that if you want to test it you need to add the following line

                      -Djava.library.path=C:/
                      

                      to the downlords-faf-client.vmoptions in the installation directory. To edit it you need to be an admin. Therefore you need to search for notpad, right click it and open as admin. If opened select File->Open-> Open downlords-faf-client.vmoptions (you might select All Files in the bottom right to be able to see the file) . Add the line at the end of the file and save. Start the client.

                      Gave this a go and it worked for me, able to launch 1.2.0 now.

                      The new UI changes look really good from what I can see so far btw!

                      1 Reply Last reply Reply Quote 0
                      • L Offline
                        left_boy
                        last edited by 25 Sept 2020, 18:17

                        @Jenstad , this sound wondeful we can include this. if anybody else can confirm that adding -Djava.library.path=C:/
                        works we can include it by default

                        Soon™️

                        1 Reply Last reply Reply Quote 0
                        • L Offline
                          left_boy
                          last edited by 26 Sept 2020, 09:55

                          @Jenstad 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. And anybody else that has this issue

                          https://github.com/FAForever/downlords-faf-client/releases/tag/v1.2.1-RC3

                          Soon™️

                          J 1 Reply Last reply 26 Sept 2020, 13:14 Reply Quote 0
                          • J Offline
                            Jenstad @left_boy
                            last edited by 26 Sept 2020, 13:14

                            @axel12 Removed the fix from 1.2.0 and installed the fixed installer, still works, so looks like that solves the issue for me at least.

                            4f6d6b2f-d186-452e-869b-be1909ecad56-image.png

                            1 Reply Last reply Reply Quote 0
                            27 out of 30
                            • First post
                              27/30
                              Last post