mstrainjr Posted June 29, 2014 Posted June 29, 2014 The beta worked just fine, but when I try to open the latest version, I get this. Sorry, but paint.net has encountered an unhandled exception and must close. Then there's a crash log, which I'll post below. I tried completely uninstalling it, restarting my computer, cleaning my registry and installing again a few times, but it just won't work. From what I read, other users are also having problems. I don't get how the beta can work better that the final program.... Here's the log, which I'm also emailing as instructed: ------------------------------------------------------------------------------ This text file was created because paint.net crashed. Please e-mail this to crashlog4@getpaint.net so we can diagnose and fix the problem. Application version: paint.net 4.0 (Final 4.0.5288.36565) Time of crash: 6/29/2014 6:41:34 PM Application uptime: 00:00:00.7000107 Application state: Running Working set: 83,052 KiB Install directory: C:\Program Files\Paint.NET Current directory: C:\Program Files\Paint.NET OS Version: 6.1.7601.65536 Service Pack 1 Workstation x64 .NET version: CLR 4.0.30319.18444 x64, FX 4.0 4.5 Processor: 4x "Intel® Core i5-3470 CPU @ 3.20GHz" @ ~3200MHz (DEP, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, XSAVE) Physical memory: 8126 MB Hardware acceleration: True Video card: AMD Radeon HD 7700 Series UI animations: True UI DPI: 96.00 dpi (1.00x scale) UI theme: Aero/Aero + DWM (Aero.msstyles) Updates: True, 6/27/2014 Locale: pdnr.c: en-US, hklm: en-US, hkcu: en-US, cc: en-US, cuic: en-US Exception details: System.NullReferenceException: Object reference not set to an instance of an object. at PaintDotNet.ComponentModel.ObjectRefExtensions.CreateRef[TInterface](TInterface objectRef) in D:\src\pdn\paintdotnet\src\Base\ComponentModel\ObjectRefExtensions.cs:line 31 at PaintDotNet.UI.Media.Geometry.GetCachedDirect2DGeometryRef() in D:\src\pdn\paintdotnet\src\Framework\UI\Media\Geometry.cs:line 648 at PaintDotNet.UI.Media.Geometry.Widen(ISimplifiedGeometrySink sink, Double thickness, StrokeStyle strokeStyle, Nullable`1 tolerance) in D:\src\pdn\paintdotnet\src\Framework\UI\Media\Geometry.cs:line 567 at PaintDotNet.UI.Media.Geometry.GetWidenedPathGeometry(Double thickness, StrokeStyle strokeStyle, Nullable`1 tolerance) in D:\src\pdn\paintdotnet\src\Framework\UI\Media\Geometry.cs:line 557 at PaintDotNet.UI.Media.GeometryDrawing.CreateClip(Boolean isStroked) in D:\src\pdn\paintdotnet\src\Framework\UI\Media\GeometryDrawing.cs:line 60 at PaintDotNet.UI.Media.Drawing.GetStrokedClip() in D:\src\pdn\paintdotnet\src\Framework\UI\Media\Drawing.cs:line 108 at PaintDotNet.UI.Media.DrawingGroup.CreateClip(Boolean isStroked) in D:\src\pdn\paintdotnet\src\Framework\UI\Media\DrawingGroup.cs:line 193 at PaintDotNet.UI.Media.Drawing.GetStrokedClip() in D:\src\pdn\paintdotnet\src\Framework\UI\Media\Drawing.cs:line 108 at PaintDotNet.UI.Media.Drawing.GetStrokedClip() in D:\src\pdn\paintdotnet\src\Framework\UI\Media\Drawing.cs:line 108 at PaintDotNet.UI.Controls.DrawingElement.MeasureOverride(SizeDouble availableSize) in D:\src\pdn\paintdotnet\src\PaintDotNet\UI\Controls\DrawingElement.cs:line 40 at PaintDotNet.UI.FrameworkElement.MeasureCore(SizeDouble availableSize) in D:\src\pdn\paintdotnet\src\Framework\UI\FrameworkElement.cs:line 489 at PaintDotNet.UI.UIElement.CallMeasureCore() in D:\src\pdn\paintdotnet\src\Framework\UI\UIElement.cs:line 443 at PaintDotNet.UI.Controls.Canvas.MeasureOverride(SizeDouble constraintSize) in D:\src\pdn\paintdotnet\src\Framework\UI\Controls\Canvas.cs:line 34 at PaintDotNet.UI.FrameworkElement.MeasureCore(SizeDouble availableSize) in D:\src\pdn\paintdotnet\src\Framework\UI\FrameworkElement.cs:line 489 at PaintDotNet.UI.UIElement.CallMeasureCore() in D:\src\pdn\paintdotnet\src\Framework\UI\UIElement.cs:line 443 at PaintDotNet.UI.PresentationSource.Measure() in D:\src\pdn\paintdotnet\src\Framework\UI\PresentationSource.cs:line 243 at PaintDotNet.UI.LayoutManager.UpdateMeasure(DequeSet`1 measureQueue) in D:\src\pdn\paintdotnet\src\Framework\UI\LayoutManager.cs:line 186 at PaintDotNet.UI.LayoutManager.UpdateLayout() in D:\src\pdn\paintdotnet\src\Framework\UI\LayoutManager.cs:line 149 at PaintDotNet.Canvas.PresentationCanvasLayer.OnBeforeRender(RectFloat clipRect, CanvasView canvasView) in D:\src\pdn\paintdotnet\src\PaintDotNet\Canvas\PresentationCanvasLayer.cs:line 59 at PaintDotNet.Canvas.Canvas.BeforeRender(RectFloat clipRect, CanvasView canvasView) in D:\src\pdn\paintdotnet\src\PaintDotNet\Canvas\Canvas.cs:line 412 at PaintDotNet.Canvas.CanvasControl.OnBeforeRender(RectFloat viewportClipRect) in D:\src\pdn\paintdotnet\src\PaintDotNet\Canvas\CanvasControl.cs:line 222 at PaintDotNet.Controls.Direct2DControl.PaintDotNet.Controls.IDirect2DControlHost.OnBeforeRender(RectFloat clipRect) in D:\src\pdn\paintdotnet\src\Framework\Controls\Direct2DControl.cs:line 176 at PaintDotNet.Controls.Direct2DControlHandler.RelayGdiPaintImpl(GdiPaintContext ctx) in D:\src\pdn\paintdotnet\src\Framework\Controls\Direct2DControlHandler.cs:line 425 at PaintDotNet.Controls.Direct2DControlHandler.RelayGdiPaint(GdiPaintContext ctx) in D:\src\pdn\paintdotnet\src\Framework\Controls\Direct2DControlHandler.cs:line 384 at PaintDotNet.Controls.Direct2DControl.OnGdiPaint(GdiPaintContext ctx) in D:\src\pdn\paintdotnet\src\Framework\Controls\Direct2DControl.cs:line 228 at PaintDotNet.SystemLayer.GdiPaintHandler.OnWmPaint(Message& m) in D:\src\pdn\paintdotnet\src\SystemLayer\GdiPaintHandler.cs:line 172 at PaintDotNet.SystemLayer.GdiPaintControl.WndProc(Message& m) in D:\src\pdn\paintdotnet\src\SystemLayer\GdiPaintControl.cs:line 115 at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) Managed assemblies: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll PaintDotNet, Version=4.0.5288.36565, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.exe PaintDotNet.Base, Version=4.0.5288.36565, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Base.dll System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\WindowsBase\v4.0_4.0.0.0__31bf3856ad364e35\WindowsBase.dll System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.dll PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 @ C:\Windows\Microsoft.Net\assembly\GAC_64\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35\PresentationCore.dll System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll PaintDotNet.Core, Version=4.0.5288.36565, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Core.dll System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll PaintDotNet.SystemLayer, Version=4.0.5288.36565, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.SystemLayer.dll PaintDotNet.Framework, Version=4.0.5288.36565, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Framework.dll PaintDotNet.Resources, Version=4.0.5288.36565, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Resources.dll PaintDotNet.Data, Version=4.0.5288.36565, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Data.dll PaintDotNet.Effects, Version=4.0.5288.36565, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Effects.dll PaintDotNet.SystemLayer.Native.x64, Version=4.0.5268.42065, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.SystemLayer.Native.x64.dll System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xaml\v4.0_4.0.0.0__b77a5c561934e089\System.Xaml.dll System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll Native modules: C:\Program Files\Paint.NET\PaintDotNet.exe, version=4.0.5288.36565 C:\Windows\SYSTEM32\ntdll.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\SYSTEM32\MSCOREE.DLL, version=4.0.40305.0 (Main.040305-0000) C:\Windows\system32\KERNEL32.dll, version=6.1.7601.18015 (win7sp1_gdr.121129-1432) C:\Windows\system32\KERNELBASE.dll, version=6.1.7601.18015 (win7sp1_gdr.121129-1432) C:\Windows\system32\ADVAPI32.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\msvcrt.dll, version=7.0.7601.17744 (win7sp1_gdr.111215-1535) C:\Windows\SYSTEM32\sechost.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\RPCRT4.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll, version=4.0.30319.18408 built by: FX451RTMGREL C:\Windows\system32\SHLWAPI.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\GDI32.dll, version=6.1.7601.18275 (win7sp1_gdr.131002-1533) C:\Windows\system32\USER32.dll, version=6.1.7601.17514 (win7sp1_rtm.101119-1850) C:\Windows\system32\LPK.dll, version=6.1.7601.18177 (win7sp1_gdr.130605-1534) C:\Windows\system32\USP10.dll, version=1.0626.7601.18454 (win7sp1_gdr.140424-1533) C:\Windows\system32\IMM32.DLL, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\MSCTF.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll, version=4.0.30319.18444 built by: FX451RTMGDR C:\Windows\system32\MSVCR110_CLR0400.dll, version=11.00.50938.18408 built by: FX451RTMGREL C:\Windows\assembly\NativeImages_v4.0.30319_64\mscorlib\abf62e6545d2802fc60286678a67e6bf\mscorlib.ni.dll, version=4.0.30319.18444 built by: FX451RTMGDR C:\Windows\system32\ole32.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\CRYPTBASE.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\uxtheme.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\assembly\NativeImages_v4.0.30319_64\System\4d4a15d5d7968df7dedd4cf853848d90\System.ni.dll, version=4.0.30319.18408 built by: FX451RTMGREL C:\Windows\assembly\NativeImages_v4.0.30319_64\WindowsBase\8be42454b4d7db7686ea494691d18b16\WindowsBase.ni.dll, version=4.0.30319.18408 built by: FX451RTMGREL C:\Windows\system32\CRYPTSP.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\rsaenh.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Drawing\7926c26400ff262c7fc48b729377085b\System.Drawing.ni.dll, version=4.0.30319.18408 built by: FX451RTMGREL C:\Windows\assembly\NativeImages_v4.0.30319_64\PresentationCore\bb1efedf0f2aa2ebbf9f0bf640c9721d\PresentationCore.ni.dll, version=4.0.30319.18408 built by: FX451RTMGREL C:\Windows\assembly\NativeImages_v4.0.30319_64\Presentatio5ae0f00f#\91b87b18c4453c04c9cebdeea2952826\PresentationFramework.ni.dll, version=4.0.30319.18408 C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Core\1d513cb1b284a419e8b3df381ce7f270\System.Core.ni.dll, version=4.0.30319.18408 built by: FX451RTMGREL C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Base\bbd6facf3ff3495bcec62c9cbee73789\PaintDotNet.Base.ni.dll, version=4.0.5288.36565 C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Windows.Forms\4764e3995ebd7b6b438eef937cde1332\System.Windows.Forms.ni.dll, version=4.0.30319.18408 built by: FX451RTMGREL C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet500b2e4f#\1b7cd5495fe3f62bca4cc92047d7e578\PaintDotNet.SystemLayer.ni.dll, version=4.0.5288.36565 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Core\21fdf29030fe59bff1c3c97a7c80c6fd\PaintDotNet.Core.ni.dll, version=4.0.5288.36565 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet26779e70#\98bd3ad12cdb23d22bcee43309f59ac1\PaintDotNet.Resources.ni.dll, version=4.0.5288.36565 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet7afaaa15#\ca2abf2b967bee0228a2002b783df1b5\PaintDotNet.Framework.ni.dll, version=4.0.5288.36565 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Data\154b51e354a2047515e03d86e2b15873\PaintDotNet.Data.ni.dll, version=4.0.5288.36565 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Effects\5eb4f12061e4c125c9d2473ccbd515c4\PaintDotNet.Effects.ni.dll, version=4.0.5288.36565 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet\2f89cc73ba8d0f21dfb74ae7c5cdfa67\PaintDotNet.ni.exe, version=4.0.5288.36565 C:\Windows\system32\dwrite.dll, version=6.2.9200.16492 (win8_gdr_oobssr.130113-0015) C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\wpfgfx_v0400.dll, version=4.0.30319.18408 built by: FX451RTMGREL C:\Windows\system32\OLEAUT32.dll, version=6.1.7601.17676 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\PresentationNative_v0400.dll, version=4.0.30319.18408 built by: FX451RTMGREL C:\Windows\system32\shell32.dll, version=6.1.7601.17514 (win7sp1_rtm.101119-1850) C:\Windows\Microsoft.NET\Framework64\v4.0.30319\nlssorting.dll, version=4.0.30319.18408 built by: FX451RTMGREL C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll, version=4.0.30319.18444 built by: FX451RTMGDR C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNetc8826574#\2c33b145dc6565682ead661685854336\PaintDotNet.SystemLayer.Native.x64.ni.dll, version=4.0 C:\Program Files\Paint.NET\PaintDotNet.SystemLayer.Native.x64.dll, version=4.0 C:\Windows\system32\MSVCR100.dll, version=10.00.40219.325 C:\Windows\system32\VCOMP100.DLL, version=10.00.40219.325 built by: SP1LDR C:\Windows\system32\MSVCP100.dll, version=10.00.40219.325 C:\Windows\system32\PROPSYS.dll, version=7.00.7600.16385 (win7_rtm.090713-1255) C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18455_none_2b283fd671e9bf4d\gdiplus.dll, version=6.1.7601.18455 (win7sp1_gdr.140425-1537) C:\Windows\system32\dxgi.dll, version=6.2.9200.16492 (win8_gdr_oobssr.130113-0015) C:\Windows\system32\VERSION.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\dwmapi.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\WINTRUST.dll, version=6.1.7601.18205 (win7sp1_gdr.130708-1532) C:\Windows\system32\CRYPT32.dll, version=6.1.7601.18277 (win7sp1_gdr.131005-0934) C:\Windows\system32\MSASN1.dll, version=6.1.7601.17514 (win7sp1_rtm.101119-1850) C:\Windows\system32\profapi.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\CLBCatQ.DLL, version=2001.12.8530.16385 (win7_rtm.090713-1255) C:\Windows\System32\UIAnimation.dll, version=6.2.9200.16492 (win8_gdr_oobssr.130113-0015) C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\comctl32.dll, version=6.10 (win7_rtm.090713-1255) C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_a4d3b9377117c3df\comctl32.dll, version=6.10 (win7_rtm.090713-1255) C:\Windows\system32\WindowsCodecs.dll, version=6.2.9200.16810 (win8_gdr.140129-1238) C:\Windows\system32\d2d1.dll, version=6.2.9200.16492 (win8_gdr_oobssr.130113-0015) C:\Windows\system32\wtsapi32.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\WINSTA.dll, version=6.1.7601.17514 (win7sp1_rtm.101119-1850) C:\Windows\system32\d3d11.dll, version=6.2.9200.16570 (win8_gdr.130327-1526) C:\Windows\system32\D3D10Warp.dll, version=6.2.9200.16783 (win8_gdr.131220-1803) C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xaml\e3882692d8f0e323f93b4d95c204b7b7\System.Xaml.ni.dll, version=4.0.30319.18408 built by: FX451RTMGREL C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xml\fa4b9cda7a89969191429507a934c352\System.Xml.ni.dll, version=4.0.30319.18408 built by: FX451RTMGREL C:\Windows\system32\RpcRtRemote.dll, version=6.1.7601.17514 (win7sp1_rtm.101119-1850) C:\Windows\system32\aticfx64.dll, version=8.17.10.1280 C:\Windows\system32\atiuxp64.dll, version=8.14.01.6374 C:\Windows\system32\atidxx64.dll, version=8.17.10.0545 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\diasymreader.dll, version=11.0.50938.18408 built by: FX451RTMGREL C:\Windows\system32\SetupApi.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\CFGMGR32.dll, version=6.1.7601.17514 (win7sp1_rtm.101119-1850) C:\Windows\system32\DEVOBJ.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\psapi.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) ------------------------------------------------------------------------------ Quote
Rick Brewster Posted June 29, 2014 Posted June 29, 2014 Run PdnRepair in the installation directory (e.g. c:\program files\paint.net) Looks like you have a copy of PaintDotNet.SystemLayer.Native.x64.dll from one of the older betas. (I'm looking into making this auto-detected and auto-repaired for the next update) Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html
mstrainjr Posted June 30, 2014 Author Posted June 30, 2014 This solved the problem! Thanks for your very prompt reply. Dude, you are part of why I love this program so much. Quote
david.atwell Posted June 30, 2014 Posted June 30, 2014 Rick, until that update, should we start recommending pdnrepair as a matter of course? Quote The Doctor: There was a goblin, or a trickster, or a warrior... A nameless, terrible thing, soaked in the blood of a billion galaxies. The most feared being in all the cosmos. And nothing could stop it, or hold it, or reason with it. One day it would just drop out of the sky and tear down your world.Amy: But how did it end up in there?The Doctor: You know fairy tales. A good wizard tricked it.River Song: I hate good wizards in fairy tales; they always turn out to be him.
Rick Brewster Posted June 30, 2014 Posted June 30, 2014 For this crash, of course. You can tell from the list of loaded DLLs that one of them has the wrong version. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html
david.atwell Posted June 30, 2014 Posted June 30, 2014 Great, will do. Quote The Doctor: There was a goblin, or a trickster, or a warrior... A nameless, terrible thing, soaked in the blood of a billion galaxies. The most feared being in all the cosmos. And nothing could stop it, or hold it, or reason with it. One day it would just drop out of the sky and tear down your world.Amy: But how did it end up in there?The Doctor: You know fairy tales. A good wizard tricked it.River Song: I hate good wizards in fairy tales; they always turn out to be him.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.