@greyp wrote:
My app keeps failing the Direct3D Feature Test by the local Windows Store Certification Tool that came with Visual Studio 2015 Community. Below is the error message:
FAILED Direct3D feature level support Error Found: The Direct3D feature level support test detected the following errors: Application App was not running at the end of the test. It likely crashed or was terminated for having become unresponsive. Impact if not fixed: Windows Store requires all applications using Direct3D to render properly on feature level 9_1. See the following link for more information:
But the problem is that my app is a 2D game and doesn't even use any Direct3D features (I even turned off all custom shaders). Anyone has any clue why this is happening?
Posts: 5
Participants: 2