Guest User

RL crash 2

a guest
Sep 2nd, 2024
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. Report 1
  2. --------------------------------------------
  3. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
  4. at System.SZArrayHelper.GetEnumerator[T]()
  5. at System.Linq.Enumerable.Max(IEnumerable`1 source)
  6. at DS2DEngine.CollisionMath.IsAxisCollision(Rectangle a, Single rotationA, Vector2 originA, Rectangle b, Single rotationB, Vector2 originB, Vector2 aAxis)
  7. at DS2DEngine.CollisionMath.RotatedRectIntersects(Rectangle a, Single rotationA, Vector2 originA, Rectangle b, Single rotationB, Vector2 originB)
  8. at RogueCastle.RaindropObj.Update(List`1 collisionList, GameTime gameTime)
  9. at RogueCastle.StartingRoomObj.Update(GameTime gameTime)
  10. at RogueCastle.ProceduralLevelScreen.Update(GameTime gameTime)
  11. at DS2DEngine.ScreenManager.Update(GameTime gameTime)
  12. at RogueCastle.RCScreenManager.Update(GameTime gameTime)
  13. at RogueCastle.Game.Update(GameTime gameTime)
  14. at Microsoft.Xna.Framework.Game.Tick()
  15. at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
  16. at Microsoft.Xna.Framework.GameHost.OnIdle()
  17. at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
  18. at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
  19. at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
  20. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  21. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  22. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  23. at System.Windows.Forms.Application.Run(Form mainForm)
  24. at Microsoft.Xna.Framework.WindowsGameHost.Run()
  25. at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
  26. at RogueCastle.Program.Main(String[] args)
  27.  
  28.  
  29. Report 2
  30. --------------------------------------------------
  31. System.InvalidOperationException: A previous Draw call threw an unhandled exception. See InnerException for details. ---> System.OutOfMemoryException: Insufficient memory to continue the execution of the program.
  32. at Microsoft.Xna.Framework.Helpers.GetExceptionFromResult(UInt32 result)
  33. at Microsoft.Xna.Framework.Graphics.GraphicsHelpers.GetExceptionFromResult(UInt32 result)
  34. at Microsoft.Xna.Framework.Graphics.GraphicsDevice.Present(tagRECT* pSource, tagRECT* pDest, HWND__* hOverride)
  35. at Microsoft.Xna.Framework.GraphicsDeviceManager.Microsoft.Xna.Framework.IGraphicsDeviceManager.EndDraw()
  36. at Microsoft.Xna.Framework.Game.EndDraw()
  37. at Microsoft.Xna.Framework.Game.DrawFrame()
  38. at Microsoft.Xna.Framework.Game.Paint(Object sender, EventArgs e)
  39. at Microsoft.Xna.Framework.GameWindow.OnPaint()
  40. at Microsoft.Xna.Framework.WindowsGameWindow.mainForm_Paint(Object sender, PaintEventArgs e)
  41. --- End of inner exception stack trace ---
  42. at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
  43. at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
  44. at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
  45. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  46. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  47. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  48. at System.Windows.Forms.Application.Run(Form mainForm)
  49. at Microsoft.Xna.Framework.WindowsGameHost.Run()
  50. at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
  51. at RogueCastle.Program.Main(String[] args)
  52.  
Advertisement
Add Comment
Please, Sign In to add comment