-
Notifications
You must be signed in to change notification settings - Fork 19
Description

See title... this is such a usefull little program! Would be great if you can compile it again for Windows, say 0.3 Beta ;-)
Full Details:
Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.
************** Ausnahmetext **************
System.Runtime.InteropServices.ExternalException (0x80004005): Allgemeiner Fehler in GDI+.
bei System.Drawing.Bitmap.GetHicon()
bei TrayTemperature.DynamicIcon.CreateIcon(String Line1Text, Color Line1Color, String Line2Text, Color Line2Color)
bei TrayTemperature.Program.tmr_tick(Object sender, EventArgs e)
bei System.Windows.Forms.Timer.OnTick(EventArgs e)
bei System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Some more Info from Eventlog, Source .NET Runtime
Anwendung: TrayTemperature.exe
Frameworkversion: v4.0.30319
Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
Ausnahmeinformationen: System.OutOfMemoryException
bei System.Drawing.Graphics.FromHdcInternal(IntPtr)
bei System.Drawing.Font.GetHeight()
bei System.Drawing.Font.get_Height()
bei System.Windows.Forms.Control.get_FontHeight()
bei System.Windows.Forms.TextBoxBase.get_PreferredHeight()
bei System.Windows.Forms.TextBoxBase.get_DefaultSize()
bei System.Windows.Forms.Control..ctor(Boolean)
bei System.Windows.Forms.TextBoxBase..ctor()
bei System.Windows.Forms.TextBox..ctor()
bei System.Windows.Forms.ThreadExceptionDialog..ctor(System.Exception)
bei System.Windows.Forms.Application+ThreadContext.OnThreadException(System.Exception)
bei System.Windows.Forms.Timer+TimerNativeWindow.OnThreadException(System.Exception)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)
bei System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef)
bei System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32)
bei System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)
bei System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext)
bei System.Windows.Forms.Application.Run()
bei TrayTemperature.Program.Main()