nicatronTg

Untitled

May 30th, 2012
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. [5/30/2012 4:34:28 PM]:
  2. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentNullException: This method does not accept null for this parameter.
  3. Parameter name: texture
  4. at Microsoft.Xna.Framework.Graphics.SpriteBatch.InternalDraw(Texture2D texture, Vector4& destination, Boolean scaleDestination, Nullable`1& sourceRectangle, Color color, Single rotation, Vector2& origin, SpriteEffects effects, Single depth)
  5. at Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw(Texture2D texture, Vector2 position, Nullable`1 sourceRectangle, Color color, Single rotation, Vector2 origin, Single scale, SpriteEffects effects, Single layerDepth)
  6. at Terraria.Main.DrawWalls()
  7. at Terraria.Main.RenderWalls()
  8. at Terraria.Main.Draw(GameTime gameTime)
  9. at Microsoft.Xna.Framework.Game.DrawFrame()
  10. at Microsoft.Xna.Framework.Game.Tick()
  11. at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
  12. at Microsoft.Xna.Framework.GameHost.OnIdle()
  13. at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
  14. at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
  15. at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
  16. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  17. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  18. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  19. at System.Windows.Forms.Application.Run(Form mainForm)
  20. at Microsoft.Xna.Framework.WindowsGameHost.Run()
  21. at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
  22. at Microsoft.Xna.Framework.Game.Run()
  23. --- End of inner exception stack trace ---
  24. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  25. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
  26. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  27. at TerrariAPI.Hooking.Wrapper.Invoke(String method, Object[] parameters)
  28. at TerrariAPI.Hooking.Main.Run()
  29. at TerrariAPI.Hooking.Hooks.Start()
  30. at TerrariAPI.Program.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment