Page 1 of 1

Unhanded Exception. Any ideas?

Posted: 05 Feb 2015 20:50
by louis
Unhanded Exception. Can't get ProppFrexx to start up.
Any ideas?

2/4/2015 11:36:06 PM [v3.0.14.38]:********** Error/Exception Information **********
Error Message: Cannot access a disposed object.
Object name: 'XtraScrollableControl'.
Error Type: System.ObjectDisposedException
Error Source: System.Windows.Forms.Void CreateHandle()
********** System Stack Trace **********
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Control.get_Handle()
at System.Windows.Forms.Control.get_ShowKeyboardCues()
at DevExpress.XtraEditors.LabelControl.get_HotkeyPrefixState()
at DevExpress.XtraEditors.ViewInfo.LabelControlViewInfo.CalcSimpleTextSize(String Text, Boolean useHotkeyPrefix, LabelAutoSizeMode mode, Int32 predWidth, Int32 predHeight)
at DevExpress.XtraEditors.ViewInfo.LabelControlViewInfo.CalcTextSize(String Text, Boolean useHotkeyPrefix, LabelAutoSizeMode mode, Int32 predWidth, Int32 predHeight)
at DevExpress.XtraEditors.ViewInfo.LabelControlViewInfo.CalcTextSize(String Text, Boolean useHotkeyPrefix, LabelAutoSizeMode mode)
at DevExpress.XtraEditors.ViewInfo.LabelControlViewInfo.CalcTextSize(Boolean useHotkeyPrefix)
at DevExpress.XtraEditors.ViewInfo.LabelControlViewInfo.CalcTextPoints()
at DevExpress.XtraEditors.ViewInfo.LabelControlViewInfo.CalcContentRect(Rectangle bounds)
at DevExpress.XtraEditors.ViewInfo.BaseControlViewInfo.CalcRects()
at DevExpress.XtraEditors.ViewInfo.BaseControlViewInfo.CalcViewInfo(Graphics g)
at DevExpress.XtraEditors.LabelControl.LayoutChanged(Boolean isVisualUpdate)
at DevExpress.XtraEditors.LabelControl.LayoutChanged()
at DevExpress.XtraEditors.LabelControl.OnHandleCreated(EventArgs e)
at System.Windows.Forms.Control.WmCreate(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
at DevExpress.XtraEditors.LabelControl.WndProc(Message& msg)
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 **********

Re: Unhanded Exception. Any ideas?

Posted: 05 Feb 2015 21:51
by radio42
That looks like a weird error - as it doesn't even indicate any real error reason coming from within a ProppFrexx related code line (other wise a ProppFrexx code member would have been listed).
So I assume it is something strange related to the windows management handling itself inside .Net.
To get a closer look it would be good, if you could send me the file called "Error.log" (located within the ProppFrexx AppUserData folder).

What you might try to resolve the error is to delete (or move away) all files "*.layout" located within the ProppFrexx AppUserData folder
(e.g. in "C:\Users\username\AppData\Roaming\radio42\ProppFrexx ONAIR\3.0")
And after that try to restart ProppFrexx again...

Let me know, if that helped.

Re: Unhanded Exception. Any ideas?

Posted: 05 Feb 2015 23:22
by louis
It seems to have worked! Damn that pesky U.I.

Re: Unhanded Exception. Any ideas?

Posted: 06 Feb 2015 08:56
by radio42
Glad this solved your issue. Which proved, that it a funky UI/.Net issue.
Please send me your full "Error.log" file (as posted above) in order to validate the error to see, if I can find the root reason for the issue.