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

Change audio driver to "Dummy" to stop Catapult from preventing system sleep #126

Merged
merged 1 commit into from
Dec 2, 2023

Conversation

Olaroll
Copy link
Contributor

@Olaroll Olaroll commented Sep 29, 2023

So I noticed that the Catapult launcher is stopping my system from going to sleep mode automatically.

Apparently this is a known issue in Godot and the only fix I saw was to disable the audio driver by setting it to "Dummy".

But Catapult doesn't emit any audio anyway, right? So this should not be a problem.

You can test this change on your own windows system by running the powercfg -requests command in a admin command prompt. It will say what's currently preventing the system from going to sleep.

Changed audio driver to "Dummy" to stop catapult from preventing system sleep
@Olaroll Olaroll changed the title Change audio driver to "Dummy" to stop catapult from preventing system sleep Change audio driver to "Dummy" to stop Catapult from preventing system sleep Sep 29, 2023
@qrrk qrrk merged commit f6c6ea9 into qrrk:master Dec 2, 2023
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

Successfully merging this pull request may close these issues.

2 participants