Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- java.util.concurrent.CompletionException: com.github.nocatch.NoCatchException: java.io.IOException: Cannot run program "C:\ProgramData\FAForever\bin\ForgedAlliance.exe" (in directory "C:\ProgramData\FAForever\bin"): CreateProcess error=2, The system cannot find the file specified
- at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source)
- at java.base/java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source)
- at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source)
- at java.base/java.util.concurrent.CompletableFuture.postComplete(Unknown Source)
- at java.base/java.util.concurrent.CompletableFuture.complete(Unknown Source)
- at com.faforever.client.fa.relay.ice.IceAdapterImpl.lambda$start$8(IceAdapterImpl.java:228)
- at java.base/java.lang.Thread.run(Unknown Source)
- Caused by: com.github.nocatch.NoCatchException: java.io.IOException: Cannot run program "C:\ProgramData\FAForever\bin\ForgedAlliance.exe" (in directory "C:\ProgramData\FAForever\bin"): CreateProcess error=2, The system cannot find the file specified
- at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
- at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
- at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source)
- at com.github.nocatch.NoCatch.wrapException(NoCatch.java:61)
- at com.github.nocatch.NoCatch.noCatch(NoCatch.java:104)
- at com.github.nocatch.NoCatch.noCatch(NoCatch.java:82)
- at com.faforever.client.game.GameService.lambda$startGame$30(GameService.java:472)
- ... 5 more
- Caused by: java.io.IOException: Cannot run program "C:\ProgramData\FAForever\bin\ForgedAlliance.exe" (in directory "C:\ProgramData\FAForever\bin"): CreateProcess error=2, The system cannot find the file specified
- at java.base/java.lang.ProcessBuilder.start(Unknown Source)
- at java.base/java.lang.ProcessBuilder.start(Unknown Source)
- at com.faforever.client.fa.ForgedAllianceService.launch(ForgedAllianceService.java:128)
- at com.faforever.client.fa.ForgedAllianceService.startGame(ForgedAllianceService.java:73)
- at com.faforever.client.game.GameService.lambda$startGame$29(GameService.java:472)
- at com.github.nocatch.NoCatch.noCatch(NoCatch.java:100)
- ... 7 more
- Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
- at java.base/java.lang.ProcessImpl.create(Native Method)
- at java.base/java.lang.ProcessImpl.<init>(Unknown Source)
- at java.base/java.lang.ProcessImpl.start(Unknown Source)
- ... 13 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement