error in overlay and program scheduler

You found a bug or have any issues? Please post them here!
Post Reply
AladnaFm
Posts: 111
Joined: 16 Apr 2014 23:29
error in overlay and program scheduler

Post by AladnaFm »

Dear Bernd,

The following error occurred this evening in the overlay and program scheduler:
5-6-2014 21:36:18 [v3.0.13.25]:********** Error/Exception Information **********

Error Message: Parameter is not valid.
Error Type: System.ArgumentException
Error Source: System.Drawing.Void .ctor(Int32, Int32, System.Drawing.Imaging.PixelFormat)
********** System Stack Trace **********
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height)
at DevExpress.XtraScheduler.SchedulerControl.CreateControlBitmap(Bitmap bmp)
at DevExpress.XtraScheduler.Animation.Internal.LastPaintInfo.CreateOrReuseBitmap(SchedulerControl control)
at DevExpress.XtraScheduler.Animation.Internal.LastPaintInfo.ObtainCurrentAnimationInfo(SchedulerControl control)
at DevExpress.XtraScheduler.Animation.Internal.SchedulerAnimationManager.Paint(PaintEventArgs e)
at DevExpress.XtraScheduler.SchedulerControl.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at DevExpress.XtraScheduler.SchedulerControl.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
********** End **********

The schedulers showing nothing but a white screen en the error window.
Is this a bug or a other problem?

Greetz
Jesper
Aladna Fm
Attachments
error scheduler.jpg
error scheduler.jpg (109.91 KiB) Viewed 3638 times
User avatar
radio42
Site Admin
Posts: 8350
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: error in overlay and program scheduler

Post by radio42 »

That error can only happen in two cases:
a) an out-of-memory exception was happening beforehand
b) due to a graphics driver issue

Post Reply