-- FlyWithLua NG v2.7.
19 build Aug 7 2019 10:27:04 Debug File
-- Fri Jan 28 02:47:32 2022
-- Memory in use: 166 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()
fse_interface_info()
*** Every frame loop callback ***
button_sniffer_event_handler()
fse_interface_check()
*** Often loop callback ***
fse_interface_check_often()
*** Sometimes loop callback ***
*** Keystroke callback ***
GetLuaLineFromKeyboard()
keystroke_sniffer_event_handler()
*** Mouse click callback ***
fse_interface_events()
*** Mouse wheel callback ***
*** New METAR callback ***
*** New XSB Text callback ***
*** command callbacks ***
Command --> "FlyWithLua/debugging/enter_code" (0x9cd)
Description--> "enter some Lua code"
Begin --> enter_the_code_line = true
Continue -->
End -->
*** DataRefs stored in Lua variables ***
The DataRef "sim/cockpit2/gauges/indicators/radio_altimeter_height_ft_pilot" is
stored in "datRAlt" (read only, type = float).
The DataRef "sim/flightmodel/position/elevation" is stored in "ELEVATION" (read
only, type = double).
The DataRef "sim/flightmodel/position/groundspeed" is stored in "datGSpd" (read
only, type = float).
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).
*** 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
<<< Macro table element no. 5 is a switch. >>>
name -->"Always show FSE-Interface when on ground"
activate -->gAlwaysShowFseInterfaceOnGround=true
deactivate-->gAlwaysShowFseInterfaceOnGround=false
*** OpenAL sound files are stored in a table ***
No OpenAL sounds created by Lua.
*** All simple global variables Lua knows ***
AIRCRAFT_FILENAME = Alabeo_R66.acf
AIRCRAFT_PATH = G:\X-Plane 11/Aircraft/Helicoopt/Alabeo R66_v3.2/
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 = 647.50063738693
FLT_MAX = 3.4028234663853e+038
INTERNALS_DIRECTORY = G:\X-Plane 11/Resources/plugins/FlyWithLua/Internals/
LATITUDE = -23.231360799955
LONGITUDE = -45.862787195845
LUA_RUN = 2
MD5_CTX = ctype<struct MD5Context>
MODULES_DIRECTORY = G:\X-Plane 11/Resources/plugins/FlyWithLua/Modules/
MOUSE_X = 1532
MOUSE_Y = 33
NUMBER_OF_HID_DEVICES = 8
PLANE_ICAO = AR66
PLANE_TAILNUMBER = PR-EHA
PLUGIN_MAIN_DIRECTORY = G:\X-Plane 11/Resources/plugins/FlyWithLua
QUARANTINE_DIRECTORY = G:\X-Plane 11/Resources/plugins/FlyWithLua/Scripts
(Quarantine)/
SCREEN_HIGHT = 1050
SCREEN_WIDTH = 1680
SCRIPT_DIRECTORY = G:\X-Plane 11/Resources/plugins/FlyWithLua/Scripts/
SDK_VERSION = 303
SUPPORTS_FLOATING_WINDOWS = 1
SYSTEM = IBM
SYSTEM_ARCHITECTURE = 64
SYSTEM_DIRECTORY = G:\X-Plane 11/
XMax = 135
XPLANE_HOSTID = 1
XPLANE_LANGUAGE = Unknown
XPLANE_VERSION = 11550
XPLM_NAV_NOT_FOUND = -1
XSB_METAR = Sorry, no METAR
YMax = 850
_VERSION = Lua 5.1
button_debug_string = No button pressed!
button_sniffer_active = false
display_PH_info = false
enter_the_code_line = false
gAlwaysShowFseInterfaceOnGround = true
keystroke_debug_string = No key pressed!
keystroke_sniffer_active = false
number_of_code_lines_in_history = 2
showCancelC = false
show_memory_heartbeat = false
sol.☢☢ = userdata: 0x7f1457e0
sol.📌 = thread: 0x0b010378
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: 0x0b01a660
DATAREF_META_TABLE = table: 0x0b01a580
_G = table: 0x0b011960
bit = table: 0x0b016d18
code_line_history = table: 0x0b01b788
coroutine = table: 0x0b0137a8
debug = table: 0x0b016700
graphics = table: 0x0b04e838
imgui = table: 0x0b01c2e0
io = table: 0x0b011fb8
jit = table: 0x0b0172d8
math = table: 0x0b015b20
os = table: 0x0b014f90
package = table: 0x0b013b40
string = table: 0x0b015470
table = table: 0x0b014280
*** All global functions Lua knows ***
DO_EVERY_DRAW_CHUNK = function: 0x0b050fe0
DO_EVERY_FRAME_CHUNK = function: 0x0b04b520
DO_ON_KEYSTROKE_CHUNK = function: 0x0b04cb38
DataRef = function: 0x0b012250
DrawFLyWithLuaInputLine = function: 0x0b049170
F1 = function: 0x0b012c70
F2 = function: 0x0b012cd8
F3 = function: 0x0b012cf8
F4 = function: 0x0b012d18
FLYWITHLUA_DEBUG = function: 0x0b01aa60
GetLuaLineFromKeyboard = function: 0x0b047058
MD5Final = function: 0x0b01a478
MD5Init = function: 0x0b01a3e8
MD5STEP = function: 0x0b03fda0
MD5Transform = function: 0x0b01a408
MD5Update = function: 0x0b01a428
XPLMClearFMSEntry = function: 0x0b0189a0
XPLMCountFMSEntries = function: 0x0b01a310
XPLMFindDataRef = function: 0x0b018bb0
XPLMFindFirstNavAidOfType = function: 0x0b01a1a8
XPLMFindLastNavAidOfType = function: 0x0b01a208
XPLMFindNavAid = function: 0x0b01a268
XPLMGetAllMonitorBoundsGlobal = function: 0x0b019460
XPLMGetAllMonitorBoundsOS = function: 0x0b019400
XPLMGetDataRefTypes = function: 0x0b018f20
XPLMGetDatad = function: 0x0b018ca0
XPLMGetDataf = function: 0x0b018c50
XPLMGetDatai = function: 0x0b018c00
XPLMGetDatavf = function: 0x0b018d40
XPLMGetDatavi = function: 0x0b018cf0
XPLMGetDestinationFMSEntry = function: 0x0b018880
XPLMGetDisplayedFMSEntry = function: 0x0b01a368
XPLMGetFMSEntryInfo = function: 0x0b018aa8
XPLMGetFirstNavAid = function: 0x0b01a0f8
XPLMGetMouseLocationGlobal = function: 0x0b0192e8
XPLMGetNavAidInfo = function: 0x0b01a2b8
XPLMGetNextNavAid = function: 0x0b01a150
XPLMGetScreenBoundsGlobal = function: 0x0b0193a0
XPLMGetScreenSize = function: 0x0b019348
XPLMSetDatad = function: 0x0b018e30
XPLMSetDataf = function: 0x0b018de0
XPLMSetDatai = function: 0x0b018d90
XPLMSetDatavf = function: 0x0b018ed0
XPLMSetDatavi = function: 0x0b018e80
XPLMSetDestinationFMSEntry = function: 0x0b018940
XPLMSetDisplayedFMSEntry = function: 0x0b0188e0
XPLMSetFMSEntryInfo = function: 0x0b018a50
XPLMSetFMSEntryLatLon = function: 0x0b0189f8
XPLMSetGraphicsState = function: 0x0b019b30
XPLMSpeakString = function: 0x0b012200
XSBConnect = function: 0x0b0120c8
XSBDisconnect = function: 0x0b012118
XSBLookupATC = function: 0x0b012168
XSBSendFlightplan = function: 0x0b012020
XSBShowFlightplan = function: 0x0b017dc8
XSBSpeakString = function: 0x0b017d78
XSBUserLogin = function: 0x0b012078
XSB_METAR_CALLBACK = function: 0x0b0214d8
activate_macro = function: 0x0b011ee0
add_ATC_macro = function: 0x0b011e40
add_atc_macro = function: 0x0b011e90
add_macro = function: 0x0b011df0
assert = function: builtin#2
bcmp = function: 0x0b03b4a8
bcopy = function: 0x0b03b6b0
begin_classic_mode = function: 0x0b018b00
big_bubble = function: 0x0b0473b8
bin2str = function: 0x0b0420b0
bubble = function: 0x0b047398
button = function: 0x0b0195f8
button_sniffer_event_handler = function: 0x0b04a148
byteReverse = function: 0x0b012c50
bzero = function: 0x0b03bef8
clear_all_axis_assignments = function: 0x0b019598
clear_all_button_assignments = function: 0x0b019538
collectgarbage = function: builtin#27
command_begin = function: 0x0b0197c0
command_end = function: 0x0b019810
command_once = function: 0x0b019770
crash_the_sim = function: 0x0b019860
create_HID_table = function: 0x0b01bc08
create_axis_median = function: 0x0b0186a8
create_command = function: 0x0b018f78
create_dataref_table = function: 0x0b01a640
create_negative_edge_decrement = function: 0x0b0119e8
create_negative_edge_flip = function: 0x0b011aa8
create_negative_edge_increment = function: 0x0b018820
create_negative_edge_trigger = function: 0x0b018760
create_positive_edge_decrement = function: 0x0b011988
create_positive_edge_flip = function: 0x0b011a48
create_positive_edge_increment = function: 0x0b0187c0
create_positive_edge_trigger = function: 0x0b018700
create_switch = function: 0x0b018658
dataref = function: 0x0b012298
dataref_table = function: 0x0b01a620
deactivate_macro = function: 0x0b011f30
define_shared_DataRef = function: 0x0b0122e0
define_shared_dataref = function: 0x0b012338
directory_to_table = function: 0x0b018fc8
do_every_draw = function: 0x0b011cb0
do_every_frame = function: 0x0b011d00
do_often = function: 0x0b011d50
do_on_exit = function: 0x0b050e48
do_on_keystroke = function: 0x0b011bb0
do_on_mouse_click = function: 0x0b011c00
do_on_mouse_wheel = function: 0x0b011c58
do_on_new_XSB_text = function: 0x0b011b58
do_on_new_metar = function: 0x0b011b08
do_sometimes = function: 0x0b011da0
dofile = function: builtin#25
draw_string = function: 0x0b0198b0
draw_string_Helvetica_10 = function: 0x0b0199c0
draw_string_Helvetica_12 = function: 0x0b019960
draw_string_Helvetica_18 = function: 0x0b019900
draw_string_Times_Roman_10 = function: 0x0b019a20
draw_string_Times_Roman_24 = function: 0x0b019a80
end_classic_mode = function: 0x0b018b58
error = function: builtin#19
eventTakeOffWithoutFseFlightStarted = function: 0x0b04c5a0
float_wnd_bring_to_front = function: 0x0b020758
float_wnd_create = function: 0x0b0255c0
float_wnd_destroy = function: 0x0b0205a0
float_wnd_get_dimensions = function: 0x0b0204e8
float_wnd_get_geometry = function: 0x0b020978
float_wnd_get_visible = function: 0x0b0205f8
float_wnd_get_xplm_handle = function: 0x0b020488
float_wnd_is_front = function: 0x0b020700
float_wnd_is_popped = function: 0x0b0206a8
float_wnd_is_vr = function: 0x0b0207b8
float_wnd_load_image = function: 0x0b020548
float_wnd_set_geometry = function: 0x0b020920
float_wnd_set_gravity = function: 0x0b0208c8
float_wnd_set_imgui_builder = function: 0x0b020ce0
float_wnd_set_onclick = function: 0x0b020e18
float_wnd_set_onclose = function: 0x0b020eb0
float_wnd_set_ondraw = function: 0x0b020d80
float_wnd_set_position = function: 0x0b020430
float_wnd_set_positioning_mode = function: 0x0b020868
float_wnd_set_resizing_limits = function: 0x0b020808
float_wnd_set_title = function: 0x0b0255e8
float_wnd_set_visible = function: 0x0b020650
fse_interface_check = function: 0x0b04ffc8
fse_interface_check_often = function: 0x0b0516a0
fse_interface_events = function: 0x0b01a768
fse_interface_info = function: 0x0b03c778
gcinfo = function: builtin#26
get = function: 0x0b019690
get_DataRef_binding = function: 0x0b0123e8
get_dataref_binding = function: 0x0b012390
get_pilots_head = function: 0x0b019100
getfenv = function: builtin#10
getmetatable = function: builtin#8
glBegin_LINES = function: 0x0b019bd8
glBegin_LINE_LOOP = function: 0x0b019c80
glBegin_LINE_STRIP = function: 0x0b019c28
glBegin_POINTS = function: 0x0b019b88
glBegin_POLYGON = function: 0x0b019cd8
glBegin_QUADS = function: 0x0b019e30
glBegin_QUAD_STRIP = function: 0x0b019e80
glBegin_TRIANGLES = function: 0x0b019d28
glBegin_TRIANGLE_FAN = function: 0x0b019dd8
glBegin_TRIANGLE_STRIP = function: 0x0b019d80
glColor3f = function: 0x0b01a010
glColor4f = function: 0x0b01a060
glEnd = function: 0x0b019ed8
glLineWidth = function: 0x0b019fc0
glRectf = function: 0x0b01a0b0
glVertex2f = function: 0x0b019f20
glVertex3f = function: 0x0b019f70
hid_close = function: 0x0b01bd00
hid_get_feature_report = function: 0x0b01bf58
hid_open = function: 0x0b01bc60
hid_open_path = function: 0x0b01bcb0
hid_read = function: 0x0b01bdf8
hid_read_timeout = function: 0x0b01bda0
hid_send_feature_report = function: 0x0b01bea0
hid_send_filled_feature_report = function: 0x0b01bef8
hid_set_nonblocking = function: 0x0b01be48
hid_write = function: 0x0b01bd50
huge_bubble = function: 0x0b0473d8
ipairs = function: builtin#7
keystroke_sniffer_event_handler = function: 0x0b04d188
last_button = function: 0x0b019640
let_sound_loop = function: 0x0b01c140
load = function: builtin#23
load_WAV_file = function: 0x0b01bfb0
load_aircraft = function: 0x0b019248
load_situation = function: 0x0b0191a8
loadfile = function: builtin#22
loadstring = function: builtin#24
logMsg = function: 0x0b0121b8
md5 = function: 0x0b01a4a0
measure_string = function: 0x0b019ae0
memchr = function: 0x0b03a150
memcmp = function: 0x0b03b508
memcpy = function: 0x0b03b4e8
memmove = function: 0x0b03a170
memset = function: 0x0b03b4c8
module = function: 0x0b013ea0
newproxy = function: builtin#28
next = function: builtin#4
pairs = function: builtin#5
pause_sound = function: 0x0b01c0f0
pcall = function: builtin#20
peek = function: 0x0b019020
place_aircraft_at = function: 0x0b019150
play_sound = function: 0x0b01c000
poke = function: 0x0b019068
print = function: 0x0b01a4c0
print_button_sniffer_result = function: 0x0b04bb78
print_keystroke_sniffer_result = function: 0x0b04cb58
printmd5ctx = function: 0x0b01a3c8
rawequal = function: builtin#14
rawget = function: builtin#12
rawset = function: builtin#13
reload_scenery = function: 0x0b019298
replace_WAV_file = function: 0x0b01c288
require = function: 0x0b013ee8
rewind_sound = function: 0x0b01c0a0
save_situation = function: 0x0b0191f8
select = function: builtin#16
set = function: 0x0b0196d8
set_array = function: 0x0b019720
set_axis_assignment = function: 0x0b0194e0
set_button_assignment = function: 0x0b019488
set_pilots_head = function: 0x0b0190b0
set_sound_gain = function: 0x0b01c1e0
set_sound_pitch = function: 0x0b01c190
setfenv = function: builtin#11
setmetatable = function: builtin#9
show_memory_usage = function: 0x0b050de0
show_pilots_head_parameters = function: 0x0b04a128
sol.🔩 = function: 0x0b012a08
stop_sound = function: 0x0b01c050
strcasecmp = function: 0x0b03d208
strchr = function: 0x0b03ebd0
strcmp = function: 0x0b041e40
strcpy = function: 0x0b03eb70
strdup = function: 0x0b03eb50
string_same = function: 0x0b042060
strlcat = function: 0x0b03ebb0
strlcpy = function: 0x0b03eb90
strlen = function: 0x0b03d228
strncasecmp = function: 0x0b03d1e8
strncmp = function: 0x0b03d1c8
strndup = function: 0x0b03eb30
strrchr = function: 0x0b03ebf0
strstr = function: 0x0b03ec10
tonumber = function: builtin#17
tostring = function: builtin#18
type = function: builtin#3
unload_all_sounds = function: 0x0b01c230
unpack = function: builtin#15
xpcall = function: builtin#21
*** We found 8 HID devices ***
ALL_HID_DEVICES[1].vendor_id = 1118 (0x45e)
ALL_HID_DEVICES[1].product_id = 1861 (0x745)
ALL_HID_DEVICES[1].release_number = 1622 (0x656)
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_045e&pid_0745&mi_00#8&3181a49&0&0000#{4d1e55b2-f16f-11cf-88cb-
001111000030}\kbd
ALL_HID_DEVICES[1].serial_number =
ALL_HID_DEVICES[1].manufacturer_string =
ALL_HID_DEVICES[1].product_string =
ALL_HID_DEVICES[1] can be opened by FlyWithLua.
ALL_HID_DEVICES[2].vendor_id = 1118 (0x45e)
ALL_HID_DEVICES[2].product_id = 1861 (0x745)
ALL_HID_DEVICES[2].release_number = 1622 (0x656)
ALL_HID_DEVICES[2].interface_number = 1 (0x1)
ALL_HID_DEVICES[2].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[2].usage = 2 (0x2) Mouse
ALL_HID_DEVICES[2].path = \\?\
hid#vid_045e&pid_0745&mi_01&col01#8&36e76b64&0&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 be opened by FlyWithLua.
ALL_HID_DEVICES[3].vendor_id = 1118 (0x45e)
ALL_HID_DEVICES[3].product_id = 1861 (0x745)
ALL_HID_DEVICES[3].release_number = 1622 (0x656)
ALL_HID_DEVICES[3].interface_number = 1 (0x1)
ALL_HID_DEVICES[3].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[3].usage = 1 (0x1)
ALL_HID_DEVICES[3].path = \\?\
hid#vid_045e&pid_0745&mi_01&col02#8&36e76b64&0&0001#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[3].serial_number =
ALL_HID_DEVICES[3].manufacturer_string =
ALL_HID_DEVICES[3].product_string =
ALL_HID_DEVICES[3] can be opened by FlyWithLua.
ALL_HID_DEVICES[4].vendor_id = 1118 (0x45e)
ALL_HID_DEVICES[4].product_id = 1861 (0x745)
ALL_HID_DEVICES[4].release_number = 1622 (0x656)
ALL_HID_DEVICES[4].interface_number = 2 (0x2)
ALL_HID_DEVICES[4].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[4].usage = 1 (0x1)
ALL_HID_DEVICES[4].path = \\?\
hid#vid_045e&pid_0745&mi_02&col01#8&23b74f26&0&0000#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[4].serial_number =
ALL_HID_DEVICES[4].manufacturer_string =
ALL_HID_DEVICES[4].product_string =
ALL_HID_DEVICES[4] can be opened by FlyWithLua.
ALL_HID_DEVICES[5].vendor_id = 1118 (0x45e)
ALL_HID_DEVICES[5].product_id = 1861 (0x745)
ALL_HID_DEVICES[5].release_number = 1622 (0x656)
ALL_HID_DEVICES[5].interface_number = 2 (0x2)
ALL_HID_DEVICES[5].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[5].usage = 1 (0x1)
ALL_HID_DEVICES[5].path = \\?\
hid#vid_045e&pid_0745&mi_02&col02#8&23b74f26&0&0001#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[5].serial_number =
ALL_HID_DEVICES[5].manufacturer_string =
ALL_HID_DEVICES[5].product_string =
ALL_HID_DEVICES[5] can be opened by FlyWithLua.
ALL_HID_DEVICES[6].vendor_id = 1118 (0x45e)
ALL_HID_DEVICES[6].product_id = 1861 (0x745)
ALL_HID_DEVICES[6].release_number = 1622 (0x656)
ALL_HID_DEVICES[6].interface_number = 2 (0x2)
ALL_HID_DEVICES[6].usage_page = 65468 (0xffbc) Vendor-defined
ALL_HID_DEVICES[6].usage = 136 (0x88)
ALL_HID_DEVICES[6].path = \\?\
hid#vid_045e&pid_0745&mi_02&col03#8&23b74f26&0&0002#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[6].serial_number =
ALL_HID_DEVICES[6].manufacturer_string =
ALL_HID_DEVICES[6].product_string =
ALL_HID_DEVICES[6] can be opened by FlyWithLua.
ALL_HID_DEVICES[7].vendor_id = 1118 (0x45e)
ALL_HID_DEVICES[7].product_id = 1861 (0x745)
ALL_HID_DEVICES[7].release_number = 1622 (0x656)
ALL_HID_DEVICES[7].interface_number = 2 (0x2)
ALL_HID_DEVICES[7].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[7].usage = 128 (0x80) System Control
ALL_HID_DEVICES[7].path = \\?\
hid#vid_045e&pid_0745&mi_02&col04#8&23b74f26&0&0003#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[7].serial_number =
ALL_HID_DEVICES[7].manufacturer_string =
ALL_HID_DEVICES[7].product_string =
ALL_HID_DEVICES[7] can be opened by FlyWithLua.
ALL_HID_DEVICES[8].vendor_id = 0 (0)
ALL_HID_DEVICES[8].product_id = 26246 (0x6686)
ALL_HID_DEVICES[8].release_number = 0 (0)
ALL_HID_DEVICES[8].interface_number = -1 (0xffffffff)
ALL_HID_DEVICES[8].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[8].usage = 5 (0x5) Game Pad
ALL_HID_DEVICES[8].path = \\?\
hid#vid_0000&pid_6686&ig_08#8&3a3f5d74&0&0000#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[8].serial_number =
ALL_HID_DEVICES[8].manufacturer_string =
ALL_HID_DEVICES[8].product_string = Controller (Gamepad)
ALL_HID_DEVICES[8] can be opened by FlyWithLua.
*** Checksum of all Lua files in Scripts directory ***
FSE_Interface.lua = 78a3e7afcb562d060dab97f154997e72 (289 lines)
FlyAgi_Tweak_Utility.lua = 0933cd3c8ef9fa447861ddbb06f24055 (1 lines)
FlyAgi_Tweak_Utility_Static_Override.lua = dee77199d89aca0aaea2d8fe18a01a9c (94
lines)
LandingAnalysis.lua = 33c5f61474c0ca5e84464c98e0b2d351 (413 lines)
XPRealistic.lua = 8635fd9834aa29ad8b9a9f0a56676ff9 (172 lines)
anti rollover brake.lua = 2f2e89ef518ee21d7fcaea7c2247a3f9 (236 lines)
heading speed altitude instrument.lua = 28983463a18bf58123f3dd9107a80065 (218
lines)
nm_differential_brakes.lua = 985be05312c452880f149ca7d2923fe4 (187 lines)
*** All lines containing FlyWithLua and some other information from X-Plane's
Log.txt ***
[000001] log.txt for X-Plane 11.55r2 (build 115501 64-bit
c22f0eb21d049f66fcba233c37e65c845605fc40)
[000002] compiled on Jun 22 2021 17:23:07
[000003] X-Plane started on Fri Jan 28 02:24:31 2022
[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 18363/2)
[000009] This is a 64-bit version of Windows.
[000010] CPU type: 8664
[000011] Physical Memory (total for computer): 8566284288
[000012] Maximum Virtual Memory (for X-Plane only): 140737488224256
[000013] CPU 0: Intel(R) Core(TM) i5-2400S CPU @ 2.50GHz Speed (mhz): 2494
[000014] CPU 0: Intel(R) Core(TM) i5-2400S CPU @ 2.50GHz Speed (mhz): 2494
[000015] CPU 0: Intel(R) Core(TM) i5-2400S CPU @ 2.50GHz Speed (mhz): 2494
[000016] CPU 0: Intel(R) Core(TM) i5-2400S CPU @ 2.50GHz Speed (mhz): 2494
[000017]
[000018] X-System folder:'G:\X-Plane 11/', case sensitive=0
[000019]
[000020] WGL_ARB_buffer_region WGL_ARB_create_context
WGL_ARB_create_context_no_error WGL_ARB_create_context_profile
WGL_ARB_create_context_robustness WGL_ARB_context_flush_control
WGL_ARB_extensions_string WGL_ARB_make_current_read WGL_ARB_multisample
WGL_ARB_pbuffer WGL_ARB_pixel_format WGL_ARB_pixel_format_float
WGL_ARB_render_texture WGL_ATI_pixel_format_float WGL_EXT_colorspace
WGL_EXT_create_context_es_profile WGL_EXT_create_context_es2_profile
WGL_EXT_extensions_string WGL_EXT_framebuffer_sRGB
WGL_EXT_pixel_format_packed_float WGL_EXT_swap_control WGL_EXT_swap_control_tear
WGL_NVX_DX_interop WGL_NV_DX_interop WGL_NV_DX_interop2 WGL_NV_copy_image
WGL_NV_delay_before_swap WGL_NV_float_buffer WGL_NV_multisample_coverage
WGL_NV_multigpu_context WGL_NV_render_depth_texture WGL_NV_render_texture_rectangle
[000021] OpenGL Vendor : NVIDIA Corporation
[000022] OpenGL Render : NVIDIA GeForce GTX 680/PCIe/SSE2
[000023] OpenGL Version : 4.6.0 NVIDIA 472.12 (460/0)
[000024] OpenGL Extensions : GL_AMD_multi_draw_indirect
GL_AMD_seamless_cubemap_per_texture 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_conservative_depth
GL_ARB_compute_shader GL_ARB_compute_variable_group_size
GL_ARB_conditional_render_inverted 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_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced
GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility
GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility
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_gpu_shader_int64
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_parallel_shader_compile
GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters
GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_program_interface_query
GL_ARB_provoking_vertex GL_ARB_query_buffer_object
GL_ARB_robust_buffer_access_behavior GL_ARB_robustness 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_counter_ops
GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding
GL_ARB_shader_clock 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_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_include
GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sparse_buffer
GL_ARB_sparse_texture GL_ARB_spirv_extensions 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_filter_anisotropic 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_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_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc
GL_EXT_texture_env_add 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_Cg_shader 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_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled
GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4
GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays
GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query
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_shader_objects GL_EXT_separate_specular_color
GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs
GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array
GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1
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_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_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB
GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_storage
GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback2
GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit
GL_EXT_window_rectangles GL_EXT_import_sync_object GL_IBM_rasterpos_clip
GL_IBM_texture_mirrored_repeat GL_KHR_context_flush_control GL_KHR_debug
GL_EXT_memory_object GL_EXT_memory_object_win32 GL_EXT_win32_keyed_mutex
GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior
GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_win32 GL_NV_timeline_semaphore
GL_KHR_shader_subgroup GL_KTX_buffer_region GL_NV_alpha_to_coverage_dither_control
GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count
GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_square
GL_NV_command_list GL_NV_compute_program5 GL_NV_conditional_render
GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float
GL_NV_depth_clamp GL_NV_draw_texture GL_NV_draw_vulkan_image
GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility GL_NV_explicit_multisample
GL_NV_feature_query GL_NV_fence GL_NV_float_buffer GL_NV_fog_distance
GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2
GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_gpu_program4
GL_NV_internalformat_sample_query GL_NV_gpu_program4_1 GL_NV_gpu_program5
GL_NV_gpu_program5_mem_extended GL_NV_gpu_program_fp64 GL_NV_gpu_shader5
GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_coverage
GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil
GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering
GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart
GL_NV_query_resource GL_NV_query_resource_tag GL_NV_register_combiners
GL_NV_register_combiners2 GL_NV_shader_atomic_counters GL_NV_shader_atomic_float
GL_NV_shader_buffer_load GL_NV_shader_storage_buffer_object
GL_NV_shader_subgroup_partitioned GL_NV_texgen_reflection GL_NV_texture_barrier
GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_multisample
GL_NV_texture_rectangle GL_NV_texture_rectangle_compressed GL_NV_texture_shader
GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback
GL_NV_transform_feedback2 GL_NV_uniform_buffer_unified_memory
GL_NV_vertex_array_range GL_NV_vertex_array_range2
GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory
GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2
GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NVX_conditional_render
GL_NVX_linked_gpu_multicast GL_NV_gpu_multicast GL_NVX_gpu_multicast2
GL_NVX_progress_fence GL_NVX_gpu_memory_info GL_NVX_multigpu_info
GL_NVX_nvenc_interop GL_NV_shader_thread_group GL_NV_shader_thread_shuffle
GL_KHR_blend_equation_advanced GL_OVR_multiview GL_OVR_multiview2
GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow
GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control
[000025]
[000026] sync/fence : 1
[000027] pbo_avail : 1 frameblit_avail : 1 framebuffer_msaa : 1
[000028] gpu_shad4_avail : 1 shad_lod_avail : 1 array_tex_avail : 1
texture_rg : 1
[000029] tex_float_avail : 1 seamless_avail : 1 drawbuf2_avail : 1
packed_stencil : 1
[000030] framebuffer_srgb : 1 copy_buf_avail : 1 ubo_avail : 1
gshader_avail : 1
[000031] base_vert_avail : 1 tex_multi_avail : 1 depth_float_avail : 1
[000032] instance_avail : 1 tess_avail : 1 viewport_arr : 0
tex_storage : 1
[000033] buf_storage : 1 multi_bind : 1 clip_control : 1
program_binary : 1
[000034] idx in vram : 1
[000035] GLSL version : 4.60 NVIDIA/460
[000036] (16/4096/124/192/32/4096/4096/65536)
[000037]
[000038] anisotropic_avail : 1 timer_avail : 1 tess_avail : 1
geom_avail : 1
[000039] viewport_arr : 0 layer_arr : 0 native_reverse_z : 0
has_reverse_z : 1
[000040] max iso filtering : 16
[000041] max samples : 5
[000042] max texture size : 16384 (hardware limit)
[000043] max tex units : 32
[000044]
[000045] This video card is: DX10 or 11 - With instancing
[000046] Diagnostics : none
[000047]
[000048] CPU count : 4
[000049] 0:00:00.000 I/wmgr: Monitor 0: { 0, 0, 1680, 1050 }
[000050] 0:00:00.000 I/wmgr: Monitor 1: { -137, -1080, 1920, 1080 }
[000051] 0:00:00.000 I/wmgr: Re-building fbos for window 00000186CCCEE3D0
[000052] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/legacy_flat_mapping.xsv with hash:
f66a30a2d61b481172cc9df214b4135
[000053] 0:00:00.000 I/GFX: Loaded archive
Resources/shaders/bin/glsl150/legacy_flat.xsa with hash:
bb8b34dfdccc7abd652f838c37cfa7b
[000054] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/legacy_depth_mapping.xsv with hash:
44a33f1dcbf5f8d640112a20f696f5aa
[000055] 0:00:00.000 I/GFX: Loaded archive
Resources/shaders/bin/glsl150/legacy_depth.xsa with hash:
dd246e217be8a194c9bd5cdfddfe6fa
[000056] 0:00:00.000 I/GFX: Loaded mapping Resources/shaders/bin/blit_mapping.xsv
with hash: 6de0044b74657692166a316fdaaf721
[000057] 0:00:00.000 I/GFX: Loaded archive Resources/shaders/bin/glsl150/blit.xsa
with hash: 351f47255d30f4df276478e51d901213
[000058] 0:00:00.000 I/GFX: Loaded mapping Resources/shaders/bin/font_mapping.xsv
with hash: eb35e8f4bd6f87f1d98c64b8714aee2
[000059] 0:00:00.000 I/GFX: Loaded archive Resources/shaders/bin/glsl150/font.xsa
with hash: d1671b36c2e5aacf7d13d9939c4265
[000060] 0:00:00.000 I/GFX: Loaded mapping Resources/shaders/bin/line3d_mapping.xsv
with hash: 957265e534485ae3e5acef3ca12c48dd
[000061] 0:00:00.000 I/GFX: Loaded archive Resources/shaders/bin/glsl150/line3d.xsa
with hash: 642430e7c7b9dc33e3cdf87595e07bf9
[000062] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/terrain_mapping.xsv with hash: ab61276aa4bfad3c02343ea5e539d
[000063] 0:00:00.000 I/GFX: Loaded archive
Resources/shaders/bin/glsl150/terrain.xsa with hash: 7516feb562a9e25a84c38d5768815
[000064] OpenAL loaded: Resources/dlls/64/openal32.dll
[000065] OpenAL devices: OpenAL Soft
[000066] Open AL default device:OpenAL Soft
[000067] OpenAL vendor : OpenAL Community
[000068] OpenAL renderer : OpenAL Soft
[000069] OpenAL version : 1.1
[000070] OpenAL hardware : OpenAL Soft
[000071] 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
[000072]
[000073] ==== CHANGING LANGUAGE TO: Português. ====
[000074] Fetching plugins for G:\X-Plane 11/Resources/plugins
[000075]
[000076] Loaded: G:\X-Plane 11/Resources/plugins/PluginAdmin/64/win.xpl
(xpsdk.examples.pluginadmin).
[000077]
[000078] Loaded: G:\X-Plane 11/Resources/plugins/FSTrampXP.xpl
(
[email protected]).
[000079]
[000080] My resources directory is: G:\X-Plane 11\Resources\plugins\X-IvAp
Resources\
[000081] X-IvAp: Loaded.
[000082] SoundInit done
[000083] Graphics Init done
[000084] Loaded: G:\X-Plane 11/Resources/plugins/X-IvAp-64.xpl (ivao.xivap).
[000085]
[000086] Loaded: G:\X-Plane 11/Resources/plugins/XGS.xpl (babichev.landspeed).
[000087]
[000088] Loaded: G:\X-Plane 11/Resources/plugins/Air Plugin/64/win.xpl
(air.rietveld.Plugin).
[000089]
[000090] AviTab version 0.3.16
[000091] Loaded: G:\X-Plane 11/Resources/plugins/AviTab/win_x64/AviTab.xpl
(org.solhost.folko.avitab).
[000092]
[000093] 2022-01-28 02:24:36 BetterPushback[xplane.c:539]: This is BetterPushback-
v0.47 libacfutils-(null)
[000094] Loaded: G:\X-Plane 11/Resources/plugins/BetterPushback/64/win.xpl
(skiselkov.BetterPushback).
[000095]
[000096] Loaded: G:\X-Plane 11/Resources/plugins/DataRefEditor/64/win.xpl
(xplanesdk.examples.DataRefEditor).
[000097]
[000098] FlyWithLua: Your system path is G:\X-Plane 11/
[000099] FlyWithLua: System Dir: G:\X-Plane 11/
[000100] FlyWithLua: Plugin Dir: G:\X-Plane 11/Resources/plugins/FlyWithLua
[000101] FlyWithLua: Plugin Scripts Dir: G:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts
[000102] FlyWithLua: Plugin Internals Dir: G:\X-Plane
11/Resources/plugins/FlyWithLua/Internals/
[000103] FlyWithLua: Plugin Modules Dir: G:\X-Plane
11/Resources/plugins/FlyWithLua/Modules/
[000104] FlyWithLua: Plugin Scripts Quarantine Dir: G:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts (Quarantine)/
[000105] FlyWithLua: Plugin Version: 2.7.19 build Aug 7 2019 10:27:04
[000106] Loaded: G:\X-Plane 11/Resources/plugins/FlyWithLua/64/win.xpl
(CarstenLynker.FlyWithLua.NG).
[000107]
[000108] G64: 0.000: Gizmo64 Script Engine v17.06.04 Windows
[000109] G64: 0.000: built: Jun 4 2017, 19:59:57
[000110] Loaded: G:\X-Plane 11/Resources/plugins/Gizmo64.plugin/64/win.xpl
(gizmo.x-plugins.com).
[000111]
[000112] Loaded: G:\X-Plane 11/Resources/plugins/GpsFPLInput/64/win.xpl
(elgroxo.gpsfplinput).
[000113]
[000114] Loaded: G:\X-Plane 11/Resources/plugins/HeadShake/64/win.xpl
(com.simcoders.headshake).
[000115]
[000116] Loaded: G:\X-Plane 11/Resources/plugins/Little Xpconnect/64/win.xpl
(ABarthel.LittleXpconnect.Connect).
[000117]
[000118] Loaded: G:\X-Plane 11/Resources/plugins/PanelbuilderReceiver/64/win.xpl
(Panel Builder Receiver V2.98 (C) 2017 BajuSoftware LLC).
[000119]
[000120] Loaded: G:\X-Plane 11/Resources/plugins/PanelbuilderSender/64/win.xpl
(Panel Builder Sender V2.98 (C) 2017 BajuSoftware LLC).
[000121]
[000122] Loaded: G:\X-Plane 11/Resources/plugins/PauseForMe/64/win.xpl
(br.sp.ualter.junior.PauseForMe).
[000123]
[000124] G:\X-Plane 11/Resources/plugins/PythonInterface/64/win.xpl : Error Code =
126 : N�o foi poss�vel encontrar o m�dulo especificado.
[000125] G:\X-Plane 11/Resources/plugins/PythonInterface/win.xpl : Error Code = 193
: %1 n�o � um aplicativo Win32 v�lido.
[000126] [AOS] [2022-01-28.02:24:36] :> Loading AOS
[000127] [AOS] [2022-01-28.02:25:18] :> Airport loaded successfully
[000128] [AOS] [2022-01-28.02:25:18] :> Weather data loaded successfully
[000129] [AOS] [2022-01-28.02:25:18] :> Registered and loaded flightplan datarefs
[000130] [AOS] [2022-01-28.02:25:18] :> Aircraft data loaded
[000131] Trying to build mipmaps for font G:\X-Plane
11/Resources/plugins/SAM/win_x64/..//fonts/Poppins-Regular.ttf, tex width 1024, tex
height 64, texture data 00000186F76FBC60
[000134] Loaded: G:\X-Plane 11/Resources/plugins/SAM/win_x64/SAM.xpl
(stairportsceneries.plugin.aos).
[000135]
[000136] Loaded: G:\X-Plane 11/Resources/plugins/SimVim/64/win.xpl
(RomanSychev.SimVimCockpit).
[000137]
[000138] Terrain radar plugin: version 1.18.1.0.gb893e1f
[000139] Terrain radar plugin: int ver 101801
[000140] Loaded: G:\X-Plane 11/Resources/plugins/TerrainRadar/64/win.xpl
(drgluck.plugins.terrain_radar).
[000141]
[000142] Loaded: G:\X-Plane 11/Resources/plugins/X-RAAS2/64/win.xpl
(skiselkov.xraas2).
[000143]
[000144] Loaded: G:\X-Plane
11/Resources/plugins/XFirstOfficer/win_x64/XFirstOfficer.xpl (xp.xfo.plugin).
[000145]
[000146] Loaded: G:\X-Plane 11/Resources/plugins/blu_fx/64/win.xpl
(de.bwravencl.blu_fx).
[000147]
[000148] Loaded: G:\X-Plane 11/Resources/plugins/ivao_pilot/64/win.xpl
(aero.ivao.software.pilot.connectors.xpl).
[000149]
[000150] 2022-01-28 02:25:19 librain[plugin.c:590]: This is librain (v0.10)
libacfutils-3babedf
[000151] Loaded: G:\X-Plane
11/Resources/plugins/librain.plugin/win_x64/librain.plugin.xpl (skiselkov.librain).
[000152]
[000153] Loaded: G:\X-Plane 11/Resources/plugins/xPilot/win_x64/xPilot.xpl
(org.jshannon.xpilot).
[000154]
[000155] G:\X-Plane 11\Resources\plugins\X-IvAp Resources\Doc8643.txt returned
valid fp
[000156] I found now9-9 files to load
[000157] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Airbus' could not be opened. Error was: No such file or directory.
[000158] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Boeing' could not be opened. Error was: No such file or directory.
[000159] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_GA' could not be opened. Error was: No such file or directory.
[000160] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Heli' could not be opened. Error was: No such file or directory.
[000161] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Jets' could not be opened. Error was: No such file or directory.
[000162] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Leipzig_Air_VA' could not be opened. Error was: No such file or directory.
[000163] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Mil' could not be opened. Error was: No such file or directory.
[000164] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Props' could not be opened. Error was: No such file or directory.
[000165] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Repaints' could not be opened. Error was: No such file or directory.
[000166] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Airbus' could not be opened. Error was: No such file or directory.
[000167] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Boeing' could not be opened. Error was: No such file or directory.
[000168] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_GA' could not be opened. Error was: No such file or directory.
[000169] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Heli' could not be opened. Error was: No such file or directory.
[000170] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Jets' could not be opened. Error was: No such file or directory.
[000171] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Leipzig_Air_VA' could not be opened. Error was: No such file or directory.
[000172] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Mil' could not be opened. Error was: No such file or directory.
[000173] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Props' could not be opened. Error was: No such file or directory.
[000174] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Repaints' could not be opened. Error was: No such file or directory.
[000175] X-IvAp: Enabled.
[000176] 2022-01-28 02:25:19 BetterPushback[xplane.c:184]: Failed to hide default
X-Plane 11 tug: backup tug file already exists.
[000177] G64: 42.808: Boot Count: 1
[000178] G64: 43.440: Plugin Enabled.
[000179] [AOS] [2022-01-28.02:25:19] :> Menu items loaded
[000180] [AOS] [2022-01-28.02:25:19] :> Loaded SAM
[000181] [AOS] [2022-01-28.02:25:19] :> Loading plugin windows
[000182] [AOS] [2022-01-28.02:25:20] :> AOS window loaded
[000183] [AOS] [2022-01-28.02:25:20] :> Colors and seasons window loaded
[000190] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Airbus' could not be opened. Error was: No such file or directory.
[000191] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Boeing' could not be opened. Error was: No such file or directory.
[000192] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_GA' could not be opened. Error was: No such file or directory.
[000193] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Heli' could not be opened. Error was: No such file or directory.
[000194] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Jets' could not be opened. Error was: No such file or directory.
[000195] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Leipzig_Air_VA' could not be opened. Error was: No such file or directory.
[000196] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Mil' could not be opened. Error was: No such file or directory.
[000197] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Props' could not be opened. Error was: No such file or directory.
[000198] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Repaints' could not be opened. Error was: No such file or directory.
[000199] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Airbus' could not be opened. Error was: No such file or directory.
[000200] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Boeing' could not be opened. Error was: No such file or directory.
[000201] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_GA' could not be opened. Error was: No such file or directory.
[000202] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Heli' could not be opened. Error was: No such file or directory.
[000203] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Jets' could not be opened. Error was: No such file or directory.
[000204] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Leipzig_Air_VA' could not be opened. Error was: No such file or directory.
[000205] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Mil' could not be opened. Error was: No such file or directory.
[000206] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Props' could not be opened. Error was: No such file or directory.
[000207] XSB WARNING: package 'G:\X-Plane 11\Resources\plugins\X-IvAp Resources\
CSL\BB_Repaints' could not be opened. Error was: No such file or directory.
[000208] WARNING: XSquawkBox did not acquire multiplayer planes!!
[000209] Found stats plugin: 8
[000210] I found the following scenery packages (prioritized in this order):
[000211] 0 Custom Scenery/zOrtho4XP_+00-050/
[000212] 1 Custom Scenery/zOrtho4XP_+00-053/
[000213] 2 Custom Scenery/zOrtho4XP_+00-054/
[000214] 3 Custom Scenery/zOrtho4XP_+00-055/
[000215] 4 Custom Scenery/zOrtho4XP_+00-056/
[000216] 5 Custom Scenery/zOrtho4XP_+00-057/
[000217] 6 Custom Scenery/zOrtho4XP_+00-058/
[001081] 0:00:00.000 D/HID: HID Bridge Running
[001082] 0:00:48.959 I/NAVT: Airspaces are done loading async...
[001083] Fetching plugins for Custom Scenery/SBSP_2.0/plugins
[001084]
[001085] Loaded: Custom Scenery/SBSP_2.0/plugins/GroundTraffic/64/win.xpl
(Marginal.GroundTraffic.SBSP_2.0).
[001086]
[001087] 0:00:50.718 I/SCN: Updated Navdata from your provider has an outdated
format. You should download navdata made for X-Plane 11.50 or later.
[001088] 0:00:50.718 I/GFX: Loaded mapping
Resources/shaders/bin/cube_filter_mapping.xsv with hash:
33a101719a461739a854b3b91e2e8fb
[001089] 0:00:50.718 I/GFX: Loaded archive
Resources/shaders/bin/glsl150/cube_filter.xsa with hash:
b020b0f81a6746f035cc93140d6c5bf
[001090] 0:00:50.718 I/GFX: Loaded mapping
Resources/shaders/bin/ground_lights_mapping.xsv with hash:
efcb9dd432f7b8f41e1e501691f38a6
[001091] 0:00:50.718 I/GFX: Loaded archive
Resources/shaders/bin/glsl150/ground_lights.xsa with hash:
3b175ead61ba2249f09ee56e514731
[001092] 0:00:50.718 I/GFX: Loaded mapping Resources/shaders/bin/light_mapping.xsv
with hash: a33261499add38908e4edee55486b85
[001093] 0:00:50.718 I/GFX: Loaded archive Resources/shaders/bin/glsl150/light.xsa
with hash: d9faeea343fc8e3bb135fd136c3f8b0
[001094] 0:00:50.718 I/REN: Setting texture resolution read from prefs as 4
[001126] 0:01:05.171 D/HID: Hardware ADDED(0000, 6686) - Controller (Gamepad) at
path \\?\hid#vid_0000&pid_6686&ig_08#8&3a3f5d74&0&0000#{4d1e55b2-f16f-11cf-88cb-
001111000030}
[001127] 0:01:05.171 I/JOY: REGISTER Joystick device: Controller (Gamepad) -
VID:0PID:26246, this is a familiar device.
[001128] 0:01:05.171 D/HID: BUTTON Added Index: 0 (HID_Page_Button/01) for
handle: 000001868B915AC0
[001129] 0:01:05.171 D/HID: BUTTON Added Index: 1 (HID_Page_Button/02) for
handle: 000001868B915AC0
[001130] 0:01:05.171 D/HID: BUTTON Added Index: 2 (HID_Page_Button/03) for
handle: 000001868B915AC0
[001131] 0:01:05.171 D/HID: BUTTON Added Index: 3 (HID_Page_Button/04) for
handle: 000001868B915AC0
[001132] 0:01:05.171 D/HID: BUTTON Added Index: 4 (HID_Page_Button/05) for
handle: 000001868B915AC0
[001133] 0:01:05.171 D/HID: BUTTON Added Index: 5 (HID_Page_Button/06) for
handle: 000001868B915AC0
[001134] 0:01:05.171 D/HID: BUTTON Added Index: 6 (HID_Page_Button/07) for
handle: 000001868B915AC0
[001135] 0:01:05.171 D/HID: BUTTON Added Index: 7 (HID_Page_Button/08) for
handle: 000001868B915AC0
[001136] 0:01:05.171 D/HID: BUTTON Added Index: 8 (HID_Page_Button/09) for
handle: 000001868B915AC0
[001137] 0:01:05.171 D/HID: BUTTON Added Index: 9 (HID_Page_Button/0a) for
handle: 000001868B915AC0
[001138] 0:01:05.171 D/HID: AXIS Added Index: 0
(HID_Page_GenericDesktop/HID_Usage_GD_Y) for handle: 000001868B915AC0. Min/Max 0 -
65535
[001139] 0:01:05.171 D/HID: AXIS Added Index: 1
(HID_Page_GenericDesktop/HID_Usage_GD_X) for handle: 000001868B915AC0. Min/Max 0 -
65535
[001140] 0:01:05.171 D/HID: AXIS Added Index: 2
(HID_Page_GenericDesktop/HID_Usage_GD_Ry) for handle: 000001868B915AC0. Min/Max 0 -
65535
[001141] 0:01:05.171 D/HID: AXIS Added Index: 3
(HID_Page_GenericDesktop/HID_Usage_GD_Rx) for handle: 000001868B915AC0. Min/Max 0 -
65535
[001142] 0:01:05.171 D/HID: AXIS Added Index: 4
(HID_Page_GenericDesktop/HID_Usage_GD_Z) for handle: 000001868B915AC0. Min/Max 0 -
65535
[001143] 0:01:05.171 D/HID: HATSWITCH Added Index: 0
(HID_Page_GenericDesktop/HID_Usage_GD_Hatswitch) for handle: 000001868B915AC0. It
has 8 positions.
[001144] 0:01:05.171 D/HID: END HARDWARE
[001145] 0:01:05.171 E/JOY: UNCALIBRATED AXIS DETECTED: Controller (Gamepad)
(VID:0PID:26246) Axis #3, assigned to joy_use_none, has an expected min/max range
of [0.000000, 65535.000000], but is calibrated for [0.500008, 0.500008]. You should
recalibrate the device in the Settings menu.
[001146] 0:01:05.171 E/JOY: UNCALIBRATED AXIS DETECTED: Controller (Gamepad)
(VID:0PID:26246) Axis #4, assigned to joy_use_none, has an expected min/max range
of [0.000000, 65535.000000], but is calibrated for [0.500008, 0.500008]. You should
recalibrate the device in the Settings menu.
[001147] 0:01:05.171 D/STM: Transitioning from state state_InitialLoading to
state_QuickFlightWizard
[001148] 0:01:05.171 I/WIN: Showing subscreen Main Menu
[001149] 0:01:05.171 I/OVR: User is entering the holodeck.
[001150] 0:01:05.171 I/WIN: Opened window Primary V11 UI
[001151] 0:01:06.042 I/NAVT: Airways are done loading async...
[001152] 0:01:06.042 I/NAVT: All navt data is done loading async...
[001153] 0:01:18.600 W/JOY: Warning about unconfigured joystick(s):
[001155] 0:01:18.600 I/JOY: All known joystick(s):
[001156] 0:01:18.600 W/JOY: Controller (Gamepad) (000001868B915AC0)
[001157] 0:01:32.461 I/OVR: User is leaving the holodeck.
[001158] 0:01:32.461 I/FCG: Applying changes from Flight Configuration screen
[001159] 0:01:32.461 I/FCG: Starting new flight in Aircraft/Helicoopt/Alabeo
R66_v3.2/Alabeo_R66.acf at Helipad H1N
[001160] 0:01:32.562 W/ATC: Found overlapping airports with overlapping controller
freqs at SBUL and SBUL!
[001161] 0:01:32.562 W/ATC: Found overlapping airports with overlapping controller
freqs at SBSO and SBSO!
[001162] 0:01:32.562 W/ATC: Found overlapping airports with overlapping controller
freqs at SDJD and SBJD!
[001163] 0:01:32.562 W/ATC: Found overlapping airports with overlapping controller
freqs at HEAZ and HECA!
[001164] 0:01:32.562 W/ATC: Found overlapping airports with overlapping controller
freqs at KBIF and KELP!
[001220] 0:01:35.546 I/ACF: Loading airplane number 0 with
Aircraft/Helicoopt/Alabeo R66_v3.2/Alabeo_R66.acf
[001221] G64: 94.855: Aircraft File: (Aircraft/Helicoopt/Alabeo
R66_v3.2/Alabeo_R66.acf)
[001222] G64: 94.867: MD5 Hash: (e8fb442201e5d7889baa172807644ba7)
[001223] G64: 94.867: Description: (Robinson R66 for X-plane 10)
[001224] G64: 94.867: Author: (Alabeo)
[001225] G64: 94.867: Plugin Mode: Community Edition
[001226] G64: 94.873: Boot Count: 2
[001227] [AOS] [2022-01-28.02:26:12] :> Weather data loaded successfully
[001228] Terrain radar plugin: read settings
[001229] Terrain radar plugin: aircraft description is "Robinson R66 for X-plane
10"
[001233] Loaded: G:\X-Plane 11/Aircraft/Helicoopt/Alabeo
R66_v3.2/plugins/XPScrollWheel/64/win.xpl (thranda.window.scrollwheel).
[001234]
[001235] [SASL] Starting...
[001236] X-Plane scriptable avionics library plugin snapshot 2.4.0 20151116
[001237] Loaded: G:\X-Plane 11/Aircraft/Helicoopt/Alabeo
R66_v3.2/plugins/sasl/64/win.xpl (1-sim.sasl).
[001238]
[001239] [SASL] Path to panel: G:\X-Plane 11\Aircraft\Helicoopt\Alabeo R66_v3.2\
avionics.lua
[001240] [SASL] Loading avionics...
[001241] [SASL INFO] loading panel
[001242] [SASL INFO] including Custom Avionics/Datarefs.lua
[001243] [SASL INFO] including Custom Avionics/DRFS/THDRFS.lua
[001244] [SASL INFO] including Custom Avionics/DRFS/XPDRFS.lua
[001245] [SASL INFO] including Custom Avionics/DRFS/XPCMNDS.lua
[001246] [SASL INFO] loading views
[001312] FlyWithLua: User switched to a new airport (or changed the plane). Script
files have to be reloaded.
[001313] FlyWithLua: Found fwl_prefs.ini in the FlyWithLua plugin path and it is
[001314] ./Resources/plugins/FlyWithLua/fwl_prefs.ini
[001315] FlyWithLua Info: Lua engine (re)started. LUA_RUN =1, SDK_VERSION = 303,
XPLANE_VERSION = 11550, XPLANE_LANGUAGE = Unknown and XPLANE_HOSTID = 1
[001316] FlyWithLua Info: HID access initialized.
[001317] FlyWithLua Info: FlyWithLua.ini full path
[001318] G:\X-Plane 11/Resources/plugins/FlyWithLua/Internals/FlyWithLua.ini
[001319] FlyWithLua Info: Discovered 8 HID devices.
[001320] FlyWithLua Info: Initial assignments successfully saved.
[001321] FlyWithLua Info: Load ini file.
[001322] FlyWithLua Info: Searching for Lua script files
[001323] FlyWithLua Info: Sorting Lua script files
[001324] FlyWithLua Info: Start loading script file G:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/FSE_Interface.lua
[001325] FlyWithLua Error: The DataRef "fse/status/connected" does not exist.
[001326] FlyWithLua Error: The DataRef "fse/status/flying" does not exist.
[001327] FlyWithLua Error: The DataRef "fse/status/canendflight" does not exist.
[001328] FlyWithLua Error: The DataRef "fse/status/leasetime" does not exist.
[001329] FlyWithLua Error: The DataRef "fse/status/flighttime" does not exist.
[001330] FlyWithLua Info: Finished loading script file G:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/FSE_Interface.lua
[001331] FlyWithLua Error: The error seems to be inside of script file G:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/FSE_Interface.lua
[001332] FlyWithLua Info: Could not move bad script to G:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts (Quarantine)/FSE_Interface.lua
[001333] FlyWithLua Info: Loading time for all scripts is 1.368 sec.
[001334] [AOS] [2022-01-28.02:29:01] :> Weather data loaded successfully
[001335] 2022-01-28 02:29:01 X-RAAS v2.1[init_msg.c:178]: X-RAAS: auto-disabled:
aircraft is a helicopter.
[001336] 0:04:25.757 I/OVR: Reading VR conf file: Aircraft/Helicoopt/Alabeo
R66_v3.2/Alabeo_R66_vrconfig.txt
[001337] 0:04:25.757 W/VRCONFIG: Could not find vr config file:
Aircraft/Helicoopt/Alabeo R66_v3.2/Alabeo_R66_vrconfig.txt
[001338] 0:04:25.757 W/VRCONFIG: VR Config data file for Aircraft/Helicoopt/Alabeo
R66_v3.2/Alabeo_R66_vrconfig.txt is not valid!
[001339] 0:04:25.757 W/MANIPS: Could not find vr config file:
Aircraft/Helicoopt/Alabeo R66_v3.2/Alabeo_R66_vrconfig.txt
[001340] 0:04:25.757 W/MANIPS: VR Manips file for Aircraft/Helicoopt/Alabeo
R66_v3.2/Alabeo_R66_vrconfig.txt is not valid!
[001341] 0:04:25.757 E/ACF:
--------------------------------------------------------------------------------
[001342] 0:04:25.757 E/ACF: Loading error report for Aircraft/Helicoopt/Alabeo
R66_v3.2/Alabeo_R66.acf
[001360] 0:04:25.757 I/ACF: Loading airplane number 1 with Aircraft/Laminar
Research/Boeing B747-400/747-400.acf
[001361] [AOS] [2022-01-28.02:29:03] :> Weather data loaded successfully
[001362] 2022-01-28 02:29:12 X-RAAS v2.1[init_msg.c:178]: X-RAAS: auto-disabled:
aircraft is a helicopter.
[001363] 0:04:29.156 I/FLT: Init dat_p1 type:loc_general_area lat:-24.004678 lon:-
45.705666 ele(ft):32214.499892 psi:257.791077 spd(kts):178.820000
[001364] 0:04:29.156 I/FM: Experimental flight model is active.
[001365] 0:04:29.156 I/FCG: Loading AI aircraft Aircraft/Laminar Research/Baron
B58/Baron_58.acf
[001366] 0:04:29.156 I/ACF: Loading airplane number 2 with Aircraft/Laminar
Research/Baron B58/Baron_58.acf
[001367] [AOS] [2022-01-28.02:29:39] :> Weather data loaded successfully
[001368] 0:05:03.614 I/SND: This aircraft is using FMOD in PARTIAL mode.
[001369] 2022-01-28 02:29:45 X-RAAS v2.1[init_msg.c:178]: X-RAAS: auto-disabled:
aircraft is a helicopter.
[001370] 0:05:03.614 I/FLT: Init dat_p2 type:loc_general_area lat:-22.538309 lon:-
45.357074 ele(ft):4813.617733 psi:163.327744 spd(kts):132.897565
[001371] 0:05:03.614 I/FM: Experimental flight model is active.
[001372] 0:05:13.591 I/WIN: Opened window menu bar
[001373] [SASL ERROR] Error drawing panel: ...icoopt\Alabeo R66_v3.2/Custom
Avionics/GTX327/GTX327.lua:89: attempt to concatenate field 'Cseconds' (a nil
value)
[001374] [SASL ERROR] Error drawing panel: ...icoopt\Alabeo R66_v3.2/Custom
Avionics/GTX327/GTX327.lua:89: attempt to concatenate field 'Cseconds' (a nil
value)
[001375] [SASL ERROR] Error drawing panel: ...icoopt\Alabeo R66_v3.2/Custom
Avionics/GTX327/GTX327.lua:89: attempt to concatenate field 'Cseconds' (a nil
value)
[004078] FlyWithLua Info: Searching for Lua quarantined script files
[004079] xPilot: No valid CSL Paths configured, verify Settings > CSL
[004080] XP - GL supports anisoptropic filtering.
[004081] G:\X-Plane 11/Resources/plugins/xPilot/Resources/Doc8643.txt returned
valid fp
[004082] XP: Loading package: /A319/xsb_aircraft.txt
[004083] XP WARNING: Parse Error in file /A319/xsb_aircraft.txt line 4.
[004084] OBJ8 GLASS YES A319:A319fCFMfan.obj.
[004085] XP WARNING: valid OBJ8 part types are LIGHTS or SOLID. Got GLASS.
[004086] XP WARNING: Parse Error in file /A319/xsb_aircraft.txt line 5.
[004087] OBJ8 SOLID YES A319:A319f_CFM.obj AIB2.png A319f_LIT.png.
[004088] XP INFO: OBJ8 command takes only 3 arguments, rest ignored.
[004089] XP --- Parsing '/A319/xsb_aircraft.txt':
[004090] XP: Following message suppresed 267 time(s): INFO: OBJ8 command takes only
3 arguments, rest ignored.
[004091] XP: Following message suppresed 214 time(s): WARNING: valid OBJ8 part
types are LIGHTS or SOLID.
[004092] XP ---
[004093] WARNING: XPILOT did not acquire multiplayer planes!!
[004094] Without multiplayer plane control, we cannot fake TCAS or render ACF
aircraft!
[004095] Make sure you remove any plugins that control multiplayer aircraft if
you want these features to work
[004096] xPilot: Multiplayer planes acquired
[004097] xPilot: xPilot Plugin Started (Version 1.0.2.0). Port 45001
[004098] FlyWithLua Debug Info: Sorry, no debug Info on stack.
[004099] FlyWithLua Debug Info From Plugin: SystemPath "G:\X-Plane 11/"
[004100] FlyWithLua Debug Info: Debug file written to "G:\X-Plane
11/FlyWithLua_Debug.txt"
[004101] FlyWithLua Debug Info: Plugin Main directory = G:\X-Plane
11/Resources/plugins/FlyWithLua
[004102] FlyWithLua Debug Info: Script directory = G:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/
[004103] FlyWithLua Debug Info: Internals directory = G:\X-Plane
11/Resources/plugins/FlyWithLua/Internals/
[004104] FlyWithLua Debug Info: Modules directory = G:\X-Plane
11/Resources/plugins/FlyWithLua/Modules/
[004105] FlyWithLua Debug Info: Debug file written to "<<x-plane
dir>>/FlyWithLua_Debug.txt".
[004106] Vulkan Layers : VK_LAYER_NV_optimus (1), VK_LAYER_OBS_HOOK (1)
[004107] 0:08:47.388 I/OVR: User is entering the holodeck.
[004108] 0:08:47.388 I/WIN: Opened window Settings
[004109] 0:08:55.834 I/JOY: Controller (Gamepad) Axis 0 assigned to joy_use_ptch
[004110] 0:09:01.651 I/JOY: Controller (Gamepad) Axis 1 assigned to joy_use_roll
[004111] 0:09:12.854 I/JOY: Controller (Gamepad) Axis 4 assigned to joy_use_hdng
[004112] 0:11:26.980 I/OVR: User is leaving the holodeck.
[004113] 0:11:55.984 I/OVR: User is entering the holodeck.
[004114] 0:11:55.984 I/WIN: Opened window Settings
[004115] 0:14:39.081 I/OVR: User is leaving the holodeck.
[004116] 0:15:18.416 I/OVR: User is entering the holodeck.
[004117] 0:15:18.416 I/WIN: Opened window Settings
[004118] 0:16:31.610 I/OVR: User is leaving the holodeck.
[004119] [SASL] Path to panel: G:\X-Plane 11\Aircraft\Helicoopt\Alabeo R66_v3.2\
avionics.lua
[004120] [SASL] Loading avionics...
[004185] FlyWithLua: User switched to a new airport (or changed the plane). Script
files have to be reloaded.
[004186] FlyWithLua: Found fwl_prefs.ini in the FlyWithLua plugin path and it is
[004187] ./Resources/plugins/FlyWithLua/fwl_prefs.ini
[004188] FlyWithLua Info: Load exit file.
[004189] FlyWithLua Info: Lua engine (re)started. LUA_RUN =2, SDK_VERSION = 303,
XPLANE_VERSION = 11550, XPLANE_LANGUAGE = Unknown and XPLANE_HOSTID = 1
[004190] FlyWithLua Info: HID access initialized.
[004191] FlyWithLua Info: FlyWithLua.ini full path
[004192] G:\X-Plane 11/Resources/plugins/FlyWithLua/Internals/FlyWithLua.ini
[004193] FlyWithLua Info: Discovered 8 HID devices.
[004194] FlyWithLua Info: Load ini file.
[004195] FlyWithLua Info: Searching for Lua script files
[004196] FlyWithLua Info: Sorting Lua script files
[004197] FlyWithLua Info: Start loading script file G:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/FSE_Interface.lua
[004198] FlyWithLua Error: The DataRef "fse/status/connected" does not exist.
[004199] FlyWithLua Error: The DataRef "fse/status/flying" does not exist.
[004200] FlyWithLua Error: The DataRef "fse/status/canendflight" does not exist.
[004201] FlyWithLua Error: The DataRef "fse/status/leasetime" does not exist.
[004202] FlyWithLua Error: The DataRef "fse/status/flighttime" does not exist.
[004203] FlyWithLua Info: Finished loading script file G:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/FSE_Interface.lua
[004204] FlyWithLua Error: The error seems to be inside of script file G:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/FSE_Interface.lua
[004205] FlyWithLua Info: Could not move bad script to G:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts (Quarantine)/FSE_Interface.lua
[004206] FlyWithLua Info: Loading time for all scripts is 0.159 sec.
[004207] [AOS] [2022-01-28.02:47:14] :> Weather data loaded successfully
[004208] 2022-01-28 02:47:14 X-RAAS v2.1[init_msg.c:178]: X-RAAS: auto-disabled:
aircraft is a helicopter.
[004209] 0:22:40.408 I/OVR: Reading VR conf file: Aircraft/Helicoopt/Alabeo
R66_v3.2/Alabeo_R66_vrconfig.txt
[004210] 0:22:40.408 W/VRCONFIG: Could not find vr config file:
Aircraft/Helicoopt/Alabeo R66_v3.2/Alabeo_R66_vrconfig.txt
[004211] 0:22:40.408 W/VRCONFIG: VR Config data file for Aircraft/Helicoopt/Alabeo
R66_v3.2/Alabeo_R66_vrconfig.txt is not valid!
[004212] 0:22:40.408 W/MANIPS: Could not find vr config file:
Aircraft/Helicoopt/Alabeo R66_v3.2/Alabeo_R66_vrconfig.txt
[004213] 0:22:40.408 W/MANIPS: VR Manips file for Aircraft/Helicoopt/Alabeo
R66_v3.2/Alabeo_R66_vrconfig.txt is not valid!
[004214] 0:22:40.408 I/FCG: Loading AI aircraft Aircraft/Laminar Research/Cirrus
SF-50/CirrusSF50.acf
[004215] 0:22:40.408 I/ACF: Loading airplane number 1 with Aircraft/Laminar
Research/Cirrus SF-50/CirrusSF50.acf
[004215] 0:22:40.408 I/ACF: Loading airplane number 1 with Aircraft/Laminar
Research/Cirrus SF-50/CirrusSF50.acf
[004216] [AOS] [2022-01-28.02:47:15] :> Weather data loaded successfully
[004217] 2022-01-28 02:47:18 X-RAAS v2.1[init_msg.c:178]: X-RAAS: auto-disabled:
aircraft is a helicopter.
[004218] 0:22:41.354 I/FLT: Init dat_p1 type:loc_general_area lat:-23.844474 lon:-
45.408423 ele(ft):31978.721562 psi:347.936646 spd(kts):132.557164
[004219] 0:22:41.354 I/FM: Experimental flight model is active.
[004220] 0:22:41.354 I/FCG: Loading AI aircraft Aircraft/Laminar Research/Sikorsky
S-76/S-76C.acf
[004221] 0:22:41.354 I/ACF: Loading airplane number 2 with Aircraft/Laminar
Research/Sikorsky S-76/S-76C.acf
[004222] [AOS] [2022-01-28.02:47:26] :> Weather data loaded successfully
[004223] 2022-01-28 02:47:30 X-RAAS v2.1[init_msg.c:178]: X-RAAS: auto-disabled:
aircraft is a helicopter.
[004224] 0:22:52.271 I/FLT: Init dat_p2 type:loc_general_area lat:-23.506732 lon:-
46.665442 ele(ft):11316.566053 psi:218.766434 spd(kts):25.704828
[004225] 0:22:52.271 I/FM: Experimental flight model is active.
[004226] 0:22:52.271 I/OVR: User is leaving the holodeck.
[004227] FlyWithLua Debug Info: Sorry, no debug Info on stack.
[004228] FlyWithLua Debug Info From Plugin: SystemPath "G:\X-Plane 11/"
[004229] FlyWithLua Debug Info: Debug file written to "G:\X-Plane
11/FlyWithLua_Debug.txt"
[004230] FlyWithLua Debug Info: Plugin Main directory = G:\X-Plane
11/Resources/plugins/FlyWithLua
[004231] FlyWithLua Debug Info: Script directory = G:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/
[004232] FlyWithLua Debug Info: Internals directory = G:\X-Plane
11/Resources/plugins/FlyWithLua/Internals/
[004233] FlyWithLua Debug Info: Modules directory = G:\X-Plane
11/Resources/plugins/FlyWithLua/Modules/
[004234] FlyWithLua Debug Info: Debug file written to "<<x-plane
dir>>/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.