Author Topic: Minor exceptions when exiting  (Read 1566 times)

Offline Oewyn

  • Sr. Member
  • ****
  • Posts: 330
Minor exceptions when exiting
« on: January 11, 2010, 10:43:26 pm »
1/9/2010 3:38:46 PM (2.2.0.0)
-----------------------------------CurrentDomain_UnhandledException-----------------------------------System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
   at System.String.Concat(String str0, String str1)
   at SlimDX.ObjectTable.ReportLeaks()
   at SlimDX.ObjectTable.OnExit(Object sender, EventArgs e)
1/10/2010 2:56:03 AM (2.2.0.1)
-----------------------------------CurrentDomain_UnhandledException-----------------------------------System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
   at System.String.Concat(String str0, String str1)
   at SlimDX.ObjectTable.ReportLeaks()
   at SlimDX.ObjectTable.OnExit(Object sender, EventArgs e)

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Minor exceptions when exiting
« Reply #1 on: January 11, 2010, 10:46:05 pm »
Near as I can tell, that is some sort of internal SlimDX issue.  Those classes and references mentioned are not something that AI War even has direct access to, that I know of.  I'd update to a later version of SlimDX, but then all existing customers would have to reinstall the new versions (which is a pain), so I'm inclined to let this one slide.  The cause of it seems to be really huge games when the application is using a lot of memory, and it only happens on exit.  Not sure what is up with that.
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!