Paint.NET falhando ao usar os menus

2

Sempre que eu vou para os menus no Paint.NET, ele trava com o erro mostrado abaixo. Eu tentei a versão mais recente, bem como a versão 2.7

Alguma idéia do que está acontecendo?

Exception details: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.MenuStrip.WndProc(Message& m) at PaintDotNet.SystemLayer.MenuStripEx.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)

    
por bobber205 08.04.2010 / 20:19

1 resposta

1

Dado que o erro é:

Attempted to read or write protected memory. This is often an indication that other memory is corrupt

O primeiro porto de escala seria executar um verificador de memória. Este post tem muitos detalhes sobre como fazer isso .

memtest86 is by far the most popular amongst the memory checking crowd and works very well. It has a whole slew of tests that you pick and choose to run. The program was created in 1994 and was last updated in 2007, so it’s a bit old.

Prime95 is another memory checker, but one that has been updated more regularly and that works with multicore CPUs, which are becoming more prevalent these days. The program tests both the CPU and memory by using various stress tests, such as calculating large prime numbers.

A única outra coisa que vem à mente é que você está ficando sem memória e esse é um erro incorreto. Quanta RAM física você tem? Qual o tamanho do seu arquivo de troca? E quão grandes são as imagens que você está manipulando?

    
por 08.04.2010 / 20:25