Thought for the Dazed

I've had to give up that Distance Learning course as I was having trouble seeing the teacher.

Flickr
www.flickr.com
RobMiles' items Go to RobMiles' photostream
Twitter
C# Yellow Book

Search entire site
« Free Autodesk Software for Students | Main | Above & Beyond on Yamaha QY100 »
Monday
Feb212011

XNA HiDef you Don’t Want

I was doing a lecture this afternoon to the first years and, frankly, it wasn’t going well. The microphone was not working, which meant I had to shout, and I’d not uploaded my slide deck correctly so I had to wait for my little laptop to download the presentation from Live Mesh.  Then I fired up my first empty XNA project to show the class how it worked and was rewarded with this.

image

Not good. Id used the machine to write Windows Phone games with no problem and I’d never seen that message before.  Fortunately we were near the end of the lecture and so I just showed that I could in fact get Windows Phone to work and then everyone had to leave.

Someone at the back had shouted “Use Reach” but at the time this hadn’t registered. Later, I took a look at the project settings:

image 

Turns out that if you have fairly simple graphics hardware, like the one in my little laptop, it can’t handle the HiDef graphics and you have to select the Reach option for Game Profile.

I did this and everything worked, so I should be OK for tomorrow.

Reader Comments (5)

There is another option to assist development on machines that have a good graphics card but dont meet the full requirements for High Def (you could build the same in XNA3)
There is a library called FbDeprofiler that you can add to your game to bypass the hidef check while you are developing
http://fatbat.co.uk/site/post/HiDef-and-Reach-profiles-Reverse-Engineering-and-Reflection.aspx

Wouldn't recommend deploying a game with this enabled but it's big assist to devs especially when you are trying to work on your xbox game on your laptop.
February 22, 2011 | Unregistered CommenterSimon (Darkside) Jackson
Hi rob i have your book and i am currently programming games in xna for my computer games course at huddersfeild uni first year. I was wanting to know if i could post a link from my blog to yours please simply because i am keeping track of my progress and i thought posting a link to your website would help other readers by going to your website.

Cheers
February 22, 2011 | Unregistered CommenterLuke Avery
Hi. Thanks for asking. Of course you can link through.
February 23, 2011 | Registered CommenterRob
Hello.
Is there any possibility that you can send my this fbProfiler.dll file to panabery@gmail.com ?
This page: http://fatbat.co.uk/site/post/HiDef-and-Reach-profiles-Reverse-Engineering-and-Reflection.aspx is inactive...
May 18, 2011 | Unregistered CommenterAbery
The fbDeprofiler link works again now (or at least it will redirect you to the dll).
November 28, 2011 | Unregistered CommenterBamYazi

PostPost a New Comment

Enter your information below to add a new comment.
Author Email (optional):
Author URL (optional):
Post:
 
All HTML will be escaped. Hyperlinks will be created for URLs automatically.