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

Help. Cant dowmload any mods or map

Scheduled Pinned Locked Moved I need help
10 Posts 5 Posters 567 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.
  • Z
    zorro77
    last edited by 14 Mar 2022, 19:58

    java.util.concurrent.CompletionException: java.net.ConnectException: Connection refused: connect
    at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331)
    at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346)
    at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:704)
    at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
    at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2152)
    at com.faforever.client.task.CompletableTask.lambda$new$1(CompletableTask.java:18)
    at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:234)
    at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
    at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
    at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
    at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
    at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
    at javafx.event.Event.fireEvent(Event.java:198)
    at javafx.concurrent.EventHelper.fireEvent(EventHelper.java:219)
    at javafx.concurrent.Task.fireEvent(Task.java:1358)
    at javafx.concurrent.Task.setState(Task.java:709)
    at javafx.concurrent.Task$TaskCallable.lambda$call$2(Task.java:1455)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
    at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
    at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
    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)
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64)
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
    at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1982)
    at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1977)
    at java.base/java.security.AccessController.doPrivileged(AccessController.java:554)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1976)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1544)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1528)
    at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)
    at com.faforever.client.map.DownloadMapTask.call(DownloadMapTask.java:51)
    at com.faforever.client.map.DownloadMapTask.call(DownloadMapTask.java:19)
    at javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
    ... 1 more
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.base/sun.nio.ch.Net.connect0(Native Method)
    at java.base/sun.nio.ch.Net.connect(Net.java:574)
    at java.base/sun.nio.ch.Net.connect(Net.java:563)
    at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588)
    at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333)
    at java.base/java.net.Socket.connect(Socket.java:648)
    at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:290)
    at java.base/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173)
    at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
    at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474)
    at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569)
    at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:265)
    at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:372)
    at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:189)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1194)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1082)
    at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:175)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1600)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1528)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3129)
    at java.base/java.net.URLConnection.getHeaderFieldLong(URLConnection.java:636)
    at java.base/java.net.URLConnection.getContentLengthLong(URLConnection.java:508)
    at java.base/java.net.URLConnection.getContentLength(URLConnection.java:492)
    at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(HttpsURLConnectionImpl.java:368)
    at com.faforever.client.map.DownloadMapTask.call(DownloadMapTask.java:47)
    ... 6 more

    1 Reply Last reply Reply Quote 0
    • E
      Eternal-
      last edited by Eternal- 16 Mar 2022, 13:22

      Welcome to world with sanctions, if you're Russian

      Profile | Eternal MOD pack | Check new client

      Z 1 Reply Last reply 26 Mar 2022, 18:34 Reply Quote 0
      • B
        Brutus5000 FAF Server Admin
        last edited by 16 Mar 2022, 15:08

        @Eternal that is not helpful.

        Back to topic: Please check your computer for firewall and antivirus issues. Since you are on the forums you are capable to connect to our server, but for some reason the client is not capable to do so.

        He said, "I've been to the year 3000
        Not much has changed, but they live underwater
        And your great-great-great-granddaughter
        Is playin' FAF, playin' FAF"

        Z 1 Reply Last reply 26 Mar 2022, 18:37 Reply Quote 0
        • M
          magge Global Moderator
          last edited by 16 Mar 2022, 17:24

          In the worst case scenario, you can use a proxy to bypass any restrictions on your internet by your provider. There should plenty of free VPNs out there which should work for gaming as well. But dunno which ones are good.

          If you have found one, it would be nice if you share that information.

          Join a FAFtastic Team

          1 Reply Last reply Reply Quote 0
          • E
            Eternal-
            last edited by 17 Mar 2022, 12:17

            @brutus5000 isnt maps and mods use redirects for new cloud?

            Profile | Eternal MOD pack | Check new client

            1 Reply Last reply Reply Quote 0
            • B
              Brutus5000 FAF Server Admin
              last edited by 17 Mar 2022, 12:31

              Cloudflare is our proxy for files yes. But they are still operating in Russia: https://arstechnica.com/tech-policy/2022/03/cloudflare-wont-cut-off-russia-says-it-needs-more-internet-access-not-less/

              He said, "I've been to the year 3000
              Not much has changed, but they live underwater
              And your great-great-great-granddaughter
              Is playin' FAF, playin' FAF"

              1 Reply Last reply Reply Quote 1
              • Z
                zorro77 @Eternal-
                last edited by 26 Mar 2022, 18:34

                @eternal i am ukrainian, but live in russia

                1 Reply Last reply Reply Quote 0
                • Z
                  zorro77 @Brutus5000
                  last edited by 26 Mar 2022, 18:37

                  @brutus5000 I think it's because of the blocking of instagram - it affected the connection with the server FAF

                  1 Reply Last reply Reply Quote 0
                  • M
                    magge Global Moderator
                    last edited by 26 Mar 2022, 20:51

                    @zorro77 Have you confirmed that with a VPN? I saw recently more people having problems with FAF and their connections, and they are from Russia or Ukraine usually.

                    Join a FAFtastic Team

                    1 Reply Last reply Reply Quote 0
                    • P
                      PoMMeS
                      last edited by 2 Apr 2022, 08:57

                      Hey Guys

                      Iam also not able to download any mods. I can search for them, but instead of "Download" is only "N/A".

                      Any suggestions?

                      • newest Version 2022.3.0
                      • new downloaded and installed FAF
                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post