On my XP system it often opens hidden behind an explorer window. However, during tests this morning I got:
Followed by an empty window:
Code:
07:56:20:INFO_:
07:56:20 ====== BEG Program.Main =====
07:56:20:INFO_: Enable Visual Styles
07:56:20:INFO_: Check Single Instance
07:56:20:INFO_: Target Version: FSX
07:56:20 ====== BEG ADEUtil.TryUpdate =====
07:56:20:INFO_: No Update Available
07:56:20 ====== END ADEUtil.TryUpdate 0.494s =====
07:56:20:INFO_: Start Splashscreen
07:56:20:INFO_: New Mainform
07:56:20 ====== BEG MainForm.Constructor =====
07:56:20:INFO_: ADE v01.43.01
07:56:20:INFO_: SDELib v04.04.01
07:56:20:INFO_: CommonLib v01.04.00
07:56:20:INFO_: Execute MainForm.initForm[CODE]
07:56:20:ERROR: Exception Mainform.constructor
Invoke or BeginInvoke cannot be called on a control until the window handle has been created.
at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at ScruffyDuck.AirportDesignEditor.Splasher.set_Status(String value)
at ScruffyDuck.AirportDesignEditor.MainForm.initForm()
at ScruffyDuck.AirportDesignEditor.MainForm..ctor()
07:56:37 ====== END MainForm.Constructor 17.21s =====
07:56:37 ====== END Program.Main 17.754s =====[/CODE]