Jump to content

skyer

Newbies
  • Posts

    5
  • Joined

  • Last visited

skyer's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Ya, you're right. Thanks a lot. 8) The data abort raised when enumerates fonts. Because I do not have VS2008, so I just create a new empty project in vs2005 and copy "Enum Font" funtion to this new project. Fortunately, abort happens, so I add some log to see the last processed font. Finally, I can use Paint.NET.
  2. For source code and little test. I had fix this abort. Root cause is "simsun.ttc". I remove it from my Font. Everything works fine. XD
  3. This abort happens when I open Paint.net. I can see whole ap look, and then it pops up a error msg box. I do not install any font and I just uses default windows fonts. Maybe I need to download source code to get more information. Can I open by VS2005, because I only have VS2005. It is very strange that I can use before, and suddenly unused.
  4. Exception details: System.AccessViolationException: 嘗試讀取或寫入受保護的記憶體。這通常表示其他記憶體已損毀。 於 System.Drawing.SafeNativeMethods.Gdip.IntGdipDeleteFontFamily(HandleRef fontFamily) 於 System.Drawing.SafeNativeMethods.Gdip.GdipDeleteFontFamily(HandleRef fontFamily) 於 System.Drawing.FontFamily.Dispose(Boolean disposing) 於 System.Drawing.FontFamily.Dispose() 於 PaintDotNet.FontInfo.Dispose() 於 PaintDotNet.ToolConfigStrip.PopulateFonts() 於 PaintDotNet.ToolConfigStrip.PopulateFontsBackgroundThread() 於 PaintDotNet.ToolConfigStrip.PopulateFontsBackgroundThread(Object ignored) 於 System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state) 於 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) 於 System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack) 於 System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state) pdncrash.rar
×
×
  • Create New...