Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 KB | None | 0 0
  1. java.util.concurrent.CompletionException: com.github.nocatch.NoCatchException: java.nio.file.AccessDeniedException: C:\Program Files (x86)\Steam\steamapps\common\Supreme Commander Forged Alliance\bin\DbgHelp.dll -> C:\ProgramData\FAForever\bin\DbgHelp.dll
  2. at java.base/java.util.concurrent.CompletableFuture.encodeRelay(Unknown Source)
  3. at java.base/java.util.concurrent.CompletableFuture.completeRelay(Unknown Source)
  4. at java.base/java.util.concurrent.CompletableFuture$UniRelay.tryFire(Unknown Source)
  5. at java.base/java.util.concurrent.CompletableFuture.postComplete(Unknown Source)
  6. at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(Unknown Source)
  7. at com.faforever.client.task.CompletableTask.lambda$new$1(CompletableTask.java:17)
  8. at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
  9. at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
  10. at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
  11. at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
  12. at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
  13. at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
  14. at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
  15. at javafx.base/javafx.event.Event.fireEvent(Unknown Source)
  16. at javafx.graphics/javafx.concurrent.EventHelper.fireEvent(Unknown Source)
  17. at javafx.graphics/javafx.concurrent.Task.fireEvent(Unknown Source)
  18. at javafx.graphics/javafx.concurrent.Task.setState(Unknown Source)
  19. at javafx.graphics/javafx.concurrent.Task$TaskCallable.lambda$call$2(Unknown Source)
  20. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source)
  21. at java.base/java.security.AccessController.doPrivileged(Native Method)
  22. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source)
  23. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
  24. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  25. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source)
  26. at java.base/java.lang.Thread.run(Unknown Source)
  27. Caused by: com.github.nocatch.NoCatchException: java.nio.file.AccessDeniedException: C:\Program Files (x86)\Steam\steamapps\common\Supreme Commander Forged Alliance\bin\DbgHelp.dll -> C:\ProgramData\FAForever\bin\DbgHelp.dll
  28. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  29. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  30. at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  31. at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source)
  32. at com.github.nocatch.NoCatch.wrapException(NoCatch.java:61)
  33. at com.github.nocatch.NoCatch.noCatch(NoCatch.java:104)
  34. at com.github.nocatch.NoCatch.noCatch(NoCatch.java:82)
  35. at com.faforever.client.patch.GameBinariesUpdateTaskImpl.lambda$copyGameFilesToFafBinDirectory$4(GameBinariesUpdateTaskImpl.java:130)
  36. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
  37. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
  38. at java.base/java.util.Iterator.forEachRemaining(Unknown Source)
  39. at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Unknown Source)
  40. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source)
  41. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
  42. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
  43. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
  44. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source)
  45. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source)
  46. at com.faforever.client.patch.GameBinariesUpdateTaskImpl.copyGameFilesToFafBinDirectory(GameBinariesUpdateTaskImpl.java:125)
  47. at com.faforever.client.patch.GameBinariesUpdateTaskImpl.call(GameBinariesUpdateTaskImpl.java:86)
  48. at com.faforever.client.patch.GameBinariesUpdateTaskImpl.call(GameBinariesUpdateTaskImpl.java:39)
  49. at javafx.graphics/javafx.concurrent.Task$TaskCallable.call(Unknown Source)
  50. at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
  51. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  52. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  53. ... 1 more
  54. Caused by: java.nio.file.AccessDeniedException: C:\Program Files (x86)\Steam\steamapps\common\Supreme Commander Forged Alliance\bin\DbgHelp.dll -> C:\ProgramData\FAForever\bin\DbgHelp.dll
  55. at java.base/sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
  56. at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
  57. at java.base/sun.nio.fs.WindowsFileCopy.copy(Unknown Source)
  58. at java.base/sun.nio.fs.WindowsFileSystemProvider.copy(Unknown Source)
  59. at java.base/java.nio.file.Files.copy(Unknown Source)
  60. at com.faforever.client.patch.GameBinariesUpdateTaskImpl.lambda$copyGameFilesToFafBinDirectory$2(GameBinariesUpdateTaskImpl.java:130)
  61. at com.github.nocatch.NoCatch.noCatch(NoCatch.java:100)
  62. ... 20 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement