Problem with resumed stream session #327
-
On latest version i have problem with resumed stream session not all game but some like Fifa 23. Stream start without problem, but when i suspend stream and later wanna resume it i hear sound of game but see desktop, can move pointer but desktop is unresponsive. At start i thought its something with EA or anticheat, but it work fine before. |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 8 replies
-
I bisected the nightly builds and traced the culprit CL down to: The previous CL in the nightly branch history does not exhibit the issue: |
Beta Was this translation helpful? Give feedback.
I dug into the code a bit more and started looking at each section of ::tray_update. Oddly it seems that some shellapi methods are triggering the issue. For example, ExtractIconEx causes the issue, while substituting ExtractIconW instead does not. Similarly, InsertMenu and LoadImageA are also causing issues. Not sure what to take away from these finding yet and it's definitely not tractable to replace all methods.