• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

MSFS Deleting Taxi Points Cause CTD

Messages
214
Country
unitedstates
I am working on a project that use a stock airport for its foundation. I want to delete all the taxi point all taxi pints so that i can redo them as i see fit. When i try to delete them using the list menu. ADE@)vAlpha16 crashes. I have posted the error message below for reference. I also sent an email log of this issue. Any help would be appreciated.. Please advise. Many thanks.

System.IndexOutOfRangeException: Index was outside the bounds of the array.
at ScruffyDuck.AirportDesignEditor.Helpers.TaxiPointIndexer.HighestIndexUsed()
at ScruffyDuck.AirportDesignEditor.Listers.Lister.ProcessTaxiPointsList()
at ScruffyDuck.AirportDesignEditor.Listers.Lister.DisplayList(ListType localType)
at ScruffyDuck.AirportDesignEditor.Listers.Lister.InitializeList()
at ScruffyDuck.AirportDesignEditor.Listers.Lister.OnListTypeSelectorSelectedIndexChanged(Object sender, EventArgs e)
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
at ScruffyDuck.AirportDesignEditor.Listers.Lister.SetListTypeSelectedIndex()
at ScruffyDuck.AirportDesignEditor.Listers.Lister.InitializeListTypeSelector()
at ScruffyDuck.AirportDesignEditor.Listers.Lister.LoadList(ListType pType)
at ScruffyDuck.AirportDesignEditor.MainForm.GetList(ListType listType)
at ScruffyDuck.AirportDesignEditor.MainForm.OnNodeListMenuItemClick(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.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
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.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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)
 

scruffyduck

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
34,855
Country
unitedkingdom
I will try and replicate it. I assume you tried to delete from the list menu. Did you also remove the taxiways first?
 
Messages
214
Country
unitedstates
Yes, I ended up having to delete them all using left click and delete. Seem like several thousands of them. On the painted lines issue from a few days past. I was able to resolve that issue as well using the same method. When i created my project, i move a copy of KATL to the location of my project. The painted lines got left behind. Hence the great distance between the two and the warning errors from the compiler. No more painted lines issues. Thanks Jon.

George
 
Top