Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. java.util.concurrent.CompletionException: com.github.nocatch.NoCatchException: java.io.IOException: Cannot run program "/init" (in directory "C:\ProgramData\FAForever\bin"): CreateProcess error=2, The system cannot find the file specified
  2. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source)
  3. at java.base/java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source)
  4. at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source)
  5. at java.base/java.util.concurrent.CompletableFuture.postComplete(Unknown Source)
  6. at java.base/java.util.concurrent.CompletableFuture.complete(Unknown Source)
  7. at com.faforever.client.fa.relay.ice.IceAdapterImpl.lambda$start$6(IceAdapterImpl.java:213)
  8. at java.base/java.lang.Thread.run(Unknown Source)
  9. Caused by: com.github.nocatch.NoCatchException: java.io.IOException: Cannot run program "/init" (in directory "C:\ProgramData\FAForever\bin"): CreateProcess error=2, The system cannot find the file specified
  10. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  11. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  12. at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  13. at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source)
  14. at com.github.nocatch.NoCatch.wrapException(NoCatch.java:61)
  15. at com.github.nocatch.NoCatch.noCatch(NoCatch.java:104)
  16. at com.github.nocatch.NoCatch.noCatch(NoCatch.java:82)
  17. at com.faforever.client.game.GameService.lambda$startGame$30(GameService.java:442)
  18. ... 5 more
  19. Caused by: java.io.IOException: Cannot run program "/init" (in directory "C:\ProgramData\FAForever\bin"): CreateProcess error=2, The system cannot find the file specified
  20. at java.base/java.lang.ProcessBuilder.start(Unknown Source)
  21. at java.base/java.lang.ProcessBuilder.start(Unknown Source)
  22. at com.faforever.client.fa.ForgedAllianceService.launch(ForgedAllianceService.java:128)
  23. at com.faforever.client.fa.ForgedAllianceService.startGame(ForgedAllianceService.java:73)
  24. at com.faforever.client.game.GameService.lambda$startGame$29(GameService.java:442)
  25. at com.github.nocatch.NoCatch.noCatch(NoCatch.java:100)
  26. ... 7 more
  27. Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
  28. at java.base/java.lang.ProcessImpl.create(Native Method)
  29. at java.base/java.lang.ProcessImpl.<init>(Unknown Source)
  30. at java.base/java.lang.ProcessImpl.start(Unknown Source)
  31. ... 13 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement