Post by Arcade Avenue on Dec 28, 2022 18:55:45 GMT
Hey, can anyone help me out here. I'm getting these errors when I try to install both the latest version: 3.0.4j AND when trying version 1.8.5bf9 on a windows 10 PC. ( Note: I've tried running/installing as Administrator, and no dice there either )
" Windows cannot access the specified device path, or file. You may not have the appropriate permissions to access this item. "
" Something went wrong during install.
java.util.concurrent.ExecutionException: java.io.IOException: Cannot run program ".\pcuae-install\pcuae-3.0.4j-main-install-setup.exe" (in directory ".\pcuae-install"): CreateProcess error=5, Access is denied
at dyorgio.runtime.out.process.OneRunOutProcess.call(OneRunOutProcess.java:277)
at dyorgio.runtime.run.as.root.RootExecutor.execute(RootExecutor.java:148)
at dyorgio.runtime.run.as.root.RootExecutor.call(RootExecutor.java:133)
at se.lantz.manager.pcuae.BaseInstallManager.runAndWaitForInstallation(BaseInstallManager.java:296)
at se.lantz.manager.pcuae.BaseInstallManager.lambda$askToInstallExistingVersion$3(BaseInstallManager.java:389)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: java.io.IOException: Cannot run program ".\pcuae-install\pcuae-3.0.4j-main-install-setup.exe" (in directory ".\pcuae-install"): CreateProcess error=5, Access is denied
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)
at java.base/java.lang.Runtime.exec(Runtime.java:590)
at java.base/java.lang.Runtime.exec(Runtime.java:414)
at se.lantz.manager.pcuae.InstallCallable.call(InstallCallable.java:25)
at se.lantz.manager.pcuae.InstallCallable.call(InstallCallable.java:8)
at dyorgio.runtime.run.as.root.RootExecutor$RemoteCall.call(RootExecutor.java:170)
at dyorgio.runtime.run.as.root.RootExecutor$RemoteCall.call(RootExecutor.java:155)
at dyorgio.runtime.out.process.entrypoint.OneRunRemoteMain.main(OneRunRemoteMain.java:58)
Caused by: java.io.IOException: CreateProcess error=5, Access is denied
at java.base/java.lang.ProcessImpl.create(Native Method)
at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:483)
at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:158)
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)
... 8 more "
Any and all help would be uber appreciated! Cheers!