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

RPC server unavailable error on launch #101

Open
yw4z opened this issue Jan 9, 2025 · 3 comments
Open

RPC server unavailable error on launch #101

yw4z opened this issue Jan 9, 2025 · 3 comments

Comments

@yw4z
Copy link

yw4z commented Jan 9, 2025

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

@sp00n
Copy link
Owner

sp00n commented Jan 9, 2025

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.

@yw4z
Copy link
Author

yw4z commented Jan 10, 2025

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

Thanks again simplifying process. have a nice day

@sp00n
Copy link
Owner

sp00n commented Jan 11, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants