-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Overlay shows as white in electron #116
Comments
This bug report doesn't include enough information to reproduce your issue. Start by testing the example Electron project, checked into this repository, in the test/electron directory. The easiest way to test it is to copy the entire (Note that you do have to launch the Steam client app yourself manually before launching the Electron app; the Steamworks API is designed to communicate with the Steam client app process to do its work.) If the example works, then that indicates that the issue is in your project. To reproduce the issue, you'd need to publish your own sample project that we could see. It would also help if you mentioned which operating system/version you're on, and whether you're on an ARM or x64 CPU. |
I believe this issue is related to electron, everything is fine in version 24.x.x |
Thanks @Watunder! I had the same problem and downgrade to v24.8.1 solved the problem. 🙂 |
None of y'all mentioned anything about what operating system/version/architecture you're on. We actually do need that to reproduce any issues you're facing. |
Sorry... OS: Windows 10 |
the same issue OS: Windows 10 Electron v24.8.1 can't see steam page Start by testing the example Electron project, checked into this repository, in the test/electron directory. Shift+Tab can not open steam page also no see bottom-right steam pop page |
Electron version: 25.3.0
When I call
electronEnableSteamOverlay
and launch my game, an overlay appears but it is a white rectangle. Pressing shift+tab to open the overlay just presents a white screen. If I resize my game window manually, then the overlay renders properly.Based on these notes, this appears to be exactly what the
--disable-direct-composition
flag fixes, which is added inelectronEnableSteamOverlay
:steamworks.js/index.js
Line 57 in b2ae8ae
But it doesn't seem to be working for me? Is anyone else getting this issue now?
The text was updated successfully, but these errors were encountered: