Unhandled Exception at Startup

You found a bug or have any issues? Please post them here!
Post Reply
szal77
Posts: 77
Joined: 22 Jul 2012 16:01
Location: Mönchengladbach, Germany
Unhandled Exception at Startup

Post 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.
szal77
Posts: 77
Joined: 22 Jul 2012 16:01
Location: Mönchengladbach, Germany
Re: Unhandled Exception at Startup

Post 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 **********
szal77
Posts: 77
Joined: 22 Jul 2012 16:01
Location: Mönchengladbach, Germany
Re: Unhandled Exception at Startup

Post by szal77 »

Sent to your public e-mail address.
User avatar
radio42
Site Admin
Posts: 8329
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Unhandled Exception at Startup

Post by radio42 »

THX I'll take a look!
User avatar
radio42
Site Admin
Posts: 8329
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Unhandled Exception at Startup

Post 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.
szal77
Posts: 77
Joined: 22 Jul 2012 16:01
Location: Mönchengladbach, Germany
Re: Unhandled Exception at Startup

Post by szal77 »

Fixed by deleting the main .layout file. Now, among other things, all my mixer settings are gone… :'(
User avatar
radio42
Site Admin
Posts: 8329
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Unhandled Exception at Startup

Post 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!
szal77
Posts: 77
Joined: 22 Jul 2012 16:01
Location: Mönchengladbach, Germany
Re: Unhandled Exception at Startup

Post by szal77 »

The mixer layout was still intact, but all the settings, like DSPs, equalizers, etc. I had to recreate.
User avatar
radio42
Site Admin
Posts: 8329
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Unhandled Exception at Startup

Post by radio42 »

Should now be solved in v3.0.11.20!

Post Reply