You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When resuming an existing game session, Madden 24 window disappears on the streaming client. The game window is still present on the host machine video output. However, the client only sees the underlying desktop.
Expected Behavior
The client should see the game window like the host machine.
The area of focus is the system_tray update. Looking into this method, it appear that invoking shellapi methods like ExtractIconEx is causing this behavior. For example, simply loading the menu icons without setting anything else is enough to cause this behavior.
Host Operating System
Windows
Operating System Version
Windows 11 Pro 23H2
Architecture
64 bit
Sunshine commit or version
0.21 and nightly (not present in 0.20)
Package
Windows - installer
GPU Type
Nvidia
GPU Model
GeForce RTX 2070 Super
GPU Driver/Mesa Version
551.23
Capture Method (Linux Only)
No response
Config
nvenc_realtime_hags = disabled
Apps
No response
Relevant log output
no relevant log output was present.
The text was updated successfully, but these errors were encountered:
Looking at the log output some more, I see the following logs being produced:
Warning: Windows is currently blocking DRM-protected content from capture. You may see black regions where this content would be.
I have a potential fix (still needs cleaning up) that sidesteps calling the DRM triggering shell methods by prefetching and caching the icons at tray initialization. Based on my limited testing, this fix appears to fully address the issue without changing the behavior of the tray/notification. I'm optimistic the fix is working since the issue is pretty evident otherwise.
Is there an existing issue for this?
Is your issue described in the documentation?
Is your issue present in the nightly release?
Describe the Bug
When resuming an existing game session, Madden 24 window disappears on the streaming client. The game window is still present on the host machine video output. However, the client only sees the underlying desktop.
Expected Behavior
The client should see the game window like the host machine.
Additional Context
This issue became present after dc967cc
The area of focus is the system_tray update. Looking into this method, it appear that invoking shellapi methods like ExtractIconEx is causing this behavior. For example, simply loading the menu icons without setting anything else is enough to cause this behavior.
Host Operating System
Windows
Operating System Version
Windows 11 Pro 23H2
Architecture
64 bit
Sunshine commit or version
0.21 and nightly (not present in 0.20)
Package
Windows - installer
GPU Type
Nvidia
GPU Model
GeForce RTX 2070 Super
GPU Driver/Mesa Version
551.23
Capture Method (Linux Only)
No response
Config
Apps
No response
Relevant log output
The text was updated successfully, but these errors were encountered: