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

Steam Overlay not working #63

Closed
Jazcash opened this issue Feb 2, 2023 · 4 comments
Closed

Steam Overlay not working #63

Jazcash opened this issue Feb 2, 2023 · 4 comments

Comments

@Jazcash
Copy link

Jazcash commented Feb 2, 2023

I'm revisiting my app again after not working on it for a while, and noticed the steam overlay doesn't work, when it used to. I've tried updating to latest and even calling electronEnableSteamOverlay() but nothing happens at all when I press shift+tab. Any ideas?

Windows 10, Electron 22.1.0

@whaqzhzd
Copy link

whaqzhzd commented Feb 7, 2023

You need to init the steam api in the main thread, I tried to init in the renderer thread and it produced your result

@Jazcash
Copy link
Author

Jazcash commented Feb 7, 2023

@ceifa
Copy link
Owner

ceifa commented Feb 24, 2023

It looks correct, did you installed your game on steam? https://help.steampowered.com/en/faqs/view/4b8b-9697-2338-40ec

@Jazcash
Copy link
Author

Jazcash commented Feb 28, 2023

Have fixed this now, it seems I was calling steamworks.init too late. Moving the steam setup to run as the first thing in my code fixed the issue

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