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

    Some FAF issues with last release.

    Scheduled Pinned Locked Moved I need help
    2 Posts 2 Posters 204 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.
    • L Offline
      Lakibee
      last edited by

      With last release of faf im getting many disconecction issue.
      Many time, faf just loosing connection, and not reconnecting automatycally. I need to click to reconnect manually.
      Today something new.

      java.util.concurrent.CancellationException
      	at java.base/java.util.concurrent.CompletableFuture.cancel(CompletableFuture.java:2478)
      	at reactor.core.publisher.MonoToCompletableFuture.cancel(MonoToCompletableFuture.java:40)
      	at com.faforever.client.remote.FafServerAccessor.disconnect(FafServerAccessor.java:186)
      	at com.faforever.client.remote.FafServerAccessor.reconnect(FafServerAccessor.java:200)
      	at com.faforever.client.user.UserService.reconnectToLobby(UserService.java:178)
      	at com.faforever.client.ui.statusbar.StatusBarController.onFafReconnectClicked(StatusBarController.java:138)
      	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
      	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
      	at com.sun.javafx.reflect.Trampoline.invoke(MethodUtil.java:77)
      	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
      	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
      	at com.sun.javafx.reflect.MethodUtil.invoke(MethodUtil.java:275)
      	at com.sun.javafx.fxml.MethodHelper.invoke(MethodHelper.java:84)
      	at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1854)
      	at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(FXMLLoader.java:1724)
      	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:49)
      	at javafx.event.Event.fireEvent(Event.java:198)
      	at javafx.scene.control.MenuItem.fire(MenuItem.java:459)
      	at com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.doSelect(ContextMenuContent.java:1385)
      	at com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.lambda$createChildren$12(ContextMenuContent.java:1338)
      	at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:247)
      	at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
      	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.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
      	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.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      	at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      	at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      	at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      	at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      	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.scene.Scene$MouseHandler.process(Scene.java:3881)
      	at javafx.scene.Scene.processMouseEvent(Scene.java:1874)
      	at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2607)
      	at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:411)
      	at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:301)
      	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
      	at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassViewEventHandler.java:450)
      	at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:424)
      	at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:449)
      	at com.sun.glass.ui.View.handleMouseEvent(View.java:551)
      	at com.sun.glass.ui.View.notifyMouse(View.java:937)
      	at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
      	at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:184)
      	at java.base/java.lang.Thread.run(Thread.java:833)
      
      

      and second time after this one:

      java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 60000ms in 'sinkOneMulticast' (and no fallback has been configured)
      	at reactor.core.publisher.FluxTimeout$TimeoutMainSubscriber.handleTimeout(FluxTimeout.java:295)
      	at reactor.core.publisher.FluxTimeout$TimeoutMainSubscriber.doTimeout(FluxTimeout.java:280)
      	at reactor.core.publisher.FluxTimeout$TimeoutTimeoutSubscriber.onNext(FluxTimeout.java:419)
      	at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162)
      	at reactor.core.publisher.MonoDelay$MonoDelayRunnable.propagateDelay(MonoDelay.java:271)
      	at reactor.core.publisher.MonoDelay$MonoDelayRunnable.run(MonoDelay.java:286)
      	at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68)
      	at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28)
      	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
      	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
      	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
      	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
      	at java.base/java.lang.Thread.run(Thread.java:833)
      
      

      Whats it its this time?
      Before didnt got such problems with connection.

      1 Reply Last reply Reply Quote 0
      • maggeM Offline
        magge Global Moderator
        last edited by

        @magge said in Solutions for common errors with the FAF client launcher or supreme commander:

        Reason:

        Client can not detect that you are logged in from browser

        Change default web browser.

        In addition to that, looks like to me, you have just an unstable connection as well when you have disconnects all the time.

        Want to become a Moderator? || Open volunteer positions
        1 Reply Last reply Reply Quote 0
        • First post
          Last post