Unhanded Exception. Any ideas?

You found a bug or have any issues? Please post them here!
Post Reply
louis
Posts: 28
Joined: 12 Mar 2013 19:54
Unhanded Exception. Any ideas?

Post 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 **********
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Unhanded Exception. Any ideas?

Post 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.
louis
Posts: 28
Joined: 12 Mar 2013 19:54
Re: Unhanded Exception. Any ideas?

Post by louis »

It seems to have worked! Damn that pesky U.I.
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Unhanded Exception. Any ideas?

Post 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.

Post Reply