Good afternoon!
Going about a typical day altering airports, and I suddenly get the error below. I have not changed my processes (same routine) and have never had this error before.
If I draw the apron and don't modify it, I don't have any issues. If I click on the apron or change a texture, I get the message below.
I have tried creating aprons in several airports, and all get the same error.
ADE P5 01.79.7415 Pro Vers 00.00.7448 SDK 4.4.16.27106
System.NullReferenceException: Object reference not set to an instance of an object.
at ScruffyDuck.AirportDesignEditor.ADECommonPropertiesDialog.saveApron()
at ScruffyDuck.AirportDesignEditor.ADECommonPropertiesDialog.ExecuteSaveProperties()
at ScruffyDuck.AirportDesignEditor.ADECommonPropertiesDialog.SaveProperties()
at ScruffyDuck.AirportDesignEditor.ADECommonPropertiesDialog.onSaveButtonClick(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
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)
Sorry if this has been tackled before. I try to find my own solutions before i post.
Going about a typical day altering airports, and I suddenly get the error below. I have not changed my processes (same routine) and have never had this error before.
If I draw the apron and don't modify it, I don't have any issues. If I click on the apron or change a texture, I get the message below.
I have tried creating aprons in several airports, and all get the same error.
ADE P5 01.79.7415 Pro Vers 00.00.7448 SDK 4.4.16.27106
System.NullReferenceException: Object reference not set to an instance of an object.
at ScruffyDuck.AirportDesignEditor.ADECommonPropertiesDialog.saveApron()
at ScruffyDuck.AirportDesignEditor.ADECommonPropertiesDialog.ExecuteSaveProperties()
at ScruffyDuck.AirportDesignEditor.ADECommonPropertiesDialog.SaveProperties()
at ScruffyDuck.AirportDesignEditor.ADECommonPropertiesDialog.onSaveButtonClick(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
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)
Sorry if this has been tackled before. I try to find my own solutions before i post.

