Jump to content

Mangix

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by Mangix

  1. this is sort of offtopic, but can anyone explain to me why that happens? also what is Tollerance?
  2. try using the final version and check if it still errors
  3. which browser do you use. also can you post a link to the image?
  4. if you can, write a plugin for Paint.NET . if you can't, there's another program called Capture.NET which does that.
  5. when i click File > Acquire > From Scanner Or Camera, it says "The Windows Image Acquisition (WIA) library, "wiaaut.dll" is unavailable" and then the help thing. i went to help but didnt find anything useful. also the WIA services is started according to services.msc i am also using Windows XP and i have a scanner which supports WIA. also wiaaut.dll is in the Paint.NET Program Files Folder
  6. you could make the white area transparent instead, duplicate the layer, and then fill the white in only the first one.
  7. I agree, this is annoying! :x I know in VB it would be a simple (i.e. small and fast fix) reg key that could be saved, don't know about PDN since it was not written in VB. tk it would be easy in any language...
  8. i think that the other menu comes after you chose the file to save it to.
  9. the only way to not lose layering is to save the file as a pdn.
  10. you should wait till Rick releases the final version of 2.6 because that one is already converted to work with VS 2005
  11. use the rectangle select tool(top left) on each eye and then use it.
  12. when i click File > Aquire > From Scanner Or Camera, a MessageBox pops up saying that it requires Windows XP SP1 or later. well i have SP2 so it should be able to work...
  13. Thanks . I guess i love messing around with the program to find bugs. Im using an HP Pavillion so no.
  14. 300 x 300 i cant reproduce it for some reason though
  15. i cant reproduce it but it happened when i tried drawing outside of bounds with the paintbrush. Crash log for Paint.NET v2.6 (Alpha 2 Release build 2.6.2179.30797) Time of crash: 12/22/2005 11:08:19 PM OS version: 5.1.2600.131072 .NET Framework version: 2.0.50727.42 X86 Processor count: 2 Exception details: System.ArgumentOutOfRangeException: bounds parameter must be a subset of this Surface's bounds Parameter name: bounds Actual value was {X=99,Y=100,Width=202,Height=11}. at PaintDotNet.Surface.CreateWindow(Rectangle bounds) at PaintDotNet.PlacedSurface..ctor(Surface source, Rectangle roi) at PaintDotNet.PaintBrushTool.OnStylusMove(StylusEventArgs e) at PaintDotNet.Tool.PerformMouseMove(MouseEventArgs e) at PaintDotNet.DocumentWorkspace.DocumentMouseMoveHandler(Object sender, MouseEventArgs e) at System.Windows.Forms.MouseEventHandler.Invoke(Object sender, MouseEventArgs e) at PaintDotNet.DocumentView.OnDocumentMouseMove(MouseEventArgs e) at PaintDotNet.DocumentView.MouseMoveHandler(Object sender, MouseEventArgs e) at System.Windows.Forms.Control.OnMouseMove(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseMove(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at PaintDotNet.SurfaceBox.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) ------------------------------------------------------------------------------
  16. when i tried to paste a screenshot of my desktop, it crashed. here's the log. Crash log for Paint.NET v2.6 (Alpha 1 Release build 2.6.2172.30793) Time of crash: 12/19/2005 12:34:27 PM OS version: 5.1.2600.131072 .NET Framework version: 2.0.50727.42 X86 Processor count: 2 Exception details: System.Runtime.Serialization.SerializationException: Exception thrown by worker thread ---> System.IO.FileLoadException: Could not load file or assembly 'ICSharpCode.SharpZipLib, Version=0.84.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) File name: 'ICSharpCode.SharpZipLib, Version=0.84.0.0, Culture=neutral, PublicKeyToken=null' at PaintDotNet.MemoryBlock.SerializeChunk(Stream output, UInt32 chunkNumber, Int64 chunkOffset, Int64 chunkSize, Object currentLock, Object previousLock, DeferredFormatter deferredFormatter) at PaintDotNet.MemoryBlock.SerializeChunk(Object context) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. --- End of inner exception stack trace --- at PaintDotNet.MemoryBlock.PaintDotNet.IDeferredSerializable.FinishSerialization(Stream output, DeferredFormatter context) at PaintDotNet.DeferredFormatter.FinishSerialization(Stream output) at PaintDotNet.PersistedObject.PersistToDisk() at PaintDotNet.PersistedObject..ctor(Object theObject, Boolean background) at PaintDotNet.MainForm.DoPaste() at PaintDotNet.MainForm.menuEditPaste_Click(Object sender, EventArgs e) at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs 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.ToolStripMenuItem.ProcessCmdKey(Message& m, Keys keyData) at System.Windows.Forms.ToolStripManager.ProcessShortcut(Message& m, Keys shortcut) at System.Windows.Forms.ToolStripManager.ProcessCmdKey(Message& m, Keys keyData) at System.Windows.Forms.ContainerControl.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.Form.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.ContainerControl.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.ContainerControl.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.ContainerControl.ProcessCmdKey(Message& msg, Keys keyData) at PaintDotNet.DocumentView.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.Control.PreProcessMessage(Message& msg) at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg) at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg) ------------------------------------------------------------------------------ Crash log for Paint.NET v2.6 (Alpha 1 Release build 2.6.2172.30793) Time of crash: 12/19/2005 12:34:54 PM OS version: 5.1.2600.131072 .NET Framework version: 2.0.50727.42 X86 Processor count: 2 Exception details: System.Runtime.Serialization.SerializationException: Exception thrown by worker thread ---> System.IO.FileLoadException: Could not load file or assembly 'ICSharpCode.SharpZipLib, Version=0.84.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) File name: 'ICSharpCode.SharpZipLib, Version=0.84.0.0, Culture=neutral, PublicKeyToken=null' at PaintDotNet.MemoryBlock.SerializeChunk(Stream output, UInt32 chunkNumber, Int64 chunkOffset, Int64 chunkSize, Object currentLock, Object previousLock, DeferredFormatter deferredFormatter) at PaintDotNet.MemoryBlock.SerializeChunk(Object context) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. --- End of inner exception stack trace --- at PaintDotNet.MemoryBlock.PaintDotNet.IDeferredSerializable.FinishSerialization(Stream output, DeferredFormatter context) at PaintDotNet.DeferredFormatter.FinishSerialization(Stream output) at PaintDotNet.PersistedObject.PersistToDisk() at PaintDotNet.PersistedObject..ctor(Object theObject, Boolean background) at PaintDotNet.MainForm.DoPaste() at PaintDotNet.MainForm.menuEditPaste_Click(Object sender, EventArgs e) at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs 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.ToolStripMenuItem.ProcessCmdKey(Message& m, Keys keyData) at System.Windows.Forms.ToolStripManager.ProcessShortcut(Message& m, Keys shortcut) at System.Windows.Forms.ToolStripManager.ProcessCmdKey(Message& m, Keys keyData) at System.Windows.Forms.ContainerControl.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.Form.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.ContainerControl.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.ContainerControl.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.ContainerControl.ProcessCmdKey(Message& msg, Keys keyData) at PaintDotNet.DocumentView.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData) at System.Windows.Forms.Control.PreProcessMessage(Message& msg) at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg) at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg) ------------------------------------------------------------------------------ edit:also how do i register dlls into GAC? i think that's the problem since i recently uninstalled SharpDevelop(which uses SharpZipLib)
  17. this is sort of off topic but, what happened to CodeLab?
×
×
  • Create New...