System.TypeInitializationException: The type initializer for 'Microsoft.Xna.Framework.Graphics.GraphicsAdapter' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Xna.Framework.Graphics.GraphicsAdapter.InitializeAdapterList()
at Microsoft.Xna.Framework.Graphics.GraphicsAdapter..cctor()
--- End of inner exception stack trace ---
at Microsoft.Xna.Framework.Graphics.GraphicsAdapter.get_Adapters()
at Microsoft.Xna.Framework.GraphicsDeviceManager.CheckForAvailableSupportedHardware()
at Microsoft.Xna.Framework.GraphicsDeviceManager.ChangeDevice(Boolean forceCreate)
at Microsoft.Xna.Framework.GraphicsDeviceManager.Microsoft.Xna.Framework.IGraphicsDeviceManager.CreateDevice()
at Microsoft.Xna.Framework.Game.Run()
at osu.Program.Main()
That's the error I got when I ran the program. All my files are sitting my D:/ Drive by it's own folder. Both the administrative and limited accounts had the same error.
HAAAAEEEeeeeeeELLLLLLPPPPPPPPPPP!!!!!!!!
Sorry if this has been fixed before- I searched around the forum for a bit but didn't find the same problem or a fix.
Edit: Okay, so I went to install the Microsoft XNA Framework Redistributable 1.0 Refresh from another topic.
However, I don't have Service Pack 2 so hopefully that isn't the solution.
at Microsoft.Xna.Framework.Graphics.GraphicsAdapter.InitializeAdapterList()
at Microsoft.Xna.Framework.Graphics.GraphicsAdapter..cctor()
--- End of inner exception stack trace ---
at Microsoft.Xna.Framework.Graphics.GraphicsAdapter.get_Adapters()
at Microsoft.Xna.Framework.GraphicsDeviceManager.CheckForAvailableSupportedHardware()
at Microsoft.Xna.Framework.GraphicsDeviceManager.ChangeDevice(Boolean forceCreate)
at Microsoft.Xna.Framework.GraphicsDeviceManager.Microsoft.Xna.Framework.IGraphicsDeviceManager.CreateDevice()
at Microsoft.Xna.Framework.Game.Run()
at osu.Program.Main()
That's the error I got when I ran the program. All my files are sitting my D:/ Drive by it's own folder. Both the administrative and limited accounts had the same error.
HAAAAEEEeeeeeeELLLLLLPPPPPPPPPPP!!!!!!!!
Sorry if this has been fixed before- I searched around the forum for a bit but didn't find the same problem or a fix.
Edit: Okay, so I went to install the Microsoft XNA Framework Redistributable 1.0 Refresh from another topic.
However, I don't have Service Pack 2 so hopefully that isn't the solution.