Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when trying to run using WINE on MacOS #113

Open
Vilagamer999 opened this issue Sep 15, 2024 · 2 comments
Open

Crash when trying to run using WINE on MacOS #113

Vilagamer999 opened this issue Sep 15, 2024 · 2 comments
Labels
invalid This doesn't seem right wontfix This will not be worked on

Comments

@Vilagamer999
Copy link

Vilagamer999 commented Sep 15, 2024

I am able to run the old (non CE) comic rack version under a Windows 7 x64 bottle. Running the CE version with the same settings crashes on boot, crash log below.

Crash dump
Application: ComicRack Community Edition
Version    : 0.9.180
Assembly   : 1.0.9020.31498
OS         : Microsoft Windows NT 6.2.9200.0 64
.NET       : 4.0.30319.42000
Processors : 8
Workingset : 0 Bytes
THREADEXCEPTION
--------------------
ArgumentException
Void CheckStatus(System.Drawing.Status)
A null reference or invalid value was found [GDI+ status: InvalidParameter]
  at System.Drawing.GDIPlus.CheckStatus (System.Drawing.Status status) [0x00098] in <b58d88bd041145279c2003cf306f84d5>:0 
  at System.Drawing.Bitmap.FromHicon (System.IntPtr hicon) [0x00008] in <b58d88bd041145279c2003cf306f84d5>:0 
  at System.Drawing.Icon..ctor (System.IntPtr handle) [0x00018] in <b58d88bd041145279c2003cf306f84d5>:0 
  at (wrapper remoting-invoke-with-check) System.Drawing.Icon..ctor(intptr)
  at System.Drawing.Icon.FromHandle (System.IntPtr handle) [0x00018] in <b58d88bd041145279c2003cf306f84d5>:0 
  at System.Windows.Forms.Cursor.get_HotSpot () [0x00015] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.ToolStrip.UpdateToolTip (System.Windows.Forms.ToolStripItem item) [0x0009b] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStrip.UpdateToolTip(System.Windows.Forms.ToolStripItem)
  at System.Windows.Forms.ToolStripItem.OnMouseHover (System.EventArgs e) [0x00025] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.ToolStripItem.HandleMouseHover (System.EventArgs e) [0x00001] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.ToolStripItem.FireEventInteractive (System.EventArgs e, System.Windows.Forms.ToolStripItemEventType met) [0x00049] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs e, System.Windows.Forms.ToolStripItemEventType met) [0x00086] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripItem.FireEvent(System.EventArgs,System.Windows.Forms.ToolStripItemEventType)
  at System.Windows.Forms.MouseHoverTimer.OnTick (System.Object sender, System.EventArgs e) [0x0002c] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer.OnTick (System.EventArgs e) [0x0000a] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x0002c] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00025] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 

--------------------
Save Database Queue: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
GUI Thread: Running ()
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Background Slow Page Queue #1: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Background Fast Page Queue: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Background Slow Page Queue #2: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Background Slow Page Queue #3: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Background Slow Page Queue #4: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Background Fast Thumbnails Queue: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Background Slow Thumbnails Queue #1: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Background Slow Thumbnails Queue #2: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Background Slow Thumbnails Queue #3: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Background Slow Thumbnails Queue #4: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 

cont.

@Vilagamer999 Vilagamer999 added the bug Something isn't working label Sep 15, 2024
@Vilagamer999
Copy link
Author

Vilagamer999 commented Sep 15, 2024

Crash dump
--------------------
Update Dynamic Books: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Export Books: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Read Book File Information: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Write Book File Information: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Synchronizing Devices: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Overlay Animation Thread: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Overlay Animation Thread: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Overlay Animation Thread: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Free Image Memory: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
BackgroundRunner Thread: Background, WaitSleepJoin (B)
  at cYo.Common.Threading.ThreadUtility.DumpThread (System.IO.TextWriter tw, System.Threading.Thread t) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Threading.ThreadUtility.DumpStacks (System.IO.TextWriter tw) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark (System.Object sender, cYo.Common.Runtime.BarkEventArgs e) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnBark (cYo.Common.Runtime.BarkType bark, System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.OnThreadException (System.Exception e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Common.Runtime.CrashWatchDog.Application_ThreadException (System.Object sender, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at System.Windows.Forms.Application+ThreadContext.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException (System.Exception e) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message& m) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.NativeWindowProc.Callback (System.IntPtr hWnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods+MSG& ) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (System.IntPtr dwComponentID, System.Int32 reason, System.Int32 pvLoopData) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application+ThreadContext.RunMessageLoop (System.Int32 reason, System.Windows.Forms.ApplicationContext context) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <ef3dd1b1af11490e89408e0d9c28d1f0>:0 
  at cYo.Projects.ComicRack.Viewer.Program.StartNew (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
  at cYo.Common.Runtime.SingleInstance.Run (System.String[] args) [0x00000] in <91e94522d8a2442ca1fec342bfb06522>:0 
  at cYo.Projects.ComicRack.Viewer.Program.Main (System.String[] args) [0x00000] in <423088fbf1084bd1b0c35ae561d82663>:0 
--------------------
Report generated at: 15/09/2024 02:18:36

@maforget maforget added invalid This doesn't seem right wontfix This will not be worked on and removed bug Something isn't working labels Sep 15, 2024
@maforget
Copy link
Owner

maforget commented Sep 15, 2024

Not much I can do. Error message seems to relate to the Framework not working. ComicRack uses a lot of windows API itself not counting the Framework itself. So any attempt to make cross it compatible is probably not worth it or almost impossible without a complete rewrite.

I would check with the WINE developers, all the stack trace seems to be internal related to the internal of winforms and GDI+ (which is windows only). It seems to crash when trying to load a bitmap.

Edit: What has changed primarily is that the program is now based on .NET Framework 4.8 and not 4.5 anymore. 4.8 Is not preinstalled with Windows 7, so I don't know how Wine works but maybe you don't have the required prerequisite available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants