- Messages
- 9
- Country
Hello,
I'm trying to open a BGL file in ADE F20 (M) v20.22.8157 Alpha and when I do Create Project from MSFS BGL, I get constant erros. Here are the errors:
The error log is:
What I'm trying to achieve by opening this BGL is to get the coordinates of taxiways. If there is a easier way to do this, I'm open to suggestions as well!
Thanks
I'm trying to open a BGL file in ADE F20 (M) v20.22.8157 Alpha and when I do Create Project from MSFS BGL, I get constant erros. Here are the errors:
The error log is:
C#:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at System.String.get_Chars(Int32 index)
at ScruffyDuck.AirportDesignEditor.XmlClasses.LoadXmlSource.AssignIls2Runway(String ilsName)
at ScruffyDuck.AirportDesignEditor.XmlClasses.LoadXmlSource.ProcessAirportRecordIls(SceneryBase parent, ctAirport xmlAirport)
at ScruffyDuck.AirportDesignEditor.XmlClasses.LoadXmlSource.ProcessAirports(SceneryBase parent)
at ScruffyDuck.AirportDesignEditor.XmlClasses.LoadXmlSource.LoadXml2SceneryFile(SceneryBase parent)
at ScruffyDuck.AirportDesignEditor.MainForm.OpenAirportXmlFileByName(String path, String ident)
at ScruffyDuck.AirportDesignEditor.MainForm.NewProjectFromMSFSBglMenuItem_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
What I'm trying to achieve by opening this BGL is to get the coordinates of taxiways. If there is a easier way to do this, I'm open to suggestions as well!
Thanks