This is the error that came up
"An unhandled exception of type 'System.ArgumentNullException' occurred in Microsoft.Xna.Framework.dll
Additional information: This method does not accept null for this parameter.
Parameter name: texture" I also got "text" when doing others
This line was highlighted: > Microsoft.Xna.Framework.dll!Microsoft.Xna.Framewor k.Graphics.SpriteBatch.InternalDraw(Microsoft.Xna. Framework.Graphics.Texture2D texture = null, ref Microsoft.Xna.Framework.Vector4 destination = {X:10 Y:125 Z:50 W:50}, bool scaleDestination = false, ref Microsoft.Xna.Framework.Rectangle? sourceRectangle = null, Microsoft.Xna.Framework.Graphics.Color color = {R:255 G:255 B:255 A:255}, float rotation = 0.0, ref Microsoft.Xna.Framework.Vector2 origin = {X:0 Y:0}, Microsoft.Xna.Framework.Graphics.SpriteEffects effects = None, float depth = 0.0) + 0x13 bytes
This was what I got when opening Pictures on the main menu
Don't know if this is what you wanted
Last edited by Tallman; 06-11-2009 at 06:50 PM.
|