Jump to content

KoalaBear

Newbies
  • Posts

    2
  • Joined

  • Last visited

Posts posted by KoalaBear

  1. Hmm. Took a while to create an account as I have no clue what city is in the middle of Seatle :P

     

    And I don't know about the triangle question :P

     

    This is the error I got when I connected to PC with RDP. Didn't do anything, just connected and this was displayed on the screen:

    ---

    System.Runtime.InteropServices.COMException (0x80070006): ..\Direct2D\D2DRenderTarget.cpp (272) : hr = m_pRenderTarget->EndDraw(&d2dTag1, &d2dTag2);
       at PaintDotNet.Interop.InteropErrorInfo.ThrowIfError() in D:\src\pdn\paintdotnet\src\Base\Interop\InteropErrorInfo.cs:line 91
       at PaintDotNet.SystemLayer.Native.x64.NativeUtilities.ThrowOnErrorImpl(Int32 hr, SByte* szHr, IUnknown* pFxErrorInfo)
       at PaintDotNet.SystemLayer.Native.x64.Direct2D.D2DRenderTarget.EndDraw(Tag& tag1, Tag& tag2)
       at PaintDotNet.Direct2D.RenderTargetExtensions.EndDraw(IRenderTarget renderTarget) in D:\src\pdn\paintdotnet\src\Core\Direct2D\RenderTargetExtensions.cs:line 17
       at PaintDotNet.Disposable.ActionDisposable.Dispose(Boolean disposing) in D:\src\pdn\paintdotnet\src\Base\Disposable.cs:line 58
       at PaintDotNet.Disposable.Dispose() in D:\src\pdn\paintdotnet\src\Base\Disposable.cs:line 218
       at PaintDotNet.ComponentModel.RefTrackedObject.DisposeCore(Boolean disposing) in D:\src\pdn\paintdotnet\src\Base\ComponentModel\RefTrackedObject.cs:line 410
       at PaintDotNet.ComponentModel.RefTrackedObject.ReleaseRef(Object refOwner, Boolean disposing) in D:\src\pdn\paintdotnet\src\Base\ComponentModel\RefTrackedObject.cs:line 547
       at PaintDotNet.ComponentModel.RefTrackedObject.Dispose() in D:\src\pdn\paintdotnet\src\Base\ComponentModel\RefTrackedObject.cs:line 342
       at PaintDotNet.Controls.PdnPushButton.MeasureAndDraw(Graphics g, Boolean enableDrawing, PdnPushButtonState buttonState, Boolean drawFocusCues, Boolean drawKeyboardCues) in D:\src\pdn\paintdotnet\src\Framework\Controls\PdnPushButton.cs:line 223
       at PaintDotNet.Controls.PdnPushButton.OnLayout(LayoutEventArgs levent) in D:\src\pdn\paintdotnet\src\Framework\Controls\PdnPushButton.cs:line 121
       at System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)
       at System.Windows.Forms.Control.OnResize(EventArgs e)
       at System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
       at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
       at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height)
       at System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
       at System.Windows.Forms.Control.SetBounds(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
       at System.Windows.Forms.Control.set_Size(Size value)
       at PaintDotNet.Dialogs.ExceptionDialog.OnLayout(LayoutEventArgs levent) in D:\src\pdn\paintdotnet\src\PaintDotNet\Dialogs\ExceptionDialog.cs:line 440
       at System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)
       at System.Windows.Forms.Control.PerformLayout()
       at PaintDotNet.Dialogs.ExceptionDialog..ctor() in D:\src\pdn\paintdotnet\src\PaintDotNet\Dialogs\ExceptionDialog.cs:line 296
       at PaintDotNet.Diagnostics.CrashManager.ShowCrashLogDialog(String crashLogPath) in D:\src\pdn\paintdotnet\src\PaintDotNet\Diagnostics\CrashManager.cs:line 59
       at PaintDotNet.Startup.StartPart2(String mutexName, String[] remainingArgs) in D:\src\pdn\paintdotnet\src\PaintDotNet\Startup.cs:line 507
    ---
     
    Thanks in advance. Without RDP I did not experience a problem of bug when resizing and cropped 20 pictures. The only thing I noticed is that when you do CTRL + SHIFT + X that it sometimes takes a while, like a second or so, to get the cropped part painting. But that's not a real issue :)
×
×
  • Create New...