Jump to content

toe_head2001

Administrator
  • Posts

    5,020
  • Joined

  • Last visited

  • Days Won

    155

Posts posted by toe_head2001

  1. Paint.NET is crashing without a crashlog?  Okay, let's try this:

     

    Right after the paint.net crashes, please open the Windows Event Viewer and look in the Application log.  (Event Viewer -> Windows Logs -> Application)

    The items should be sorted by datetime, so the most recent item should be at the top of the list.

     

    Let us know what you find.

  2. 13 minutes ago, AMD_Ryzen said:

    Is there any way to automatically expand canvas when pasting an image that is larger than canvas? I would really really like to skip that prompt

     

    Edit -> Paste into New Image (Ctrl + Alt + V)

     

    There's no other way.

     

    13 minutes ago, AMD_Ryzen said:

    OR launch Paint.NET with 3840x1080 resolution with one mouseclick.

     

    Create a template file with your preferred resolution, and start paint.net by opening that file.

    • Thanks 1
  3. @CircleBox

    I found the cause the crash. It is indeed caused by bad values being passed to DrawArc.

    The pen is too wide for the bounding rectangle!

     

    I am able reproduce this in LINQPad.

    (I'm using values I pulled out of the VS debugger at the time of the exception.)

    image.png

    Changing the pen width from 2 to 1, and the tiny arc is drawn successfully:

    image.png

     

    I'll post a bugfix release sometime within the next week or so.

    • You're a Smart Cookie! 1
    • Hooray 1
×
×
  • Create New...