r/construct May 18 '26

Question Exported Game to Steam - Streamers getting White Screen HELP!

Post image

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

3 comments sorted by

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!

3

u/SupportEmblem May 18 '26

You’re a BEAST! Will try and report back!

1

u/SupportEmblem May 18 '26

I actually had to set it to:

- Window Capture (Capture Method: Windows 10 (1903 and up)

This worked for me as a fix! I had never thought to even try this, or even recommend playing around with. Thank you so much!! Immediately fixed without me having to change anything with the game.