View Single Post
  #2  
Old 08-18-2010, 05:48 AM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,450
Default

Quote:
Originally Posted by Bellos View Post
My log says this. I have the map files, are they maybe corrupt?

*snip*
None of those errors describe a crash.

In fact, we don't currently support logging crashes to files. That's up to windows, you can learn about creating memory dumps here:
http://support.microsoft.com/kb/241215

If you want the issue to be fixed, you should attach a debugger to it. Visual Studio 2008 comes with a built-in debugger for when you build applications. Simply boot a zone up by double clicking on it, attach to process, then try and replicate the crash that you get.

Last edited by Secrets; 08-18-2010 at 06:00 AM..
Reply With Quote