okie dokie... so I really want this thing to work, but i have no idea how to program...
I debug and get this:
An unhandled exception of type 'System.ArgumentOutOfRangeException' occurred in mscorlib.dll
Additional information:
Parameter name: index
When I click on the "Locals" Window and and copy the "$exception" here is what it says:
- $exception {System.ArgumentOutOfRangeException:
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeExceptio n(ExceptionArgument argument, ExceptionResource resource)
at System.ThrowHelper.ThrowArgumentOutOfRangeExceptio n()
at System.Collections.Generic.List`1.get_Item(Int32 index)
at ZuneTools.ScreenManager.Update(GameTime gameTime)
at Microsoft.Xna.Framework.Game.Update(GameTime gameTime)
at ZuneTools.Game.Update(GameTime gameTime)
at Microsoft.Xna.Framework.Game.Run()
at ZuneTools.Program.Main(String[] args)
} System.Exception {System.ArgumentOutOfRangeException}
Since I know nothing at all about programming I don't even know if what I posted helps... as far as I know, this exception could be the reason my Zune 30gb gets the BSOD every time I try to run this application on it.