eliteapp

RQPWWPPP

Jul 15th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.65 KB | None | 0 0
  1. //Verze 2.2013.171.0
  2. //PC
  3. //Windows XP Home Edition Service Pack 3 v5.1.2600
  4. //15.7.2013 9:28:50
  5.  
  6. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
  7.    at System.Diagnostics.StackTrace.GetStackFramesInternal(StackFrameHelper sfh, Int32 iSkip, Exception e)
  8.    at System.Diagnostics.StackTrace.CaptureStackTrace(Int32 iSkip, Boolean fNeedFileInfo, Thread targetThread, Exception e)
  9.    at System.Diagnostics.StackTrace..ctor(Exception e, Boolean fNeedFileInfo)
  10.    at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
  11.    at System.Exception.get_StackTrace()
  12.    at Elite.Common.TraceLog.WriteError(Exception e)
  13.    at Elite.Gui.Program.Application_ThreadException(Object sender, ThreadExceptionEventArgs e)
  14.    at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
  15.    at System.Windows.Forms.Control.WndProcException(Exception e)
  16.    at System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
  17.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  18.    at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  19.    at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
  20.    at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  21.    at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  22.    at System.Windows.Forms.Application.Run(Form mainForm)
  23.    at Elite.Gui.Program.Main()
Advertisement
Add Comment
Please, Sign In to add comment