Author Topic: XNA problem with XNA installed  (Read 1199 times)

Doxy

  • Probably not a Spambot
  • *
  • Posts: 22
  • Karma: +4/-0
    • View Profile
XNA problem with XNA installed
« on: July 26, 2019, 08:00:46 pm »
Game Version: 1.1.0.11
Error: System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GraphicsDevice'.
   at Microsoft.Xna.Framework.Helpers.CheckDisposed(Object obj, IntPtr pComPtr)
   at Microsoft.Xna.Framework.Graphics.GraphicsDevice.get_Viewport()
   at Microsoft.Xna.Framework.Graphics.SpriteBatch.SetRenderState()
   at Microsoft.Xna.Framework.Graphics.SpriteBatch.End()
   at b5s.b()
   at azt.Draw(GameTime gameTime)
   at Microsoft.Xna.Framework.Game.DrawFrame()
   at Microsoft.Xna.Framework.Game.Tick()
   at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
   at Microsoft.Xna.Framework.GameHost.OnIdle()
   at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
   at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
   at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.Run(Form mainForm)
   at Microsoft.Xna.Framework.WindowsGameHost.Run()
   at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
   at bp5.a(String[] A_0)

Any ideas?

Doxy

  • Probably not a Spambot
  • *
  • Posts: 22
  • Karma: +4/-0
    • View Profile
Re: XNA problem with XNA installed
« Reply #1 on: July 26, 2019, 09:29:55 pm »
UPD. problem Solved
was riva tuner that caused it.
since i recently did a hardware change, guess i need to reinstall it

Styg

  • Administrator
  • Godman
  • *****
  • Posts: 2407
  • Karma: +509/-31
    • View Profile
Re: XNA problem with XNA installed
« Reply #2 on: July 27, 2019, 11:39:26 pm »
Weird, but glad you got it fixed.