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 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,500 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,592 questions
{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.