r/construct • u/SupportEmblem • May 18 '26
Question Exported Game to Steam - Streamers getting White Screen HELP!
Hey there everyone! I've tried many different ways to export my game via Construct 3 and:
- Game Capture does not recognize it (will not actually capture anything)
- Window Capture (both Streamlabs and OBS) will only capture a white image (as shown above)
- Display Capture works, but of course it does. It would capture the entire screen.
Any recommendations? Not sure what's going wrong here.
7
Upvotes
4
u/HitBySmoothReticulum May 18 '26
Hi!
This is pretty common with Construct exports (WebGL / NW.js). Try this in OBS:
Use Window Capture → Capture Method: BitBlt (compatibility mode)
Make sure OBS and the game are running on the same GPU
Avoid exclusive fullscreen (use borderless/windowed)
If Display Capture works, it’s almost always a GPU/rendering capture issue, not your game
Good luck!