You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume script doesnt check availability of Windows Event Log service and throws error if its disabled
I'm trying to use system as light weight as much as possible thats why i disabled event log service
But i didnt see any suggestions after launch of core cycler. luckily found source of problem after enabling service it started to working
Maybe you can add a text to that service required to run core cycler instead "RPC server unavailable" error
Great work. thanks
The text was updated successfully, but these errors were encountered:
Indeed, that's not something I expected to be disabled.
The error being shown is the error text that Windows puts out. Which admittedly isn't that helpful.
If you don't want or need the event log entries, you can also disable them in the config.ini by setting useWindowsEventLog = 0 within the [Logging] section.
I will disable it again after getting correct values for curve optimizer :) i assume you use log service to finding which core source of BSOD. btw some of users disables it on highly tweaked systems to reduce any background processes. since overclockers tweaks much, you can add an condition for that
The Windows Event Log is used for both the WHEA error detection and for writing additional log entries to the event log, in case the log files get corrupted during a crash.
You don't need either of these for the functionality of the script, they just add additional features.
I assume script doesnt check availability of Windows Event Log service and throws error if its disabled
I'm trying to use system as light weight as much as possible thats why i disabled event log service
But i didnt see any suggestions after launch of core cycler. luckily found source of problem after enabling service it started to working
Maybe you can add a text to that service required to run core cycler instead "RPC server unavailable" error
Great work. thanks
The text was updated successfully, but these errors were encountered: