Page 1 of 1

Unhandled Exception at Startup

Posted: 14 Nov 2012 23:52
by szal77

Code: Select all

********** 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)
   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.BaseControl.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 **********
This is v3.0.11.19.

Re: Unhandled Exception at Startup

Posted: 15 Nov 2012 00:09
by szal77
The error seems to be version-independent; I rolled back to v3.0.11.12 and get the same exception message. Additionally, after I click the message away approx. 10 times (doesn’t matter whether clicking ‘Stop’ or ‘Continue’), I get another exception message (only once); when clicking that one away, PFOA just hangs on the splash screen saying ‘Please wait, creating players…’ ?

Code: Select all

********** Error/Exception Information **********
Error Message: Object reference not set to an instance of an object.
Error Type: System.NullReferenceException
Error Source: ProppFrexx ONAIR.Void i(Boolean)
********** System Stack Trace **********
   at ProppFrexx.d5.i(Boolean A_0)
   at ProppFrexx.d5.r(Boolean A_0)
   at ProppFrexx.ax.f()
   at ProppFrexx.ax.j()
   at ProppFrexx.ax.g()
   at ProppFrexx.cx.ag(Object A_0, EventArgs A_1)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at DevExpress.XtraEditors.XtraForm.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at DevExpress.XtraEditors.XtraForm.WndProc(Message& msg)
   at DevExpress.XtraBars.Ribbon.RibbonForm.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: Unhandled Exception at Startup

Posted: 15 Nov 2012 12:17
by szal77
Sent to your public e-mail address.

Re: Unhandled Exception at Startup

Posted: 15 Nov 2012 12:57
by radio42
THX I'll take a look!

Re: Unhandled Exception at Startup

Posted: 15 Nov 2012 19:23
by radio42
The two exceptions you posted are different! The one in v3.0.11.12 was already fixed in v3.0.11.13 or above.
Can you please send me your "Error.log" file (contained in the ProppFrexx AppUserData folder) to take a look at - this might reveal some more details.

Re: Unhandled Exception at Startup

Posted: 15 Nov 2012 21:19
by szal77
Fixed by deleting the main .layout file. Now, among other things, all my mixer settings are gone… :'(

Re: Unhandled Exception at Startup

Posted: 15 Nov 2012 22:00
by radio42
That is a bit strange, as the .layout file doesn't contain any mixer settings.
They are stored in the Default.mixer file!

Re: Unhandled Exception at Startup

Posted: 15 Nov 2012 22:42
by szal77
The mixer layout was still intact, but all the settings, like DSPs, equalizers, etc. I had to recreate.

Re: Unhandled Exception at Startup

Posted: 16 Nov 2012 17:03
by radio42
Should now be solved in v3.0.11.20!