Nebojsa Veron
Nebojsa Veron

Reputation: 1615

WP7 XNA Framework application requirements

I am having problems debugging a Windows Phone XNA game application. I can build it, but when emulator shows up I get the error:

The current display adapter does not meet the emulator requirements to run XNA Framework applications.

I've read many topics on the same issue and in most cases the reason was not good enough graphics card. I don't think that's why I get this error. I would also like to mention that I can run Silverlight applications for WP7. Here are some screenshots:

DxDiag window

DxDiag display window

I also downloaded latest ATI Catalyst package today but it didn't help. Any ideas?

Thanks!

EDIT:

This is what I have just found out:

Hardware virtualization

Is this maybe causing a problem. I am not sure because the error says the issue with display adapter.

Upvotes: 2

Views: 431

Answers (1)

Kris Ivanov
Kris Ivanov

Reputation: 10598

you could try to override the requirements check, however make sure you backup your registry and you are on your own if something goes wrong:

HKEY_LOCAL_MACHINE\Software\Microsoft\XDE XNAEnableGPU = 1 (REG_DWORD)

Upvotes: 1

Related Questions