-- FlyWithLua Core v2.6.2 build Jun 27 2017 15:34:29 Debug File -- Fri Sep 08 18:00:02 2017 -- Memory in use: 125 kb *** Lua stack *** The stack is empty. *** Every draw loop callback *** DrawFLyWithLuaInputLine() show_pilots_head_parameters() print_button_sniffer_result() print_keystroke_sniffer_result() show_memory_usage() LOD_show_display() *** Every frame loop callback *** button_sniffer_event_handler() LOD_main() *** Often loop callback *** LOD_calc_average() *** Sometimes loop callback *** *** Keystroke callback *** GetLuaLineFromKeyboard() keystroke_sniffer_event_handler() *** Mouse click callback *** LOD_mouse_click_events() *** Mouse wheel callback *** LOD_mouse_wheel_events() *** New METAR callback *** *** command callbacks *** Command --> "FlyWithLua/debugging/enter_code" (0x71a) Description--> "enter some Lua code" Begin --> enter_the_code_line = true Continue --> End --> Command --> "FlyWithLua/Auto_LOD/switch_Mode" (0x71b) Description--> "Switch auto/manual" Begin --> LOD_Mode_auto = not LOD_Mode_auto Continue --> End --> Command --> "FlyWithLua/Auto_LOD/LOD_up" (0x71c) Description--> "LOD up" Begin --> LOD_xp_lod_akt = LOD_xp_lod_akt +0.1 Continue --> End --> Command --> "FlyWithLua/Auto_LOD/LOD_down" (0x71d) Description--> "LOD down" Begin --> LOD_xp_lod_akt = LOD_xp_lod_akt -0.1 Continue --> End --> *** DataRefs stored in Lua variables *** The DataRef "sim/cockpit/electrical/landing_lights_on" is stored in "LOD_xp_llight" (read only, type = int). The DataRef "sim/flightmodel/position/elevation" is stored in "ELEVATION" (read only, type = double). The DataRef "sim/flightmodel/position/latitude" is stored in "LATITUDE" (read only, type = double). The DataRef "sim/flightmodel/position/longitude" is stored in "LONGITUDE" (read only, type = double). The DataRef "sim/operation/misc/frame_rate_period" is stored in "LOD_xp_framerate" (read only, type = float). The DataRef "sim/time/paused" is stored in "LOD_xp_paused" (read only, type = int). *** Switches created by Lua *** No switches created by Lua. *** Macros from macro and ATC memu are stored in a table *** <<< Macro table element no. 0 is not a switch. >>> name -->"Enter a line of code" always -->enter_the_code_line = true <<< Macro table element no. 1 is a switch. >>> name -->"Show pilot's head info" activate -->display_PH_info = true deactivate-->display_PH_info = false <<< Macro table element no. 2 is a switch. >>> name -->"Show joystick button numbers" activate -->button_sniffer_active = true deactivate-->button_sniffer_active = false <<< Macro table element no. 3 is a switch. >>> name -->"Show keystoke numbers" activate -->keystroke_sniffer_active = true deactivate-->keystroke_sniffer_active = false <<< Macro table element no. 4 is a switch. >>> name -->"Show memory usage heartbeat" activate -->show_memory_heartbeat = true deactivate-->show_memory_heartbeat = false *** OpenAL sound files are stored in a table *** No OpenAL sounds created by Lua. *** All simple global variables Lua knows *** AIRCRAFT_FILENAME = a320neo.acf AIRCRAFT_PATH = E:\X-Plane 11/Aircraft/320_JARDesign/ DIRECTORY_SEPARATOR = / DO_ON_EXIT_LUA_CODE = -- Never touch this variable or FylWithLua will crash! -- Use the function do_on_exit() to execute code when Lua stops. ELEVATION = 71.369021970779 LATITUDE = 54.660152656292 LOD_Mode_auto = true LOD_Sonder_value_off = 1 LOD_Sonderfunktion = true LOD_fsaa_x = 1 LOD_fsaa_y = 1 LOD_post_aa = 0 LONGITUDE = -6.2173943291522 LUA_RUN = 5 MD5_CTX = ctype MOUSE_X = 243 MOUSE_Y = 955 NUMBER_OF_HID_DEVICES = 10 PLANE_ICAO = A320 PLANE_TAILNUMBER = A320 SCREEN_HIGHT = 1017 SCREEN_WIDTH = 1920 SCRIPT_DIRECTORY = E:\X-Plane 11/Resources/plugins/FlyWithLua/Scripts/ SDK_VERSION = 210 SYSTEM = IBM SYSTEM_ARCHITECTURE = 64 XPLANE_HOSTID = 1 XPLANE_LANGUAGE = English XPLANE_VERSION = 11050 XPLM_NAV_NOT_FOUND = -1 XSB_METAR = Sorry, no METAR _VERSION = Lua 5.1 button_debug_string = No button pressed! button_sniffer_active = false display_PH_info = false enter_the_code_line = false keystroke_debug_string = No key pressed! keystroke_sniffer_active = false number_of_code_lines_in_history = 2 show_memory_heartbeat = false xplm_Nav_Airport = 1 xplm_Nav_DME = 1024 xplm_Nav_Fix = 512 xplm_Nav_GlideSlope = 32 xplm_Nav_ILS = 8 xplm_Nav_InnerMarker = 256 xplm_Nav_LatLon = 2048 xplm_Nav_Localizer = 16 xplm_Nav_MiddleMarker = 128 xplm_Nav_NDB = 2 xplm_Nav_OuterMarker = 64 xplm_Nav_Unknown = 0 xplm_Nav_VOR = 4 *** All global tables Lua knows *** ALL_HID_DEVICES = table: 0x29881f10 DATAREF_META_TABLE = table: 0x2988b7c0 _G = table: 0x29871958 bit = table: 0x29876c38 code_line_history = table: 0x2988a7b8 coroutine = table: 0x29873700 debug = table: 0x29876620 graphics = table: 0x298ac848 io = table: 0x29874970 jit = table: 0x298771f8 math = table: 0x29875a40 os = table: 0x29874eb0 package = table: 0x29873a98 string = table: 0x29875390 table = table: 0x298741d8 *** All global functions Lua knows *** DO_EVERY_DRAW_CHUNK = function: 0x298ad010 DO_EVERY_FRAME_CHUNK = function: 0x2988f468 DO_ON_KEYSTROKE_CHUNK = function: 0x2988d940 DataRef = function: 0x29872068 DrawFLyWithLuaInputLine = function: 0x29882218 F1 = function: 0x2988acd8 F2 = function: 0x29882c58 F3 = function: 0x29882c78 F4 = function: 0x29882c98 FLYWITHLUA_DEBUG = function: 0x2987f2d8 GetLuaLineFromKeyboard = function: 0x2987d138 LOD_calc_average = function: 0x29884b30 LOD_main = function: 0x2987c678 LOD_mouse_click_events = function: 0x2987edc0 LOD_mouse_wheel_events = function: 0x29884b78 LOD_show_display = function: 0x29897030 MD5Final = function: 0x2988b718 MD5Init = function: 0x2988b688 MD5STEP = function: 0x29882d00 MD5Transform = function: 0x2988b6a8 MD5Update = function: 0x2988b6c8 XPLMClearFMSEntry = function: 0x2987a210 XPLMCountFMSEntries = function: 0x2987a038 XPLMFindDataRef = function: 0x298788c0 XPLMFindFirstNavAidOfType = function: 0x29879ed0 XPLMFindLastNavAidOfType = function: 0x29879f30 XPLMFindNavAid = function: 0x29879f90 XPLMGetDataRefTypes = function: 0x29878c30 XPLMGetDatad = function: 0x298789b0 XPLMGetDataf = function: 0x29878960 XPLMGetDatai = function: 0x29878910 XPLMGetDatavf = function: 0x29878a50 XPLMGetDatavi = function: 0x29878a00 XPLMGetDestinationFMSEntry = function: 0x2987a0f0 XPLMGetDisplayedFMSEntry = function: 0x2987a090 XPLMGetFMSEntryInfo = function: 0x298787b8 XPLMGetFirstNavAid = function: 0x29879e20 XPLMGetNavAidInfo = function: 0x29879fe0 XPLMGetNextNavAid = function: 0x29879e78 XPLMSetDatad = function: 0x29878b40 XPLMSetDataf = function: 0x29878af0 XPLMSetDatai = function: 0x29878aa0 XPLMSetDatavf = function: 0x29878be0 XPLMSetDatavi = function: 0x29878b90 XPLMSetDestinationFMSEntry = function: 0x2987a1b0 XPLMSetDisplayedFMSEntry = function: 0x2987a150 XPLMSetFMSEntryInfo = function: 0x2987a2c0 XPLMSetFMSEntryLatLon = function: 0x2987a268 XPLMSetGraphicsState = function: 0x29879858 XPLMSpeakString = function: 0x29872018 XSBConnect = function: 0x29877cf8 XSBDisconnect = function: 0x29877d48 XSBLookupATC = function: 0x29877d98 XSBSendFlightplan = function: 0x29877c50 XSBShowFlightplan = function: 0x29877bf8 XSBSpeakString = function: 0x29877ba8 XSBUserLogin = function: 0x29877ca8 XSB_METAR_CALLBACK = function: 0x2987c160 activate_macro = function: 0x29871d60 add_ATC_macro = function: 0x29871cc0 add_atc_macro = function: 0x29871d10 add_macro = function: 0x29871c70 assert = function: builtin#2 bcmp = function: 0x2988c650 bcopy = function: 0x2988c630 begin_classic_mode = function: 0x29878810 big_bubble = function: 0x2988abd8 bin2str = function: 0x2987cfb0 bubble = function: 0x2987e628 button = function: 0x298793c0 button_sniffer_event_handler = function: 0x2987e0e8 byteReverse = function: 0x2988acb8 bzero = function: 0x2988c588 clear_all_axis_assignments = function: 0x29871f18 clear_all_button_assignments = function: 0x29871eb8 collectgarbage = function: builtin#27 command_once = function: 0x29879538 crash_the_sim = function: 0x29879588 create_HID_table = function: 0x29878fa8 create_axis_median = function: 0x298722a8 create_command = function: 0x29878c88 create_dataref_table = function: 0x29881ef0 create_negative_edge_decrement = function: 0x298786f8 create_negative_edge_flip = function: 0x29871980 create_negative_edge_increment = function: 0x29878638 create_negative_edge_trigger = function: 0x29872360 create_positive_edge_decrement = function: 0x29878698 create_positive_edge_flip = function: 0x29878758 create_positive_edge_increment = function: 0x298723c0 create_positive_edge_trigger = function: 0x29872300 create_switch = function: 0x29872258 dataref = function: 0x298720b0 dataref_table = function: 0x29881ed0 deactivate_macro = function: 0x29871db0 define_shared_DataRef = function: 0x298720f8 define_shared_dataref = function: 0x29872150 directory_to_table = function: 0x29878cd8 do_every_draw = function: 0x29871b30 do_every_frame = function: 0x29871b80 do_often = function: 0x29871bd0 do_on_exit = function: 0x298ace78 do_on_keystroke = function: 0x29871a30 do_on_mouse_click = function: 0x29871a80 do_on_mouse_wheel = function: 0x29871ad8 do_on_new_metar = function: 0x298719e0 do_sometimes = function: 0x29871c20 dofile = function: builtin#25 draw_string = function: 0x298795d8 draw_string_Helvetica_10 = function: 0x298796e8 draw_string_Helvetica_12 = function: 0x29879688 draw_string_Helvetica_18 = function: 0x29879628 draw_string_Times_Roman_10 = function: 0x29879748 draw_string_Times_Roman_24 = function: 0x298797a8 end_classic_mode = function: 0x29878868 error = function: builtin#19 gcinfo = function: builtin#26 get = function: 0x29879458 get_DataRef_binding = function: 0x29872200 get_dataref_binding = function: 0x298721a8 get_pilots_head = function: 0x29878e10 getfenv = function: builtin#10 getmetatable = function: builtin#8 glBegin_LINES = function: 0x29879900 glBegin_LINE_LOOP = function: 0x298799a8 glBegin_LINE_STRIP = function: 0x29879950 glBegin_POINTS = function: 0x298798b0 glBegin_POLYGON = function: 0x29879a00 glBegin_QUADS = function: 0x29879b58 glBegin_QUAD_STRIP = function: 0x29879ba8 glBegin_TRIANGLES = function: 0x29879a50 glBegin_TRIANGLE_FAN = function: 0x29879b00 glBegin_TRIANGLE_STRIP = function: 0x29879aa8 glColor3f = function: 0x29879d38 glColor4f = function: 0x29879d88 glEnd = function: 0x29879c00 glLineWidth = function: 0x29879ce8 glRectf = function: 0x29879dd8 glVertex2f = function: 0x29879c48 glVertex3f = function: 0x29879c98 hid_close = function: 0x298790a0 hid_get_feature_report = function: 0x298792f8 hid_open = function: 0x29879000 hid_open_path = function: 0x29879050 hid_read = function: 0x29879198 hid_read_timeout = function: 0x29879140 hid_send_feature_report = function: 0x29879240 hid_send_filled_feature_report = function: 0x29879298 hid_set_nonblocking = function: 0x298791e8 hid_write = function: 0x298790f0 huge_bubble = function: 0x2988a9c0 ipairs = function: builtin#7 keystroke_sniffer_event_handler = function: 0x2987f948 last_button = function: 0x29879408 let_sound_loop = function: 0x2987bc60 load = function: builtin#23 load_WAV_file = function: 0x29879350 load_aircraft = function: 0x29878f58 load_situation = function: 0x29878eb8 loadfile = function: builtin#22 loadstring = function: builtin#24 logMsg = function: 0x29877de8 md5 = function: 0x2988b740 measure_string = function: 0x29879808 memchr = function: 0x2988c6d0 memcmp = function: 0x2988c6b0 memcpy = function: 0x2988c690 memmove = function: 0x2988c6f0 memset = function: 0x2988c670 module = function: 0x29873df8 newproxy = function: builtin#28 next = function: builtin#4 pairs = function: builtin#5 pause_sound = function: 0x2987bc10 pcall = function: builtin#20 peek = function: 0x29878d30 place_aircraft_at = function: 0x29878e60 play_sound = function: 0x2987bb20 poke = function: 0x29878d78 print = function: 0x2988b760 print_button_sniffer_result = function: 0x2988f338 print_keystroke_sniffer_result = function: 0x2988d918 printmd5ctx = function: 0x2988b668 rawequal = function: builtin#14 rawget = function: builtin#12 rawset = function: builtin#13 replace_WAV_file = function: 0x2987bda8 require = function: 0x29873e40 rewind_sound = function: 0x2987bbc0 save_initial_assignments = function: 0x298907e8 save_situation = function: 0x29878f08 select = function: builtin#16 set = function: 0x298794a0 set_array = function: 0x298794e8 set_axis_assignment = function: 0x29871e60 set_button_assignment = function: 0x29871e08 set_pilots_head = function: 0x29878dc0 set_sound_gain = function: 0x2987bd00 set_sound_pitch = function: 0x2987bcb0 setfenv = function: builtin#11 setmetatable = function: builtin#9 show_memory_usage = function: 0x298ace10 show_pilots_head_parameters = function: 0x2987e460 stop_sound = function: 0x2987bb70 strcasecmp = function: 0x29882b28 strchr = function: 0x29881bd0 strcmp = function: 0x29882aa8 strcpy = function: 0x2988af78 strdup = function: 0x2988af58 string_same = function: 0x29882308 strlcat = function: 0x29881bb0 strlcpy = function: 0x29881b90 strlen = function: 0x29882b48 strncasecmp = function: 0x29882b08 strncmp = function: 0x29882ae8 strndup = function: 0x29877fc8 strrchr = function: 0x298822c8 strstr = function: 0x298822e8 tonumber = function: builtin#17 tostring = function: builtin#18 type = function: builtin#3 unload_all_sounds = function: 0x2987bd50 unpack = function: builtin#15 xpcall = function: builtin#21 *** We found 10 HID devices *** ALL_HID_DEVICES[1].vendor_id = 1133 (0x46d) ALL_HID_DEVICES[1].product_id = 50484 (0xc534) ALL_HID_DEVICES[1].release_number = 10496 (0x2900) ALL_HID_DEVICES[1].interface_number = 0 (0) ALL_HID_DEVICES[1].usage_page = 1 (0x1) Generic Desktop Controls ALL_HID_DEVICES[1].usage = 6 (0x6) Keyboard ALL_HID_DEVICES[1].path = \\?\hid#vid_046d&pid_c534&mi_00#7&45e535&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030} ALL_HID_DEVICES[1].serial_number = ALL_HID_DEVICES[1].manufacturer_string = Logitech ALL_HID_DEVICES[1].product_string = USB Receiver ALL_HID_DEVICES[1] can't be opened by FlyWithLua. ALL_HID_DEVICES[2].vendor_id = 1699 (0x6a3) ALL_HID_DEVICES[2].product_id = 20545 (0x5041) ALL_HID_DEVICES[2].release_number = 1 (0x1) ALL_HID_DEVICES[2].interface_number = -1 (0xffffffff) ALL_HID_DEVICES[2].usage_page = 1 (0x1) Generic Desktop Controls ALL_HID_DEVICES[2].usage = 6 (0x6) Keyboard ALL_HID_DEVICES[2].path = \\?\hid#saitekkeyboard#2&2bfc56e6&2&0000#{4d1e55b2-f16f-11cf-88cb-001111000030} ALL_HID_DEVICES[2].serial_number = ALL_HID_DEVICES[2].manufacturer_string = ALL_HID_DEVICES[2].product_string = ALL_HID_DEVICES[2] can't be opened by FlyWithLua. ALL_HID_DEVICES[3].vendor_id = 1133 (0x46d) ALL_HID_DEVICES[3].product_id = 50484 (0xc534) ALL_HID_DEVICES[3].release_number = 10496 (0x2900) ALL_HID_DEVICES[3].interface_number = 1 (0x1) ALL_HID_DEVICES[3].usage_page = 1 (0x1) Generic Desktop Controls ALL_HID_DEVICES[3].usage = 2 (0x2) Mouse ALL_HID_DEVICES[3].path = \\?\hid#vid_046d&pid_c534&mi_01&col01#7&241d22f7&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030} ALL_HID_DEVICES[3].serial_number = ALL_HID_DEVICES[3].manufacturer_string = Logitech ALL_HID_DEVICES[3].product_string = USB Receiver ALL_HID_DEVICES[3] can't be opened by FlyWithLua. ALL_HID_DEVICES[4].vendor_id = 1133 (0x46d) ALL_HID_DEVICES[4].product_id = 50484 (0xc534) ALL_HID_DEVICES[4].release_number = 10496 (0x2900) ALL_HID_DEVICES[4].interface_number = 1 (0x1) ALL_HID_DEVICES[4].usage_page = 12 (0xc) Consumer ALL_HID_DEVICES[4].usage = 1 (0x1) ALL_HID_DEVICES[4].path = \\?\hid#vid_046d&pid_c534&mi_01&col02#7&241d22f7&0&0001#{4d1e55b2-f16f-11cf-88cb-001111000030} ALL_HID_DEVICES[4].serial_number = ALL_HID_DEVICES[4].manufacturer_string = Logitech ALL_HID_DEVICES[4].product_string = USB Receiver ALL_HID_DEVICES[4] can't be opened by FlyWithLua. ALL_HID_DEVICES[5].vendor_id = 1133 (0x46d) ALL_HID_DEVICES[5].product_id = 50484 (0xc534) ALL_HID_DEVICES[5].release_number = 10496 (0x2900) ALL_HID_DEVICES[5].interface_number = 1 (0x1) ALL_HID_DEVICES[5].usage_page = 1 (0x1) Generic Desktop Controls ALL_HID_DEVICES[5].usage = 128 (0x80) System Control ALL_HID_DEVICES[5].path = \\?\hid#vid_046d&pid_c534&mi_01&col03#7&241d22f7&0&0002#{4d1e55b2-f16f-11cf-88cb-001111000030} ALL_HID_DEVICES[5].serial_number = ALL_HID_DEVICES[5].manufacturer_string = Logitech ALL_HID_DEVICES[5].product_string = USB Receiver ALL_HID_DEVICES[5] can be opened by FlyWithLua. ALL_HID_DEVICES[6].vendor_id = 1133 (0x46d) ALL_HID_DEVICES[6].product_id = 50484 (0xc534) ALL_HID_DEVICES[6].release_number = 10496 (0x2900) ALL_HID_DEVICES[6].interface_number = 1 (0x1) ALL_HID_DEVICES[6].usage_page = 65280 (0xff00) Vendor-defined ALL_HID_DEVICES[6].usage = 1 (0x1) ALL_HID_DEVICES[6].path = \\?\hid#vid_046d&pid_c534&mi_01&col04#7&241d22f7&0&0003#{4d1e55b2-f16f-11cf-88cb-001111000030} ALL_HID_DEVICES[6].serial_number = ALL_HID_DEVICES[6].manufacturer_string = Logitech ALL_HID_DEVICES[6].product_string = USB Receiver ALL_HID_DEVICES[6] can be opened by FlyWithLua. ALL_HID_DEVICES[7].vendor_id = 1699 (0x6a3) ALL_HID_DEVICES[7].product_id = 1890 (0x762) ALL_HID_DEVICES[7].release_number = 288 (0x120) ALL_HID_DEVICES[7].interface_number = -1 (0xffffffff) ALL_HID_DEVICES[7].usage_page = 1 (0x1) Generic Desktop Controls ALL_HID_DEVICES[7].usage = 4 (0x4) Joystick ALL_HID_DEVICES[7].path = \\?\hid#vid_06a3&pid_0762#6&1475373c&2&0000#{4d1e55b2-f16f-11cf-88cb-001111000030} ALL_HID_DEVICES[7].serial_number = ALL_HID_DEVICES[7].manufacturer_string = Saitek ALL_HID_DEVICES[7].product_string = Saitek X52 Pro Flight Control System ALL_HID_DEVICES[7] can't be opened by FlyWithLua. ALL_HID_DEVICES[8].vendor_id = 1133 (0x46d) ALL_HID_DEVICES[8].product_id = 50484 (0xc534) ALL_HID_DEVICES[8].release_number = 10496 (0x2900) ALL_HID_DEVICES[8].interface_number = 1 (0x1) ALL_HID_DEVICES[8].usage_page = 65280 (0xff00) Vendor-defined ALL_HID_DEVICES[8].usage = 2 (0x2) ALL_HID_DEVICES[8].path = \\?\hid#vid_046d&pid_c534&mi_01&col05#7&241d22f7&0&0004#{4d1e55b2-f16f-11cf-88cb-001111000030} ALL_HID_DEVICES[8].serial_number = ALL_HID_DEVICES[8].manufacturer_string = Logitech ALL_HID_DEVICES[8].product_string = USB Receiver ALL_HID_DEVICES[8] can be opened by FlyWithLua. ALL_HID_DEVICES[9].vendor_id = 1699 (0x6a3) ALL_HID_DEVICES[9].product_id = 20513 (0x5021) ALL_HID_DEVICES[9].release_number = 1 (0x1) ALL_HID_DEVICES[9].interface_number = -1 (0xffffffff) ALL_HID_DEVICES[9].usage_page = 1 (0x1) Generic Desktop Controls ALL_HID_DEVICES[9].usage = 2 (0x2) Mouse ALL_HID_DEVICES[9].path = \\?\hid#saitekmouse#2&378aa6d3&2&0000#{4d1e55b2-f16f-11cf-88cb-001111000030} ALL_HID_DEVICES[9].serial_number = ALL_HID_DEVICES[9].manufacturer_string = ALL_HID_DEVICES[9].product_string = ALL_HID_DEVICES[9] can't be opened by FlyWithLua. ALL_HID_DEVICES[10].vendor_id = 1699 (0x6a3) ALL_HID_DEVICES[10].product_id = 20609 (0x5081) ALL_HID_DEVICES[10].release_number = 1 (0x1) ALL_HID_DEVICES[10].interface_number = -1 (0xffffffff) ALL_HID_DEVICES[10].usage_page = 12 (0xc) Consumer ALL_HID_DEVICES[10].usage = 1 (0x1) ALL_HID_DEVICES[10].path = \\?\hid#saitekhotkeys#2&3437057c&2&0000#{4d1e55b2-f16f-11cf-88cb-001111000030} ALL_HID_DEVICES[10].serial_number = ALL_HID_DEVICES[10].manufacturer_string = ALL_HID_DEVICES[10].product_string = ALL_HID_DEVICES[10] can't be opened by FlyWithLua. *** Checksum of all Lua files in Scripts directory *** Auto_LOD 1.3.lua = 64195bbc5fa751e79947a17327366467 (276 lines) *** All lines containing FlyWithLua and some other information from X-Plane's Log.txt *** [000001] log.txt for X-Plane 11.05r2 (build 110501 64-bit) [000002] compiled on Aug 26 2017 10:24:51 [000003] X-Plane started on Fri Sep 8 17:30:12 2017 [000004] [000005] This log file is generated automatically by Laminar Research applications and contains diagnostics about your graphics hardware, installation, and any error conditions. [000006] If you need to contact tech support or file a bug, please send us this file. NOTE: this file is rewritten every time you start ANY of your X-System applications. [000007] [000008] Windows 10.0 (build 15063/2) [000009] This is a 64-bit version of Windows. [000010] CPU type: 8664 [000011] Physical Memory (total for computer): 8482758656 [000012] Maximum Virtual Memory (for X-Plane only): 140737488224256 [000013] CPU 0: AMD FX(tm)-6350 Six-Core Processor Speed (mhz): 3913 [000014] CPU 0: AMD FX(tm)-6350 Six-Core Processor Speed (mhz): 3913 [000015] CPU 0: AMD FX(tm)-6350 Six-Core Processor Speed (mhz): 3913 [000016] CPU 0: AMD FX(tm)-6350 Six-Core Processor Speed (mhz): 3913 [000017] CPU 0: AMD FX(tm)-6350 Six-Core Processor Speed (mhz): 3913 [000018] CPU 0: AMD FX(tm)-6350 Six-Core Processor Speed (mhz): 3913 [000019] [000020] X-System folder:'E:\X-Plane 11/', case sensitive=0 [000021] [000022] WGL_ARB_extensions_string WGL_ARB_pixel_format WGL_ATI_pixel_format_float WGL_ARB_pixel_format_float WGL_ARB_multisample WGL_EXT_swap_control WGL_EXT_swap_control_tear WGL_ARB_pbuffer WGL_ARB_render_texture WGL_ARB_make_current_read WGL_EXT_extensions_string WGL_ARB_buffer_region WGL_EXT_framebuffer_sRGB WGL_ATI_render_texture_rectangle WGL_EXT_pixel_format_packed_float WGL_I3D_genlock WGL_NV_swap_group WGL_ARB_create_context WGL_AMD_gpu_association WGL_AMDX_gpu_association WGL_ARB_create_context_profile WGL_ARB_context_flush_control WGL_NV_DX_interop WGL_NV_DX_interop2 WGL_NV_float_buffer [000023] [000024] OpenGL Vendor : ATI Technologies Inc. [000025] OpenGL Render : AMD Radeon (TM) R7 360 Series [000026] OpenGL Version : 4.5.13474 Compatibility Profile Context 22.19.162.4 (450/13474) [000027] OpenGL Extensions: GL_AMDX_debug_output GL_AMD_blend_minmax_factor GL_AMD_conservative_depth GL_AMD_debug_output GL_AMD_depth_clamp_separate GL_AMD_draw_buffers_blend GL_AMD_framebuffer_sample_positions GL_AMD_gcn_shader GL_AMD_gpu_shader_int64 GL_AMD_interleaved_elements GL_AMD_multi_draw_indirect GL_AMD_name_gen_delete GL_AMD_occlusion_query_event GL_AMD_performance_monitor GL_AMD_pinned_memory GL_AMD_query_buffer_object GL_AMD_sample_positions GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_atomic_counter_ops GL_AMD_shader_stencil_export GL_AMD_shader_stencil_value_export GL_AMD_shader_trace GL_AMD_shader_trinary_minmax GL_AMD_sparse_texture GL_AMD_sparse_texture_pool GL_AMD_stencil_operation_extended GL_AMD_texture_cube_map_array GL_AMD_texture_texture4 GL_AMD_transform_feedback3_lines_triangles GL_AMD_transform_feedback4 GL_AMD_vertex_shader_layer GL_AMD_vertex_shader_viewport_index GL_ARB_ES2_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_compute_shader GL_ARB_conditional_render_inverted GL_ARB_conservative_depth GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_draw_indirect GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_stencil_export GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_snorm GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_envmap_bumpmap GL_ATI_fragment_shader GL_ATI_separate_stencil GL_ATI_texture_compression_3dc GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_ATI_texture_mirror_once GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_copy_buffer GL_EXT_copy_texture GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_histogram GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp GL_EXT_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_EXT_subtexture GL_EXT_texgen_reflection GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_bptc GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_texture_shared_exponent GL_EXT_texture_snorm GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_IBM_texture_mirrored_repeat GL_INTEL_fragment_shader_ordering GL_KHR_context_flush_control GL_KHR_debug GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_KTX_buffer_region GL_NV_blend_square GL_NV_conditional_render GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_explicit_multisample GL_NV_float_buffer GL_NV_half_float GL_NV_primitive_restart GL_NV_texgen_reflection GL_NV_texture_barrier GL_OES_EGL_image GL_SGIS_generate_mipmap GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SUN_multi_draw_arrays GL_WIN_swap_hint WGL_EXT_swap_control [000028] [000029] threaded_avail : 1 aniso_avail : 1 timer_avail : 1 sync/fence : 1 [000030] pbo_avail : 1 frameblit_avail : 1 [000031] gpu_shad4_avail : 1 shad_lod_avail : 1 array_tex_avail : 1 texture_rg : 1 [000032] tex_float_avail : 1 seamless_avail : 1 drawbuf2_avail : 1 packed_stencil : 1 [000033] framebuffer_srgb : 1 copy_buf_avail : 1 ubo_avail : 1 gshader_avail : 1 [000034] base_vert_avail : 1 [000035] instance_avail : 1 tess_avail : 1 pinned_avail : 1 debug_avail : 1 [000036] max tex units : 32 (32/16) [000037] max iso filtering: 16.000000 [000038] max texture size : 16384 (hardware limit) [000039] max point size : 63.000000 [000040] idx in vram : 1 [000041] GLSL Version :4.50/450 [000042] (29/16384/128/160/32/16384/16384) [000043] This video card is: DX10 or 11 - With instancing [000044] CPU count : 6 [000045] OpenAL loaded: Resources/dlls/64/openal32.dll [000046] OpenAL devices: OpenAL Soft [000047] Open AL default device:OpenAL Soft [000048] OpenAL vendor : OpenAL Community [000049] OpenAL renderer : OpenAL Soft [000050] OpenAL version : 1.1 [000051] OpenAL hardware : OpenAL Soft [000052] OpenAL extensions: ALC_ENUMERATE_ALL_EXT ALC_ENUMERATION_EXT ALC_EXT_CAPTURE ALC_EXT_DEDICATED ALC_EXT_disconnect ALC_EXT_EFX ALC_EXT_thread_local_context ALC_SOFTX_device_clock ALC_SOFTX_HRTF ALC_SOFT_loopback ALC_SOFTX_midi_interface ALC_SOFT_pause_device AL_EXT_ALAW AL_EXT_DOUBLE AL_EXT_EXPONENT_DISTANCE AL_EXT_FLOAT32 AL_EXT_IMA4 AL_EXT_LINEAR_DISTANCE AL_EXT_MCFORMATS AL_EXT_MULAW AL_EXT_MULAW_MCFORMATS AL_EXT_OFFSET AL_EXT_source_distance_model AL_LOKI_quadriphonic AL_SOFT_block_alignment AL_SOFT_buffer_samples AL_SOFT_buffer_sub_data AL_SOFT_deferred_updates AL_SOFT_direct_channels AL_SOFT_loop_points AL_SOFT_MSADPCM AL_SOFT_source_latency AL_SOFT_source_length [000053] [000054] Fetching plugins for E:\X-Plane 11/Resources/plugins [000055] [000056] Loaded: E:\X-Plane 11/Resources/plugins/PluginAdmin/64/win.xpl (xpsdk.examples.pluginadmin). [000057] [000058] Loaded: E:\X-Plane 11/Resources/plugins/NavigraphSimlink_64.xpl (Navigraph Simlink for X-Plane). [000059] [000060] Loaded: E:\X-Plane 11/Resources/plugins/AutoGate/64/win.xpl (Marginal.AutoGate). [000061] [000062] FlyWithLua: Your system path is E:\X-Plane 11/ [000063] FlyWithLua: Plugin Dir: E:\X-Plane 11/Resources/plugins/FlyWithLua [000064] FlyWithLua: Plugin Scripts Dir: E:\X-Plane 11/Resources/plugins/FlyWithLua/Scripts [000065] Loaded: E:\X-Plane 11/Resources/plugins/FlyWithLua/64/win.xpl (CarstenLynker.FlyWithLua.Core). [000066] [000067] Loaded: E:\X-Plane 11/Resources/plugins/XPUIPC/64/win.xpl (XPUIPC/XPWideFS.). [000068] [000069] Attempting to start XSquawBox Plugin, version XSquawkBox VATSIM 1.3.3. [000070] XSB: VATSIM Global Status found at "http://info.vroute.net/vatsim-servers.txt" [000071] XSB: VATSIM Global Status found at "http://data.vattastic.com/vatsim-servers.txt" [000072] XSB: VATSIM Global Status found at "http://vatsim.aircharts.org/vatsim-servers.txt" [000073] XSB: VATSIM Global Status found at "http://wazzup.flightoperationssystem.com/vatsim/vatsim-servers.txt" [000074] XSB: Got Server Details for "CANADA" [000075] XSB: Got Server Details for "CZECH" [000076] XSB: Got Server Details for "GERMANY" [000077] XSB: Got Server Details for "GERMANY2" [000078] XSB: Got Server Details for "INDIA" [000079] XSB: Got Server Details for "AUSTRALIA" [000080] XSB: Got Server Details for "RUSSIA-W" [000081] XSB: Got Server Details for "RUSSIA-C" [000082] XSB: Got Server Details for "SINGAPORE" [000083] XSB: Got Server Details for "SWEDEN" [000084] XSB: Got Server Details for "UK1" [000085] XSB: Got Server Details for "UK2" [000086] XSB: Got Server Details for "USA-C" [000087] XSB: Got Server Details for "USA-E" [000088] XSB: Got Server Details for "USA-W" [000089] XSB: Got Server Details for "UAE" [000090] XSB: --- Refreshing Audio HW info --- [000091] XSB: Input Device 1 is "Wave - Mic in at front panel (Pink) (R" [000092] XSB: Input Device 2 is "DirectSound - Mic in at front panel (Pink) (Realtek High Definition Audio)" [000093] XSB: Output Device 1 is "Wave - Speakers (Realtek High Definiti" [000094] XSB: Output Device 2 is "Wave - Realtek Digital Output (Realtek" [000095] XSB: Output Device 3 is "Wave - Realtek HD Audio 2nd output (Re" [000096] XSB: Output Device 4 is "Wave - Realtek Digital Output(Optical)" [000097] XSB: Output Device 5 is "DirectSound - Speakers (Realtek High Definition Audio)" [000098] XSB: Output Device 6 is "DirectSound - Realtek Digital Output (Realtek High Definition Audio)" [000099] XSB: Output Device 7 is "DirectSound - Realtek HD Audio 2nd output (Realtek High Definition Audio)" [000108] Loaded: E:\X-Plane 11/Resources/plugins/XSquawkBox/64/win.xpl (vatsim.protodev.clients.xsquawkbox). [000109] [000110] FlyWithLua Core V2.6.2 build Jun 27 2017 15:34:29 succesfully connected to XSquawkBox. [000111] I found the following scenery packages (prioritized in this order): [000112] 0 Custom Scenery/KLAS Las Vegas Mc Carran/ [000113] 1 Custom Scenery/AEHD_Ramps/ [000114] 2 Custom Scenery/AEHD_Taxilines/ [000115] 3 Custom Scenery/EDDM_4_0/ [000116] 4 Custom Scenery/LFBH - La Rochelle/ [000117] 5 Custom Scenery/EGPH Edinburgh/ [000118] 6 Custom Scenery/IT-LIRN Napoli Capodichino 2014/ [000119] 7 Custom Scenery/LIMC - Milano Malpensa (MadMat)/ [000200] 0:00:00.563 D/HID: HID Bridge Running [000201] Fetching plugins for Custom Scenery/EDDM_4_0/plugins [000202] [000203] Loaded: Custom Scenery/EDDM_4_0/plugins/GroundTraffic/64/win.xpl (Marginal.GroundTraffic.EDDM_4_0). [000204] [000205] Could not find tile 51 name is ^r [000206] Could not find tile 49 name is close-frame [000207] (in sign '{@L}A|M{^r}' from airport EGPH:Custom Scenery/EGPH Edinburgh/Earth nav data/apt.dat) [000208] ATC audio initialized. [000209] Initializing off screen memory. [000210] Initializing off screen memory complete. [000211] 0:00:23.728 I/REN: Setting texture resolution read from prefs as 4 [000212] 0:00:23.728 I/REN: Setting |draw view indicator defaulted to 1. [000232] 0:00:32.881 D/HID: Hardware ADDED(06a3, 0762) - Saitek X52 Pro Flight Control System at path \\?\hid#vid_06a3&pid_0762#6&1475373c&2&0000#{4d1e55b2-f16f-11cf-88cb-001111000030} [000233] 0:00:32.881 I/JOY: REGISTER Joystick device: Saitek X52 Pro Flight Control System - VID:1699PID:1890, this is the first time we've seen it. [000234] 0:00:32.881 D/HID: BUTTON Added Index: 0 (HID_Page_Button/01) for handle: 00000294CDDFEB40 [000235] 0:00:32.881 D/HID: BUTTON Added Index: 1 (HID_Page_Button/02) for handle: 00000294CDDFEB40 [000236] 0:00:32.881 D/HID: BUTTON Added Index: 2 (HID_Page_Button/03) for handle: 00000294CDDFEB40 [000237] 0:00:32.881 D/HID: BUTTON Added Index: 3 (HID_Page_Button/04) for handle: 00000294CDDFEB40 [000238] 0:00:32.881 D/HID: BUTTON Added Index: 4 (HID_Page_Button/05) for handle: 00000294CDDFEB40 [000239] 0:00:32.881 D/HID: BUTTON Added Index: 5 (HID_Page_Button/06) for handle: 00000294CDDFEB40 [000240] 0:00:32.881 D/HID: BUTTON Added Index: 6 (HID_Page_Button/07) for handle: 00000294CDDFEB40 [000241] 0:00:32.881 D/HID: BUTTON Added Index: 7 (HID_Page_Button/08) for handle: 00000294CDDFEB40 [000242] 0:00:32.881 D/HID: BUTTON Added Index: 8 (HID_Page_Button/09) for handle: 00000294CDDFEB40 [000243] 0:00:32.881 D/HID: BUTTON Added Index: 9 (HID_Page_Button/0a) for handle: 00000294CDDFEB40 [000244] 0:00:32.881 D/HID: BUTTON Added Index: 10 (HID_Page_Button/0b) for handle: 00000294CDDFEB40 [000245] 0:00:32.881 D/HID: BUTTON Added Index: 11 (HID_Page_Button/0c) for handle: 00000294CDDFEB40 [000246] 0:00:32.881 D/HID: BUTTON Added Index: 12 (HID_Page_Button/0d) for handle: 00000294CDDFEB40 [000247] 0:00:32.881 D/HID: BUTTON Added Index: 13 (HID_Page_Button/0e) for handle: 00000294CDDFEB40 [000248] 0:00:32.881 D/HID: BUTTON Added Index: 14 (HID_Page_Button/0f) for handle: 00000294CDDFEB40 [000249] 0:00:32.881 D/HID: BUTTON Added Index: 15 (HID_Page_Button/10) for handle: 00000294CDDFEB40 [000250] 0:00:32.881 D/HID: BUTTON Added Index: 16 (HID_Page_Button/11) for handle: 00000294CDDFEB40 [000251] 0:00:32.881 D/HID: BUTTON Added Index: 17 (HID_Page_Button/12) for handle: 00000294CDDFEB40 [000252] 0:00:32.881 D/HID: BUTTON Added Index: 18 (HID_Page_Button/13) for handle: 00000294CDDFEB40 [000253] 0:00:32.881 D/HID: BUTTON Added Index: 19 (HID_Page_Button/14) for handle: 00000294CDDFEB40 [000254] 0:00:32.881 D/HID: BUTTON Added Index: 20 (HID_Page_Button/15) for handle: 00000294CDDFEB40 [000255] 0:00:32.881 D/HID: BUTTON Added Index: 21 (HID_Page_Button/16) for handle: 00000294CDDFEB40 [000256] 0:00:32.881 D/HID: BUTTON Added Index: 22 (HID_Page_Button/17) for handle: 00000294CDDFEB40 [000257] 0:00:32.881 D/HID: BUTTON Added Index: 23 (HID_Page_Button/18) for handle: 00000294CDDFEB40 [000258] 0:00:32.881 D/HID: BUTTON Added Index: 24 (HID_Page_Button/19) for handle: 00000294CDDFEB40 [000259] 0:00:32.881 D/HID: BUTTON Added Index: 25 (HID_Page_Button/1a) for handle: 00000294CDDFEB40 [000260] 0:00:32.881 D/HID: BUTTON Added Index: 26 (HID_Page_Button/1b) for handle: 00000294CDDFEB40 [000261] 0:00:32.881 D/HID: BUTTON Added Index: 27 (HID_Page_Button/1c) for handle: 00000294CDDFEB40 [000262] 0:00:32.881 D/HID: BUTTON Added Index: 28 (HID_Page_Button/1d) for handle: 00000294CDDFEB40 [000263] 0:00:32.881 D/HID: BUTTON Added Index: 29 (HID_Page_Button/1e) for handle: 00000294CDDFEB40 [000264] 0:00:32.881 D/HID: BUTTON Added Index: 30 (HID_Page_Button/1f) for handle: 00000294CDDFEB40 [000265] 0:00:32.881 D/HID: BUTTON Added Index: 31 (HID_Page_Button/20) for handle: 00000294CDDFEB40 [000266] 0:00:32.881 D/HID: BUTTON Added Index: 32 (HID_Page_Button/21) for handle: 00000294CDDFEB40 [000267] 0:00:32.881 D/HID: BUTTON Added Index: 33 (HID_Page_Button/22) for handle: 00000294CDDFEB40 [000268] 0:00:32.881 D/HID: BUTTON Added Index: 34 (HID_Page_Button/23) for handle: 00000294CDDFEB40 [000269] 0:00:32.881 D/HID: BUTTON Added Index: 35 (HID_Page_Button/24) for handle: 00000294CDDFEB40 [000270] 0:00:32.881 D/HID: BUTTON Added Index: 36 (HID_Page_Button/25) for handle: 00000294CDDFEB40 [000271] 0:00:32.881 D/HID: BUTTON Added Index: 37 (HID_Page_Button/26) for handle: 00000294CDDFEB40 [000272] 0:00:32.881 D/HID: BUTTON Added Index: 38 (HID_Page_Button/27) for handle: 00000294CDDFEB40 [000273] 0:00:32.881 D/HID: AXIS Added Index: 0 (HID_Page_GenericDesktop/HID_Usage_GD_Y) for handle: 00000294CDDFEB40. Min/Max 0 - 1023 [000274] 0:00:32.881 D/HID: AXIS Added Index: 1 (HID_Page_GenericDesktop/HID_Usage_GD_X) for handle: 00000294CDDFEB40. Min/Max 0 - 1023 [000275] 0:00:32.881 D/HID: AXIS Added Index: 2 (HID_Page_GenericDesktop/HID_Usage_GD_Rz) for handle: 00000294CDDFEB40. Min/Max 0 - 1023 [000276] 0:00:32.881 D/HID: AXIS Added Index: 3 (HID_Page_GenericDesktop/HID_Usage_GD_Slider) for handle: 00000294CDDFEB40. Min/Max 0 - 255 [000277] 0:00:32.881 D/HID: AXIS Added Index: 4 (HID_Page_GenericDesktop/HID_Usage_GD_Ry) for handle: 00000294CDDFEB40. Min/Max 0 - 255 [000278] 0:00:32.881 D/HID: AXIS Added Index: 5 (HID_Page_GenericDesktop/HID_Usage_GD_Rx) for handle: 00000294CDDFEB40. Min/Max 0 - 255 [000279] 0:00:32.881 D/HID: AXIS Added Index: 6 (HID_Page_GenericDesktop/HID_Usage_GD_Z) for handle: 00000294CDDFEB40. Min/Max 0 - 255 [000280] 0:00:32.881 D/HID: HATSWITCH Added Index: 0 (HID_Page_GenericDesktop/HID_Usage_GD_Hatswitch) for handle: 00000294CDDFEB40. It has 8 positions. [000281] 0:00:32.881 D/HID: AXIS Added Index: 7 (HID_Page_Game/HID_Usage_Game_MoveUpOrDown) for handle: 00000294CDDFEB40. Min/Max 0 - 15 [000282] 0:00:32.881 D/HID: AXIS Added Index: 8 (HID_Page_Game/HID_Usage_Game_MoveRightOrLeft) for handle: 00000294CDDFEB40. Min/Max 0 - 15 [000283] 0:00:32.881 D/HID: END HARDWARE [000284] 0:00:32.881 E/JOY: UNCALIBRATED AXIS DETECTED: Saitek X52 Pro Flight Control System (VID:1699PID:1890) Axis #0, assigned to joy_use_roll, has an expected min/max range of [0.000000, 1023.000000], but is calibrated for [9900000256.000000, -9900000256.000000]. You should recalibrate the device in the Settings menu. [000285] 0:00:32.881 E/JOY: UNCALIBRATED AXIS DETECTED: Saitek X52 Pro Flight Control System (VID:1699PID:1890) Axis #1, assigned to joy_use_ptch, has an expected min/max range of [0.000000, 1023.000000], but is calibrated for [9900000256.000000, -9900000256.000000]. You should recalibrate the device in the Settings menu. [000286] 0:00:32.881 E/JOY: UNCALIBRATED AXIS DETECTED: Saitek X52 Pro Flight Control System (VID:1699PID:1890) Axis #2, assigned to joy_use_none, has an expected min/max range of [0.000000, 1023.000000], but is calibrated for [9900000256.000000, -9900000256.000000]. You should recalibrate the device in the Settings menu. [000287] 0:00:32.881 E/JOY: UNCALIBRATED AXIS DETECTED: Saitek X52 Pro Flight Control System (VID:1699PID:1890) Axis #3, assigned to joy_use_thro, has an expected min/max range of [0.000000, 255.000000], but is calibrated for [9900000256.000000, -9900000256.000000]. You should recalibrate the device in the Settings menu. [000288] 0:00:32.881 E/JOY: UNCALIBRATED AXIS DETECTED: Saitek X52 Pro Flight Control System (VID:1699PID:1890) Axis #4, assigned to joy_use_none, has an expected min/max range of [0.000000, 255.000000], but is calibrated for [9900000256.000000, -9900000256.000000]. You should recalibrate the device in the Settings menu. [000289] 0:00:32.881 E/JOY: UNCALIBRATED AXIS DETECTED: Saitek X52 Pro Flight Control System (VID:1699PID:1890) Axis #5, assigned to joy_use_none, has an expected min/max range of [0.000000, 255.000000], but is calibrated for [9900000256.000000, -9900000256.000000]. You should recalibrate the device in the Settings menu. [000290] 0:00:32.881 E/JOY: UNCALIBRATED AXIS DETECTED: Saitek X52 Pro Flight Control System (VID:1699PID:1890) Axis #6, assigned to joy_use_none, has an expected min/max range of [0.000000, 255.000000], but is calibrated for [9900000256.000000, -9900000256.000000]. You should recalibrate the device in the Settings menu. [000291] 0:00:32.881 E/JOY: UNCALIBRATED AXIS DETECTED: Saitek X52 Pro Flight Control System (VID:1699PID:1890) Axis #7, assigned to joy_use_none, has an expected min/max range of [0.000000, 15.000000], but is calibrated for [9900000256.000000, -9900000256.000000]. You should recalibrate the device in the Settings menu. [000292] 0:00:32.881 E/JOY: UNCALIBRATED AXIS DETECTED: Saitek X52 Pro Flight Control System (VID:1699PID:1890) Axis #8, assigned to joy_use_none, has an expected min/max range of [0.000000, 15.000000], but is calibrated for [9900000256.000000, -9900000256.000000]. You should recalibrate the device in the Settings menu. [000293] 0:00:32.881 I/JOY: Setting default joystick configuration from file Resources/joystick configs/Saitek X52 Pro Flight Control System - Win.joy [000294] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Axis 0 assigned to joy_use_ptch [000295] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Axis 1 assigned to joy_use_roll [000296] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Axis 2 assigned to joy_use_hdng [000297] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Axis 3 assigned to joy_use_view_zoom [000298] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Axis 4 assigned to joy_use_ailn_tr [000299] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Axis 5 assigned to joy_use_elev_tr [000300] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Axis 6 assigned to joy_use_thro [000301] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Axis 7 assigned to joy_use_view_ud [000302] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Axis 8 assigned to joy_use_view_lr [000303] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Button 0 assigned to Fire selected weapon. [000304] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Button 1 assigned to Fire air-to-air selection. [000305] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Button 5 assigned to Contact ATC. [000306] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Button 7 assigned to Landing gear toggle. [000307] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Button 8 assigned to Flaps up a notch. [000308] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Button 9 assigned to Flaps down a notch. [000309] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Button 10 assigned to Landing gear up. [000310] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Button 11 assigned to Landing gear down. [000311] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Button 29 assigned to Toggle brakes regular effort. [000312] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Hat switch 0 Direction 1 assigned to Hat switch up. [000313] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Hat switch 0 Direction 2 assigned to Hat switch up + right. [000314] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Hat switch 0 Direction 3 assigned to Hat switch right. [000315] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Hat switch 0 Direction 4 assigned to Hat switch down + right. [000316] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Hat switch 0 Direction 5 assigned to Hat switch down. [000317] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Hat switch 0 Direction 6 assigned to Hat switch down + left. [000318] 0:00:32.881 I/JOY: Saitek X52 Pro Flight Control System Hat switch 0 Direction 7 assigned to Hat switch left. [000319] 0:00:32.881 D/STM: Transitioning from state state_InitialLoading to state_QuickFlightWizard [000320] 0:00:32.881 I/WIN: Opened window Primary V11 UI [000321] 0:00:38.113 I/MIS: Handling Event: mission_event_load [000322] 0:00:38.113 I/MIS: Changing State From: mission_state_unloaded to mission_state_loading [000323] 0:00:38.113 I/MIS: Starting mission: X-Plane Basics [000324] 0:00:38.125 W/ATC: Rewrote KAHN atc_ControllerRole_Del's freq: 13395 to 11800 for being in conflict! [000325] 0:00:44.310 D/STM: Transitioning from state state_QuickFlightWizard to state_NormalLoading [000326] 0:00:44.310 I/ACF: Loading airplane number 0 with Aircraft/Laminar Research/Cessna 172SP/Cessna_172SP.acf [000327] Fetching plugins for E:\X-Plane 11/Aircraft/Laminar Research/Cessna 172SP/plugins [000328] [000329] Loaded: E:\X-Plane 11/Aircraft/Laminar Research/Cessna 172SP/plugins/xlua/64/win.xpl (com.x-plane.xlua.1.0.0b1). [000330] [000331] 0:00:53.525 I/FLT: Init dat_p0 type:loc_specify_lle lat:21.315000 lon:-157.915000 ele(ft):6000.000206 psi:0.000000 spd(kts):100.000001 [000332] 0:00:55.876 I/DSF: Warning for missing scenery file: +20-160 [000333] 0:00:55.876 I/DSF: Warning for missing scenery file: +22-158 [000334] 0:00:55.876 I/DSF: Warning for missing scenery file: +22-157 [000335] 0:00:55.876 I/SCN: DSF load time: 11743602 for file Custom Scenery/Global Airports/Earth nav data/+20-160/+22-160.dsf (0 tris) [000336] 0:00:55.876 I/SCN: DSF load time: 25582687 for file Global Scenery/X-Plane 11 Demo Areas/Earth nav data/+20-160/+20-158.dsf (4659 tris) [000337] 0:00:55.876 I/DSF: Warning for missing scenery file: +20-159 [000338] 0:00:55.876 I/SCN: DSF load time: 15024355 for file Global Scenery/X-Plane 11 Demo Areas/Earth nav data/+20-160/+22-160.dsf (81759 tris) [000350] FlyWithLua: User switched to a new airport (or changed the plane). Script files have to be reloaded. [000351] FlyWithLua Core V2.6.2 build Jun 27 2017 15:34:29 succesfully connected to XSquawkBox. [000352] FlyWithLua Info: Lua engine (re)started. LUA_RUN = 1, SDK_VERSION = 210, XPLANE_VERSION = 11050, XPLANE_LANGUAGE = English and XPLANE_HOSTID = 1 [000353] FlyWithLua Info: HID access initialized. [000354] FlyWithLua Info: Discovered 10 HID devices. [000355] FlyWithLua Info: Load ini file. [000356] FlyWithLua Info: Searching for Lua script files [000357] FlyWithLua Info: Sorting Lua script files [000358] FlyWithLua Info: Start loading script file Resources/plugins/FlyWithLua/Scripts/Auto_LOD 1.3.lua [000359] FlyWithLua Error: The DataRef "sim/private/controls/reno/LOD_bias_rat" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000360] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000361] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000362] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000363] FlyWithLua Error: The DataRef "sim/private/controls/reno/aniso_filter" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000364] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000365] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000366] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000367] FlyWithLua Error: The DataRef "sim/private/controls/tex/ortho_boost_factor" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000368] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000369] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000370] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000371] FlyWithLua Error: The DataRef "sim/private/controls/hdr/fsaa_ratio_x" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000372] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000373] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000374] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000375] FlyWithLua Error: The DataRef "sim/private/controls/hdr/fsaa_ratio_y" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000376] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000377] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000378] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000379] FlyWithLua Error: The DataRef "sim/private/controls/hdr/use_post_aa" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000380] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000381] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000382] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000383] FlyWithLua Info: Finished loading script file Resources/plugins/FlyWithLua/Scripts/Auto_LOD 1.3.lua [000384] FlyWithLua Error: The error seems to be inside of script file Resources/plugins/FlyWithLua/Scripts/Auto_LOD 1.3.lua [000385] 0:01:40.014 D/STM: Transitioning from state state_NormalLoading to state_Normal [000386] 0:01:40.014 I/MIS: Handling Event: mission_event_dsf_loaded [000387] 0:01:40.014 I/MIS: Changing State From: mission_state_loading to mission_state_loaded_ready [000388] 0:01:40.014 I/MIS: Handling Event: mission_event_pregame_beginning [000389] 0:01:40.014 I/MIS: Changing State From: mission_state_loaded_ready to mission_state_running_pregame [000390] 0:01:40.014 D/ACT: Start Mission [000391] 0:01:40.014 I/MIS: Handling Event: mission_event_pregame_ending [000392] 0:01:40.014 I/MIS: Changing State From: mission_state_running_pregame to mission_state_pregame_done [000393] 0:01:40.014 I/MIS: Handling Event: mission_event_mission_start [000397] FlyWithLua Debug Info: Sorry, no debug Info on stack. [000398] FlyWithLua Debug Info: Debug file written to "<>/FlyWithLua_Debug.txt". [000399] 0:01:40.309 I/WIZ: Soloing ALL [000400] 0:01:40.309 I/WIZ: Setting dataref sim/cockpit2/engine/actuators/throttle_ratio_all to 0.5 [000401] 0:01:40.309 I/WIZ: Setting dataref sim/cockpit2/autopilot/sync_hold_roll_deg to 0.0 [000402] 0:01:40.309 I/WIZ: Setting dataref sim/cockpit2/autopilot/sync_hold_pitch_deg to 0.0 [000403] 0:01:40.309 I/WIZ: Setting dataref sim/time/ground_speed to 0.0 [000404] 0:01:40.309 I/WIZ: Setting dataref iphone/settings/training_wheels to 1.0 [000405] 0:01:40.309 I/WIZ: Pressing command : sim/autopilot/servos_on [000406] 0:01:40.309 I/WIZ: Pressing command : sim/autopilot/wing_leveler [000407] 0:01:40.309 I/WIZ: Pressing command : sim/autopilot/pitch_sync [000415] 0:03:23.112 I/JOY: All known joystick(s): [000416] 0:03:23.112 W/JOY: Saitek X52 Pro Flight Control System (00000294CDDFEB40) [000417] 0:03:25.047 I/WIN: Opened window Settings [000418] 0:04:25.118 D/JOY: Set center for joy_use_ptch axis to -0.000978 [000419] 0:04:25.118 D/JOY: Set center for joy_use_roll axis to -0.000978 [000420] 0:04:25.118 D/JOY: Set center for joy_use_hdng axis to -0.000978 [000421] 0:04:25.118 D/JOY: Set center for joy_use_view_ud axis to 0.066667 [000422] 0:04:25.118 D/JOY: Set center for joy_use_view_lr axis to 0.066667 [000423] 0:04:30.118 E/JOY: Discarded 100.0% of recorded null zone data for axis 4 because it was erroneously high. [000424] 0:04:30.118 E/JOY: Discarded 100.0% of recorded null zone data for axis 5 because it was erroneously high. [000425] 0:04:30.118 I/JOY: You may want to recalibrate your device in the Settings. [000426] 0:04:41.329 I/FCG: Applying changes from Flight Configuration screen [000427] 0:04:41.329 I/FCG: Starting new flight in Aircraft/320_JARDesign/a320neo.acf at GATE 22 [000428] 0:04:41.329 D/STM: Transitioning from state state_Normal to state_NormalLoading [000429] 0:04:41.329 I/ACF: Loading airplane number 0 with Aircraft/320_JARDesign/a320neo.acf [000430] Fetching plugins for E:\X-Plane 11/Aircraft/320_JARDesign/plugins [000431] [000432] CUSTOM DATAREF (float array): jd/light/01 [000433] CUSTOM DATAREF (float array): jd/light/02 [000434] CUSTOM DATAREF (float array): jd/light/03 [000435] CUSTOM DATAREF (float array): jd/light/04 [000436] CUSTOM DATAREF (float array): jd/light/05 [000437] CUSTOM DATAREF (float array): jd/light/06 [000438] CUSTOM DATAREF (float array): jd/light/07 [000443] Loaded: E:\X-Plane 11/Aircraft/320_JARDesign/plugins/320/win.xpl (jardesign.a320neo). [000444] [000445] Loaded: E:\X-Plane 11/Aircraft/320_JARDesign/plugins/diagnost/win.xpl (jardesign.a320diagnostic). [000446] [000447] [SASL] Starting... [000448] X-Plane scriptable avionics library plugin snapshot 2.4.25 20170311 Commercial Edition [000449] Loaded: E:\X-Plane 11/Aircraft/320_JARDesign/plugins/sasl/64/win.xpl (1-sim.sasl). [000450] [000451] !!!! DO INIT plugin start [000452] !!! Init sound done! [000453] Loaded: E:\X-Plane 11/Aircraft/320_JARDesign/plugins/sound/win.xpl (jardesign.openal). [000454] [000455] JARDesign 3D Sound Engine v230516 [000456] Loaded: E:\X-Plane 11/Aircraft/320_JARDesign/plugins/sound3d-1/win.xpl (jardesign.sound3d.custom). [000457] [000458] [SASL] Path to panel: E:\X-Plane 11\Aircraft\320_JARDesign\aircraft.key [000459] [SASL] Loading avionics... [000460] [SASL INFO] loading panel [000461] [SASL INFO] loading fps_ind [000462] [SASL INFO] loading switchLit [000463] [SASL INFO] loading textureLit [000464] [SASL INFO] loading clickable [000465] [SASL INFO] loading toolbar_pwr [000626] FlyWithLua: User switched to a new airport (or changed the plane). Script files have to be reloaded. [000627] FlyWithLua Info: Load exit file. [000628] FlyWithLua Core V2.6.2 build Jun 27 2017 15:34:29 succesfully connected to XSquawkBox. [000629] FlyWithLua Info: Lua engine (re)started. LUA_RUN = 2, SDK_VERSION = 210, XPLANE_VERSION = 11050, XPLANE_LANGUAGE = English and XPLANE_HOSTID = 1 [000630] FlyWithLua Info: HID access initialized. [000631] FlyWithLua Info: Discovered 10 HID devices. [000632] FlyWithLua Info: Load ini file. [000633] FlyWithLua Info: Searching for Lua script files [000634] FlyWithLua Info: Sorting Lua script files [000635] FlyWithLua Info: Start loading script file Resources/plugins/FlyWithLua/Scripts/Auto_LOD 1.3.lua [000636] FlyWithLua Error: The DataRef "sim/private/controls/reno/LOD_bias_rat" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000637] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000638] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000639] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000640] FlyWithLua Error: The DataRef "sim/private/controls/reno/aniso_filter" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000641] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000642] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000643] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000644] FlyWithLua Error: The DataRef "sim/private/controls/tex/ortho_boost_factor" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000645] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000646] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000647] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000648] FlyWithLua Error: The DataRef "sim/private/controls/hdr/fsaa_ratio_x" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000649] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000650] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000651] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000652] FlyWithLua Error: The DataRef "sim/private/controls/hdr/fsaa_ratio_y" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000653] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000654] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000655] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000656] FlyWithLua Error: The DataRef "sim/private/controls/hdr/use_post_aa" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000657] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000658] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000659] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000660] FlyWithLua Info: Finished loading script file Resources/plugins/FlyWithLua/Scripts/Auto_LOD 1.3.lua [000661] FlyWithLua Error: The error seems to be inside of script file Resources/plugins/FlyWithLua/Scripts/Auto_LOD 1.3.lua [000662] 0:06:27.238 D/STM: Transitioning from state state_NormalLoading to state_Normal [000663] 0:06:27.238 I/MIS: Handling Event: mission_event_mission_end_user_quit [000664] 0:06:27.238 I/MIS: Changing State From: mission_state_running_mission to mission_state_unloaded [000665] 0:06:27.238 I/MIS: Ending mission: X-Plane Basics [000666] 0:06:27.238 I/FCG: Setting total number of aircraft to 4 [000667] 0:06:27.238 I/FCG: Loading AI aircraft Aircraft/Laminar Research/Boeing B747-400/747-400.acf [000668] 0:06:27.238 I/ACF: Loading airplane number 1 with Aircraft/Laminar Research/Boeing B747-400/747-400.acf [000669] 0:06:27.401 E/SCN: Failed to find resource 'Cockpit_Pedestal1.png', referenced from file 'Aircraft/Laminar Research/Boeing B747-400/'. [000670] 0:06:27.401 E/SCN: Failed to find resource 'Cockpit_Pedestal1.png', referenced from file 'Aircraft/Laminar Research/Boeing B747-400/'. [000671] 0:06:27.401 I/FLT: Init dat_p1 type:loc_general_area lat:54.015168 lon:-6.347844 ele(ft):37811.359684 psi:84.113899 spd(kts):241.540705 [000672] 0:06:27.401 I/FCG: Loading AI aircraft Aircraft/Laminar Research/McDonnell Douglas MD-80/MD80.acf [000673] 0:06:27.401 I/ACF: Loading airplane number 2 with Aircraft/Laminar Research/McDonnell Douglas MD-80/MD80.acf [000674] 0:06:48.782 I/FLT: Init dat_p2 type:loc_general_area lat:53.989711 lon:-5.962552 ele(ft):37487.322275 psi:38.321484 spd(kts):236.741365 [000675] 0:06:48.782 I/FCG: Loading AI aircraft Aircraft/Laminar Research/McDonnell Douglas MD-80/MD80.acf [000676] 0:06:48.782 I/ACF: Loading airplane number 3 with Aircraft/Laminar Research/McDonnell Douglas MD-80/MD80.acf [000677] 0:06:54.338 I/FLT: Init dat_p3 type:loc_general_area lat:55.379851 lon:-7.069670 ele(ft):32993.548788 psi:33.663136 spd(kts):235.284534 [000678] 0:06:54.338 D/FCG: MTBF set to 10000.0 hours [000679] [SASL INFO] "bbox" [000680] [SASL INFO] "bbox" >>> zulu 16:37:10 [000681] [SASL INFO] "bbox" baro alt=233 / rad alt=0 [000682] [SASL INFO] "bbox" air spd=0 / gnd spd=0 / mach=0 [000683] [SASL INFO] "bbox" GW=48085 / FOB=5993 / CG=25 [000684] [SASL INFO] "bbox" lat wait = NAV [000685] [SASL INFO] "bbox" active wpt = 1 [000686] FlyWithLua Debug Info: Sorry, no debug Info on stack. [000687] FlyWithLua Debug Info: Debug file written to "<>/FlyWithLua_Debug.txt". [000688] SoundSetPath=E:\X-Plane 11\Aircraft\320_JARDesign\plugins\sound3d-1\ [000689] VolumePath=E:\X-Plane 11\Aircraft\320_JARDesign\plugins\sound3d-1\volume.txt [000690] 3Dsound Engine by JARDesign [000691] FlyWithLua: User forced a script reload. [000692] FlyWithLua Info: Load exit file. [000693] FlyWithLua Core V2.6.2 build Jun 27 2017 15:34:29 succesfully connected to XSquawkBox. [000694] FlyWithLua Info: Lua engine (re)started. LUA_RUN = 3, SDK_VERSION = 210, XPLANE_VERSION = 11050, XPLANE_LANGUAGE = English and XPLANE_HOSTID = 1 [000695] FlyWithLua Info: HID access initialized. [000696] FlyWithLua Info: Discovered 10 HID devices. [000697] FlyWithLua Info: Load ini file. [000698] FlyWithLua Info: Searching for Lua script files [000699] FlyWithLua Info: Sorting Lua script files [000700] FlyWithLua Info: Start loading script file Resources/plugins/FlyWithLua/Scripts/Auto_LOD 1.3.lua [000701] FlyWithLua Error: The DataRef "sim/private/controls/reno/LOD_bias_rat" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000702] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000703] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000704] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000705] FlyWithLua Error: The DataRef "sim/private/controls/reno/aniso_filter" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000706] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000707] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000708] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000709] FlyWithLua Error: The DataRef "sim/private/controls/tex/ortho_boost_factor" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000710] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000711] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000712] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000713] FlyWithLua Error: The DataRef "sim/private/controls/hdr/fsaa_ratio_x" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000714] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000715] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000716] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000717] FlyWithLua Error: The DataRef "sim/private/controls/hdr/fsaa_ratio_y" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000718] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000719] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000720] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000721] FlyWithLua Error: The DataRef "sim/private/controls/hdr/use_post_aa" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000722] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000723] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000724] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000725] FlyWithLua Info: Finished loading script file Resources/plugins/FlyWithLua/Scripts/Auto_LOD 1.3.lua [000726] FlyWithLua Error: The error seems to be inside of script file Resources/plugins/FlyWithLua/Scripts/Auto_LOD 1.3.lua [000727] FlyWithLua Debug Info: Sorry, no debug Info on stack. [000728] FlyWithLua Debug Info: Debug file written to "<>/FlyWithLua_Debug.txt". [000729] 0:08:26.062 I/ATC: Airport flow changed at EGAC! [000730] CurFlow: AUTOGEN: North NewFlow: AUTOGEN: West [000731] 0:08:26.062 I/ATC: Changing EGAC CabState from 0 to 1 [000732] 0:08:26.062 I/ATC: All departures are done at EGAC. Advancing... [000733] 0:08:26.062 I/ATC: Changing EGAC CabState from 1 to 2 [000734] 0:08:26.062 I/ATC: All arrivals are done at EGAC. Advancing... [000735] 0:08:26.062 I/ATC: Changing EGAC CabState from 2 to 0 [000736] 0:08:26.062 I/ATC: Airport flow changed at EGEC! [000737] CurFlow: AUTOGEN: North NewFlow: AUTOGEN: West [000775] FlyWithLua: User forced a script reload. [000776] FlyWithLua Info: Load exit file. [000777] FlyWithLua Core V2.6.2 build Jun 27 2017 15:34:29 succesfully connected to XSquawkBox. [000778] FlyWithLua Info: Lua engine (re)started. LUA_RUN = 4, SDK_VERSION = 210, XPLANE_VERSION = 11050, XPLANE_LANGUAGE = English and XPLANE_HOSTID = 1 [000779] FlyWithLua Info: HID access initialized. [000780] FlyWithLua Info: Discovered 10 HID devices. [000781] FlyWithLua Info: Load ini file. [000782] FlyWithLua Info: Searching for Lua script files [000783] FlyWithLua Info: Sorting Lua script files [000784] FlyWithLua Info: Start loading script file Resources/plugins/FlyWithLua/Scripts/Auto_LOD 1.3.lua [000785] FlyWithLua Error: The DataRef "sim/private/controls/reno/LOD_bias_rat" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000786] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000787] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000788] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000789] FlyWithLua Error: The DataRef "sim/private/controls/reno/aniso_filter" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000790] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000791] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000792] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000793] FlyWithLua Error: The DataRef "sim/private/controls/tex/ortho_boost_factor" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000794] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000795] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000796] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000797] FlyWithLua Error: The DataRef "sim/private/controls/hdr/fsaa_ratio_x" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000798] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000799] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000800] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000801] FlyWithLua Error: The DataRef "sim/private/controls/hdr/fsaa_ratio_y" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000802] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000803] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000804] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000805] FlyWithLua Error: The DataRef "sim/private/controls/hdr/use_post_aa" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [000806] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [000807] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [000808] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [000809] FlyWithLua Info: Finished loading script file Resources/plugins/FlyWithLua/Scripts/Auto_LOD 1.3.lua [000810] FlyWithLua Error: The error seems to be inside of script file Resources/plugins/FlyWithLua/Scripts/Auto_LOD 1.3.lua [000811] FlyWithLua Debug Info: Sorry, no debug Info on stack. [000812] FlyWithLua Debug Info: Debug file written to "<>/FlyWithLua_Debug.txt". [000813] 0:14:05.232 I/WIN: Opened window Settings [000814] [SASL INFO] "mcdu_fpln" --> Set active WPT to EGAA for DetectActualWaypoint reason [000815] [SASL INFO] "mcdu_fpln" --> Set active WPT to EGAA for DetectActualWaypoint reason [000816] [SASL INFO] "mcdu_fpln" --> Set active WPT to LISBO for APT_DEP/DEP_RWY reason [000817] [SASL INFO] "bbox" [000818] [SASL INFO] "bbox" >>> zulu 16:47:24 [000819] [SASL INFO] "bbox" baro alt=243 / rad alt=0 [000820] [SASL INFO] "bbox" air spd=8 / gnd spd=0 / mach=0.01 [000821] [SASL INFO] "bbox" GW=62025 / FOB=6025 / CG=25 [000848] 0:28:50.422 I/ACF: Loading airplane number 0 with Aircraft/320_JARDesign/a320neo.acf [000849] Fetching plugins for E:\X-Plane 11/Aircraft/320_JARDesign/plugins [000850] [000851] CUSTOM DATAREF (float array): jd/light/01 [000852] CUSTOM DATAREF (float array): jd/light/02 [000853] CUSTOM DATAREF (float array): jd/light/03 [000854] CUSTOM DATAREF (float array): jd/light/04 [000855] CUSTOM DATAREF (float array): jd/light/05 [000856] CUSTOM DATAREF (float array): jd/light/06 [000857] CUSTOM DATAREF (float array): jd/light/07 [000862] Loaded: E:\X-Plane 11/Aircraft/320_JARDesign/plugins/320/win.xpl (jardesign.a320neo). [000863] [000864] Loaded: E:\X-Plane 11/Aircraft/320_JARDesign/plugins/diagnost/win.xpl (jardesign.a320diagnostic). [000865] [000866] [SASL] Starting... [000867] X-Plane scriptable avionics library plugin snapshot 2.4.25 20170311 Commercial Edition [000868] Loaded: E:\X-Plane 11/Aircraft/320_JARDesign/plugins/sasl/64/win.xpl (1-sim.sasl). [000869] [000870] !!!! DO INIT plugin start [000871] !!! Init sound done! [000872] Loaded: E:\X-Plane 11/Aircraft/320_JARDesign/plugins/sound/win.xpl (jardesign.openal). [000873] [000874] JARDesign 3D Sound Engine v230516 [000875] Loaded: E:\X-Plane 11/Aircraft/320_JARDesign/plugins/sound3d-1/win.xpl (jardesign.sound3d.custom). [000876] [000877] [SASL] Path to panel: E:\X-Plane 11\Aircraft\320_JARDesign\aircraft.key [000878] [SASL] Loading avionics... [000879] [SASL INFO] loading panel [000880] [SASL INFO] loading fps_ind [000881] [SASL INFO] loading switchLit [000882] [SASL INFO] loading textureLit [000883] [SASL INFO] loading clickable [000884] [SASL INFO] loading toolbar_pwr [001010] FlyWithLua: User switched to a new airport (or changed the plane). Script files have to be reloaded. [001011] FlyWithLua Info: Load exit file. [001012] FlyWithLua Core V2.6.2 build Jun 27 2017 15:34:29 succesfully connected to XSquawkBox. [001013] FlyWithLua Info: Lua engine (re)started. LUA_RUN = 5, SDK_VERSION = 210, XPLANE_VERSION = 11050, XPLANE_LANGUAGE = English and XPLANE_HOSTID = 1 [001014] FlyWithLua Info: HID access initialized. [001015] FlyWithLua Info: Discovered 10 HID devices. [001016] FlyWithLua Info: Load ini file. [001017] FlyWithLua Info: Searching for Lua script files [001018] FlyWithLua Info: Sorting Lua script files [001019] FlyWithLua Info: Start loading script file Resources/plugins/FlyWithLua/Scripts/Auto_LOD 1.3.lua [001020] FlyWithLua Error: The DataRef "sim/private/controls/reno/LOD_bias_rat" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [001021] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [001022] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [001023] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [001024] FlyWithLua Error: The DataRef "sim/private/controls/reno/aniso_filter" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [001025] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [001026] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [001027] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [001028] FlyWithLua Error: The DataRef "sim/private/controls/tex/ortho_boost_factor" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [001029] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [001030] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [001031] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [001032] FlyWithLua Error: The DataRef "sim/private/controls/hdr/fsaa_ratio_x" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [001033] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [001034] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [001035] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [001036] FlyWithLua Error: The DataRef "sim/private/controls/hdr/fsaa_ratio_y" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [001037] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [001038] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [001039] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [001040] FlyWithLua Error: The DataRef "sim/private/controls/hdr/use_post_aa" can not be accessed from FlyWithLua, as it is a private DataRef. Reading or writing private DataRefs is prohibited by Laminar Research. [001041] FlyWithLua Info: Ben Subnik told us this: (Please see http://developer.x-plane.com/2014/05/art-controls-are-an-active-volcano/ for more details.) [001042] FlyWithLua Info: The art controls are not a public interface to make X-Plane add-ons. They are an internal development tool. They are unsupported, undocumented, unsafe, and most importantly subject to change with every patch of X-Plane. [001043] FlyWithLua Info: If you create an add-on that requires reading or writing the art controls, you can expect that your add-on will stop working when X-Plane is updated. When your add-on breaks, please do not complain or file a bug. [001044] FlyWithLua Info: Finished loading script file Resources/plugins/FlyWithLua/Scripts/Auto_LOD 1.3.lua [001045] FlyWithLua Error: The error seems to be inside of script file Resources/plugins/FlyWithLua/Scripts/Auto_LOD 1.3.lua [001046] 0:29:47.555 D/STM: Transitioning from state state_NormalLoading to state_Normal [001047] [SASL INFO] "bbox" [001048] [SASL INFO] "bbox" >>> zulu 17:0:1 [001049] [SASL INFO] "bbox" baro alt=243 / rad alt=0 [001050] [SASL INFO] "bbox" air spd=0 / gnd spd=0 / mach=0 [001051] [SASL INFO] "bbox" GW=48085 / FOB=6500 / CG=25 [001052] [SASL INFO] "bbox" lat wait = NAV [001053] [SASL INFO] "bbox" active wpt = 1 [001054] FlyWithLua Debug Info: Sorry, no debug Info on stack. [001054] FlyWithLua Debug Info: Sorry, no debug Info on stack. [001055] FlyWithLua Debug Info: Debug file written to "<>/FlyWithLua_Debug.txt". *** History of code you entered directly into FlyWithLua *** -- Welcome to FlyWithLua running Lua 5.1 (for more info see SYSTEM, SYSTEM_ARCHITECTURE, XPLANE_VERSION and XPLANE_LANGUAGE). -- Get mouse, keyboard and screen info from MOUSE_X, MOUSE_Y, SCREEN_WIDTH, SCREEN_HIGHT, VKEY and CKEY.