-- FlyWithLua NG v2.7.
37 build Feb 9 2023 07:42:06 Debug File
-- Fri Oct 25 13:54:40 2024
-- Memory in use: 1236 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()
MyHelloWorld()
*** Every frame loop callback ***
button_sniffer_event_handler()
catering_1_anim()
catering_2_anim()
catering_3_anim()
catering_4_anim()
loader_1_anim()
loader_2_anim()
loader_3_anim()
loader_4_anim()
stair_1_anim()
stair_2_anim()
stair_3_anim()
stair_4_anim()
*** Often loop callback ***
automatic()
execute_service_objects()
*** Sometimes loop callback ***
*** Keystroke callback ***
GetLuaLineFromKeyboard()
keystroke_sniffer_event_handler()
*** Mouse click callback ***
*** Mouse wheel callback ***
*** New METAR callback ***
*** New XSB Text callback ***
*** command callbacks ***
Command --> "FlyWithLua/debugging/enter_code" (0xb14)
Description--> "enter some Lua code"
Begin --> enter_the_code_line = true
Continue -->
End -->
Command --> "FlyWithLua/Simple_Ground_Service/toggle_menu" (0xb15)
Description--> "open/close window"
Begin --> toggle_sgs_menu()
Continue -->
End -->
*** DataRefs stored in Lua variables ***
The DataRef "AirbusFBW/BulkDoor" is stored in "cargo3" (read only, type = float).
The DataRef "AirbusFBW/CargoDoorArray" is stored in "cargo1" (read only, type =
float array, index = 0).
The DataRef "AirbusFBW/CargoDoorArray" is stored in "cargo2" (read only, type =
float array, index = 1).
The DataRef "AirbusFBW/PaxDoorArray" is stored in "doorL1" (read only, type = float
array, index = 0).
The DataRef "AirbusFBW/PaxDoorArray" is stored in "doorR1" (read only, type = float
array, index = 1).
The DataRef "AirbusFBW/PaxDoorArray" is stored in "doorL2" (read only, type = float
array, index = 2).
The DataRef "AirbusFBW/PaxDoorArray" is stored in "doorR2" (read only, type = float
array, index = 3).
The DataRef "AirbusFBW/PaxDoorArray" is stored in "doorL3" (read only, type = float
array, index = 6).
The DataRef "AirbusFBW/PaxDoorArray" is stored in "doorR3" (read only, type = float
array, index = 7).
The DataRef "sim/aircraft/parts/acf_Yarm" is stored in "sgs_acf_Yarm" (read only,
type = float array, index = 0).
The DataRef "sim/aircraft/view/acf_author" is stored in "sgs_profiles_acf_author"
(read only, type = string).
The DataRef "sim/aircraft/view/acf_door_x" is stored in "sgs_targetDoorX" (read
only, type = float).
The DataRef "sim/aircraft/view/acf_door_y" is stored in "sgs_targetDoorAltitude"
(read only, type = float).
The DataRef "sim/aircraft/view/acf_door_z" is stored in "sgs_targetDoorZ" (read
only, type = float).
The DataRef "sim/aircraft/weight/acf_cgY_original" is stored in
"sgs_acf_cgY_original" (read only, type = float).
The DataRef "sim/flightmodel/parts/tire_vrt_def_veh" is stored in
"sgs_strutExtension" (read only, type = float array, index = 0).
The DataRef "sim/flightmodel/position/elevation" is stored in "ELEVATION" (read
only, type = double).
The DataRef "sim/flightmodel/position/groundspeed" is stored in "sgs_gnd_spd" (read
only, type = float).
The DataRef "sim/flightmodel/position/latitude" is stored in "LATITUDE" (read only,
type = double).
The DataRef "sim/flightmodel/position/local_x" is stored in "sgs_plane_x" (read
only, type = double).
The DataRef "sim/flightmodel/position/local_y" is stored in "sgs_plane_y" (read
only, type = double).
The DataRef "sim/flightmodel/position/local_z" is stored in "sgs_plane_z" (read
only, type = double).
The DataRef "sim/flightmodel/position/longitude" is stored in "LONGITUDE" (read
only, type = double).
The DataRef "sim/flightmodel/position/psi" is stored in "sgs_plane_head" (read
only, type = float).
The DataRef "sim/network/misc/network_time_sec" is stored in "sim_time" (read only,
type = float).
The DataRef "sim/operation/misc/frame_rate_period" is stored in "spd" (read only,
type = float).
The DataRef "sim/time/total_flight_time_sec" is stored in "runtime" (read only,
type = float).
*** 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 not a switch. >>>
name -->"Simple Ground Service menu"
always -->toggle_sgs_menu()
*** OpenAL sound files are stored in a table ***
No OpenAL sounds created by Lua.
*** All simple global variables Lua knows ***
AIRCRAFT_FILENAME = a321_XP11_StdDef.acf
AIRCRAFT_PATH = D:\X-Plane 11/Aircraft/Laminar Research/ToLissA321_V1p5p1/
CKEY =
CLOCKS_PER_SEC = 1000
CONTROL_KEY = false
DIRECTORY_SEPARATOR = /
DO_EVERY_DRAW_TIME_SEC = 0.003
DO_EVERY_FRAME_TIME_SEC = 0
DO_OFTEN_TIME_SEC = 0
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.
disable_all()
auto_toggle_setting_save()
DO_SOMETIMES_TIME_SEC = 0
ELEVATION = 90.710472348146
FLT_MAX = 3.4028234663853e+38
INTERNALS_DIRECTORY = D:\X-Plane 11/Resources/plugins/FlyWithLua/Internals/
KEY_ACTION = released
LATITUDE = 37.935151920588
LONGITUDE = 23.947458593052
LUA_MEMORY_USAGE_KB = 1235
LUA_RUN = 3
MD5_CTX = ctype<struct MD5Context>
MODULES_DIRECTORY = D:\X-Plane 11/Resources/plugins/FlyWithLua/Modules/
MOUSE_STATUS = down
MOUSE_X = 450
MOUSE_Y = 872
NUMBER_OF_HID_DEVICES = 14
OPTION_KEY = false
PLANE_AUTHOR = Gliding Kiwi
PLANE_DESCRIP = A321 with high fidelity system modelling
PLANE_ICAO = A321
PLANE_TAILNUMBER = C-GTLU
PLUGIN_MAIN_DIRECTORY = D:\X-Plane 11/Resources/plugins/FlyWithLua
PLUGIN_VERSION = 2.7.37 build Feb 9 2023 07:42:06
PLUGIN_VERSION_BUILD = Feb 9 2023 07:42:06
PLUGIN_VERSION_NO = 2.7.37
PrefilledAgent1Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../../Custom
Scenery/3D_people_library/ground_crew_male_1.obj
PrefilledAgent2Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../../Custom
Scenery/3D_people_library/ground_crew_male_1.obj
PrefilledAgent3Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../../Custom
Scenery/3D_people_library/ground_crew_male_1.obj
PrefilledAgent4Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../../Custom
Scenery/3D_people_library/ground_crew_male_1.obj
PrefilledBusobject = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../../Custom
Scenery/MisterX_Library/Airport/Vehicles/Busses/Cobus_2700_Generic.obj
PrefilledCatering1Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple Ground
Service/objects/catering/default1.obj
PrefilledCatering2Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple Ground
Service/objects/catering/default2.obj
PrefilledCatering3Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple Ground
Service/objects/catering/default3.obj
PrefilledCatering4Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple Ground
Service/objects/catering/default4.obj
PrefilledFuelObject = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../../Custom
Scenery/MisterX_Library/Airport/Vehicles/Fuel_Trucks/Medium/Active/ASIG.obj
PrefilledGPUObject = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../../Custom
Scenery/MisterX_Library/Airport/Vehicles/GPUs/Medium/Generic_Stowed.obj
PrefilledLoader1Object = D:\X-Plane 11/Resources/plugins/FlyWithLua/Scripts/Simple
Ground Service/objects/loader/default1.obj
PrefilledLoader2Object = D:\X-Plane 11/Resources/plugins/FlyWithLua/Scripts/Simple
Ground Service/objects/loader/default2.obj
PrefilledLoader3Object = D:\X-Plane 11/Resources/plugins/FlyWithLua/Scripts/Simple
Ground Service/objects/loader/default3.obj
PrefilledLoader4Object = D:\X-Plane 11/Resources/plugins/FlyWithLua/Scripts/Simple
Ground Service/objects/loader/default4.obj
PrefilledPax1Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../../Custom
Scenery/3D_people_library/man_green_tshirt.obj
PrefilledPax2Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../../Custom
Scenery/3D_people_library/man_standing_6.obj
PrefilledPax3Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../../Custom
Scenery/3D_people_library/man_standing_31.obj
PrefilledPax4Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../../Custom
Scenery/3D_people_library/man_red_tshirt.obj
PrefilledPax5Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../../Custom
Scenery/3D_people_library/man_standing_26.obj
PrefilledPax6Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../../Custom
Scenery/3D_people_library/woman_business.obj
PrefilledPax7Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../../Custom
Scenery/3D_people_library/woman_standing8.obj
PrefilledPax8Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../../Custom
Scenery/3D_people_library/woman_yellow_top.obj
PrefilledStairs1Object = D:\X-Plane 11/Resources/plugins/FlyWithLua/Scripts/Simple
Ground Service/objects/stair_large/default1.obj
PrefilledStairs2Object = D:\X-Plane 11/Resources/plugins/FlyWithLua/Scripts/Simple
Ground Service/objects/stair_large/default2.obj
PrefilledStairs3Object = D:\X-Plane 11/Resources/plugins/FlyWithLua/Scripts/Simple
Ground Service/objects/stair_large/default3.obj
PrefilledStairs4Object = D:\X-Plane 11/Resources/plugins/FlyWithLua/Scripts/Simple
Ground Service/objects/stair_large/default4.obj
PrefilledTrain1Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../default scenery/airport
scenery/Ramp_Equipment/Lugg_train_3.obj
PrefilledTrain2Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../default scenery/airport
scenery/Ramp_Equipment/Lugg_train_3.obj
PrefilledTrain3Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../default scenery/airport
scenery/Ramp_Equipment/Lugg_train_3.obj
PrefilledTrain4Object = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/../../../default scenery/airport
scenery/Ramp_Equipment/Lugg_train_3.obj
QUARANTINE_DIRECTORY = D:\X-Plane 11/Resources/plugins/FlyWithLua/Scripts
(Quarantine)/
RESUME_KEY = false
RESUME_MOUSE_CLICK = false
SCREEN_HEIGHT = 1080
SCREEN_HIGHT = 1080
SCREEN_WIDTH = 1920
SCRIPTS_LOADING_TIME_SEC = 0.221
SCRIPT_DIRECTORY = D:\X-Plane 11/Resources/plugins/FlyWithLua/Scripts/
SDK_VERSION = 301
SHIFT_KEY = false
SUPPORTS_FLOATING_WINDOWS = 1
SYSTEM = IBM
SYSTEM_ARCHITECTURE = 64
SYSTEM_DIRECTORY = D:\X-Plane 11/
VKEY = 32
XPLANE_HOSTID = 1
XPLANE_LANGUAGE = English
XPLANE_VERSION = 11410
XPLM_NAV_NOT_FOUND = -1
XSB_METAR = Sorry, no METAR
_VERSION = Lua 5.1
amount_of_catering_trucks = 2
amount_of_loaders = 2
amount_of_stairs = 2
auto_ability = 1
belt_loader_livery = 0
bus_heading = 10
bus_x_setting = 18.79
bus_z_setting = 6.34
button_debug_string = No button pressed!
button_sniffer_active = false
cargo1 = 1
cargo2 = 1
cargo3 = 1
cargo_closed = 0
cargo_open = 1
catering_1_anim_status = 0
catering_1_heading = 265
catering_1_height_setting = 3.55
catering_1_x_setting = -2
catering_1_z_setting = 15.84
catering_2_anim_status = 0
catering_2_heading = 270
catering_2_height_setting = 3.55
catering_2_x_setting = -1.6
catering_2_z_setting = -16
catering_3_anim_status = 0
catering_3_heading = 270
catering_3_height_setting = 3.39
catering_3_x_setting = -2.21
catering_3_z_setting = -8.16
catering_4_anim_status = 0
catering_4_heading = 275
catering_4_height_setting = 3.39
catering_4_x_setting = -2.21
catering_4_z_setting = -20.16
catering_livery = 0
display_PH_info = false
doorL1 = 1
doorL2 = 0
doorL3 = 0
doorR1 = 0
doorR2 = 0
doorR3 = 0
door_closed = 0
door_open = 1
enter_the_code_line = false
fuel_heading = 150
fuel_x_setting = -14.21
fuel_z_setting = 6.34
g_shifted_x = -4597.7322387944
g_shifted_z = -48446.403454766
gpu_heading = 260
gpu_x_setting = -1
gpu_z_setting = 17.84
keystroke_debug_string = No key pressed!
keystroke_sniffer_active = false
l_lon = 23.947633870113
loader_1_anim_status = 0
loader_1_heading = 265
loader_1_height_setting = 2.5
loader_1_type = 1
loader_1_x_setting = -4.5
loader_1_z_setting = 12.5
loader_2_anim_status = 0
loader_2_heading = 270
loader_2_height_setting = 2.5
loader_2_type = 1
loader_2_x_setting = -4.1
loader_2_z_setting = -10.3
loader_3_anim_status = 0
loader_3_heading = 270
loader_3_height_setting = 2
loader_3_type = 1
loader_3_x_setting = -6.21
loader_3_z_setting = -5.16
loader_4_anim_status = 0
loader_4_heading = 275
loader_4_height_setting = 2
loader_4_type = 1
loader_4_x_setting = -6.21
loader_4_z_setting = -16.16
loader_type = 1
luggage_1_heading = 190
luggage_1_x_setting = -8
luggage_1_z_setting = 0
luggage_2_heading = 190
luggage_2_x_setting = -8
luggage_2_z_setting = 0
luggage_3_heading = 190
luggage_3_x_setting = -8
luggage_3_z_setting = 0
luggage_4_heading = 190
luggage_4_x_setting = -8
luggage_4_z_setting = 0
max_y = 1080
number_of_code_lines_in_history = 2
orig_auto_toggle = 1
orig_auto_toggle_L1 = 0
orig_belt_loader_livery = 0
orig_catering_livery = 0
orig_stair_livery = 0
orig_uld_loader_livery = 0
ramp_agent_1_heading = 90
ramp_agent_1_x_setting = -5
ramp_agent_1_z_setting = 0
ramp_agent_2_heading = 90
ramp_agent_2_x_setting = -5
ramp_agent_2_z_setting = 0
ramp_agent_3_heading = 90
ramp_agent_3_x_setting = -5
ramp_agent_3_z_setting = 0
ramp_agent_4_heading = 90
ramp_agent_4_x_setting = -5
ramp_agent_4_z_setting = 0
runtime = 63.857292175293
sgs_acf_Yarm = -0.6797040104866
sgs_acf_cgY_original = -4
sgs_auto_toggle = 1
sgs_auto_toggle_L1 = 0
sgs_gnd_spd = 0.00018666876712814
sgs_plane_head = 305.23178100586
sgs_plane_x = -4613.1259284492
sgs_plane_y = -94.919818397435
sgs_plane_z = -48442.461842126
sgs_profiles_acf_author = Gliding Kiwi
sgs_strutExtension = 0.13315176963806
sgs_targetDoorAltitude = 0.60960000753403
sgs_targetDoorX = -1.7983200550079
sgs_targetDoorZ = -15.843503952026
show_memory_heartbeat = false
show_pax_on_stairs = 1
sim_time = 272.17184448242
sol.☢☢ = userdata: 0x7fffdc0be400
sol.📌 = thread: 0x16540378
spd = 0.040095999836922
stair_1_anim_status = 0
stair_1_heading = 95
stair_1_height_setting = 3.55
stair_1_x_setting = -0.25
stair_1_z_setting = 15.84
stair_2_anim_status = 0
stair_2_heading = 90
stair_2_height_setting = 3.55
stair_2_x_setting = -0.65
stair_2_z_setting = -16
stair_3_anim_status = 0
stair_3_heading = 90
stair_3_height_setting = 3.39
stair_3_x_setting = 2.15
stair_3_z_setting = -8.16
stair_4_anim_status = 0
stair_4_heading = 85
stair_4_height_setting = 3.39
stair_4_x_setting = 2.15
stair_4_z_setting = -20.16
stair_livery = 0
stairs_AFT_FWD = 10
stairs_LEFT_RIGHT = 10
syspath = D:\X-Plane 11/
targetDoorX = 0
targetDoorZ = 0
uld_loader_livery = 0
unload_time = 2700
unload_time_min = 45
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: 0x1654d668
DATAREF_META_TABLE = table: 0x1654d528
_G = table: 0x16541d60
bit = table: 0x16548f20
catering_1_height = table: 0x165f4348
catering_1_legs = table: 0x165f4608
catering_1_x = table: 0x165f4088
catering_2_height = table: 0x165f43f8
catering_2_legs = table: 0x165f46b8
catering_2_x = table: 0x165f4138
catering_3_height = table: 0x165f44a8
catering_3_legs = table: 0x165f4768
catering_3_x = table: 0x165f41e8
catering_4_height = table: 0x165f4558
catering_4_legs = table: 0x165f4818
catering_4_x = table: 0x165f4298
code_line_history = table: 0x16588818
coroutine = table: 0x165444e8
debug = table: 0x16548778
graphics = table: 0x16593400
imgui = table: 0x1654f730
io = table: 0x165461f8
jit = table: 0x16549658
loader_1_anim_X = table: 0x165f3008
loader_1_height = table: 0x165f2928
loader_1_luggage = table: 0x165f32c8
loader_2_anim_X = table: 0x165f30b8
loader_2_height = table: 0x165f29d8
loader_2_luggage = table: 0x165f3378
loader_3_anim_X = table: 0x165f3168
loader_3_height = table: 0x165f2a88
loader_3_luggage = table: 0x165f3428
loader_4_anim_X = table: 0x165f3218
loader_4_height = table: 0x165f2b38
loader_4_luggage = table: 0x165f34d8
loader_load_unload_animation = table: 0x165f2be8
math = table: 0x165477e0
os = table: 0x165468a8
package = table: 0x165449e8
stair_1_X = table: 0x165f2668
stair_1_height = table: 0x165f20b0
stair_1_legs = table: 0x165f23a8
stair_2_X = table: 0x165f2718
stair_2_height = table: 0x165f2198
stair_2_legs = table: 0x165f2458
stair_3_X = table: 0x165f27c8
stair_3_height = table: 0x165f2248
stair_3_legs = table: 0x165f2508
stair_4_X = table: 0x165f2878
stair_4_height = table: 0x165f22f8
stair_4_legs = table: 0x165f25b8
string = table: 0x16546eb8
table = table: 0x165452c8
uld_1_f_height = table: 0x165f3588
uld_1_legs = table: 0x165f3b08
uld_1_r_height = table: 0x165f3848
uld_2_f_height = table: 0x165f3638
uld_2_legs = table: 0x165f3bb8
uld_2_r_height = table: 0x165f38f8
uld_3_f_height = table: 0x165f36e8
uld_3_legs = table: 0x165f3c68
uld_3_r_height = table: 0x165f39a8
uld_4_f_height = table: 0x165f3798
uld_4_legs = table: 0x165f3d18
uld_4_r_height = table: 0x165f3a58
uld_container_1_size = table: 0x165f2d48
uld_container_1_x = table: 0x165f3dc8
uld_container_2_size = table: 0x165f2df8
uld_container_2_x = table: 0x165f3e78
uld_container_3_size = table: 0x165f2ea8
uld_container_3_x = table: 0x165f3f28
uld_container_4_size = table: 0x165f2f58
uld_container_4_x = table: 0x165f3fd8
uld_container_size = table: 0x165f2c98
*** All global functions Lua knows ***
DO_EVERY_DRAW_CHUNK = function: 0x1656a608
DO_EVERY_FRAME_CHUNK = function: 0x165b3c38
DO_OFTEN_CHUNK = function: 0x16586dc8
DO_ON_KEYSTROKE_CHUNK = function: 0x1658f1a0
DataRef = function: 0x16542460
DrawFLyWithLuaInputLine = function: 0x16588a20
F1 = function: 0x1657e8d0
F2 = function: 0x1657e980
F3 = function: 0x1657e9b0
F4 = function: 0x1657e9e8
FLYWITHLUA_DEBUG = function: 0x1654e390
GetLuaLineFromKeyboard = function: 0x16588750
MD5Final = function: 0x1654d3c0
MD5Init = function: 0x1654d2d8
MD5STEP = function: 0x1654d1f0
MD5Transform = function: 0x1654d308
MD5Update = function: 0x1654d338
MyHelloWorld = function: 0x1654e0c8
XPLMClearFMSEntry = function: 0x1654b490
XPLMCountFMSEntries = function: 0x1654d0d0
XPLMFindCommand = function: 0x1654b798
XPLMFindDataRef = function: 0x1654b730
XPLMFindFirstNavAidOfType = function: 0x1654cf08
XPLMFindLastNavAidOfType = function: 0x1654cf80
XPLMFindNavAid = function: 0x1654cff8
XPLMGetAllMonitorBoundsGlobal = function: 0x1654ede8
XPLMGetAllMonitorBoundsOS = function: 0x1654ed70
XPLMGetDataRefTypes = function: 0x1654bc10
XPLMGetDatad = function: 0x1654b8d0
XPLMGetDataf = function: 0x1654b868
XPLMGetDatai = function: 0x1654b800
XPLMGetDatavf = function: 0x1654b9a0
XPLMGetDatavi = function: 0x1654b938
XPLMGetDestinationFMSEntry = function: 0x1654b328
XPLMGetDisplayedFMSEntry = function: 0x1654d140
XPLMGetFMSEntryInfo = function: 0x1654b5e0
XPLMGetFirstNavAid = function: 0x1654ce28
XPLMGetMouseLocationGlobal = function: 0x1654ec10
XPLMGetNavAidInfo = function: 0x1654d060
XPLMGetNextNavAid = function: 0x1654ce98
XPLMGetScreenBoundsGlobal = function: 0x1654ecf8
XPLMGetScreenSize = function: 0x1654ec88
XPLMSetDatad = function: 0x1654bad8
XPLMSetDataf = function: 0x1654ba70
XPLMSetDatai = function: 0x1654ba08
XPLMSetDatavf = function: 0x1654bba8
XPLMSetDatavi = function: 0x1654bb40
XPLMSetDestinationFMSEntry = function: 0x1654b418
XPLMSetDisplayedFMSEntry = function: 0x1654b3a0
XPLMSetFMSEntryInfo = function: 0x1654b570
XPLMSetFMSEntryLatLon = function: 0x1654b500
XPLMSetGraphicsState = function: 0x1654c6b0
XPLMSpeakString = function: 0x1654a2b8
XSBConnect = function: 0x1654a148
XSBDisconnect = function: 0x1654a1b0
XSBLookupATC = function: 0x1654a218
XSBSendFlightplan = function: 0x1654a070
XSBShowFlightplan = function: 0x16549bd8
XSBSpeakString = function: 0x16549b70
XSBUserLogin = function: 0x1654a0e0
XSB_METAR_CALLBACK = function: 0x16568e58
acf_profile_save = function: 0x165f9650
activate_macro = function: 0x165421c8
add_ATC_macro = function: 0x165420f8
add_atc_macro = function: 0x16542160
add_macro = function: 0x16542090
assert = function: builtin#2
auto_toggle_setting_save = function: 0x165f9528
automatic = function: 0x1657b698
bcmp = function: 0x1657bb30
bcopy = function: 0x1657baf8
begin_classic_mode = function: 0x1654b650
belt_loader_livery_save = function: 0x165f95e0
big_bubble = function: 0x16587ae8
bin2str = function: 0x165804b0
bubble = function: 0x16587ab8
build_sgs_menu = function: 0x165d1080
button = function: 0x1654c020
button_sniffer_event_handler = function: 0x1658d738
byteReverse = function: 0x1657e8a0
bzero = function: 0x1657ba88
catering_1_anim = function: 0x165fce58
catering_1_defaults = function: 0x165fcc28
catering_2_anim = function: 0x165fcf20
catering_2_defaults = function: 0x165fcc98
catering_3_anim = function: 0x165fcf58
catering_3_defaults = function: 0x165fccd0
catering_4_anim = function: 0x165fcf90
catering_4_defaults = function: 0x165fcd08
catering_livery_reload = function: 0x165fd0b0
catering_livery_save = function: 0x165f9560
catering_obj_set = function: 0x165f7d68
check_paths_file = function: 0x16575520
check_stair_lowest_height = function: 0x165bf1b0
clear_all_axis_assignments = function: 0x1654bfa8
clear_all_button_assignments = function: 0x1654bf30
collectgarbage = function: builtin#27
command_begin = function: 0x1654c250
command_end = function: 0x1654c2b8
command_once = function: 0x1654c1e8
config_acf_dir_exist = function: 0x165e7520
coordinates_of_adjusted_ref_rampservice = function: 0x16581200
crash_the_sim = function: 0x1654c320
create_HID_table = function: 0x1654ee60
create_axis_median = function: 0x16542748
create_command = function: 0x1654bc80
create_dataref_table = function: 0x1654d638
create_negative_edge_decrement = function: 0x16542a10
create_negative_edge_flip = function: 0x16542b00
create_negative_edge_increment = function: 0x16542920
create_negative_edge_trigger = function: 0x16542830
create_positive_edge_decrement = function: 0x16542998
create_positive_edge_flip = function: 0x16542a88
create_positive_edge_increment = function: 0x165428a8
create_positive_edge_trigger = function: 0x165427b8
create_switch = function: 0x165426e0
dataref = function: 0x165424c0
dataref_table = function: 0x1654d608
deactivate_macro = function: 0x16542230
define_shared_DataRef = function: 0x16542520
define_shared_dataref = function: 0x16542590
directory_to_table = function: 0x1654bce8
disable_all = function: 0x165fd348
do_every_draw = function: 0x16541ef0
do_every_frame = function: 0x16541f58
do_often = function: 0x16541fc0
do_on_exit = function: 0x16597230
do_on_keystroke = function: 0x16541da8
do_on_mouse_click = function: 0x16541e10
do_on_mouse_wheel = function: 0x16541e80
do_on_new_XSB_text = function: 0x16542be0
do_on_new_metar = function: 0x16542b78
do_sometimes = function: 0x16542028
dofile = function: builtin#25
draw_Bus = function: 0x165fc490
draw_FUEL = function: 0x165fc570
draw_GPU = function: 0x165fc500
draw_agent_train_1 = function: 0x1657b410
draw_agent_train_2 = function: 0x1657e5a0
draw_agent_train_3 = function: 0x16566ee8
draw_agent_train_4 = function: 0x165f48c8
draw_catering_1 = function: 0x16577060
draw_catering_2 = function: 0x165b0868
draw_catering_3 = function: 0x165bc358
draw_catering_4 = function: 0x165e8230
draw_loader_1 = function: 0x165e9e08
draw_loader_2 = function: 0x165aff98
draw_loader_3 = function: 0x16566e48
draw_loader_4 = function: 0x165ea0c8
draw_pax_1 = function: 0x165f8460
draw_pax_2 = function: 0x165f8530
draw_pax_3 = function: 0x165e7718
draw_pax_4 = function: 0x165d26f0
draw_stairs_1 = function: 0x165fdd90
draw_stairs_2 = function: 0x165ea688
draw_stairs_3 = function: 0x165fc3b0
draw_stairs_4 = function: 0x165fc420
draw_string = function: 0x1654c388
draw_string_Helvetica_10 = function: 0x1654c4e0
draw_string_Helvetica_12 = function: 0x1654c468
draw_string_Helvetica_18 = function: 0x1654c3f0
draw_string_Times_Roman_10 = function: 0x1654c558
draw_string_Times_Roman_24 = function: 0x1654c5d0
end_classic_mode = function: 0x1654b6c0
error = function: builtin#19
execute_service_objects = function: 0x165fd430
float_wnd_bring_to_front = function: 0x16567aa0
float_wnd_create = function: 0x165552a0
float_wnd_destroy = function: 0x16567870
float_wnd_get_dimensions = function: 0x16567788
float_wnd_get_geometry = function: 0x16567d50
float_wnd_get_visible = function: 0x165678e0
float_wnd_get_xplm_handle = function: 0x16560528
float_wnd_is_front = function: 0x16567a30
float_wnd_is_popped = function: 0x165679c0
float_wnd_is_vr = function: 0x16567b18
float_wnd_load_image = function: 0x16567800
float_wnd_set_geometry = function: 0x16567ce0
float_wnd_set_gravity = function: 0x16567c70
float_wnd_set_imgui_builder = function: 0x165680e0
float_wnd_set_onclick = function: 0x16568278
float_wnd_set_onclose = function: 0x16568340
float_wnd_set_ondraw = function: 0x165681b0
float_wnd_set_position = function: 0x165604b8
float_wnd_set_positioning_mode = function: 0x16567bf8
float_wnd_set_resizing_limits = function: 0x16567b80
float_wnd_set_title = function: 0x16555340
float_wnd_set_visible = function: 0x16567950
gcinfo = function: builtin#26
get = function: 0x1654c0c0
get_DataRef_binding = function: 0x16542670
get_dataref_binding = function: 0x16542600
get_local_coordinates = function: 0x165c0b38
get_pilots_head = function: 0x1654be80
getfenv = function: builtin#10
getmetatable = function: builtin#8
glBegin_LINES = function: 0x1654c788
glBegin_LINE_LOOP = function: 0x1654c860
glBegin_LINE_STRIP = function: 0x1654c7f0
glBegin_POINTS = function: 0x1654c720
glBegin_POLYGON = function: 0x1654c8d0
glBegin_QUADS = function: 0x1654ca88
glBegin_QUAD_STRIP = function: 0x1654caf0
glBegin_TRIANGLES = function: 0x1654c938
glBegin_TRIANGLE_FAN = function: 0x1654ca18
glBegin_TRIANGLE_STRIP = function: 0x1654c9a8
glColor3f = function: 0x1654ccf8
glColor4f = function: 0x1654cd60
glEnd = function: 0x1654cb60
glLineWidth = function: 0x1654cc90
glRectf = function: 0x1654cdc8
glVertex2f = function: 0x1654cbc0
glVertex3f = function: 0x1654cc28
hid_close = function: 0x1654efa0
hid_get_feature_report = function: 0x1654f2a0
hid_open = function: 0x1654eed0
hid_open_path = function: 0x1654ef38
hid_read = function: 0x1654f0e0
hid_read_timeout = function: 0x1654f070
hid_send_feature_report = function: 0x1654f1b8
hid_send_filled_feature_report = function: 0x1654f228
hid_set_nonblocking = function: 0x1654f148
hid_write = function: 0x1654f008
hide_sgs_menu = function: 0x165bd8d8
huge_bubble = function: 0x16587b18
ipairs = function: builtin#7
keystroke_sniffer_event_handler = function: 0x1658eff0
last_button = function: 0x1654c058
latlon_to_local = function: 0x165fc130
let_sound_loop = function: 0x1654f518
liveries_checked = function: 0x165bc400
load = function: builtin#23
load_Bus = function: 0x165fbfb0
load_FUEL = function: 0x165fbf28
load_GPU = function: 0x165fbea0
load_WAV_file = function: 0x1654f310
load_agent_train_1 = function: 0x1657ecf0
load_agent_train_2 = function: 0x16593d30
load_agent_train_3 = function: 0x165cf5b8
load_agent_train_4 = function: 0x1657f598
load_aircraft = function: 0x1654eb40
load_catering_1 = function: 0x1657cbb8
load_catering_2 = function: 0x165d3bd0
load_catering_3 = function: 0x16595f70
load_catering_4 = function: 0x1657caf8
load_catering_livery = function: 0x165f92c0
load_loader_1 = function: 0x16595480
load_loader_2 = function: 0x165fb298
load_loader_3 = function: 0x165fb390
load_loader_4 = function: 0x165fb488
load_loader_livery = function: 0x165f9090
load_pax_1 = function: 0x165cf0c0
load_pax_2 = function: 0x165cfc10
load_pax_3 = function: 0x165afee8
load_pax_4 = function: 0x165dfa38
load_probe = function: 0x165b5fd8
load_situation = function: 0x1654ea70
load_stairs_1 = function: 0x165fb580
load_stairs_2 = function: 0x165fb7c8
load_stairs_3 = function: 0x165fba10
load_stairs_4 = function: 0x165fbc58
load_stairtruck_livery = function: 0x165f9058
load_unload = function: 0x165f8940
loader_1_anim = function: 0x165b0798
loader_1_defaults = function: 0x165fcd40
loader_2_anim = function: 0x1657b0f8
loader_2_defaults = function: 0x165fcd78
loader_3_anim = function: 0x165de040
loader_3_defaults = function: 0x165fcdb0
loader_4_anim = function: 0x165e28e0
loader_4_defaults = function: 0x165fcde8
loader_livery_reload = function: 0x16563408
loader_obj_set = function: 0x165f7c68
loadfile = function: builtin#22
loadstring = function: builtin#24
local_to_latlon = function: 0x165fc038
logMsg = function: 0x1654a280
md5 = function: 0x1654d408
measure_string = function: 0x1654c648
memchr = function: 0x1657acc0
memcmp = function: 0x1657ac88
memcpy = function: 0x1657bb98
memmove = function: 0x16579690
memset = function: 0x1657bb60
module = function: 0x16542420
newproxy = function: builtin#28
next = function: builtin#4
pairs = function: builtin#5
pause_sound = function: 0x1654f4b0
pax_position = function: 0x165f92f8
pcall = function: builtin#20
peek = function: 0x1654bd58
place_aircraft_at = function: 0x1654bee8
place_aircraft_at_location = function: 0x1654e9f8
play_sound = function: 0x1654f378
poke = function: 0x1654bdb8
print = function: 0x1654d440
print_button_sniffer_result = function: 0x1658e180
print_keystroke_sniffer_result = function: 0x1658f1d0
printmd5ctx = function: 0x1654d2a8
probe_y = function: 0x165c0508
rawequal = function: builtin#14
rawget = function: builtin#12
rawset = function: builtin#13
reload_scenery = function: 0x1654eba8
replace_WAV_file = function: 0x1654f6c0
require = function: 0x16544e60
rewind_sound = function: 0x1654f448
save_situation = function: 0x1654ead8
select = function: builtin#16
service_object_physics1 = function: 0x1656db28
service_object_physics10 = function: 0x165964d8
service_object_physics1000 = function: 0x165914d8
service_object_physics11 = function: 0x165986d8
service_object_physics1100 = function: 0x16598ab8
service_object_physics12 = function: 0x16566208
service_object_physics1200 = function: 0x165670f8
service_object_physics13 = function: 0x165b8e00
service_object_physics14 = function: 0x165ba4e8
service_object_physics15 = function: 0x165be308
service_object_physics2 = function: 0x165d1d60
service_object_physics3 = function: 0x165d2390
service_object_physics4 = function: 0x165b9928
service_object_physics5 = function: 0x165d2ac8
service_object_physics51 = function: 0x165d3140
service_object_physics6 = function: 0x165d4258
service_object_physics61 = function: 0x16588330
service_object_physics7 = function: 0x16578868
service_object_physics71 = function: 0x165798d8
service_object_physics8 = function: 0x1656adb8
service_object_physics81 = function: 0x1658fa00
service_object_physics9 = function: 0x1658bd60
service_object_physics900 = function: 0x165816a8
set = function: 0x1654c120
set_anim_defaults = function: 0x165fce20
set_array = function: 0x1654c180
set_axis_assignment = function: 0x16542310
set_button_assignment = function: 0x165422a0
set_pilots_head = function: 0x1654be18
set_sound_gain = function: 0x1654f5e8
set_sound_pitch = function: 0x1654f580
set_the_loader_type_for_hidden = function: 0x165e74c0
setfenv = function: builtin#11
setmetatable = function: builtin#9
sgs_profile_write_refresh = function: 0x165e74f0
sgs_remove_ds_store = function: 0x165fdee0
sgs_round_numbers = function: 0x165e7490
show_memory_usage = function: 0x16593980
show_pilots_head_parameters = function: 0x1658b620
show_sgs_menu = function: 0x165fd188
sol.🔩 = function: 0x165433b0
stair_1_anim = function: 0x165e8460
stair_1_defaults = function: 0x1656ae30
stair_2_anim = function: 0x165e87a8
stair_2_defaults = function: 0x165b8a08
stair_3_anim = function: 0x165e8cf8
stair_3_defaults = function: 0x165b8370
stair_4_anim = function: 0x165e90d0
stair_4_defaults = function: 0x1658e220
stair_large_obj_set = function: 0x165f7c20
stair_livery_reload = function: 0x165fd100
stair_livery_save = function: 0x165f95a0
stair_small_obj_set = function: 0x165f7bd8
stop_sound = function: 0x1654f3e0
strcasecmp = function: 0x16582398
strchr = function: 0x16580398
strcmp = function: 0x165820f0
strcpy = function: 0x165802f0
strdup = function: 0x16582440
string_same = function: 0x16580440
strlcat = function: 0x16580360
strlcpy = function: 0x16580328
strlen = function: 0x165823d0
strncasecmp = function: 0x16582360
strncmp = function: 0x1657faf0
strndup = function: 0x16582408
strrchr = function: 0x165803d0
strstr = function: 0x16580408
toggle_sgs_menu = function: 0x165f9680
tonumber = function: builtin#17
tostring = function: builtin#18
type = function: builtin#3
uld_loader_livery_save = function: 0x165f9618
uld_obj_set = function: 0x165f7ce8
unload_Bus = function: 0x165fcba0
unload_FUEL = function: 0x165fcb50
unload_GPU = function: 0x165fcb00
unload_agent_train_1 = function: 0x165fc770
unload_agent_train_2 = function: 0x165fc818
unload_agent_train_3 = function: 0x165fc8c0
unload_agent_train_4 = function: 0x165fc968
unload_all_sounds = function: 0x1654f650
unload_catering_1 = function: 0x165fc5e0
unload_catering_2 = function: 0x165fc630
unload_catering_3 = function: 0x165fc680
unload_catering_4 = function: 0x165fc6d0
unload_loader_1 = function: 0x165fc720
unload_loader_2 = function: 0x165fc7c8
unload_loader_3 = function: 0x165fc870
unload_loader_4 = function: 0x165fc918
unload_pax_1 = function: 0x1656f220
unload_pax_2 = function: 0x165d3488
unload_pax_3 = function: 0x165ce330
unload_pax_4 = function: 0x16565fe8
unload_stairs_1 = function: 0x165fc9c0
unload_stairs_2 = function: 0x165fca10
unload_stairs_3 = function: 0x165fca60
unload_stairs_4 = function: 0x165fcab0
unpack = function: builtin#15
xpcall = function: builtin#21
*** We found 14 HID devices ***
ALL_HID_DEVICES[1].vendor_id = 5426 (0x1532)
ALL_HID_DEVICES[1].product_id = 101 (0x65)
ALL_HID_DEVICES[1].release_number = 512 (0x200)
ALL_HID_DEVICES[1].interface_number = 1 (0x1)
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_1532&pid_0065&mi_01&col01#8&360848c7&0&0000#{4d1e55b2-f16f-11cf-88cb-
001111000030}\kbd
ALL_HID_DEVICES[1].serial_number =
ALL_HID_DEVICES[1].manufacturer_string = Razer
ALL_HID_DEVICES[1].product_string = Razer Basilisk Essential
ALL_HID_DEVICES[1] can be opened by FlyWithLua.
ALL_HID_DEVICES[2].vendor_id = 1267 (0x4f3)
ALL_HID_DEVICES[2].product_id = 5422 (0x152e)
ALL_HID_DEVICES[2].release_number = 3625 (0xe29)
ALL_HID_DEVICES[2].interface_number = 1 (0x1)
ALL_HID_DEVICES[2].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[2].usage = 1 (0x1)
ALL_HID_DEVICES[2].path = \\?\
hid#vid_04f3&pid_152e&mi_01&col01#8&48aef06&0&0000#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[2].serial_number =
ALL_HID_DEVICES[2].manufacturer_string = Gaming KB
ALL_HID_DEVICES[2].product_string = Gaming KB
ALL_HID_DEVICES[2] can be opened by FlyWithLua.
ALL_HID_DEVICES[3].vendor_id = 5215 (0x145f)
ALL_HID_DEVICES[3].product_id = 599 (0x257)
ALL_HID_DEVICES[3].release_number = 256 (0x100)
ALL_HID_DEVICES[3].interface_number = 3 (0x3)
ALL_HID_DEVICES[3].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[3].usage = 1 (0x1)
ALL_HID_DEVICES[3].path = \\?\
hid#vid_145f&pid_0257&mi_03#8&46d6ab2&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[3].serial_number =
ALL_HID_DEVICES[3].manufacturer_string = MUSIC-BOOST
ALL_HID_DEVICES[3].product_string = Trust GXT 242 Microphone
ALL_HID_DEVICES[3] can be opened by FlyWithLua.
ALL_HID_DEVICES[4].vendor_id = 1267 (0x4f3)
ALL_HID_DEVICES[4].product_id = 5422 (0x152e)
ALL_HID_DEVICES[4].release_number = 3625 (0xe29)
ALL_HID_DEVICES[4].interface_number = 1 (0x1)
ALL_HID_DEVICES[4].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[4].usage = 128 (0x80) System Control
ALL_HID_DEVICES[4].path = \\?\
hid#vid_04f3&pid_152e&mi_01&col02#8&48aef06&0&0001#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[4].serial_number =
ALL_HID_DEVICES[4].manufacturer_string = Gaming KB
ALL_HID_DEVICES[4].product_string = Gaming KB
ALL_HID_DEVICES[4] can be opened by FlyWithLua.
ALL_HID_DEVICES[5].vendor_id = 1267 (0x4f3)
ALL_HID_DEVICES[5].product_id = 5422 (0x152e)
ALL_HID_DEVICES[5].release_number = 3625 (0xe29)
ALL_HID_DEVICES[5].interface_number = 0 (0)
ALL_HID_DEVICES[5].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[5].usage = 6 (0x6) Keyboard
ALL_HID_DEVICES[5].path = \\?\
hid#vid_04f3&pid_152e&mi_00#8&1c4e7b4b&0&0000#{4d1e55b2-f16f-11cf-88cb-
001111000030}\kbd
ALL_HID_DEVICES[5].serial_number =
ALL_HID_DEVICES[5].manufacturer_string = Gaming KB
ALL_HID_DEVICES[5].product_string = Gaming KB
ALL_HID_DEVICES[5] can be opened by FlyWithLua.
ALL_HID_DEVICES[6].vendor_id = 1267 (0x4f3)
ALL_HID_DEVICES[6].product_id = 5422 (0x152e)
ALL_HID_DEVICES[6].release_number = 3625 (0xe29)
ALL_HID_DEVICES[6].interface_number = 1 (0x1)
ALL_HID_DEVICES[6].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[6].usage = 6 (0x6) Keyboard
ALL_HID_DEVICES[6].path = \\?\
hid#vid_04f3&pid_152e&mi_01&col03#8&48aef06&0&0002#{4d1e55b2-f16f-11cf-88cb-
001111000030}\kbd
ALL_HID_DEVICES[6].serial_number =
ALL_HID_DEVICES[6].manufacturer_string = Gaming KB
ALL_HID_DEVICES[6].product_string = Gaming KB
ALL_HID_DEVICES[6] can be opened by FlyWithLua.
ALL_HID_DEVICES[7].vendor_id = 5426 (0x1532)
ALL_HID_DEVICES[7].product_id = 101 (0x65)
ALL_HID_DEVICES[7].release_number = 512 (0x200)
ALL_HID_DEVICES[7].interface_number = 1 (0x1)
ALL_HID_DEVICES[7].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[7].usage = 1 (0x1)
ALL_HID_DEVICES[7].path = \\?\
hid#vid_1532&pid_0065&mi_01&col02#8&360848c7&0&0001#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[7].serial_number =
ALL_HID_DEVICES[7].manufacturer_string = Razer
ALL_HID_DEVICES[7].product_string = Razer Basilisk Essential
ALL_HID_DEVICES[7] can be opened by FlyWithLua.
ALL_HID_DEVICES[8].vendor_id = 5426 (0x1532)
ALL_HID_DEVICES[8].product_id = 101 (0x65)
ALL_HID_DEVICES[8].release_number = 512 (0x200)
ALL_HID_DEVICES[8].interface_number = 1 (0x1)
ALL_HID_DEVICES[8].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[8].usage = 128 (0x80) System Control
ALL_HID_DEVICES[8].path = \\?\
hid#vid_1532&pid_0065&mi_01&col03#8&360848c7&0&0002#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[8].serial_number =
ALL_HID_DEVICES[8].manufacturer_string = Razer
ALL_HID_DEVICES[8].product_string = Razer Basilisk Essential
ALL_HID_DEVICES[8] can be opened by FlyWithLua.
ALL_HID_DEVICES[9].vendor_id = 5426 (0x1532)
ALL_HID_DEVICES[9].product_id = 101 (0x65)
ALL_HID_DEVICES[9].release_number = 512 (0x200)
ALL_HID_DEVICES[9].interface_number = 1 (0x1)
ALL_HID_DEVICES[9].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[9].usage = 0 (0)
ALL_HID_DEVICES[9].path = \\?\
hid#vid_1532&pid_0065&mi_01&col04#8&360848c7&0&0003#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[9].serial_number =
ALL_HID_DEVICES[9].manufacturer_string = Razer
ALL_HID_DEVICES[9].product_string = Razer Basilisk Essential
ALL_HID_DEVICES[9] can be opened by FlyWithLua.
ALL_HID_DEVICES[10].vendor_id = 5426 (0x1532)
ALL_HID_DEVICES[10].product_id = 101 (0x65)
ALL_HID_DEVICES[10].release_number = 512 (0x200)
ALL_HID_DEVICES[10].interface_number = 2 (0x2)
ALL_HID_DEVICES[10].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[10].usage = 6 (0x6) Keyboard
ALL_HID_DEVICES[10].path = \\?\
hid#vid_1532&pid_0065&mi_02#8&22d82c89&0&0000#{4d1e55b2-f16f-11cf-88cb-
001111000030}\kbd
ALL_HID_DEVICES[10].serial_number =
ALL_HID_DEVICES[10].manufacturer_string = Razer
ALL_HID_DEVICES[10].product_string = Razer Basilisk Essential
ALL_HID_DEVICES[10] can be opened by FlyWithLua.
ALL_HID_DEVICES[11].vendor_id = 5426 (0x1532)
ALL_HID_DEVICES[11].product_id = 101 (0x65)
ALL_HID_DEVICES[11].release_number = 512 (0x200)
ALL_HID_DEVICES[11].interface_number = 1 (0x1)
ALL_HID_DEVICES[11].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[11].usage = 0 (0)
ALL_HID_DEVICES[11].path = \\?\
hid#vid_1532&pid_0065&mi_01&col05#8&360848c7&0&0004#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[11].serial_number =
ALL_HID_DEVICES[11].manufacturer_string = Razer
ALL_HID_DEVICES[11].product_string = Razer Basilisk Essential
ALL_HID_DEVICES[11] can be opened by FlyWithLua.
ALL_HID_DEVICES[12].vendor_id = 5426 (0x1532)
ALL_HID_DEVICES[12].product_id = 101 (0x65)
ALL_HID_DEVICES[12].release_number = 512 (0x200)
ALL_HID_DEVICES[12].interface_number = 0 (0)
ALL_HID_DEVICES[12].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[12].usage = 2 (0x2) Mouse
ALL_HID_DEVICES[12].path = \\?\
hid#vid_1532&pid_0065&mi_00#8&d9d9afe&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[12].serial_number =
ALL_HID_DEVICES[12].manufacturer_string = Razer
ALL_HID_DEVICES[12].product_string = Razer Basilisk Essential
ALL_HID_DEVICES[12] can be opened by FlyWithLua.
ALL_HID_DEVICES[13].vendor_id = 1267 (0x4f3)
ALL_HID_DEVICES[13].product_id = 5422 (0x152e)
ALL_HID_DEVICES[13].release_number = 3625 (0xe29)
ALL_HID_DEVICES[13].interface_number = 1 (0x1)
ALL_HID_DEVICES[13].usage_page = 192 (0xc0)
ALL_HID_DEVICES[13].usage = 1 (0x1)
ALL_HID_DEVICES[13].path = \\?\
hid#vid_04f3&pid_152e&mi_01&col05#8&48aef06&0&0004#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[13].serial_number =
ALL_HID_DEVICES[13].manufacturer_string = Gaming KB
ALL_HID_DEVICES[13].product_string = Gaming KB
ALL_HID_DEVICES[13] can be opened by FlyWithLua.
ALL_HID_DEVICES[14].vendor_id = 1267 (0x4f3)
ALL_HID_DEVICES[14].product_id = 5422 (0x152e)
ALL_HID_DEVICES[14].release_number = 3625 (0xe29)
ALL_HID_DEVICES[14].interface_number = 1 (0x1)
ALL_HID_DEVICES[14].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[14].usage = 6 (0x6) Keyboard
ALL_HID_DEVICES[14].path = \\?\
hid#vid_04f3&pid_152e&mi_01&col04#8&48aef06&0&0003#{4d1e55b2-f16f-11cf-88cb-
001111000030}\kbd
ALL_HID_DEVICES[14].serial_number =
ALL_HID_DEVICES[14].manufacturer_string = Gaming KB
ALL_HID_DEVICES[14].product_string = Gaming KB
ALL_HID_DEVICES[14] can be opened by FlyWithLua.
*** Checksum of all Lua files in Scripts directory ***
Simple Ground Service.lua = 98667062670014ef9c6c0c3e4ef2269c (8784 lines)
*** All lines containing FlyWithLua and some other information from X-Plane's
Log.txt ***
[000001] log.txt for X-Plane 11.41r1 (build 114100 64-bit)
[000002] compiled on Dec 4 2019 12:34:57
[000003] X-Plane started on Fri Oct 25 13:50:05 2024
[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 22631/2)
[000009] This is a 64-bit version of Windows.
[000010] CPU type: 8664
[000011] Physical Memory (total for computer): 8510685184
[000012] Maximum Virtual Memory (for X-Plane only): 140737488224256
[000013] CPU 0: AMD Ryzen 3 3200G with Radeon Vega Graphics Speed (mhz): 3600
[000014] CPU 0: AMD Ryzen 3 3200G with Radeon Vega Graphics Speed (mhz): 3600
[000015] CPU 0: AMD Ryzen 3 3200G with Radeon Vega Graphics Speed (mhz): 3600
[000016] CPU 0: AMD Ryzen 3 3200G with Radeon Vega Graphics Speed (mhz): 3600
[000017]
[000018] X-System folder:'D:\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]
[000022] OpenGL Vendor : NVIDIA Corporation
[000023] OpenGL Render : NVIDIA GeForce GT 1030/PCIe/SSE2
[000024] OpenGL Version : 4.6.0 NVIDIA 565.90 (460/0)
[000025] OpenGL Extensions: GL_AMD_multi_draw_indirect
GL_AMD_seamless_cubemap_per_texture GL_AMD_vertex_shader_viewport_index
GL_AMD_vertex_shader_layer 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_fragment_shader_interlock 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_post_depth_coverage
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_locations
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_shader_viewport_layer_array 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_sparse_texture2
GL_ARB_sparse_texture_clamp 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_filter_minmax 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_post_depth_coverage GL_EXT_provoking_vertex GL_EXT_raster_multisample
GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects
GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted
GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs
GL_EXT_sparse_texture2 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_filter_minmax
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_NV_memory_object_sparse 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_equation_advanced_coherent
GL_NVX_blend_equation_advanced_multi_draw_buffers GL_NV_blend_minmax_factor
GL_NV_blend_square GL_NV_clip_space_w_scaling GL_NV_command_list
GL_NV_compute_program5 GL_NV_conditional_render GL_NV_conservative_raster
GL_NV_conservative_raster_dilate GL_NV_conservative_raster_pre_snap_triangles
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_fill_rectangle GL_NV_float_buffer
GL_NV_fog_distance GL_NV_fragment_coverage_to_color GL_NV_fragment_program
GL_NV_fragment_program_option GL_NV_fragment_program2
GL_NV_fragment_shader_interlock GL_NV_framebuffer_mixed_samples
GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4
GL_NV_geometry_shader_passthrough 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_program_multiview
GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_memory_attachment
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_path_rendering_shared_edge 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_sample_locations
GL_NV_sample_mask_override_coverage GL_NV_shader_atomic_counters
GL_NV_shader_atomic_float GL_NV_shader_atomic_float64
GL_NV_shader_atomic_fp16_vector GL_NV_shader_atomic_int64 GL_NV_shader_buffer_load
GL_NV_shader_storage_buffer_object GL_NV_shader_subgroup_partitioned
GL_NV_stereo_view_rendering 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_uniform_buffer_std430_layout 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_NV_viewport_array2 GL_NV_viewport_swizzle 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_KHR_blend_equation_advanced_coherent 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
[000026]
[000027] threaded_avail : 1 aniso_avail : 1 timer_avail : 1
sync/fence : 1
[000028] pbo_avail : 1 frameblit_avail : 1 framebuffer_msaa : 1
[000029] gpu_shad4_avail : 1 shad_lod_avail : 1 array_tex_avail : 1
texture_rg : 1
[000030] tex_float_avail : 1 seamless_avail : 1 drawbuf2_avail : 1
packed_stencil : 1
[000031] framebuffer_srgb : 1 copy_buf_avail : 1 ubo_avail : 1
gshader_avail : 1
[000032] base_vert_avail : 1 tex_multi_avail : 1 depth_float_avail: 1
[000033] instance_avail : 1 tess_avail : 1 viewport_arr : 1
tex_storage : 1
[000034] buf_storage : 1 multi_bind : 1 clip_control : 1
program binary : 1
[000035] debug_avail : 1
[000036] max tex units : 32 (32/8)
[000037] max iso filtering: 16.000000
[000038] max samples : 32
[000039] max texture size : 32768 (hardware limit)
[000040] max point size : 189.875000
[000041] idx in vram : 1
[000042] GLSL Version :4.60 NVIDIA/460
[000043] (16/4096/124/192/32/4096/4096/65536)
[000044] This video card is: DX11+ VR Ready (found glMapBufferRange)
[000045] CPU count : 4
[000046] OpenAL loaded: Resources/dlls/64/openal32.dll
[000047] OpenAL devices: OpenAL Soft
[000048] Open AL default device:OpenAL Soft
[000049] OpenAL vendor : OpenAL Community
[000050] OpenAL renderer : OpenAL Soft
[000051] OpenAL version : 1.1
[000052] OpenAL hardware : OpenAL Soft
[000053] 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
[000054]
[000055] Fetching plugins for D:\X-Plane 11/Resources/plugins
[000056]
[000057] Loaded: D:\X-Plane 11/Resources/plugins/PluginAdmin/64/win.xpl
(xpsdk.examples.pluginadmin).
[000058]
[000059] FlyWithLua: Your system path is D:\X-Plane 11/
[000060] FlyWithLua: System Dir: D:\X-Plane 11/
[000061] FlyWithLua: Plugin Dir: D:\X-Plane 11/Resources/plugins/FlyWithLua
[000062] FlyWithLua: Plugin Scripts Dir: D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts
[000063] FlyWithLua: Plugin Internals Dir: D:\X-Plane
11/Resources/plugins/FlyWithLua/Internals/
[000064] FlyWithLua: Plugin Modules Dir: D:\X-Plane
11/Resources/plugins/FlyWithLua/Modules/
[000065] FlyWithLua: Plugin Scripts Quarantine Dir: D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts (Quarantine)/
[000066] FlyWithLua: Plugin Version: 2.7.37 build Feb 9 2023 07:42:06
[000067] Loaded: D:\X-Plane 11/Resources/plugins/FlyWithLua/64/win.xpl
(CarstenLynker.FlyWithLua.NG).
[000068]
[000069] G64: 0.000: Gizmo64 Script Engine v17.06.04 Windows
[000070] G64: 0.000: built: Jun 4 2017, 19:59:57
[000071] Loaded: D:\X-Plane 11/Resources/plugins/Gizmo64.plugin/64/win.xpl
(gizmo.x-plugins.com).
[000072]
[000073] Loaded: D:\X-Plane
11/Resources/plugins/VolantaPlugin/win_x64/VolantaPlugin.xpl (volanta.plugin).
[000074]
[000075] Loaded: D:\X-Plane 11/Resources/plugins/ivao_pilot/64/win.xpl
(aero.ivao.altitude).
[000076]
[000077] G64: 0.736: Boot Count: 1
[000078] G64: 1.373: Plugin Enabled.
[000079] Pilot Core started.
[000080] Altitude/win v1.13.0.32 started
[000081] Pilot Core log file created in D:\X-Plane 11\
ivao_pilot_core_xpl_20241025_105009.log
[000082] 0:00:00.000 Altitude/win/XPMP2 INFO
XPMPMultiplayer.cpp:154/XPMPMultiplayerInit: XPMP2 2.30 initializing under X-Plane
version 11410/OpenGL and XPLM version 301
[000083] 0:00:00.000 Altitude/win/XPMP2 INFO
XPMPMultiplayer.cpp:505/XPMPSetDefaultPlaneICAO: Default ICAO aircraft type now is
A320
[000084] 0:00:00.000 Altitude/win/XPMP2 DEBUG RelatedDoc8643.cpp:62/RelatedLoad:
related.txt: Trying to read from 'Resources\plugins\IVAO_CSL\related.txt'
[000085] 0:00:00.000 Altitude/win/XPMP2 DEBUG RelatedDoc8643.cpp:142/Doc8643Load:
doc8643.txt: Reading from 'Resources\plugins\IVAO_CSL\Doc8643.txt'
[000086] 0:00:00.000 Altitude/win/XPMP2 INFO
XPMPMultiplayer.cpp:236/XPMPLoadCSLPackage: Loading CSL package from Resources\
plugins\IVAO_CSL\
[000087] 0:00:00.000 Altitude/win/XPMP2 DEBUG CSLModels.cpp:666/CSLModelsReadPkgId:
Added package 'A320' from Resources\plugins\IVAO_CSL\\CSL\A320
[000088] 0:00:00.000 Altitude/win/XPMP2 DEBUG CSLModels.cpp:666/CSLModelsReadPkgId:
Added package 'AS50' from Resources\plugins\IVAO_CSL\\CSL\AS50
[000089] 0:00:00.000 Altitude/win/XPMP2 DEBUG CSLModels.cpp:666/CSLModelsReadPkgId:
Added package 'B744' from Resources\plugins\IVAO_CSL\\CSL\B744
[000090] 0:00:00.000 Altitude/win/XPMP2 DEBUG CSLModels.cpp:666/CSLModelsReadPkgId:
Added package 'C172' from Resources\plugins\IVAO_CSL\\CSL\C172
[000091] 0:00:00.000 Altitude/win/XPMP2 DEBUG CSLModels.cpp:666/CSLModelsReadPkgId:
Added package 'E190' from Resources\plugins\IVAO_CSL\\CSL\E190
[000092] 0:00:00.000 Altitude/win/XPMP2 DEBUG
CSLModels.cpp:920/CSLModelsProcessAcFile: Processing Resources\plugins\IVAO_CSL\\
CSL\A320\xsb_aircraft.txt
[000093] 0:00:00.000 Altitude/win/XPMP2 INFO
CSLModels.cpp:1007/CSLModelsProcessAcFile: Read 1 aircraft (A320) from Resources\
plugins\IVAO_CSL\\CSL\A320\xsb_aircraft.txt
[000094] 0:00:00.000 Altitude/win/XPMP2 DEBUG
CSLModels.cpp:920/CSLModelsProcessAcFile: Processing Resources\plugins\IVAO_CSL\\
CSL\AS50\xsb_aircraft.txt
[000095] 0:00:00.000 Altitude/win/XPMP2 ERROR
CSLModels.cpp:601/CSLModelsConvPackagePath: Line 4: The file 'AS50:AS350rotor.obj'
could not be found at Resources\plugins\IVAO_CSL\\CSL\AS50\AS350rotor.obj
[000096] 0:00:00.000 Altitude/win/XPMP2 ERROR
CSLModels.cpp:601/CSLModelsConvPackagePath: Line 5: The file 'AS50:AS350.obj' could
not be found at Resources\plugins\IVAO_CSL\\CSL\AS50\AS350.obj
[000097] 0:00:00.000 Altitude/win/XPMP2 DEBUG
CSLModels.cpp:920/CSLModelsProcessAcFile: Processing Resources\plugins\IVAO_CSL\\
CSL\B744\xsb_aircraft.txt
[000098] 0:00:00.000 Altitude/win/XPMP2 INFO
CSLModels.cpp:1007/CSLModelsProcessAcFile: Read 1 aircraft (B744) from Resources\
plugins\IVAO_CSL\\CSL\B744\xsb_aircraft.txt
[000099] 0:00:00.000 Altitude/win/XPMP2 DEBUG
CSLModels.cpp:920/CSLModelsProcessAcFile: Processing Resources\plugins\IVAO_CSL\\
CSL\C172\xsb_aircraft.txt
[000140] 0:00:00.000 D/HID: HID Bridge Running
[000141] 0:00:07.538 I/NAVT: Airspaces are done loading async...
[000142] 0:00:07.950 E/APT: Found a bad frequency for the Tower controller at LEZG:
139.300. It should be between 118.000 and 136.990.
[000143] 0:00:07.950 E/APT: The airport LEZG (Zaragoza) has lost some controllers
due to bad frequencies. Each controller needs at least one frequency in the range
of 118.00 to 136.990 mhz.
[000144] 0:00:07.950 E/APT: We found a solitary GND controller at LEZG (Zaragoza).
Where's his tower controller?
[000145] 0:00:07.950 E/APT: Found a bad frequency for the Tower controller at 6K4:
115.400. It should be between 118.000 and 136.990.
[000146] 0:00:07.950 E/APT: The airport 6K4 (FAIRVIEW MUNI) has lost some
controllers due to bad frequencies. Each controller needs at least one frequency
in the range of 118.00 to 136.990 mhz.
[000147] 0:00:07.950 E/APT: Found a bad frequency for the CTAF controller at VOTV:
112.850. It should be between 118.000 and 136.990.
[000148] 0:00:07.950 E/APT: Found a bad frequency for the Center controller at
RJAW: 138.300. It should be between 118.000 and 136.990.
[000149] 0:00:07.950 E/APT: Found a bad frequency for the Approach controller at
RJAW: 138.300. It should be between 118.000 and 136.990.
[000224] 0:01:12.294 I/ACF: Loading airplane number 0 with Aircraft/Laminar
Research/ToLissA321_V1p5p1/a321_XP11_StdDef.acf
[000225] G64: 74.626: Aircraft File: (Aircraft/Laminar
Research/ToLissA321_V1p5p1/a321_XP11_StdDef.acf)
[000226] G64: 74.636: MD5 Hash: (5404c637802c48a83000b7a058068df3)
[000227] G64: 74.636: Description: (A321 with high fidelity system modelling)
[000228] G64: 74.636: Author: (Gliding Kiwi)
[000229] G64: 74.636: Plugin Mode: Community Edition
[000230] G64: 74.639: Boot Count: 2
[000231] Fetching plugins for D:\X-Plane 11/Aircraft/Laminar
Research/ToLissA321_V1p5p1/plugins
[000232]
[000233] ToLiss aircraft systems plugin starting up.
[000301] Loaded: D:\X-Plane 11/Aircraft/Laminar
Research/ToLissA321_V1p5p1/plugins/AirbusFBW_A321_XP11/64/win.xpl
(XP11.ToLiss.A321.systems).
[000302]
[000303] 2024-10-25 13:51:31 librain[plugin.c:590]: This is librain (v0.10)
libacfutils-3babedf
[000304] Loaded: D:\X-Plane 11/Aircraft/Laminar
Research/ToLissA321_V1p5p1/plugins/RainEffects/win_x64/RainEffects.xpl
(skiselkov.librain).
[000305]
[000306] [A319/A321 INFO]: Starting X-Plane SASL plugin v3.14.5+ba77a14 [Commercial
Edition]
[000307] [A319/A321 INFO]: A319/A321 | Aircraft | Start Full
[000308] [A319/A321 INFO]: Loading cursors...
[000309] Loaded: D:\X-Plane 11/Aircraft/Laminar
Research/ToLissA321_V1p5p1/plugins/sasl/64/win.xpl (1-sim A319/A321).
[000310]
[000311] [A319/A321 INFO]: Enabling...
[000312] [A319/A321 INFO]: Sound output device: OpenAL Soft
[000313] [A319/A321 INFO]: Initializing...
[000314] [A319/A321 INFO]: [DISPLAY] Monitor 0: 0, 0, 1920, 1080
[000315] [A319/A321 INFO]: Path to module: D:\X-Plane 11/Aircraft/Laminar
Research/ToLissA321_V1p5p1/modules/main.secured
[000316] [A319/A321 INFO]: Loading module...
[000317] [A319/A321 INFO]: [LUA]: loading module
[000318] [A319/A321 INFO]: [LUA]: loading oxyMask
[000359] FlyWithLua: User switched to a new airport (or changed the plane). Script
files have to be reloaded.
[000360] FlyWithLua: Found fwl_prefs.ini in the FlyWithLua plugin path and it is
[000361] ./Resources/plugins/FlyWithLua/fwl_prefs.ini
[000362] FlyWithLua Info: Lua engine (re)started. LUA_RUN =1, SDK_VERSION = 301,
XPLANE_VERSION = 11410, XPLANE_LANGUAGE = English and XPLANE_HOSTID = 1
[000363] FlyWithLua Info: HID access initialized.
[000364] FlyWithLua Info: FlyWithLua.ini full path
[000365] D:\X-Plane 11/Resources/plugins/FlyWithLua/Internals/FlyWithLua.ini
[000366] FlyWithLua Info: Discovered 14 HID devices.
[000367] FlyWithLua Info: Initial assignments successfully saved.
[000368] FlyWithLua Info: Load ini file.
[000369] FlyWithLua Info: Searching for Lua script files
[000370] FlyWithLua Info: Sorting Lua script files
[000371] FlyWithLua Info: Start loading script file D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple Ground Service.lua
[000372] stair small obj and liveries match
[000373] stair small obj and liveries match
[000374] stair small obj and liveries match
[000375] stair small obj and liveries match
[000376] stair small obj and liveries match
[000377] FlyWithLua Info: Finished loading script file D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple Ground Service.lua
[000378] FlyWithLua Info: Start loading script file D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/please read the manual.lua
[000379] FlyWithLua Info: Finished loading script file D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/please read the manual.lua
[000380] FlyWithLua Info: All script files loaded successfully.
[000381] FlyWithLua Info: Loading time for all scripts is 1.03 sec.
[000382] 0:02:51.304 I/OVR: Reading VR conf file: Aircraft/Laminar
Research/ToLissA321_V1p5p1/a321_XP11_StdDef_vrconfig.txt
[000383] 0:02:51.304 D/STM: Transitioning from state state_NormalLoading to
state_Normal
[000384] 0:02:51.304 I/FCG: Loading AI aircraft Aircraft/Laminar Research/Boeing
B747-400/747-400.acf
[000385] 0:02:51.304 I/ACF: Loading airplane number 1 with Aircraft/Laminar
Research/Boeing B747-400/747-400.acf
[000386] 0:02:52.715 I/FLT: Init dat_p1 type:loc_general_area lat:38.428798
lon:23.215978 ele(ft):26841.148922 psi:326.292908 spd(kts):264.511177
[000387] 0:02:52.715 I/FCG: Loading AI aircraft Aircraft/Laminar Research/Boeing
B747-400/747-400.acf
[000388] 0:02:52.715 I/ACF: Loading airplane number 2 with Aircraft/Laminar
Research/Boeing B747-400/747-400.acf
[000389] 0:02:57.049 I/FLT: Init dat_p2 type:loc_general_area lat:38.716420
lon:23.499565 ele(ft):25456.653699 psi:275.677368 spd(kts):284.008824
[000390] 0:02:57.049 I/FCG: Loading AI aircraft Aircraft/Laminar Research/McDonnell
Douglas MD-80/MD80.acf
[000391] 0:02:57.049 I/ACF: Loading airplane number 3 with Aircraft/Laminar
Research/McDonnell Douglas MD-80/MD80.acf
[000392] 0:02:57.761 I/FLT: Init dat_p3 type:loc_general_area lat:37.415795
lon:24.555420 ele(ft):35805.029955 psi:347.035736 spd(kts):266.301349
[000393] 0:02:57.761 D/FCG: MTBF set to 10000.0 hours
[000394] 0:02:57.761 I/OVR: User is leaving the holodeck.
[000395] [A319/A321 INFO]: [LUA]: "module" Running on MS Windows
[000396] [A319/A321 INFO]: [LUA]: "module" this is not roman's computer
[000397] [A319/A321 INFO]: [LUA]: "module" a321_XP11_StdDef.acf
[000398] [A319/A321 INFO]: [LUA]: "module" I loaded the A321
[000399] ToLiss Systems plugin: Could not load livery configuration file for:
Aircraft/Laminar Research/ToLissA321_V1p5p1/liveries/[IAE]Aegean Classic Livery
[000400] 0:03:08.411 I/WIN: Opened window menu bar
[000401] FlyWithLua Info: Searching for Lua quarantined script files
[000402] FlyWithLua Info: The folder /Resources/plugins/FlyWithLua/Scripts
(Quarantine)/ does not exist or it is empty.
[000403] 0:03:24.396 I/ATC: Aircraft p=1 () started at LGAV:A42
[000404] 0:03:24.396 I/FLT: Init dat_p1 type:loc_ram apt:LGAV start at:A42
[000405] 0:03:24.631 I/ATC: p=2 (N032JR) Popup FP filed to LGAV at 5000 via ,
type=2
[000406] 0:03:24.631 D/ATC: Routing is currently:
[000407] 0:03:24.631 D/ATC:
[000408] raw view: start=0000024AD686E070 end = 0000024AD686DFF0, can_edit=false
edit_count=0
[000409] 0:03:24.631 D/ATC: 0: 0000024AD686E070 ('Popup Pos')
[000410] 0:03:24.631 D/ATC: lon=23.916542,lat=38.137394
[000411] 0:03:24.631 D/ATC: Nav type = NONE
[000609] FlyWithLua: User forced a script reload.
[000610] FlyWithLua Info: Load exit file.
[000611] FlyWithLua Info: Lua engine (re)started. LUA_RUN =2, SDK_VERSION = 301,
XPLANE_VERSION = 11410, XPLANE_LANGUAGE = English and XPLANE_HOSTID = 1
[000612] FlyWithLua Info: HID access initialized.
[000613] FlyWithLua Info: FlyWithLua.ini full path
[000614] D:\X-Plane 11/Resources/plugins/FlyWithLua/Internals/FlyWithLua.ini
[000615] FlyWithLua Info: Discovered 14 HID devices.
[000616] FlyWithLua Info: Load ini file.
[000617] FlyWithLua Info: Searching for Lua script files
[000618] FlyWithLua Info: Sorting Lua script files
[000619] FlyWithLua Info: Start loading script file D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple Ground Service.lua
[000620] stair small obj and liveries match
[000621] stair small obj and liveries match
[000622] stair small obj and liveries match
[000623] stair small obj and liveries match
[000624] stair small obj and liveries match
[000625] FlyWithLua Info: Finished loading script file D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple Ground Service.lua
[000626] FlyWithLua Info: Start loading script file D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/please read the manual.lua
[000627] FlyWithLua Info: Finished loading script file D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/please read the manual.lua
[000628] FlyWithLua Info: All script files loaded successfully.
[000629] FlyWithLua Info: Loading time for all scripts is 0.765 sec.
[000630] FlyWithLua: Lua Engine stopped by user.
[000631] FlyWithLua Debug Info: Sorry, no debug Info on stack.
[000632] FlyWithLua Debug Info From Plugin: SystemPath "D:\X-Plane 11/"
[000633] FlyWithLua Debug Info: Debug file written to "D:\X-Plane
11/FlyWithLua_Debug.txt"
[000634] FlyWithLua Debug Info: Plugin Main directory = D:\X-Plane
11/Resources/plugins/FlyWithLua
[000635] FlyWithLua Debug Info: Script directory = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/
[000636] FlyWithLua Debug Info: Internals directory = D:\X-Plane
11/Resources/plugins/FlyWithLua/Internals/
[000637] FlyWithLua Debug Info: Modules directory = D:\X-Plane
11/Resources/plugins/FlyWithLua/Modules/
[000638] FlyWithLua Debug Info: Debug file written to "<<x-plane
dir>>/FlyWithLua_Debug.txt".
[000639] 0:03:56.466 I/ATC: Runway 03R taxi via H C D2 D D1 , hold short of 03R,
BOEING 747-400 (international, winglets) 3HJ.
[000640] 0:03:56.466 E/ATC: Tried playing a wave file that doesn't exist: ')'
[000641] 0:03:57.898 I/ATC: BOEING 747-400 (international, winglets) 2JR, Athens
Intl Airport Elefterios Venizelos altimeter 3 0 2 6.
[000642] 0:03:57.898 E/ATC: Tried playing a wave file that doesn't exist: ')'
[000643] 0:04:00.599 D/ATC: Validating altitude for p=3 (N552AA): filed: 36000
usable_rte_dist: 438.827393 maxDescent: 109000 maxAlt: 109000 minAlt: 36000
chosen_alt: 36000
[000644] 0:04:00.599 D/ATC: p=3 (N552AA): Cleared IFR @ 10973FL
[000645] 0:04:00.599 D/ATC: p=3 (N552AA): Squawk 4701
[000646] 0:04:00.599 I/ATC: MD-82 2AA, Cleared IFR to ARAD as filed maintain FL 3 6
0, squawk 4 7 0 1.
[000647] FlyWithLua: User forced a script reload.
[000647] FlyWithLua: User forced a script reload.
[000648] FlyWithLua Info: Load exit file.
[000649] FlyWithLua Info: Lua engine (re)started. LUA_RUN =3, SDK_VERSION = 301,
XPLANE_VERSION = 11410, XPLANE_LANGUAGE = English and XPLANE_HOSTID = 1
[000650] FlyWithLua Info: HID access initialized.
[000651] FlyWithLua Info: FlyWithLua.ini full path
[000652] D:\X-Plane 11/Resources/plugins/FlyWithLua/Internals/FlyWithLua.ini
[000653] FlyWithLua Info: Discovered 14 HID devices.
[000654] FlyWithLua Info: Load ini file.
[000655] FlyWithLua Info: Searching for Lua script files
[000656] FlyWithLua Info: Sorting Lua script files
[000657] FlyWithLua Info: Start loading script file D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple Ground Service.lua
[000658] stair small obj and liveries match
[000659] stair small obj and liveries match
[000660] stair small obj and liveries match
[000661] stair small obj and liveries match
[000662] stair small obj and liveries match
[000663] FlyWithLua Info: Finished loading script file D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/Simple Ground Service.lua
[000664] FlyWithLua Info: Start loading script file D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/please read the manual.lua
[000665] FlyWithLua Info: Finished loading script file D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/please read the manual.lua
[000666] FlyWithLua Info: All script files loaded successfully.
[000667] FlyWithLua Info: Loading time for all scripts is 0.221 sec.
[000668] 0:04:04.853 I/ATC: Athens Intl Airport Elefterios Venizelos altimeter 3 0
2 6, BOEING 747-400 (international, winglets) 2JR.
[000669] 0:04:04.853 E/ATC: Tried playing a wave file that doesn't exist: ')'
[000670] FlyWithLua Info: Searching for Lua quarantined script files
[000671] FlyWithLua Info: The folder /Resources/plugins/FlyWithLua/Scripts
(Quarantine)/ does not exist or it is empty.
[000672] Failed to open D:\X-Plane 11/Custom
Scenery/3D_people_library/ground_crew_male_1.obj: the file cannot be opened.
[000673] Failed to open D:\X-Plane 11/Custom
Scenery/3D_people_library/ground_crew_male_1.obj: the file cannot be opened.
[000674] 0:04:10.772 I/ATC: Cleared IFR to ARAD as filed maintain FL 3 6 0, squawk
4 7 0 1, MD-82 2AA.
[000675] 0:04:10.948 I/ATC: MD-82 2AA, Runway 03R taxi via H G D2 D D1 , hold
short of runway 03R.
[000676] 0:04:10.948 D/ATC: p=3 (N552AA): Taxi (10 points issued)
[000677] 0:04:20.631 I/ATC: Runway 03R taxi via H G D2 D D1 , hold short of 03R,
MD-82 2AA.
[000678] FlyWithLua Info: Searching for Lua quarantined script files
[000679] FlyWithLua Info: The folder /Resources/plugins/FlyWithLua/Scripts
(Quarantine)/ does not exist or it is empty.
[000680] FlyWithLua: Lua Engine stopped by user.
[000681] FlyWithLua Debug Info: Sorry, no debug Info on stack.
[000682] FlyWithLua Debug Info From Plugin: SystemPath "D:\X-Plane 11/"
[000683] FlyWithLua Debug Info: Debug file written to "D:\X-Plane
11/FlyWithLua_Debug.txt"
[000684] FlyWithLua Debug Info: Plugin Main directory = D:\X-Plane
11/Resources/plugins/FlyWithLua
[000685] FlyWithLua Debug Info: Script directory = D:\X-Plane
11/Resources/plugins/FlyWithLua/Scripts/
[000686] FlyWithLua Debug Info: Internals directory = D:\X-Plane
11/Resources/plugins/FlyWithLua/Internals/
[000687] FlyWithLua Debug Info: Modules directory = D:\X-Plane
11/Resources/plugins/FlyWithLua/Modules/
[000688] 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.