It is currently Wed Sep 08, 2010 9:25 pm




Post new topic Reply to topic  [ 3 posts ] 
[1248] Access Violation after testing 
Author Message

Joined: Thu Feb 25, 2010 6:23 pm
Posts: 2
Post [1248] Access Violation after testing

Sometimes after testing my level (ZDoom in Hexen, testing in GZDoom with OpenGL) I get the following error:
Code:
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
   at System.Drawing.SafeNativeMethods.Gdip.GdipDrawRectangleI(HandleRef graphics, HandleRef pen, Int32 x, Int32 y, Int32 width, Int32 height)
   at System.Drawing.Graphics.DrawRectangle(Pen pen, Int32 x, Int32 y, Int32 width, Int32 height)
   at System.Windows.Forms.Control.PaintException(PaintEventArgs e)
   at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
   at System.Windows.Forms.Control.WmEraseBkgnd(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

(I'm sure that no other memory is corrupt, as there are no other programs running)

The exception doesn't go away when I choose to continue. It then appears every time I move the mouse cursor over a linedef.


Sat Feb 27, 2010 3:24 pm
Profile
User avatar

Joined: Sun Jan 04, 2009 4:49 pm
Posts: 543
Post Re: [1248] Access Violation after testing

Can you get the full error report? it looks like this is cut off at the bottom :(


Sun Feb 28, 2010 10:09 am
Profile

Joined: Thu Feb 25, 2010 6:23 pm
Posts: 2
Post Re: [1248] Access Violation after testing

OK, here it is:
Code:
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
   at System.Drawing.SafeNativeMethods.Gdip.GdipFillRectangleI(HandleRef graphics, HandleRef brush, Int32 x, Int32 y, Int32 width, Int32 height)
   at System.Drawing.Graphics.FillRectangle(Brush brush, Int32 x, Int32 y, Int32 width, Int32 height)
   at System.Drawing.Graphics.FillRectangle(Brush brush, Rectangle rect)
   at System.Windows.Forms.ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter.DrawFlatComboDropDown(ComboBox comboBox, Graphics g, Rectangle dropDownRect)
   at System.Windows.Forms.ComboBox.FlatComboAdapter.DrawFlatCombo(ComboBox comboBox, Graphics g)
   at System.Windows.Forms.ComboBox.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly version: 2.0.0.0
    Win32 version: 2.0.50727.3603 (GDR.050727-3600)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Builder
    Assembly version: 2.0.1.0
    Win32 version: 2.0.1.0
    CodeBase: file:///C:/Doom/Editors/Doom%20Builder%202/Builder.exe
----------------------------------------
System
    Assembly version: 2.0.0.0
    Win32 version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly version: 2.0.0.0
    Win32 version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly version: 2.0.0.0
    Win32 version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
SlimDX
    Assembly version: 2.0.7.41
    Win32 version:
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/SlimDX/2.0.7.41__b1b0c32fd1ffe4f9/SlimDX.dll
----------------------------------------
msvcm80
    Assembly version: 8.0.50727.3053
    Win32 version: 8.00.50727.3053
    CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca/msvcm80.dll
----------------------------------------
System.Windows.Forms.resources
    Assembly version: 2.0.0.0
    Win32 version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_ru_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
BuilderModes
    Assembly version: 2.0.1.0
    Win32 version: 2.0.1.0
    CodeBase: file:///C:/Doom/Editors/Doom%20Builder%202/Plugins/BuilderModes.dll
----------------------------------------
CopyPasteSectorProps
    Assembly version: 1.0.0.0
    Win32 version: 1.0.0.0
    CodeBase: file:///C:/Doom/Editors/Doom%20Builder%202/Plugins/CopyPasteSectorProps.dll
----------------------------------------
ImageDrawingExample
    Assembly version: 1.0.0.0
    Win32 version: 1.0.0.0
    CodeBase: file:///C:/Doom/Editors/Doom%20Builder%202/Plugins/ImageDrawingExample.dll
----------------------------------------
Statistics
    Assembly version: 2.0.0.0
    Win32 version: 2.0.0.0
    CodeBase: file:///C:/Doom/Editors/Doom%20Builder%202/Plugins/Statistics.dll
----------------------------------------
System.Design
    Assembly version: 2.0.0.0
    Win32 version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------
mscorlib.resources
    Assembly version: 2.0.0.0
    Win32 version: 2.0.50727.3603 (GDR.050727-3600)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------


Sun Feb 28, 2010 5:33 pm
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group. Designed by Vjacheslav Trushkin for Free Forums/DivisionCore.