GDK icon indicating copy to clipboard operation
GDK copied to clipboard

Microsoft Public GDK

Results 38 GDK issues
Sort by recently updated
recently updated
newest added

Hello everyone! In out application for XBOX series X we have two threads. First thread does a lot of asynchronous file read operations. Size of most files about 1 KB....

GameInput appears to stop working on the target machine when any user remote desktops to it, even after the remote session is disconnected, until the affected machine is rebooted. This...

gameinput

The following APIs aren’t yet implemented in GameInput. They'll be available in a future update. - IGameInput::GetTemporalReading - IGameInput::RegisterReadingCallback - IGameInput::CreateAggregateDevice - IGameInputDevice::GetBatteryState - IGameInputDevice::PowerOff

In [Input Fundamentals](https://docs.microsoft.com/en-us/gaming/gdk/_content/gc/input/overviews/input-fundamentals#application-focus) the documentation states that applications using the GameInput API can only receive input while the application is in focus. However, in [GameInputFocusPolicy](https://docs.microsoft.com/en-us/gaming/gdk/_content/gc/reference/input/gameinput/enums/gameinputfocuspolicy) the documentation states that this...

gameinput

**Issue** If you [**manually installed the Visual Studio 2022 .vsix files**](https://github.com/microsoft/GDK/issues/17) that shipped alongside the October 2021 GDK, uninstall those files **before you install the March 2022 GDK**. **Impact** Not...

known issue

First of all, it's fantastic to see the new GDK finally here! However, I'm slightly confused about its use with middleware and ID@Xbox. Developers using Unity can't get a build...

question

**Issue** When adding a new MicrosoftGame.config file to a Visual Studio project by using the item template, any file names entered that don’t have a ".config" extension will have their...

known issue

# Known Issue (Workaround) ## Tools | [KB5004327: Error 0x80073D26 or 0x8007139F occurs when you install or start Gaming Services on a Windows 10 device](https://support.microsoft.com/en-us/topic/kb5004327-error-0x80073d26-or-0x8007139f-occurs-when-you-install-or-start-gaming-services-on-a-windows-10-device-a0a281bd-9b0d-4aa0-8c10-56f1bf9953af) Found In: [June 2021 GDK...

bug

# Known Issue (Workaround) ## Tools | [NET Core 2.1 updates delivered through Microsoft Update can block GDK installation](https://devblogs.microsoft.com/dotnet/net-core-updates-coming-to-microsoft-update/) Found In: [June 2021 GDK Update 1](https://github.com/microsoft/GDK/releases/tag/June_2021_Update_1) --- ### To resolve...

bug

[GameInputKind](https://learn.microsoft.com/en-us/gaming/gdk/_content/gc/reference/input/gameinput/enums/gameinputkind) documentation is not consistent with the header file ![screenshot-comparison](https://user-images.githubusercontent.com/37165910/191657425-3ef0fa49-254e-4a97-af29-6f2cae015ad8.png) I was hoping to issue a PR to correct it, but there's no option to? ![page-screenshot](https://user-images.githubusercontent.com/37165910/191657645-100ef2ec-d2d8-4dc8-ac0a-a1876c9a8e54.png) The `GameInput.h` relevant enum...