DirectX Tool Kit 12 crashes on Windows 10 Build 18363 (Version 1909)

Daniel Bruno 0 Reputation points
2024-08-21T08:47:00.64+00:00

Hi,

I'm testing SimpleSampleWin32DX12 solution of directxtk-samples-main from https://github.com/walbourn/directxtk-samples.

After downloading, I integrated DirectXTK12 by using Nuget.

It works well on the latest version of Windows 10 Build 19045, but crashes on Windows 10 Build 18363 when initializing SpriteBatch.

Here is the crash point in SimpleSampleWin32DX12 solution

        m_sprites = std::make_unique<SpriteBatch>(device, resourceUpload, pd);

I am going to draw image file (PNG) using DirectXTK 12 on Windows 10 Build 18363 and later.

There is no problem on the latest version of Windows 10, but I'm getting crash on Windows 10 Build 18363 as I described above.

Is there any way to use DirectXTK 12 on Windows 10 Build 18363?

Windows development | Windows API - Win32
Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.