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

Client uses 100% CPU at login screen #679

Open
akirmse opened this issue Apr 4, 2024 · 3 comments
Open

Client uses 100% CPU at login screen #679

akirmse opened this issue Apr 4, 2024 · 3 comments

Comments

@akirmse
Copy link
Collaborator

akirmse commented Apr 4, 2024

No description provided.

@Gar103
Copy link
Contributor

Gar103 commented Apr 4, 2024

If it helps, on my computer I experience almost exactly 30% CPU useage on the login screen and when the client is minimized. I think something is running a very high but finite number of times for some reason.

@akirmse
Copy link
Collaborator Author

akirmse commented Apr 4, 2024

I doubt that. It is much more likely that the main thread is busy waiting. Windows reports a single thread at 100% usage on an N core machine as 1/N overall CPU usage.

@sicoderealm
Copy link
Contributor

I’ll take a look at this.

For the recent graphics enhancements we are including a configuration setting in the next patch to “downgrade” to the original graphics quality. This will help those with less powerful machines or who want to run multiple clients. This has already been submitted so will be in the next patch when it arrives.

However I think this is two separate issues/topics. The graphics enhancements are likely unrelated to the issue mentioned here (but we can test that in the next patch if we don’t fix before!)

Can I ask a few questions please

  • Do you see this issue when using both the software and hardware renderer?
  • Do you see this issue before even logging in once?

Thank you

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

3 participants