Device creation fails (Win 10, C++)

Started by
1 comment, last by VanillaSnake21 7 years, 11 months ago

I've recently made some changes to my VS2015 (installed the Windows Phone Developer tools) and for some reason now I'm unable to create a device with a D3D10_CREATE_DEVICE_DEBUG flag, it fails with error

<hr1 0x887a002d : The application requested an operation that depends on an SDK component that is missing or mismatched. HRESULT>
I have Win10 SDK installed, as a matter of fact I had it installed twice first as a standalone and then when I installed the phone tools, it made me redownload it again.
Is there something I'm missing?

You didn't come into this world. You came out of it, like a wave from the ocean. You are not a stranger here. -Alan Watts

Advertisement

D3D debug layer stuff isn't installed by default in Win10, you need to install it yourself. https://msdn.microsoft.com/en-us/library/windows/apps/mt210797.aspx

Bigger system updates may require reinstalling it, I remember it stopped working for me after Win10's big november update.

D3D debug layer stuff isn't installed by default in Win10, you need to install it yourself. https://msdn.microsoft.com/en-us/library/windows/apps/mt210797.aspx

Bigger system updates may require reinstalling it, I remember it stopped working for me after Win10's big november update.

Thank you! You're absolutely right, I forgot that I upgraded to 10586 build recently. Everything works fine now :)

You didn't come into this world. You came out of it, like a wave from the ocean. You are not a stranger here. -Alan Watts

This topic is closed to new replies.

Advertisement