Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Microsoft XNA Studio  (Read 2218 times)

Twiggie

  • Bay Watcher
    • View Profile
Microsoft XNA Studio
« on: February 20, 2011, 02:03:35 pm »

So I'm using XNA with Visual C# 2010 Express for my Games uni course (and no I don't need to be told C# is crap).

The thing is I'm running on Intel integrated graphics - GMA 4500 to be precise, listed in Device Manager as "Mobile Intel(R) 4 Series Express Chipset Family", and even though I can run old-ish games reasonably, I can't compile and run any games through my laptop.

I've checked on google obviously and I found something about editing the methods using reflection so that some method or other always returns true, but that's a bit out of my league at the moment and I didn't really understand or want to be tinkering with that kind of thing.

I really need to find a work around for this error since not being able to test code at home is really impacting on my grades.

Spoiler: The Error (click to show/hide)

According to this link XNA should work with the GMA series.

I tried to set hardware acceleration to Full but that option is greyed out and inaccessible.

So am I screwed or is there a quick fix for this?

Cheers
Logged

Phmcw

  • Bay Watcher
  • Damn max 500 characters
    • View Profile
Re: Microsoft XNA Studio
« Reply #1 on: February 20, 2011, 02:26:49 pm »

http://fatbat.co.uk/site/post/HiDef-and-Reach-profiles-Reverse-Engineering-and-Reflection.aspx
Apparently, use that dll and call DeProfiler.Run() from the constructor of your Game class as the first command.
Logged
Quote from: toady

In bug news, the zombies in a necromancer's tower became suspicious after the necromancer failed to age and he fled into the hills.

Twiggie

  • Bay Watcher
    • View Profile
Re: Microsoft XNA Studio
« Reply #2 on: February 20, 2011, 02:34:07 pm »

oh nice i think i read the article that page links to but it was really confusing ^^

ill try that now

EDIT: works great after i figured out how to use the dll thanks again. locking now.
« Last Edit: February 20, 2011, 02:55:53 pm by Twiggie »
Logged