There's minor bug that happens when for example adding Project64 shortcut into Media Center and launching it from there. What happens is that I select that shortcut and launch a game, then MCE releases D3D Device but before that Project64 gives an error that couldn't initialize device.
From MSDN article
Full Article
I hope it's possible to fix that, it would be nice to launch N64 games from my sofa using remote and Media Center
.
From MSDN article
There is one important issue you might see when you try doing this depending on your game initialization code. You may get an error when trying to create the Direct3D device because the Media Center UI and the game may compete for the same Direct3D device.
The performance and stability of the Media Center UI is due to the fact that it renders everything via Direct3D, typically in full-screen exclusive mode. This means that when the Media Center UI atempts to launch a full-screen game (from inside its Direct3D-based UI), the game may also try to immediately create a full-screen exclusive-mode device which can fail if the Media Center UI has not yet released it's Direct3D device.
Change the game initialization code so that the game delays creating an exclusive full-screen device until the device is available.
Full Article
I hope it's possible to fix that, it would be nice to launch N64 games from my sofa using remote and Media Center
Last edited: