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

"You're now in game" windows #419

Open
IraJacobs opened this issue Jun 5, 2023 · 3 comments
Open

"You're now in game" windows #419

IraJacobs opened this issue Jun 5, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@IraJacobs
Copy link

It keeps popping up these game windows that show game banner and taking focus, every time it switches game, or sometimes many games at once. How can I suppress these windows?
https://imgur.com/a/0mMEI8G

@JonasNilson
Copy link
Owner

Thank you for getting in contact.

Now this is an issue/bug I have not come across before. It looks like the following fails on your system (WindowStyle = ProcessWindowStyle.Hidden):

idleProcess = Process.Start(new ProcessStartInfo("steam-idle.exe", AppId.ToString()) { WindowStyle = ProcessWindowStyle.Hidden });

Can you provide some more information? For example:

  • Has it worked properly on previous versions of Idle Master Extended?
  • What version of operating system are you using (e.g. Windows 10/11, version 22H2/something else, 32/64 bit). You can look it up under Windows Settings > System > About)
    • image
  • Do you get any output in a error.log right next to IdleMasterExtended.exe?

@IraJacobs
Copy link
Author

Win10 64b, I can't provide much more detail, but I think it was being caused by running IdleMaster through Steam as a non-Steam game. Running it "normally" worked fine.

@JonasNilson
Copy link
Owner

JonasNilson commented Jun 17, 2023

I think it was being caused by running IdleMaster through Steam as a non-Steam game. Running it "normally" worked fine.

Thank you for your detailed response. I will have to try and reproduce the scenario myself.

It sounds like Steam might not allow hidden windows.

Update: It is definitely Steam causing this issue. I added Idle Master Extended to Steam and ran a bunch of games through the Whitelist mode:

  • image

And in the task manager it can be seen that the processes does not start as subprocesses to Idle Master Extended, but instead as their own separate processes:

  • Separate processes while running through Steam:
    • image
  • Subprocesses while running standalone:
    • image

@JonasNilson JonasNilson added the bug Something isn't working label Jun 20, 2023
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