Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: error encountered while tried to install revios #144

Open
1 task done
xolowoffu opened this issue Dec 20, 2024 · 8 comments
Open
1 task done

[BUG]: error encountered while tried to install revios #144

xolowoffu opened this issue Dec 20, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@xolowoffu
Copy link

Describe the bug

Error after installing Power config/Revi tools
Here is the log:
CreationTime: 2024.12.20 17:51:40
ClientVersion: 0.7.7
WindowsVersion: Windows 10 Pro 19045.5247
UserLanguage: ru-RU
Architecture: X64
SystemMemory: 12 GB
SystemThreads: 4
Playbook: ReviOS
Version: 24.12
Options:

  • enable-defender
  • remove-edge
  • remove-onedrive
  • remove-appx-recall
  • remove-appx-photos
  • remove-appx-devhome
  • remove-appx-xbox
  • remove-appx-yourphone
  • configure-wallpaper
  • configure-darkmode
  • configure-lcm
  • remove-pinned-items-startmenu
  • disable-automatic-maintenance

Message: '[FileNotFoundException] Executable not found.'
Type: Error
Time: 2024.12.20 17:51:40
Trace: |-
[TrustedInstaller Node] >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:289

Message: RunAction failed to execute 'powercfg' with arguments '/hibernate off'.
Type: Error
Time: 2024.12.20 17:51:41

Message: Output processing did not finish.
Type: Warning
Time: 2024.12.20 17:51:46
Trace: |-
[PowerShellAction] >
bool ThreadPoolWorkQueue.Dispatch() >
void Task.Finish(bUserDelegateExecuted) >
void Task.FinishContinuations() >
void AwaitTaskContinuation.RunOrScheduleAction(action, allowInlining, currentTask) >
void MoveNextRunner.Run() >
async Task InterLink.ThrowIfUnauthorizedSender(request) in InterLink.cs:1431 >
void AsyncTaskMethodBuilder.SetResult(result) >
bool Task.TrySetResult(result) >
void Task.FinishContinuations() >
void AwaitTaskContinuation.RunOrScheduleAction(action, allowInlining, currentTask) >
void MoveNextRunner.Run() >
async Task <>c__DisplayClass174_2.b__2(?)+(?) in Threads.cs:118 >
Exception Wrap.ExecuteSafe(operation, logExceptions, logOptions) in Wrap.cs:458 >
void InterLink.ExecuteMethod(message) in Threads.cs:241 >
object RuntimeMethodInfo.Invoke(obj, invokeAttr, binder, parameters, culture) >
object RuntimeMethodInfo.UnsafeInvokeInternal(obj, parameters, arguments) >
object RuntimeMethodHandle.InvokeMethod(target, arguments, sig, constructor) >
Task AmeliorationUtil.RunPlaybook(playbookPath, playbookName, playbookVersion, options, logFolder, progress, statusReporter, useKernelDriver) >
void AsyncTaskMethodBuilder.Start(stateMachine) >
async Task AmeliorationUtil.RunPlaybook(playbookPath, playbookName, playbookVersion, options, logFolder, progress, statusReporter, useKernelDriver) in AmeliorationUtil.cs:499 >
Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) >
void AsyncTaskMethodBuilder.Start(stateMachine) >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:289 >
void PowerShellAction.RunTaskOnMainThread(output) in PowerShellAction.cs:33 >
void PowerShellAction.RunAsProcess(output) in PowerShellAction.cs:109

Message: Error processing did not finish.
Type: Warning
Time: 2024.12.20 17:51:51
Trace: |-
[PowerShellAction] >
bool ThreadPoolWorkQueue.Dispatch() >
void Task.Finish(bUserDelegateExecuted) >
void Task.FinishContinuations() >
void AwaitTaskContinuation.RunOrScheduleAction(action, allowInlining, currentTask) >
void MoveNextRunner.Run() >
async Task InterLink.ThrowIfUnauthorizedSender(request) in InterLink.cs:1431 >
void AsyncTaskMethodBuilder.SetResult(result) >
bool Task.TrySetResult(result) >
void Task.FinishContinuations() >
void AwaitTaskContinuation.RunOrScheduleAction(action, allowInlining, currentTask) >
void MoveNextRunner.Run() >
async Task <>c__DisplayClass174_2.b__2(?)+(?) in Threads.cs:118 >
Exception Wrap.ExecuteSafe(operation, logExceptions, logOptions) in Wrap.cs:458 >
void InterLink.ExecuteMethod(message) in Threads.cs:241 >
object RuntimeMethodInfo.Invoke(obj, invokeAttr, binder, parameters, culture) >
object RuntimeMethodInfo.UnsafeInvokeInternal(obj, parameters, arguments) >
object RuntimeMethodHandle.InvokeMethod(target, arguments, sig, constructor) >
Task AmeliorationUtil.RunPlaybook(playbookPath, playbookName, playbookVersion, options, logFolder, progress, statusReporter, useKernelDriver) >
void AsyncTaskMethodBuilder.Start(stateMachine) >
async Task AmeliorationUtil.RunPlaybook(playbookPath, playbookName, playbookVersion, options, logFolder, progress, statusReporter, useKernelDriver) in AmeliorationUtil.cs:499 >
Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) >
void AsyncTaskMethodBuilder.Start(stateMachine) >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:289 >
void PowerShellAction.RunTaskOnMainThread(output) in PowerShellAction.cs:33 >
void PowerShellAction.RunAsProcess(output) in PowerShellAction.cs:109

Message: '[Win32Exception] Не удается найти указанный файл'
Type: Error
Time: 2024.12.20 17:51:51
Trace: |-
[TrustedInstaller Node] >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:289 >
void PowerShellAction.RunTaskOnMainThread(output) in PowerShellAction.cs:33 >
void PowerShellAction.RunAsProcess(output) in PowerShellAction.cs:109 >
void OutputHandler.StartProcess(privilege) in OutputProcessor.cs:91

Message: |-
PowerShellAction failed to run command '$scheme = powercfg -getactivescheme
if ($scheme -like '3ff9831b-6f80-4830-8178-736cd4229e7b') {
powercfg -s 381b4222-f694-41f0-9685-ff5bb260df2e
if ($LASTEXITCODE -ne 0) {
powercfg -restoreindividualdefaultscheme 381b4222-f694-41f0-9685-ff5bb260df2e
}
powercfg -s 381b4222-f694-41f0-9685-ff5bb260df2e
}
powercfg -delete 3ff9831b-6f80-4830-8178-736cd4229e7b
'.
Type: Error
Time: 2024.12.20 17:51:51

Message: '[FileNotFoundException] Executable not found.'
Type: Error
Time: 2024.12.20 17:51:51
Trace: |-
[TrustedInstaller Node] >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:289

Message: RunAction failed to execute 'powercfg' with arguments '-duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 3ff9831b-6f80-4830-8178-736cd4229e7b'.
Type: Error
Time: 2024.12.20 17:51:51

Message: '[FileNotFoundException] Executable not found.'
Type: Error
Time: 2024.12.20 17:51:51
Trace: |-
[TrustedInstaller Node] >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:289

Message: RunAction failed to execute 'powercfg' with arguments '-changename 3ff9831b-6f80-4830-8178-736cd4229e7b "Revision - Ultra Performance" "Windows's Ultimate Performance with additional changes."'.
Type: Error
Time: 2024.12.20 17:51:51

Message: '[FileNotFoundException] Executable not found.'
Type: Error
Time: 2024.12.20 17:51:51
Trace: |-
[TrustedInstaller Node] >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:289

Message: RunAction failed to execute 'powercfg' with arguments '-s 3ff9831b-6f80-4830-8178-736cd4229e7b'.
Type: Error
Time: 2024.12.20 17:51:51

Message: '[FileNotFoundException] Executable not found.'
Type: Error
Time: 2024.12.20 17:51:51
Trace: |-
[TrustedInstaller Node] >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:289

Message: RunAction failed to execute 'powercfg' with arguments '-setacvalueindex scheme_current sub_processor PERFINCPOL 2'.
Type: Error
Time: 2024.12.20 17:51:51

Message: '[FileNotFoundException] Executable not found.'
Type: Error
Time: 2024.12.20 17:51:51
Trace: |-
[TrustedInstaller Node] >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:289

Message: RunAction failed to execute 'powercfg' with arguments '-setacvalueindex scheme_current sub_processor PERFDECPOL 1'.
Type: Error
Time: 2024.12.20 17:51:51

Message: '[FileNotFoundException] Executable not found.'
Type: Error
Time: 2024.12.20 17:51:51
Trace: |-
[TrustedInstaller Node] >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:289

Message: RunAction failed to execute 'powercfg' with arguments '-setacvalueindex scheme_current sub_processor PERFINCTHRESHOLD 10'.
Type: Error
Time: 2024.12.20 17:51:51

Message: '[FileNotFoundException] Executable not found.'
Type: Error
Time: 2024.12.20 17:51:51
Trace: |-
[TrustedInstaller Node] >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:289

Message: RunAction failed to execute 'powercfg' with arguments '-setacvalueindex scheme_current sub_processor PERFDECTHRESHOLD 8'.
Type: Error
Time: 2024.12.20 17:51:51

Message: '[FileNotFoundException] Executable not found.'
Type: Error
Time: 2024.12.20 17:51:51
Trace: |-
[TrustedInstaller Node] >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:289

Message: RunAction failed to execute 'powercfg' with arguments '-setacvalueindex scheme_current sub_processor CPMINCORES 100'.
Type: Error
Time: 2024.12.20 17:51:51

Message: '[FileNotFoundException] Executable not found.'
Type: Error
Time: 2024.12.20 17:51:51
Trace: |-
[TrustedInstaller Node] >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:289

Message: RunAction failed to execute 'powercfg' with arguments '-setacvalueindex scheme_current sub_processor CPMINCORES1 100'.
Type: Error
Time: 2024.12.20 17:51:51

Message: '[FileNotFoundException] Executable not found.'
Type: Error
Time: 2024.12.20 17:51:51
Trace: |-
[TrustedInstaller Node] >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:289

Message: RunAction failed to execute 'powercfg' with arguments '/setactive scheme_current'.
Type: Error
Time: 2024.12.20 17:51:51

Message: Output processing did not finish.
Type: Warning
Time: 2024.12.20 17:51:56
Trace: |-
[PowerShellAction] >
bool ThreadPoolWorkQueue.Dispatch() >
void Task.Finish(bUserDelegateExecuted) >
void Task.FinishContinuations() >
void AwaitTaskContinuation.RunOrScheduleAction(action, allowInlining, currentTask) >
void MoveNextRunner.Run() >
async Task InterLink.ThrowIfUnauthorizedSender(request) in InterLink.cs:1431 >
void AsyncTaskMethodBuilder.SetResult(result) >
bool Task.TrySetResult(result) >
void Task.FinishContinuations() >
void AwaitTaskContinuation.RunOrScheduleAction(action, allowInlining, currentTask) >
void MoveNextRunner.Run() >
async Task <>c__DisplayClass174_2.b__2(?)+(?) in Threads.cs:118 >
Exception Wrap.ExecuteSafe(operation, logExceptions, logOptions) in Wrap.cs:458 >
void InterLink.ExecuteMethod(message) in Threads.cs:241 >
object RuntimeMethodInfo.Invoke(obj, invokeAttr, binder, parameters, culture) >
object RuntimeMethodInfo.UnsafeInvokeInternal(obj, parameters, arguments) >
object RuntimeMethodHandle.InvokeMethod(target, arguments, sig, constructor) >
Task AmeliorationUtil.RunPlaybook(playbookPath, playbookName, playbookVersion, options, logFolder, progress, statusReporter, useKernelDriver) >
void AsyncTaskMethodBuilder.Start(stateMachine) >
async Task AmeliorationUtil.RunPlaybook(playbookPath, playbookName, playbookVersion, options, logFolder, progress, statusReporter, useKernelDriver) in AmeliorationUtil.cs:499 >
Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) >
void AsyncTaskMethodBuilder.Start(stateMachine) >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:289 >
void PowerShellAction.RunTaskOnMainThread(output) in PowerShellAction.cs:33 >
void PowerShellAction.RunAsProcess(output) in PowerShellAction.cs:109

Message: Error processing did not finish.
Type: Warning
Time: 2024.12.20 17:52:01
Trace: |-
[PowerShellAction] >
bool ThreadPoolWorkQueue.Dispatch() >
void Task.Finish(bUserDelegateExecuted) >
void Task.FinishContinuations() >
void AwaitTaskContinuation.RunOrScheduleAction(action, allowInlining, currentTask) >
void MoveNextRunner.Run() >
async Task InterLink.ThrowIfUnauthorizedSender(request) in InterLink.cs:1431 >
void AsyncTaskMethodBuilder.SetResult(result) >
bool Task.TrySetResult(result) >
void Task.FinishContinuations() >
void AwaitTaskContinuation.RunOrScheduleAction(action, allowInlining, currentTask) >
void MoveNextRunner.Run() >
async Task <>c__DisplayClass174_2.b__2(?)+(?) in Threads.cs:118 >
Exception Wrap.ExecuteSafe(operation, logExceptions, logOptions) in Wrap.cs:458 >
void InterLink.ExecuteMethod(message) in Threads.cs:241 >
object RuntimeMethodInfo.Invoke(obj, invokeAttr, binder, parameters, culture) >
object RuntimeMethodInfo.UnsafeInvokeInternal(obj, parameters, arguments) >
object RuntimeMethodHandle.InvokeMethod(target, arguments, sig, constructor) >
Task AmeliorationUtil.RunPlaybook(playbookPath, playbookName, playbookVersion, options, logFolder, progress, statusReporter, useKernelDriver) >
void AsyncTaskMethodBuilder.Start(stateMachine) >
async Task AmeliorationUtil.RunPlaybook(playbookPath, playbookName, playbookVersion, options, logFolder, progress, statusReporter, useKernelDriver) in AmeliorationUtil.cs:499 >
Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) >
void AsyncTaskMethodBuilder.Start(stateMachine) >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:289 >
void PowerShellAction.RunTaskOnMainThread(output) in PowerShellAction.cs:33 >
void PowerShellAction.RunAsProcess(output) in PowerShellAction.cs:109

Message: '[Win32Exception] Не удается найти указанный файл'
Type: Error
Time: 2024.12.20 17:52:01
Trace: |-
[TrustedInstaller Node] >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:289 >
void PowerShellAction.RunTaskOnMainThread(output) in PowerShellAction.cs:33 >
void PowerShellAction.RunAsProcess(output) in PowerShellAction.cs:109 >
void OutputHandler.StartProcess(privilege) in OutputProcessor.cs:91

Message: "Playbook halted due to a critical error: PowerShellAction failed to run command '& { Invoke-WebRequest ((Invoke-RestMethod -Uri 'https://api.github.com/repos/meetrevision/revision-tool/releases/latest' -Method Get | ConvertTo-Json | ConvertFrom-Json).assets | where-object { $_.name -eq 'RevisionTool-Setup.exe' }).browser_download_url -OutFile "$env:TEMP\RevisionTool-Setup.exe" }'."
Type: Critical
Time: 2024.12.20 17:52:01

Message: "[Exception] Fatal error: Critical error: PowerShellAction failed to run command '& { Invoke-WebRequest ((Invoke-RestMethod -Uri 'https://api.github.com/repos/meetrevision/revision-tool/releases/latest' -Method Get | ConvertTo-Json | ConvertFrom-Json).assets | where-object { $_.name -eq 'RevisionTool-Setup.exe' }).browser_download_url -OutFile "$env:TEMP\RevisionTool-Setup.exe" }'."
Type: Critical
Time: 2024.12.20 17:52:01
Trace: |-
[User Node] >
void CulturePreservingExecutionContext.CallbackWrapper(obj) >
void DispatcherOperation.InvokeImpl() >
object ExceptionWrapper.TryCatchWhen(source, callback, args, numArgs, catchHandler) >
object ExceptionWrapper.InternalRealCall(callback, args, numArgs) >
void MoveNextRunner.Run() >
[TrustedInstaller Node] >
void InterLink.ExecuteMethod(message) in Threads.cs:246 >
async Task AmeliorationUtil.RunPlaybook(playbookPath, playbookName, playbookVersion, options, logFolder, progress, statusReporter, useKernelDriver) in AmeliorationUtil.cs:501 >
async Task AmeliorationUtil.DoActions(actions, logFolder, progressReport) in AmeliorationUtil.cs:385

Steps to reproduce

  1. launched ame wizard
  2. configured everything
  3. installing process started
  4. error encountered after revi os tools install

Expected behavior

I wanted to install Revy OS but it didn't work because of an error, I saw in the logs an error related to powercfg.exe and decided to check if I have this component at all and I do, I have no idea how to solve my problem.

Environment

  • OS Build Number & Edition: 19045.5247 Win 10 Pro
  • ReviOS Version: 24.12
  • Specs: 12 gb ram, 465 hdd, i3-6006, hd graphics 520

Additional information

No response

Have you searched for similar issues?

  • I have searched for similar issues and found none.
@xolowoffu xolowoffu added the bug Something isn't working label Dec 20, 2024
@xolowoffu
Copy link
Author

I read the logs again more carefully and there is an error related to the powershell, it gives an error after trying to install something

@Lyceris-chan
Copy link

seems like the script error'd out on downloading the revi tool try checking if u can access https://api.github.com/repos/meetrevision/revision-tool/releases/latest if u can then just try re-running the playbook could just be git derping out or u not having internet setup yet

@xolowoffu
Copy link
Author

seems like the script error'd out on downloading the revi tool try checking if u can access https://api.github.com/repos/meetrevision/revision-tool/releases/latest if u can then just try re-running the playbook could just be git derping out or u not having internet setup yet

I can access the rep, still gives the same error tho and my wifi is ok
Output.txt

@Lyceris-chan
Copy link

use this playbook https://github.com/Couchpotato-sauce/playbook-fork/releases/tag/24.12 u can check the commits on github to see the difference and verify the checksum all i did was made it log when it fails to download instead of erroring out like whats happening for u

@xolowoffu
Copy link
Author

use this playbook https://github.com/Couchpotato-sauce/playbook-fork/releases/tag/24.12 u can check the commits on github to see the difference and verify the checksum all i did was made it log when it fails to download instead of erroring out like whats happening for u

why does the ame wizard see it as a virus? just wondering

@Lyceris-chan
Copy link

because my playbook isnt signed by the ame team so it hasnt been verified

@xolowoffu
Copy link
Author

because my playbook isnt signed by the ame team so it hasnt been verified

ig that makes sense, will i still recieve updates tho? also ty for trying to help me

@Lyceris-chan
Copy link

I can update my fork if u ping this issue ig but it would be better if they just change it into a log and have a msgbox popup or something or a browser popup at first boot to show revi tool didnt get installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants