Store listing erroneously disables Game Bar recording #3365

Closed
opened 2026-01-30 23:19:36 +00:00 by claunia · 14 comments
Owner

Originally created by @richardszalay on GitHub (Aug 12, 2019).

Originally assigned to: @DHowett-MSFT on GitHub.

Description of the new feature/enhancement

Currently, attempting to record a Windows Terminal window using Game bar results in the error:

This game does not allow recording

Being able to record the terminal would be useful for a bunch of scenarios.

Proposed technical implementation details (optional)

I'm not clear on what's involved here (whether WT is actively blocking the request or if it requires handling some specific messages)

Originally created by @richardszalay on GitHub (Aug 12, 2019). Originally assigned to: @DHowett-MSFT on GitHub. # Description of the new feature/enhancement Currently, attempting to record a Windows Terminal window using Game bar results in the error: > This game does not allow recording Being able to record the terminal would be useful for a bunch of scenarios. # Proposed technical implementation details (optional) I'm not clear on what's involved here (whether WT is actively blocking the request or if it requires handling some specific messages)
Author
Owner

@zadjii-msft commented on GitHub (Aug 12, 2019):

That's very odd, since I just used the game bar to record the terminal window last week.

If anyone has more information on what might be causing this, I'd welcome a fix.

@zadjii-msft commented on GitHub (Aug 12, 2019): That's very odd, since I just used the game bar to record the terminal window last week. If anyone has more information on what might be causing this, I'd welcome a fix.
Author
Owner

@DHowett-MSFT commented on GitHub (Aug 12, 2019):

I wonder if a new version of game bar regressed this? I definitely recall it working.

@DHowett-MSFT commented on GitHub (Aug 12, 2019): I wonder if a new version of _game bar_ regressed this? I definitely recall it working.
Author
Owner

@metathinker commented on GitHub (Aug 12, 2019):

I see the problem too! In case it is a Game Bar problem, I created a Windows feedback item against Game Bar recording: https://aka.ms/AA5sj9s

Hopefully the uploaded diagnostics will be enough to diagnose the problem.

@metathinker commented on GitHub (Aug 12, 2019): I see the problem too! In case it is a Game Bar problem, I created a Windows feedback item against Game Bar recording: https://aka.ms/AA5sj9s Hopefully the uploaded diagnostics will be enough to diagnose the problem.
Author
Owner

@DHowett-MSFT commented on GitHub (Aug 12, 2019):

Thanks.

@DHowett-MSFT commented on GitHub (Aug 12, 2019): Thanks.
Author
Owner

@metathinker commented on GitHub (Aug 12, 2019):

Game bar thinks Windows Terminal is not a game, but some people want it to be (for recording purposes)

Game Bar can be used perfectly well to record non-games; in older versions, you had to manually tell Game Bar that the app you wanted to record was a game before it would let you record the app, but this is no longer the case for manually started recordings. I used Game Bar to record Notepad just now with no impediments.

So this problem is not merely that Game Bar does not recognize Terminal as a game, but that Game Bar is actively rejecting Terminal as something it can't record.

@metathinker commented on GitHub (Aug 12, 2019): > Game bar thinks Windows Terminal is not a game, but some people want it to be (for recording purposes) Game Bar can be used perfectly well to record non-games; in older versions, you had to manually tell Game Bar that the app you wanted to record was a game before it would let you record the app, but this is no longer the case for manually started recordings. I used Game Bar to record Notepad just now with no impediments. So this problem is not merely that Game Bar does not recognize Terminal as a game, but that Game Bar is actively rejecting Terminal as something it can't record.
Author
Owner

@lain-d commented on GitHub (Aug 14, 2019):

Does it need to be implicitly allowed? Or does Windows Desktop Extensions need to be included in the codebase? I can't find anything in the code that would disallow it.

Windows::Media::Capture::AppCapture::SetAllowedAsync(allowed);
https://docs.microsoft.com/en-us/windows/uwp/gaming/capture-game-audio-video-screenshots-and-metadata

@lain-d commented on GitHub (Aug 14, 2019): Does it need to be implicitly allowed? Or does Windows Desktop Extensions need to be included in the codebase? I can't find anything in the code that would disallow it. `Windows::Media::Capture::AppCapture::SetAllowedAsync(allowed); ` https://docs.microsoft.com/en-us/windows/uwp/gaming/capture-game-audio-video-screenshots-and-metadata
Author
Owner

@bigbrad7794 commented on GitHub (Aug 14, 2019):

Vd ´

On Tue., Aug. 13, 2019, 9:26 p.m. Dan, notifications@github.com wrote:

Does it need to be implicitly allowed?

Windows::Media::Capture::AppCapture::SetAllowedAsync(allowed);

https://docs.microsoft.com/en-us/windows/uwp/gaming/capture-game-audio-video-screenshots-and-metadata


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/terminal/issues/2399?email_source=notifications&email_token=AJSMH2R3DREK3Q7EPLQB62DQENUL3A5CNFSM4IK54XYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4HQITA#issuecomment-521077836,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AJSMH2QLNWUAIDB3XJ2P6I3QENUL3ANCNFSM4IK54XYA
.

@bigbrad7794 commented on GitHub (Aug 14, 2019): Vd ´ On Tue., Aug. 13, 2019, 9:26 p.m. Dan, <notifications@github.com> wrote: > Does it need to be implicitly allowed? > > Windows::Media::Capture::AppCapture::SetAllowedAsync(allowed); > > https://docs.microsoft.com/en-us/windows/uwp/gaming/capture-game-audio-video-screenshots-and-metadata > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/microsoft/terminal/issues/2399?email_source=notifications&email_token=AJSMH2R3DREK3Q7EPLQB62DQENUL3A5CNFSM4IK54XYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4HQITA#issuecomment-521077836>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AJSMH2QLNWUAIDB3XJ2P6I3QENUL3ANCNFSM4IK54XYA> > . >
Author
Owner

@metathinker commented on GitHub (Aug 15, 2019):

Per discussion outside this issue thread, it looks like the current version of Terminal in the Store had a defect in its Store app publishing such that Game Bar recording was explicitly forbidden. I'm told this will be corrected in the next Store version of Terminal.

@metathinker commented on GitHub (Aug 15, 2019): Per discussion outside this issue thread, it looks like the current version of Terminal in the Store had a defect in its Store app publishing such that Game Bar recording was explicitly forbidden. I'm told this will be corrected in the next Store version of Terminal.
Author
Owner

@richardszalay commented on GitHub (Aug 16, 2019):

@metathinker If this is a store app metadata issue, should the "Help-Wanted" tag be removed?

@richardszalay commented on GitHub (Aug 16, 2019): @metathinker If this is a store app metadata issue, should the "Help-Wanted" tag be removed?
Author
Owner

@DHowett-MSFT commented on GitHub (Aug 16, 2019):

😉

@DHowett-MSFT commented on GitHub (Aug 16, 2019): :wink:
Author
Owner

@DHowett-MSFT commented on GitHub (Aug 16, 2019):

I don’t love that a fully out of band service can control this

@DHowett-MSFT commented on GitHub (Aug 16, 2019): I don’t love that a fully out of band service can control this
Author
Owner

@metathinker commented on GitHub (Aug 16, 2019):

@metathinker If this is a store app metadata issue, should the "Help-Wanted" tag be removed?

@richardszalay, sorry for the confusion on this point - I don't have the ability to change the issue title or tags, or to close or reopen the issue. That is because I don't actually work on the Terminal feature team here at Microsoft and they have restricted those privileges to themselves.

Hence, you'll need to address requests like yours to @microsoft/windows-console-team or @DHowett-MSFT instead. The most I can do is walk down the hall to Dustin's office and nag him in person :)

@metathinker commented on GitHub (Aug 16, 2019): > @metathinker If this is a store app metadata issue, should the "Help-Wanted" tag be removed? @richardszalay, sorry for the confusion on this point - I don't have the ability to change the issue title or tags, or to close or reopen the issue. That is because I don't actually work on the Terminal feature team here at Microsoft and they have restricted those privileges to themselves. Hence, you'll need to address requests like yours to @microsoft/windows-console-team or @DHowett-MSFT instead. The most I can do is walk down the hall to Dustin's office and nag him in person :)
Author
Owner

@richardszalay commented on GitHub (Aug 28, 2019):

This is fixed in v0.4.2382.0 but wasn't included in the release notes.

@richardszalay commented on GitHub (Aug 28, 2019): This is fixed in v0.4.2382.0 but wasn't included in the release notes.
Author
Owner

@DHowett-MSFT commented on GitHub (Aug 28, 2019):

Thanks for the catch.

@DHowett-MSFT commented on GitHub (Aug 28, 2019): Thanks for the catch.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3365