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

    не могу начать игру,выходит ошибка:

    Scheduled Pinned Locked Moved I need help
    5 Posts 5 Posters 351 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.
    • G Offline
      Gauron
      last edited by

      Client Version: 2022.11.0
      java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\ProgramData\FAForever\cache\featured_mod\bin\c79711d82393a4465ceeb9413673083b -> C:\ProgramData\FAForever\bin\ForgedAlliance.exe
      at com.faforever.client.patch.SimpleHttpFeaturedModUpdaterTask.lambda$call$0(SimpleHttpFeaturedModUpdaterTask.java:94)
      at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
      at com.faforever.client.patch.SimpleHttpFeaturedModUpdaterTask.call(SimpleHttpFeaturedModUpdaterTask.java:70)
      at com.faforever.client.patch.SimpleHttpFeaturedModUpdaterTask.call(SimpleHttpFeaturedModUpdaterTask.java:29)
      at javafx.concurrent.Task$TaskCallable.call(Task.java:1426)
      at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
      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)
      Caused by: java.nio.file.AccessDeniedException: C:\ProgramData\FAForever\cache\featured_mod\bin\c79711d82393a4465ceeb9413673083b -> C:\ProgramData\FAForever\bin\ForgedAlliance.exe
      at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
      at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
      at java.base/sun.nio.fs.WindowsFileCopy.copy(WindowsFileCopy.java:209)
      at java.base/sun.nio.fs.WindowsFileSystemProvider.copy(WindowsFileSystemProvider.java:284)
      at java.base/java.nio.file.Files.copy(Files.java:1305)
      at com.faforever.client.io.FeaturedModFileCacheService.copyFeaturedModFileFromCache(FeaturedModFileCacheService.java:64)
      at com.faforever.client.patch.SimpleHttpFeaturedModUpdaterTask.lambda$call$0(SimpleHttpFeaturedModUpdaterTask.java:89)
      ... 8 more

      1 Reply Last reply Reply Quote 0
      • C Offline
        CeMepKa
        last edited by

        После обновы FAF такая же фигня.
        Что я только не делал, ничего не помогает. HELP!

        1 Reply Last reply Reply Quote 0
        • D Offline
          DaNLoad
          last edited by

          Та же ерунда:
          Client Version: 2023.1.2
          java.lang.Error: java.nio.charset.UnmappableCharacterException: Input length = 2
          at java.base/java.lang.String.decodeWithDecoder(String.java:1212)
          at java.base/java.lang.String.newStringNoRepl1(String.java:786)
          at java.base/java.lang.String.newStringNoRepl(String.java:738)
          at java.base/java.lang.System$2.newStringNoRepl(System.java:2390)
          at java.base/java.nio.file.Files.readString(Files.java:3369)
          at com.faforever.client.mod.ModService.readPreferencesFile(ModService.java:313)
          at com.faforever.client.mod.ModService.readActiveMods(ModService.java:329)
          at com.faforever.client.mod.ModService.enableSimMods(ModService.java:231)
          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 org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
          at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)
          at com.faforever.client.mod.ModService$$SpringCGLIB$$0.enableSimMods(<generated>)
          at com.faforever.client.game.GameService.lambda$joinGame$10(GameService.java:332)
          at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787)
          at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
          at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147)
          at com.faforever.client.task.CompletableTask.lambda$new$2(CompletableTask.java:19)
          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:1359)
          at javafx.concurrent.Task.setState(Task.java:725)
          at javafx.concurrent.Task$TaskCallable.lambda$call$1(Task.java:1437)
          at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
          at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
          at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
          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:184)
          at java.base/java.lang.Thread.run(Thread.java:833)
          Caused by: java.nio.charset.UnmappableCharacterException: Input length = 2
          at java.base/java.nio.charset.CoderResult.throwException(CoderResult.java:275)
          at java.base/java.lang.String.decodeWithDecoder(String.java:1205)
          ... 38 more

          1 Reply Last reply Reply Quote 0
          • Y Offline
            yellowfrukt
            last edited by

            Такая же фигня
            Client Version: 2023.1.2
            java.lang.Error: java.nio.charset.UnmappableCharacterException: Input length = 2
            at java.base/java.lang.String.decodeWithDecoder(String.java:1212)
            at java.base/java.lang.String.newStringNoRepl1(String.java:786)
            at java.base/java.lang.String.newStringNoRepl(String.java:738)
            at java.base/java.lang.System$2.newStringNoRepl(System.java:2390)
            at java.base/java.nio.file.Files.readString(Files.java:3369)
            at com.faforever.client.mod.ModService.readPreferencesFile(ModService.java:313)
            at com.faforever.client.mod.ModService.readActiveMods(ModService.java:329)
            at com.faforever.client.mod.ModService.enableSimMods(ModService.java:231)
            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 org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
            at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)
            at com.faforever.client.mod.ModService$$SpringCGLIB$$0.enableSimMods(<generated>)
            at com.faforever.client.game.GameService.lambda$joinGame$10(GameService.java:332)
            at java.base/java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787)
            at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
            at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2147)
            at com.faforever.client.task.CompletableTask.lambda$new$2(CompletableTask.java:19)
            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:1359)
            at javafx.concurrent.Task.setState(Task.java:725)
            at javafx.concurrent.Task$TaskCallable.lambda$call$1(Task.java:1437)
            at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
            at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
            at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
            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:184)
            at java.base/java.lang.Thread.run(Thread.java:833)
            Caused by: java.nio.charset.UnmappableCharacterException: Input length = 2
            at java.base/java.nio.charset.CoderResult.throwException(CoderResult.java:275)
            at java.base/java.lang.String.decodeWithDecoder(String.java:1205)
            ... 38 more

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

              Same solution

              https://forum.faforever.com/topic/5589/client-java-lang-error-fix/3?_=1676049988143

              Want to become a Moderator? || Open volunteer positions
              1 Reply Last reply Reply Quote 0
              • maggeM magge locked this topic on

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              • First post
                Last post