Results 34 comments of Penwy

I can attest that this check, throughout the now two an a half years I have done support for, has been nothing but a bane, and a cause for time...

@ipaqmaster you should include a log if you want this to be actionnable. Can repro on Ubuntu 24.04, on master obs. I can similarly see the vram usage increasing in...

For the wording, I could add a link to the [Game capture troubleshooting](https://obsproject.com/kb/game-capture-troubleshooting) page on the KB? Has the advantages of listing the other avenues for a solution.

That is very much possible, but to note is that the list item is already disabled when not supported. https://github.com/obsproject/obs-studio/blob/master/plugins/win-capture/window-capture.c#L540

As I see it there's mainly two questions : - Whether to call it `WGC` or `Windows Graphic Capture`. - Whether to drop the version number (and drop it for...

@Warchamp7 If WGC is not available (for example if on a version of windows too old for it) the option is added to the list but disabled. https://github.com/obsproject/obs-studio/blob/master/plugins/win-capture/window-capture.c#L540 I agree...

if you want this to be actionable, you need to provide a crash report as well as actual reproduction steps.

with the steps provided I can repro on master (235be8ca3f8abcb99c4f44e9d9cea8ce9c736b99) from a clean scene collection

Bisect pointed at 1565ca8eb124475df52aa849e3782a9632b8cde8 (or the next, can't run in between) as the first culprit, somewhat unsurprisingly. I also confirmed this only happens when a sceneitem's `scale_ref` is different from...

> This is just my opinion of course but I think if this PR is introducing state logging on load it should also include logging of state changes. I considered...