Hi,
He uploaded them in a previous thread.
So I just upgraded to the latest version, and now all of the sudden when I recompile my project, the inverse mips aren't working like they should....It seems as the effects are too big an not showing as if I position myself in the middle of the runway and look towards either end, I can see the...
www.fsdeveloper.com
When you press the Create/Save Library button, the message that comes up for me is Object Libraries will be Saved to "". This tells me that AFLT is not parsing your path to the scenery folder correctly. This has happened to me on occasion. You have that path listed as C:\fs9\Addon Scenery\KRSW\Scenery. This can be fixed by changing this path to:
KRSW
That's it, nothing else. This however is not the reason for your crash.
After I fix the problem above I get the following problem during compile:
************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at AFLT4.MakeLibrary.SaveLibrary()
at AFLT4.MakeLibrary._Lambda$__R19-1(Object a0, EventArgs a1)
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)
I tried deleting the strings of approach, runway, and taxiway edge lights but that didn't fix it.