October 2024 GDK Update 3 v2410.3.1923
October 2024 Microsoft Game Development Kit (GDK) release notes
Introduction
Welcome to the October 2024 Microsoft Game Development Kit release. You can use the GDK to develop games that can be certified and approved for release on Windows 11 PCs and Windows 10 PCs.
About this document
We have organized this document into the following sections.
- What's new
- Release notes:
- Documentation
What's new in the October 2024 Microsoft Game Development Kit
- The GDK is released in two types: Major (focused on features, two times a year) and Updates (focused on fixes, as often as needed).
- To view the full What's New section, see the online version of What's New.
October 2024 GDK Update 3
Issue fixes
GDK tools
Fixed an issue that caused heap dumps to be only partially written when using Visual Studio 2022 or when calling
MiniDumpWriteDumpfrom within the title.The following error was previously displayed.
Failed with error (0x8007012B): Only part of a
ReadProcessMemoryorWriteProcessMemoryrequest was completed.
October 2024 GDK Update 2
Issue fixes
Xbox services
Fixed an issue where
MultiplayerManagerresources weren't cleaned up whenXblCleanupAsyncwas called during an ongoing multiplayer request.
October 2024 GDK Update 1
Notifications
Networking
The version of Microsoft PlayFab Party that's included in the GDK has been updated to v1.10.5. You can view the release notes at PlayFab Party Release Notes - PlayFab | Microsoft Learn.
Issue fixes
Media
Fixed an issue that caused the title to stop responding upon source reader termination. This was caused by Media Foundation Transform (MFT) samples being freed without waiting on pending fences.
October 2024 GDK
Breaking changes
System
Beginning with the October 2024 GDK release, the directory layout of the various extension libraries (for example, XSAPI, XCURL, GameChat, and PlayFab) has been modified to shorten the overall path length and simplify use in custom build systems. These changes are automatically handled by MSBuild rules for those customers who are using the Gaming.*.x64 GDK build platforms. No changes are required in these scenarios.
The changes between March 2024 and August 2024 are described by the following string substitutions.
- "DesignTime\CommonConfiguration\neutral\ExtensionLibrary.props" is now "ExtensionLibrary.props"
- "DesignTime\CommonConfiguration\neutral\Include" is now "Include"
- "DesignTime\CommonConfiguration\neutral\Lib" is now "Lib\x64"
- "Redist\CommonConfiguration\neutral" is now "Redist\x64"
GDK tools
Support for using the Visual Studio 2017 IDE for game development was removed in the October 2022 GDK. Support for building games with the Visual Studio 2017 toolset (v141) remained in place for use with Visual Studio 2019 and Visual Studio 2022 to ease the transition to a newer toolset.
Beginning with the October 2024 GDK, support for building with the v141 toolset will be removed. Note that versions of the GDK prior to October 2024 will continue to support building with the v141 toolset.
Microsoft Azure PlayFab
In the PlayFab Economy inventory redemption APIs,
PFInventoryRedemptionSuccessandPFInventoryRedemptionFailureresponses now returnmarketplaceAlternateIdinstead ofofferId.Customers who use these APIs must update their code to use the new
marketplaceAlternateIdfield.
Notifications
Multiplayer
- Improved internal diagnostics.
- Updated
PFMultiplayerCreateServerBackfillTicketto automatically handle failures where a match member is already a member of too many tickets. In this situation, the SDK automatically cancels existing tickets for members of the backfill ticket and retries ticket creation.
Issue fixes
Multiplayer
- Fixed an issue for the Xbox October 20024 GDK where some events wouldn't be queued after suspending and resuming a title.
- Fixed an issue for the Xbox October 2024 GDK that caused a crash after suspending and resuming a title.
- Fixed an issue where the internal
PubSubnotification WebSocket was slow to detect and react to disconnects. This could lead to errors when creating or joining lobbies and matchmaking tickets.- Fixed an issue where failure of
PubSubto establish a connection with theSignalRservice wouldn't trigger a failed state change and wouldn't allow subsequentMultiplayerAPI calls to subscribe toPubSub.
Media
Fixed an issue that caused the title to stop responding because of incorrect fence waits. This occurred during Source Reader shutdown with High Efficiency Video Coding (HEVC) video playback.
Known issues
Heap dumps aren't written completely
Resolved: This issue is resolved in the October 2024 GDK Update 3.
Heap dumps are only partially written when using Visual Studio or when calling
MiniDumpWriteDumpfrom within the title. The following error is displayed.Failed with error (0x8007012B): Only part of a
ReadProcessMemoryorWriteProcessMemoryrequest was completed.Applies to the following:
- April 2025 GDK
- October 2024 Update 1 GDK and Update 2
Workaround
You can use one of the following workarounds:
- When calling
MiniDumpWriteDumpdirectly, add theMiniDumpIgnoreInaccessibleMemoryflag to theDumpTypeparameter.- Heap dumps can also be successfully taken by using the version of xbWatson in either Update 1 of the October 2024 GDK or the April 2025 GDK.
A fix to enable heap dumps to be completely written from Visual Studio will be made in future GDK updates.
GDK tools
In Visual Studio 2019, opening the GDK Help file by using the "?" button from the Xbox Gaming Explorer or any other Xbox tool windows in Visual Studio 2019 causes the GDK Help file to open to its overview page. This occurs rather than the topic page opening that's specific to the tool being used. This issue doesn't occur when using Visual Studio 2022.
Documentation
Offline documentation for the October 2024 release of the GDKX is installed on your development PC by the GDKX Setup program. After running Setup, the Help file for the GDKX (gdk.chm) is in C:\Program Files (x86)\Microsoft GDK\Documentation.
- The online GDKX documentation is at http://aka.ms/gdkonline.