0% found this document useful (0 votes)
42 views

FlyWithLua Debug

This document provides information about the configuration and state of the FlyWithLua plugin for X-Plane 11. It summarizes the callbacks, variables, tables and functions that Lua has access to through the plugin. It also lists the datarefs that have been stored in Lua variables for access.

Uploaded by

golgolablab
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views

FlyWithLua Debug

This document provides information about the configuration and state of the FlyWithLua plugin for X-Plane 11. It summarizes the callbacks, variables, tables and functions that Lua has access to through the plugin. It also lists the datarefs that have been stored in Lua variables for access.

Uploaded by

golgolablab
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 24

-- FlyWithLua NG v2.7.

37 build Feb 9 2023 07:42:06 Debug File


-- Tue Dec 12 20:12:36 2023
-- Memory in use: 721 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()
lrl_loopCallback()
MyHelloWorld()

*** Every frame loop callback ***


button_sniffer_event_handler()

*** Often loop callback ***


lrl_checkForVR()

*** 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" (0xb95)
Description--> "enter some Lua code"
Begin --> enter_the_code_line = true
Continue -->
End -->

*** DataRefs stored in Lua variables ***


The DataRef "sim/cockpit2/switches/beacon_on" is stored in "lrl_boolBeaconOn" (read
only, type = int).
The DataRef "sim/flightmodel/failures/onground_all" is stored in
"lrl_boolOnGroundAll" (read only, type = int).
The DataRef "sim/flightmodel/failures/onground_any" is stored in
"lrl_boolOnGroundAny" (read only, type = int).
The DataRef "sim/flightmodel/position/Q" is stored in "lrl_Q" (read only, type =
float).
The DataRef "sim/flightmodel/position/Qrad" is stored in "lrl_Qrad" (read only,
type = float).
The DataRef "sim/flightmodel/position/elevation" is stored in "ELEVATION" (read
only, type = double).
The DataRef "sim/flightmodel/position/latitude" is stored in "LATITUDE" (read only,
type = double).
The DataRef "sim/flightmodel/position/longitude" is stored in "LONGITUDE" (read
only, type = double).
The DataRef "sim/flightmodel/position/vh_ind_fpm" is stored in "lrl_vertfpm" (read
only, type = float).
The DataRef "sim/flightmodel/position/y_agl" is stored in "lrl_agl" (read only,
type = float).
The DataRef "sim/flightmodel2/misc/gforce_normal" is stored in "lrl_gforce" (read
only, type = float).
The DataRef "sim/graphics/VR/enabled" is stored in "lrl_vr_enabled" (read only,
type = int).
The DataRef "sim/network/misc/network_time_sec" is stored in "sim_time" (read only,
type = float).
The DataRef "sim/time/is_in_replay" is stored in "lrl_boolInReplay" (read only,
type = int).
The DataRef "sim/time/local_time_sec" is stored in "lrl_localtime" (read only, type
= float).
The DataRef "sim/time/paused" is stored in "lrl_boolSimPaused" (read only, type =
int).

*** Switches created by Lua ***


No switches created by Lua.

*** Macros from macro and ATC memu are stored in a table ***
<<< Macro table element no. 0 is not a switch. >>>
name -->"Enter a line of code"
always -->enter_the_code_line = true

<<< Macro table element no. 1 is a switch. >>>


name -->"Show pilot's head info"
activate -->display_PH_info = true
deactivate-->display_PH_info = false

<<< Macro table element no. 2 is a switch. >>>


name -->"Show joystick button numbers"
activate -->button_sniffer_active = true
deactivate-->button_sniffer_active = false

<<< Macro table element no. 3 is a switch. >>>


name -->"Show keystoke numbers"
activate -->keystroke_sniffer_active = true
deactivate-->keystroke_sniffer_active = false

<<< Macro table element no. 4 is a switch. >>>


name -->"Show memory usage heartbeat"
activate -->show_memory_heartbeat = true
deactivate-->show_memory_heartbeat = false
<<< Macro table element no. 5 is a switch. >>>
name -->"Landing Rate: Show Debug Info"
activate -->lrl_DEBUG = true
deactivate-->lrl_DEBUG = false

*** OpenAL sound files are stored in a table ***


No OpenAL sounds created by Lua.

*** All simple global variables Lua knows ***


AIRCRAFT_FILENAME = a320_XP11.acf
AIRCRAFT_PATH = D:\Games/X-Plane 11/Aircraft/ToLissA320_V1p0p1/
CLOCKS_PER_SEC = 1000
DIRECTORY_SEPARATOR = /
DO_EVERY_DRAW_TIME_SEC = 0
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.
DO_SOMETIMES_TIME_SEC = 0
ELEVATION = 76.767893753946
FLT_MAX = 3.4028234663853e+38
INTERNALS_DIRECTORY = D:\Games/X-Plane 11/Resources/plugins/FlyWithLua/Internals/
LATITUDE = 56.215401328498
LONGITUDE = 43.780480774985
LUA_MEMORY_USAGE_KB = 720
LUA_RUN = 2
MD5_CTX = ctype<struct MD5Context>
MODULES_DIRECTORY = D:\Games/X-Plane 11/Resources/plugins/FlyWithLua/Modules/
MOUSE_X = 801
MOUSE_Y = 720
NUMBER_OF_HID_DEVICES = 14
PLANE_AUTHOR = Gliding Kiwi
PLANE_DESCRIP = A320 with high fidelity system modelling
PLANE_ICAO = A20N
PLANE_TAILNUMBER = C-GTLT
PLUGIN_MAIN_DIRECTORY = D:\Games/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
QUARANTINE_DIRECTORY = D:\Games/X-Plane 11/Resources/plugins/FlyWithLua/Scripts
(Quarantine)/
SCREEN_HEIGHT = 900
SCREEN_HIGHT = 900
SCREEN_WIDTH = 1600
SCRIPTS_LOADING_TIME_SEC = 0.03
SCRIPT_DIRECTORY = D:\Games/X-Plane 11/Resources/plugins/FlyWithLua/Scripts/
SDK_VERSION = 303
SUPPORTS_FLOATING_WINDOWS = 1
SYSTEM = IBM
SYSTEM_ARCHITECTURE = 64
SYSTEM_DIRECTORY = D:\Games/X-Plane 11/
XPLANE_HOSTID = 1
XPLANE_LANGUAGE = Russian
XPLANE_VERSION = 11550
XPLM_NAV_NOT_FOUND = -1
XSB_METAR = Sorry, no METAR
_VERSION = Lua 5.1
butterball_gVS = 7.8717461943879e-05
button_debug_string = No button pressed!
button_sniffer_active = false
code = values_axis_lrl_landingG = {}
ts_axis_lrl_landingG = {}
function init_lrl_landingG()
values_axis_lrl_landingG = {}
ts_axis_lrl_landingG = {}
end
init_lrl_landingG()
function calcAvg_lrl_landingG()
local avg = 0
if #values_axis_lrl_landingG > 0 then
for i = 30, 1, -1 do
avg = avg + (values_axis_lrl_landingG[i] or 0)
end
avg = avg / #values_axis_lrl_landingG
end
return avg
end
function calcDeviation_lrl_landingG()
local prev
local d = 0
if #values_axis_lrl_landingG > 0 then
for i = 30, 1, -1 do
if values_axis_lrl_landingG[i] then
if prev then
local diff = values_axis_lrl_landingG[i] - prev
d = d + diff
end
prev = values_axis_lrl_landingG[i]
end
end
d = d / (#values_axis_lrl_landingG - 1)
end
return d
end
function calcTime_lrl_landingG()
local d = 0
if #ts_axis_lrl_landingG > 1 then
d = ts_axis_lrl_landingG[1] - ts_axis_lrl_landingG[#ts_axis_lrl_landingG]
end
return d
end
function pushValue_lrl_landingG(value, ts)
ts = ts or os.clock()
for i = 30, 2, -1 do
values_axis_lrl_landingG[i] = values_axis_lrl_landingG[i-1]
ts_axis_lrl_landingG[i] = ts_axis_lrl_landingG[i-1]
end
values_axis_lrl_landingG[1] = value
ts_axis_lrl_landingG[1] = ts
end

display_PH_info = false
enter_the_code_line = false
keystroke_debug_string = No key pressed!
keystroke_sniffer_active = false
lrl_ARMED = 0
lrl_DEBUG = false
lrl_FONTSIZE = 18
lrl_LANDED = 1
lrl_POSTRATE = true
lrl_Q = 2.0229447272868e-06
lrl_Qrad = 3.5307046175603e-08
lrl_SECONDS_TO_DISPLAY = 20
lrl_SHOW_TIMER = true
lrl_STANDBY = 3
lrl_STEERINGDN = 2
lrl_XPCT = 0.5
lrl_YPCT = 0.8
lrl_agl = -0.27305161952972
lrl_boolBeaconOn = 0
lrl_boolInReplay = 0
lrl_boolOnGroundAll = 1
lrl_boolOnGroundAny = 1
lrl_boolSimPaused = 0
lrl_floatFinal = 0
lrl_floatTimer = 0
lrl_gforce = 0.99997246265411
lrl_landingG = 1
lrl_localtime = 54732.58984375
lrl_logAllWheels = true
lrl_logAnyWheel = true
lrl_logDisplayOn = false
lrl_popupState = 3
lrl_showUntil = 145.272
lrl_vertfpm = -2.162360760849e-05
lrl_vr_disabledDelay = 2
lrl_vr_enabled = 0
lrl_vr_enabledDelay = 0
lrl_vr_hexColor = 4294967295
lrl_vr_showWindow = 0
max_y = 900
number_of_code_lines_in_history = 2
show_memory_heartbeat = false
sim_time = 1961.1866455078
sol.☢☢ = userdata: 0x7ffcc402e400
sol.📌 = thread: 0x28a00378
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: 0x28a0d660
DATAREF_META_TABLE = table: 0x28a0d520
_G = table: 0x28a01d60
bit = table: 0x28a08f58
code_line_history = table: 0x28a4b398
coroutine = table: 0x28a044e8
debug = table: 0x28a087b0
graphics = table: 0x28a53798
imgui = table: 0x28a0f730
io = table: 0x28a023f8
jit = table: 0x28a09690
lrl_popupText = table: 0x28a42bd0
math = table: 0x28a07818
os = table: 0x28a068e0
package = table: 0x28a049e8
string = table: 0x28a06ef0
table = table: 0x28a052c0
ts_axis_lrl_agl = table: 0x28a55980
ts_axis_lrl_landingG = table: 0x28a2dc40
values_axis_lrl_agl = table: 0x28a55938
values_axis_lrl_landingG = table: 0x28a4a190

*** All global functions Lua knows ***


DO_EVERY_DRAW_CHUNK = function: 0x28a578e0
DO_EVERY_FRAME_CHUNK = function: 0x28a4da68
DO_OFTEN_CHUNK = function: 0x28a31ae0
DO_ON_KEYSTROKE_CHUNK = function: 0x28a4f438
DataRef = function: 0x28a02440
DrawFLyWithLuaInputLine = function: 0x28a4b480
F1 = function: 0x28a3eb50
F2 = function: 0x28a3ec00
F3 = function: 0x28a3ec30
F4 = function: 0x28a3ec68
FLYWITHLUA_DEBUG = function: 0x28a0e540
GetLuaLineFromKeyboard = function: 0x28a4b718
LandingRateVR_window = function: 0x28a5e6a0
MD5Final = function: 0x28a0d3c0
MD5Init = function: 0x28a0d2d8
MD5STEP = function: 0x28a0d1f0
MD5Transform = function: 0x28a0d308
MD5Update = function: 0x28a0d338
MyHelloWorld = function: 0x28a578b0
XPLMClearFMSEntry = function: 0x28a0b4c8
XPLMCountFMSEntries = function: 0x28a0d0d0
XPLMFindCommand = function: 0x28a0b7d0
XPLMFindDataRef = function: 0x28a0b768
XPLMFindFirstNavAidOfType = function: 0x28a0cf08
XPLMFindLastNavAidOfType = function: 0x28a0cf80
XPLMFindNavAid = function: 0x28a0cff8
XPLMGetAllMonitorBoundsGlobal = function: 0x28a0ede8
XPLMGetAllMonitorBoundsOS = function: 0x28a0ed70
XPLMGetDataRefTypes = function: 0x28a0bc48
XPLMGetDatad = function: 0x28a0b908
XPLMGetDataf = function: 0x28a0b8a0
XPLMGetDatai = function: 0x28a0b838
XPLMGetDatavf = function: 0x28a0b9d8
XPLMGetDatavi = function: 0x28a0b970
XPLMGetDestinationFMSEntry = function: 0x28a0b360
XPLMGetDisplayedFMSEntry = function: 0x28a0d140
XPLMGetFMSEntryInfo = function: 0x28a0b618
XPLMGetFirstNavAid = function: 0x28a0ce28
XPLMGetMouseLocationGlobal = function: 0x28a0ec10
XPLMGetNavAidInfo = function: 0x28a0d060
XPLMGetNextNavAid = function: 0x28a0ce98
XPLMGetScreenBoundsGlobal = function: 0x28a0ecf8
XPLMGetScreenSize = function: 0x28a0ec88
XPLMSetDatad = function: 0x28a0bb10
XPLMSetDataf = function: 0x28a0baa8
XPLMSetDatai = function: 0x28a0ba40
XPLMSetDatavf = function: 0x28a0bbe0
XPLMSetDatavi = function: 0x28a0bb78
XPLMSetDestinationFMSEntry = function: 0x28a0b450
XPLMSetDisplayedFMSEntry = function: 0x28a0b3d8
XPLMSetFMSEntryInfo = function: 0x28a0b5a8
XPLMSetFMSEntryLatLon = function: 0x28a0b538
XPLMSetGraphicsState = function: 0x28a0c6b0
XPLMSpeakString = function: 0x28a0a2f0
XSBConnect = function: 0x28a0a180
XSBDisconnect = function: 0x28a0a1e8
XSBLookupATC = function: 0x28a0a250
XSBSendFlightplan = function: 0x28a0a0a8
XSBShowFlightplan = function: 0x28a09c10
XSBSpeakString = function: 0x28a09ba8
XSBUserLogin = function: 0x28a0a118
XSB_METAR_CALLBACK = function: 0x28a28e80
activate_macro = function: 0x28a02190
add_ATC_macro = function: 0x28a020c0
add_atc_macro = function: 0x28a02128
add_macro = function: 0x28a02058
assert = function: builtin#2
bcmp = function: 0x28a3bdb0
bcopy = function: 0x28a3bd78
begin_classic_mode = function: 0x28a0b688
big_bubble = function: 0x28a47dd8
bin2str = function: 0x28a40730
bubble = function: 0x28a47da8
button = function: 0x28a0c020
button_sniffer_event_handler = function: 0x28a4d9b0
byteReverse = function: 0x28a3eb20
bzero = function: 0x28a3bd08
calcAvg_lrl_agl = function: 0x28a2f3d0
calcAvg_lrl_landingG = function: 0x28a29100
calcDeviation_lrl_agl = function: 0x28a3b440
calcDeviation_lrl_landingG = function: 0x28a48488
calcTime_lrl_agl = function: 0x28a2fdb8
calcTime_lrl_landingG = function: 0x28a484b8
clear_all_axis_assignments = function: 0x28a0bfa8
clear_all_button_assignments = function: 0x28a02348
collectgarbage = function: builtin#27
command_begin = function: 0x28a0c250
command_end = function: 0x28a0c2b8
command_once = function: 0x28a0c1e8
crash_the_sim = function: 0x28a0c320
create_HID_table = function: 0x28a0ee60
create_axis_median = function: 0x28a02728
create_command = function: 0x28a0bcb8
create_dataref_table = function: 0x28a0d630
create_negative_edge_decrement = function: 0x28a029f0
create_negative_edge_flip = function: 0x28a02ae0
create_negative_edge_increment = function: 0x28a02900
create_negative_edge_trigger = function: 0x28a02810
create_positive_edge_decrement = function: 0x28a02978
create_positive_edge_flip = function: 0x28a02a68
create_positive_edge_increment = function: 0x28a02888
create_positive_edge_trigger = function: 0x28a02798
create_switch = function: 0x28a026c0
dataref = function: 0x28a024a0
dataref_table = function: 0x28a0d600
deactivate_macro = function: 0x28a021f8
define_shared_DataRef = function: 0x28a02500
define_shared_dataref = function: 0x28a02570
directory_to_table = function: 0x28a0bd20
do_every_draw = function: 0x28a01eb8
do_every_frame = function: 0x28a01f20
do_often = function: 0x28a01f88
do_on_exit = function: 0x28a57560
do_on_keystroke = function: 0x28a02c30
do_on_mouse_click = function: 0x28a01dd8
do_on_mouse_wheel = function: 0x28a01e48
do_on_new_XSB_text = function: 0x28a02bc0
do_on_new_metar = function: 0x28a02b58
do_sometimes = function: 0x28a01ff0
dofile = function: builtin#25
draw_string = function: 0x28a0c388
draw_string_Helvetica_10 = function: 0x28a0c4e0
draw_string_Helvetica_12 = function: 0x28a0c468
draw_string_Helvetica_18 = function: 0x28a0c3f0
draw_string_Times_Roman_10 = function: 0x28a0c558
draw_string_Times_Roman_24 = function: 0x28a0c5d0
end_classic_mode = function: 0x28a0b6f8
error = function: builtin#19
float_wnd_bring_to_front = function: 0x28a27ab8
float_wnd_create = function: 0x28a152b8
float_wnd_destroy = function: 0x28a27888
float_wnd_get_dimensions = function: 0x28a277a0
float_wnd_get_geometry = function: 0x28a27d68
float_wnd_get_visible = function: 0x28a278f8
float_wnd_get_xplm_handle = function: 0x28a20540
float_wnd_is_front = function: 0x28a27a48
float_wnd_is_popped = function: 0x28a279d8
float_wnd_is_vr = function: 0x28a27b30
float_wnd_load_image = function: 0x28a27818
float_wnd_set_geometry = function: 0x28a27cf8
float_wnd_set_gravity = function: 0x28a27c88
float_wnd_set_imgui_builder = function: 0x28a280f8
float_wnd_set_onclick = function: 0x28a28290
float_wnd_set_onclose = function: 0x28a28358
float_wnd_set_ondraw = function: 0x28a281c8
float_wnd_set_position = function: 0x28a204d0
float_wnd_set_positioning_mode = function: 0x28a27c10
float_wnd_set_resizing_limits = function: 0x28a27b98
float_wnd_set_title = function: 0x28a15358
float_wnd_set_visible = function: 0x28a27968
gcinfo = function: builtin#26
get = function: 0x28a0c0c0
get_DataRef_binding = function: 0x28a02650
get_dataref_binding = function: 0x28a025e0
get_pilots_head = function: 0x28a0beb8
getfenv = function: builtin#10
getmetatable = function: builtin#8
glBegin_LINES = function: 0x28a0c788
glBegin_LINE_LOOP = function: 0x28a0c860
glBegin_LINE_STRIP = function: 0x28a0c7f0
glBegin_POINTS = function: 0x28a0c720
glBegin_POLYGON = function: 0x28a0c8d0
glBegin_QUADS = function: 0x28a0ca88
glBegin_QUAD_STRIP = function: 0x28a0caf0
glBegin_TRIANGLES = function: 0x28a0c938
glBegin_TRIANGLE_FAN = function: 0x28a0ca18
glBegin_TRIANGLE_STRIP = function: 0x28a0c9a8
glColor3f = function: 0x28a0ccf8
glColor4f = function: 0x28a0cd60
glEnd = function: 0x28a0cb60
glLineWidth = function: 0x28a0cc90
glRectf = function: 0x28a0cdc8
glVertex2f = function: 0x28a0cbc0
glVertex3f = function: 0x28a0cc28
hid_close = function: 0x28a0efa0
hid_get_feature_report = function: 0x28a0f2a0
hid_open = function: 0x28a0eed0
hid_open_path = function: 0x28a0ef38
hid_read = function: 0x28a0f0e0
hid_read_timeout = function: 0x28a0f070
hid_send_feature_report = function: 0x28a0f1b8
hid_send_filled_feature_report = function: 0x28a0f228
hid_set_nonblocking = function: 0x28a0f148
hid_write = function: 0x28a0f008
huge_bubble = function: 0x28a476f8
init_lrl_agl = function: 0x28a4c1a0
init_lrl_landingG = function: 0x28a50c28
ipairs = function: builtin#7
keystroke_sniffer_event_handler = function: 0x28a4f288
last_button = function: 0x28a0c058
let_sound_loop = function: 0x28a0f518
load = function: builtin#23
load_WAV_file = function: 0x28a0f310
load_aircraft = function: 0x28a0eb40
load_situation = function: 0x28a0ea70
loadfile = function: builtin#22
loadstring = function: builtin#24
logMsg = function: 0x28a0a2b8
lrl_checkForVR = function: 0x28a5e700
lrl_evalRating = function: 0x28a29dc8
lrl_loopCallback = function: 0x28a5e6d0
lrl_populatePopupStats = function: 0x28a41ca0
lrl_populatePopupStats2 = function: 0x28a41cd0
lrl_postLandingRate = function: 0x28a309a8
lrl_updateLandingResult = function: 0x28a29d98
md5 = function: 0x28a0d408
measure_string = function: 0x28a0c648
memchr = function: 0x28a3af40
memcmp = function: 0x28a3af08
memcpy = function: 0x28a3be18
memmove = function: 0x28a39910
memset = function: 0x28a3bde0
module = function: 0x28a04e48
new_table = function: 0x28a2dd08
newproxy = function: builtin#28
next = function: builtin#4
pairs = function: builtin#5
pause_sound = function: 0x28a0f4b0
pcall = function: builtin#20
peek = function: 0x28a0bd90
place_aircraft_at = function: 0x28a0bf20
place_aircraft_at_location = function: 0x28a0e9f8
play_sound = function: 0x28a0f378
poke = function: 0x28a0bdf0
print = function: 0x28a0d440
print_button_sniffer_result = function: 0x28a4e428
print_keystroke_sniffer_result = function: 0x28a4f468
printmd5ctx = function: 0x28a0d2a8
pushValue_lrl_agl = function: 0x28a2dbd0
pushValue_lrl_landingG = function: 0x28a30978
rawequal = function: builtin#14
rawget = function: builtin#12
rawset = function: builtin#13
reload_scenery = function: 0x28a0eba8
replace_WAV_file = function: 0x28a0f6c0
require = function: 0x28a04ea8
rewind_sound = function: 0x28a0f448
save_situation = function: 0x28a0ead8
select = function: builtin#16
set = function: 0x28a0c120
set_array = function: 0x28a0c180
set_axis_assignment = function: 0x28a022d8
set_button_assignment = function: 0x28a02268
set_pilots_head = function: 0x28a0be50
set_sound_gain = function: 0x28a0f5e8
set_sound_pitch = function: 0x28a0f580
setfenv = function: builtin#11
setmetatable = function: builtin#9
show_memory_usage = function: 0x28a03740
show_pilots_head_parameters = function: 0x28a4bd18
sol.🔩 = function: 0x28a033b0
stop_sound = function: 0x28a0f3e0
strcasecmp = function: 0x28a42618
strchr = function: 0x28a40618
strcmp = function: 0x28a42370
strcpy = function: 0x28a40570
strdup = function: 0x28a426c0
string_same = function: 0x28a406c0
strlcat = function: 0x28a405e0
strlcpy = function: 0x28a405a8
strlen = function: 0x28a42650
strncasecmp = function: 0x28a425e0
strncmp = function: 0x28a3fd70
strndup = function: 0x28a42688
strrchr = function: 0x28a40650
strstr = function: 0x28a40688
tonumber = function: builtin#17
tostring = function: builtin#18
type = function: builtin#3
unload_all_sounds = function: 0x28a0f650
unpack = function: builtin#15
xpcall = function: builtin#21
*** We found 14 HID devices ***

ALL_HID_DEVICES[1].vendor_id = 1118 (0x45e)


ALL_HID_DEVICES[1].product_id = 654 (0x28e)
ALL_HID_DEVICES[1].release_number = 0 (0)
ALL_HID_DEVICES[1].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[1].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[1].usage = 5 (0x5) Game Pad
ALL_HID_DEVICES[1].path = \\?\
hid#vid_045e&pid_028e&ig_00#3&32c282d&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[1].serial_number =
ALL_HID_DEVICES[1].manufacturer_string =
ALL_HID_DEVICES[1].product_string = Controller (XBOX 360 For Windows)
ALL_HID_DEVICES[1] can be opened by FlyWithLua.

ALL_HID_DEVICES[2].vendor_id = 7247 (0x1c4f)


ALL_HID_DEVICES[2].product_id = 2 (0x2)
ALL_HID_DEVICES[2].release_number = 272 (0x110)
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_1c4f&pid_0002&mi_01&col01#7&1eb56457&0&0000#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[2].serial_number =
ALL_HID_DEVICES[2].manufacturer_string = SIGMACHIP
ALL_HID_DEVICES[2].product_string = USB Keyboard
ALL_HID_DEVICES[2] can be opened by FlyWithLua.

ALL_HID_DEVICES[3].vendor_id = 7247 (0x1c4f)


ALL_HID_DEVICES[3].product_id = 2 (0x2)
ALL_HID_DEVICES[3].release_number = 272 (0x110)
ALL_HID_DEVICES[3].interface_number = 1 (0x1)
ALL_HID_DEVICES[3].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[3].usage = 128 (0x80) System Control
ALL_HID_DEVICES[3].path = \\?\
hid#vid_1c4f&pid_0002&mi_01&col02#7&1eb56457&0&0001#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[3].serial_number =
ALL_HID_DEVICES[3].manufacturer_string = SIGMACHIP
ALL_HID_DEVICES[3].product_string = USB Keyboard
ALL_HID_DEVICES[3] can be opened by FlyWithLua.

ALL_HID_DEVICES[4].vendor_id = 65039 (0xfe0f)


ALL_HID_DEVICES[4].product_id = 255 (0xff)
ALL_HID_DEVICES[4].release_number = 1 (0x1)
ALL_HID_DEVICES[4].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[4].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[4].usage = 1 (0x1)
ALL_HID_DEVICES[4].path = \\?\
hid#system&col02#1&2d12bed1&0&0001#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[4].serial_number = 0.0.1
ALL_HID_DEVICES[4].manufacturer_string = Ryochan7
ALL_HID_DEVICES[4].product_string = FakerInput Device
ALL_HID_DEVICES[4] can be opened by FlyWithLua.

ALL_HID_DEVICES[5].vendor_id = 1133 (0x46d)


ALL_HID_DEVICES[5].product_id = 49196 (0xc02c)
ALL_HID_DEVICES[5].release_number = 1 (0x1)
ALL_HID_DEVICES[5].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[5].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[5].usage = 2 (0x2) Mouse
ALL_HID_DEVICES[5].path = \\?\
hid#wmvirtualdevice#2&39874f8d&0&0000#{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 = 65039 (0xfe0f)


ALL_HID_DEVICES[6].product_id = 255 (0xff)
ALL_HID_DEVICES[6].release_number = 1 (0x1)
ALL_HID_DEVICES[6].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[6].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[6].usage = 2 (0x2) Mouse
ALL_HID_DEVICES[6].path = \\?\
hid#system&col03#1&2d12bed1&0&0002#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[6].serial_number = 0.0.1
ALL_HID_DEVICES[6].manufacturer_string = Ryochan7
ALL_HID_DEVICES[6].product_string = FakerInput Device
ALL_HID_DEVICES[6] can be opened by FlyWithLua.

ALL_HID_DEVICES[7].vendor_id = 65039 (0xfe0f)


ALL_HID_DEVICES[7].product_id = 255 (0xff)
ALL_HID_DEVICES[7].release_number = 1 (0x1)
ALL_HID_DEVICES[7].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[7].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[7].usage = 2 (0x2) Mouse
ALL_HID_DEVICES[7].path = \\?\
hid#system&col04#1&2d12bed1&0&0003#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[7].serial_number = 0.0.1
ALL_HID_DEVICES[7].manufacturer_string = Ryochan7
ALL_HID_DEVICES[7].product_string = FakerInput Device
ALL_HID_DEVICES[7] can be opened by FlyWithLua.

ALL_HID_DEVICES[8].vendor_id = 1133 (0x46d)


ALL_HID_DEVICES[8].product_id = 49195 (0xc02b)
ALL_HID_DEVICES[8].release_number = 1 (0x1)
ALL_HID_DEVICES[8].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[8].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[8].usage = 6 (0x6) Keyboard
ALL_HID_DEVICES[8].path = \\?\
hid#wmvirtualdevice#2&26cd9ee8&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}\kbd
ALL_HID_DEVICES[8].serial_number =
ALL_HID_DEVICES[8].manufacturer_string =
ALL_HID_DEVICES[8].product_string =
ALL_HID_DEVICES[8] can be opened by FlyWithLua.

ALL_HID_DEVICES[9].vendor_id = 65039 (0xfe0f)


ALL_HID_DEVICES[9].product_id = 255 (0xff)
ALL_HID_DEVICES[9].release_number = 1 (0x1)
ALL_HID_DEVICES[9].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[9].usage_page = 65280 (0xff00) Vendor-defined
ALL_HID_DEVICES[9].usage = 1 (0x1)
ALL_HID_DEVICES[9].path = \\?\
hid#system&col05#1&2d12bed1&0&0004#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[9].serial_number = 0.0.1
ALL_HID_DEVICES[9].manufacturer_string = Ryochan7
ALL_HID_DEVICES[9].product_string = FakerInput Device
ALL_HID_DEVICES[9] can be opened by FlyWithLua.

ALL_HID_DEVICES[10].vendor_id = 65039 (0xfe0f)


ALL_HID_DEVICES[10].product_id = 255 (0xff)
ALL_HID_DEVICES[10].release_number = 1 (0x1)
ALL_HID_DEVICES[10].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[10].usage_page = 65280 (0xff00) Vendor-defined
ALL_HID_DEVICES[10].usage = 2 (0x2)
ALL_HID_DEVICES[10].path = \\?\
hid#system&col06#1&2d12bed1&0&0005#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[10].serial_number = 0.0.1
ALL_HID_DEVICES[10].manufacturer_string = Ryochan7
ALL_HID_DEVICES[10].product_string = FakerInput Device
ALL_HID_DEVICES[10] can be opened by FlyWithLua.

ALL_HID_DEVICES[11].vendor_id = 3190 (0xc76)


ALL_HID_DEVICES[11].product_id = 5662 (0x161e)
ALL_HID_DEVICES[11].release_number = 256 (0x100)
ALL_HID_DEVICES[11].interface_number = 2 (0x2)
ALL_HID_DEVICES[11].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[11].usage = 1 (0x1)
ALL_HID_DEVICES[11].path = \\?\
hid#vid_0c76&pid_161e&mi_02#7&37f5a597&0&0000#{4d1e55b2-f16f-11cf-88cb-
001111000030}
ALL_HID_DEVICES[11].serial_number =
ALL_HID_DEVICES[11].manufacturer_string =
ALL_HID_DEVICES[11].product_string = USB PnP Audio Device
ALL_HID_DEVICES[11] can be opened by FlyWithLua.

ALL_HID_DEVICES[12].vendor_id = 65039 (0xfe0f)


ALL_HID_DEVICES[12].product_id = 255 (0xff)
ALL_HID_DEVICES[12].release_number = 1 (0x1)
ALL_HID_DEVICES[12].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[12].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[12].usage = 6 (0x6) Keyboard
ALL_HID_DEVICES[12].path = \\?\
hid#system&col01#1&2d12bed1&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}\kbd
ALL_HID_DEVICES[12].serial_number = 0.0.1
ALL_HID_DEVICES[12].manufacturer_string = Ryochan7
ALL_HID_DEVICES[12].product_string = FakerInput Device
ALL_HID_DEVICES[12] can be opened by FlyWithLua.

ALL_HID_DEVICES[13].vendor_id = 12538 (0x30fa)


ALL_HID_DEVICES[13].product_id = 1024 (0x400)
ALL_HID_DEVICES[13].release_number = 256 (0x100)
ALL_HID_DEVICES[13].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[13].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[13].usage = 2 (0x2) Mouse
ALL_HID_DEVICES[13].path = \\?\
hid#vid_30fa&pid_0400#6&30331951&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[13].serial_number =
ALL_HID_DEVICES[13].manufacturer_string =
ALL_HID_DEVICES[13].product_string = USB OPTICAL MOUSE
ALL_HID_DEVICES[13] can be opened by FlyWithLua.

ALL_HID_DEVICES[14].vendor_id = 7247 (0x1c4f)


ALL_HID_DEVICES[14].product_id = 2 (0x2)
ALL_HID_DEVICES[14].release_number = 272 (0x110)
ALL_HID_DEVICES[14].interface_number = 0 (0)
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_1c4f&pid_0002&mi_00#7&6f1d812&0&0000#{4d1e55b2-f16f-11cf-88cb-
001111000030}\kbd
ALL_HID_DEVICES[14].serial_number =
ALL_HID_DEVICES[14].manufacturer_string = SIGMACHIP
ALL_HID_DEVICES[14].product_string = USB Keyboard
ALL_HID_DEVICES[14] can be opened by FlyWithLua.

*** Checksum of all Lua files in Scripts directory ***


LandingRate.lua = e9882c62829917a7f1eb32047b078d11 (467 lines)
PAX.lua = d01a8a35ad979b37deddc049f345da14 (698 lines)
please read the manual.lua = a0c681ee604490fc6067ade223cdc504 (47 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 Tue Dec 12 19:39:53 2023
[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 19045/2)
[000009] This is a 64-bit version of Windows.
[000010] CPU type: 8664
[000011] Physical Memory (total for computer): 17088831488
[000012] Maximum Virtual Memory (for X-Plane only): 140737488224256
[000013] CPU 0: Intel(R) Core(TM) i3-10100F CPU @ 3.60GHz Speed (mhz): 3600
[000014] CPU 0: Intel(R) Core(TM) i3-10100F CPU @ 3.60GHz Speed (mhz): 3600
[000015] CPU 0: Intel(R) Core(TM) i3-10100F CPU @ 3.60GHz Speed (mhz): 3600
[000016] CPU 0: Intel(R) Core(TM) i3-10100F CPU @ 3.60GHz Speed (mhz): 3600
[000017] CPU 0: Intel(R) Core(TM) i3-10100F CPU @ 3.60GHz Speed (mhz): 3600
[000018] CPU 0: Intel(R) Core(TM) i3-10100F CPU @ 3.60GHz Speed (mhz): 3600
[000019] CPU 0: Intel(R) Core(TM) i3-10100F CPU @ 3.60GHz Speed (mhz): 3600
[000020] CPU 0: Intel(R) Core(TM) i3-10100F CPU @ 3.60GHz Speed (mhz): 3600
[000021]
[000022] X-System folder:'D:\Games/X-Plane 11/', case sensitive=0
[000023]
[000024] Bypassing glViewport for AMD drivers.
[000025] Vulkan Layers : VK_LAYER_AMD_switchable_graphics (1),
VK_LAYER_OBS_HOOK (1), VK_LAYER_RTSS (1), VK_LAYER_EOS_Overlay (1),
VK_LAYER_LIVESTUDIO_HOOK (1), VK_LAYER_VALVE_steam_overlay (1),
VK_LAYER_VALVE_steam_fossilize (1), VK_LAYER_LIVESTUDIO_HOOK (1),
VK_LAYER_ROCKSTAR_GAMES_social_club (1)
[000026] Vulkan Device : Radeon (TM) RX 480 Graphics (36c2000000)
[000027] Vulkan Version : 1.3.250
[000028] Vulkan Driver : 2.0.270
[000029] Vulkan Extensions : VK_KHR_16bit_storage VK_KHR_8bit_storage
VK_KHR_bind_memory2 VK_KHR_buffer_device_address VK_KHR_cooperative_matrix
VK_KHR_copy_commands2 VK_KHR_create_renderpass2 VK_KHR_dedicated_allocation
VK_KHR_depth_stencil_resolve VK_KHR_descriptor_update_template VK_KHR_device_group
VK_KHR_draw_indirect_count VK_KHR_driver_properties VK_KHR_dynamic_rendering
VK_KHR_external_fence VK_KHR_external_fence_win32 VK_KHR_external_memory
VK_KHR_external_memory_win32 VK_KHR_external_semaphore
VK_KHR_external_semaphore_win32 VK_KHR_format_feature_flags2
VK_KHR_fragment_shader_barycentric VK_KHR_get_memory_requirements2
VK_KHR_global_priority VK_KHR_imageless_framebuffer VK_KHR_image_format_list
VK_KHR_maintenance1 VK_KHR_maintenance2 VK_KHR_maintenance3 VK_KHR_maintenance4
VK_KHR_map_memory2 VK_KHR_multiview VK_KHR_pipeline_executable_properties
VK_KHR_pipeline_library VK_KHR_push_descriptor VK_KHR_relaxed_block_layout
VK_KHR_sampler_mirror_clamp_to_edge VK_KHR_sampler_ycbcr_conversion
VK_KHR_separate_depth_stencil_layouts VK_KHR_shader_atomic_int64
VK_KHR_shader_clock VK_KHR_shader_draw_parameters VK_KHR_shader_float16_int8
VK_KHR_shader_float_controls VK_KHR_shader_integer_dot_product
VK_KHR_shader_non_semantic_info VK_KHR_shader_subgroup_extended_types
VK_KHR_shader_subgroup_uniform_control_flow VK_KHR_shader_terminate_invocation
VK_KHR_spirv_1_4 VK_KHR_storage_buffer_storage_class VK_KHR_swapchain
VK_KHR_swapchain_mutable_format VK_KHR_synchronization2 VK_KHR_timeline_semaphore
VK_KHR_uniform_buffer_standard_layout VK_KHR_variable_pointers
VK_KHR_vulkan_memory_model VK_KHR_win32_keyed_mutex
VK_KHR_workgroup_memory_explicit_layout VK_KHR_zero_initialize_workgroup_memory
VK_EXT_4444_formats VK_EXT_attachment_feedback_loop_layout
VK_EXT_calibrated_timestamps VK_EXT_color_write_enable VK_EXT_conditional_rendering
VK_EXT_custom_border_color VK_EXT_depth_clamp_zero_one VK_EXT_depth_clip_control
VK_EXT_depth_clip_enable VK_EXT_depth_range_unrestricted VK_EXT_descriptor_buffer
VK_EXT_descriptor_indexing VK_EXT_device_address_binding_report VK_EXT_device_fault
VK_EXT_dynamic_rendering_unused_attachments VK_EXT_extended_dynamic_state
VK_EXT_extended_dynamic_state2 VK_EXT_extended_dynamic_state3
VK_EXT_external_memory_host VK_EXT_full_screen_exclusive VK_EXT_global_priority
VK_EXT_global_priority_query VK_EXT_hdr_metadata VK_EXT_host_query_reset
VK_EXT_image_robustness VK_EXT_image_view_min_lod VK_EXT_index_type_uint8
VK_EXT_inline_uniform_block VK_EXT_line_rasterization VK_EXT_load_store_op_none
VK_EXT_memory_budget VK_EXT_memory_priority VK_EXT_mutable_descriptor_type
VK_EXT_non_seamless_cube_map VK_EXT_pageable_device_local_memory
VK_EXT_pipeline_creation_cache_control VK_EXT_pipeline_creation_feedback
VK_EXT_primitive_topology_list_restart VK_EXT_private_data VK_EXT_provoking_vertex
VK_EXT_queue_family_foreign VK_EXT_robustness2 VK_EXT_sampler_filter_minmax
VK_EXT_sample_locations VK_EXT_scalar_block_layout VK_EXT_separate_stencil_usage
VK_EXT_shader_atomic_float VK_EXT_shader_demote_to_helper_invocation
VK_EXT_shader_image_atomic_int64 VK_EXT_shader_module_identifier
VK_EXT_shader_stencil_export VK_EXT_shader_subgroup_ballot
VK_EXT_shader_subgroup_vote VK_EXT_shader_viewport_index_layer
VK_EXT_subgroup_size_control VK_EXT_texel_buffer_alignment VK_EXT_tooling_info
VK_EXT_transform_feedback VK_EXT_vertex_attribute_divisor VK_EXT_ycbcr_image_arrays
VK_AMD_buffer_marker VK_AMD_calibrated_timestamps VK_AMD_display_native_hdr
VK_AMD_draw_indirect_count VK_AMD_gcn_shader VK_AMD_gpa_interface
VK_AMD_gpu_shader_half_float VK_AMD_gpu_shader_int16
VK_AMD_memory_overallocation_behavior VK_AMD_mixed_attachment_samples
VK_AMD_rasterization_order VK_AMD_shader_ballot VK_AMD_shader_core_properties
VK_AMD_shader_core_properties2 VK_AMD_shader_early_and_late_fragment_tests
VK_AMD_shader_explicit_vertex_parameter VK_AMD_shader_fragment_mask
VK_AMD_shader_image_load_store_lod VK_AMD_shader_info VK_AMD_shader_trinary_minmax
VK_GOOGLE_decorate_string VK_GOOGLE_hlsl_functionality1 VK_GOOGLE_user_type
VK_VALVE_mutable_descriptor_type
[000030] Vulkan Instance Extensions: VK_KHR_device_group_creation
VK_KHR_external_fence_capabilities VK_KHR_external_memory_capabilities
VK_KHR_external_semaphore_capabilities VK_KHR_get_physical_device_properties2
VK_KHR_get_surface_capabilities2 VK_KHR_surface VK_KHR_win32_surface
VK_EXT_debug_report VK_EXT_debug_utils VK_EXT_swapchain_colorspace
VK_KHR_portability_enumeration VK_LUNARG_direct_driver_loading
[000031] checkpoints : 0 aftermath : 0
[000032] anisotropic_avail : 1 timer_avail : 1 tess_avail : 1
geom_avail : 1
[000033] viewport_arr : 1 layer_arr : 1 native_reverse_z : 1
has_reverse_z : 1
[000034] max iso filtering : 16
[000035] max samples : 3
[000036] max texture size : 16384 (hardware limit)
[000037] max tex units : 4294967295
[000038]
[000039] This video card is: DX11+ VR Ready
[000040] 0:00:00.000 I/GFX: Surface formats for surface:
[000041] 0:00:00.000 I/GFX: 37
[000042] 0:00:00.000 I/GFX: 44
[000043] 0:00:00.000 I/GFX: 97
[000044] 0:00:00.000 I/GFX: 64
[000045] 0:00:00.000 I/GFX: 64
[000046] 0:00:00.000 I/GFX: 43
[000047] 0:00:00.000 I/GFX: 50
[000048] 0:00:00.000 I/GFX: Picked 43 as the common window surface format
[000049] 0:00:00.000 I/VK: Surface 0000029879759A80:
[000050] 0:00:00.000 I/VK: minImageCount 2:
[000051] 0:00:00.000 I/VK: maxImageCount 16:
[000052] 0:00:00.000 I/VK: supportedUsageFlags 9f:
[000053] 0:00:00.000 I/GFX/VK: Created swapchain for 000002987975E980 with size
{ 1600x900x3 }. Mode: VK_PRESENT_MODE_IMMEDIATE_KHR
[000054] Using queue 0 as generic queue
[000055] Using queue 2 as transfer queue
[000056] Using queue 0 as presentation queue
[000057] Heap info ( 3 heaps)
[000058] Heap 0 - Flags: DEVICE_LOCAL_BIT | MULTI_INSTANCE_BIT (3), Size:
8321499136
[000059] Heap 1 - Flags: (0), Size: 8275361792
[000060] Heap 2 - Flags: DEVICE_LOCAL_BIT | MULTI_INSTANCE_BIT (3), Size:
268435456
[000061] Memory type info (8 types)
[000062] Heap: 0, Flags: DEVICE_LOCAL_BIT (1)
[000063] Heap: 1, Flags: HOST_VISIBLE_BIT | HOST_COHERENT_BIT (6)
[000064] Heap: 2, Flags: DEVICE_LOCAL_BIT | HOST_VISIBLE_BIT | HOST_COHERENT_BIT
(7)
[000065] Heap: 1, Flags: HOST_VISIBLE_BIT | HOST_COHERENT_BIT | HOST_CACHED_BIT
(e)
[000066] Heap: 0, Flags: DEVICE_LOCAL_BIT (1)
[000067] Heap: 1, Flags: HOST_VISIBLE_BIT | HOST_COHERENT_BIT (6)
[000068] Heap: 2, Flags: DEVICE_LOCAL_BIT | HOST_VISIBLE_BIT | HOST_COHERENT_BIT
(7)
[000069] Heap: 1, Flags: HOST_VISIBLE_BIT | HOST_COHERENT_BIT | HOST_CACHED_BIT
(e)
[000070] Diagnostics : memory
[000071] Device memory : 7762595968
[000072] Host memory : 7848759501
[000073]
[000074]
[000075] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/depth_resolve_mapping.xsv with hash:
a72072aefb13f468922d5fae859d29
[000076] 0:00:00.000 I/GFX: Loaded archive
Resources/shaders/bin/spv/depth_resolve.xsa with hash:
ed4934705e908ae47be7ce72becd0a
[000077] OpenGL bridge device:
[000078] Bypassing glViewport for AMD drivers.
[000079] OpenGL Vendor : ATI Technologies Inc.
[000080] OpenGL Render : Radeon (TM) RX 480 Graphics
[000081] OpenGL Version : 4.6.0 Compatibility Profile Context 23.8.1.230810
(460/0)
[000082] OpenGL Extensions : GL_EXT_abgr GL_EXT_blend_color GL_EXT_blend_minmax
GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_texture GL_EXT_texture_object
GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_subtexture GL_EXT_texture3D
GL_EXT_bgra GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters
GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp
GL_SGIS_generate_mipmap GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod
GL_ARB_multitexture GL_IBM_texture_mirrored_repeat GL_ARB_multisample
GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix
GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays
GL_EXT_secondary_color GL_EXT_texture_cube_map GL_EXT_texture_env_add
GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod GL_EXT_texture_lod_bias
GL_NV_blend_square GL_NV_texgen_reflection GL_SUN_multi_draw_arrays
WGL_EXT_swap_control GL_ARB_point_parameters GL_ARB_texture_border_clamp
GL_ARB_texture_compression GL_ARB_texture_env_crossbar
GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3
GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_texture_env_combine
GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_NV_half_float
GL_ARB_depth_texture GL_ARB_fragment_program GL_ARB_vertex_program
GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_env_combine3
GL_ATI_texture_float GL_EXT_shadow_funcs GL_EXT_stencil_wrap
GL_EXT_texture_rectangle GL_NV_primitive_restart GL_S3_s3tc
GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_occlusion_query
GL_ARB_point_sprite GL_ARB_shader_objects GL_ARB_shading_language_100
GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ARB_vertex_shader
GL_EXT_blend_equation_separate GL_EXT_depth_bounds_test GL_ARB_color_buffer_float
GL_ARB_draw_buffers GL_ARB_half_float_pixel GL_ARB_pixel_buffer_object
GL_ARB_texture_float GL_ARB_texture_rectangle GL_EXT_framebuffer_object
GL_EXT_pixel_buffer_object GL_EXT_texture_mirror_clamp GL_NV_float_buffer
GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil
GL_EXT_texture_format_BGRA8888 GL_ATI_separate_stencil GL_ATI_shader_texture_lod
GL_ATI_texture_mirror_once GL_EXT_bindable_uniform GL_EXT_draw_buffers2
GL_EXT_draw_instanced GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4
GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_packed_float
GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_latc
GL_EXT_texture_compression_rgtc GL_EXT_texture_integer GL_EXT_transform_feedback
GL_NV_depth_buffer_float GL_OES_EGL_image GL_EXT_provoking_vertex
GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_EXT_vertex_array_bgra
GL_NV_conditional_render GL_ARB_depth_buffer_float GL_ARB_draw_instanced
GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4
GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range
GL_ARB_texture_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_rg
GL_ARB_transform_feedback GL_ARB_vertex_array_object GL_EXT_direct_state_access
GL_EXT_texture_snorm GL_AMD_conservative_depth GL_AMD_seamless_cubemap_per_texture
GL_AMD_texture_cube_map_array GL_ARB_compatibility GL_ARB_copy_buffer
GL_ARB_depth_clamp GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex
GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sample_shading
GL_ARB_seamless_cube_map GL_ARB_shader_texture_lod GL_ARB_sync
GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array
GL_ARB_texture_gather GL_ARB_texture_multisample
GL_ARB_texture_multisample_no_array GL_ARB_texture_query_lod
GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ATI_meminfo
GL_EXT_texture_storage GL_NV_copy_image GL_NV_texture_barrier
GL_AMD_blend_minmax_factor GL_AMD_depth_clamp_separate GL_AMD_sample_positions
GL_ARB_ES2_compatibility GL_ARB_base_instance GL_ARB_blend_func_extended
GL_ARB_compressed_texture_pixel_storage GL_ARB_debug_output GL_ARB_draw_indirect
GL_ARB_explicit_attrib_location GL_ARB_get_program_binary GL_ARB_gpu_shader5
GL_ARB_gpu_shader_fp64 GL_ARB_occlusion_query2 GL_ARB_robustness
GL_ARB_sampler_objects GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding
GL_ARB_shader_precision GL_ARB_shader_stencil_export GL_ARB_shader_subroutine
GL_ARB_shading_language_packing GL_ARB_tessellation_shader
GL_ARB_texture_compression_bptc GL_ARB_texture_rgb10_a2ui GL_ARB_texture_swizzle
GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3
GL_ARB_vertex_attrib_64bit GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array
GL_EXT_shader_image_load_store GL_EXT_texture_sRGB_decode
GL_EXT_vertex_attrib_64bit GL_AMD_multi_draw_indirect GL_AMD_pinned_memory
GL_AMD_vertex_shader_layer GL_AMD_vertex_shader_viewport_index
GL_ARB_conservative_depth GL_ARB_internalformat_query GL_ARB_shader_atomic_counters
GL_ARB_shader_image_load_store GL_ARB_shading_language_420pack
GL_ARB_texture_storage GL_ARB_transform_feedback_instanced
GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_AMD_query_buffer_object
GL_AMD_shader_trinary_minmax GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays
GL_ARB_clear_buffer_object GL_ARB_compute_shader GL_ARB_copy_image
GL_ARB_explicit_uniform_location GL_ARB_fragment_layer_viewport
GL_ARB_framebuffer_no_attachments GL_ARB_internalformat_query2
GL_ARB_invalidate_subdata GL_ARB_multi_draw_indirect GL_ARB_program_interface_query
GL_ARB_shader_image_size GL_ARB_shader_storage_buffer_object
GL_ARB_stencil_texturing GL_ARB_texture_buffer_range GL_ARB_texture_query_levels
GL_ARB_texture_storage_multisample GL_ARB_texture_view GL_ARB_vertex_attrib_binding
GL_EXT_copy_buffer GL_KHR_debug GL_KHR_texture_compression_astc_ldr
GL_AMD_gpu_shader_half_float GL_AMD_gpu_shader_int64 GL_ARB_bindless_texture
GL_ARB_buffer_storage GL_ARB_clear_texture GL_ARB_enhanced_layouts
GL_ARB_indirect_parameters GL_ARB_multi_bind GL_ARB_query_buffer_object
GL_ARB_seamless_cubemap_per_texture GL_ARB_shader_draw_parameters
GL_ARB_shader_group_vote GL_ARB_sparse_texture GL_ARB_texture_mirror_clamp_to_edge
GL_ARB_texture_stencil8 GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_copy_image
GL_EXT_draw_buffers_indexed GL_EXT_geometry_point_size GL_EXT_gpu_shader5
GL_EXT_sRGB_write_control GL_EXT_shader_integer_mix GL_EXT_shader_io_blocks
GL_EXT_tessellation_point_size GL_EXT_tessellation_shader
GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_timer_query
GL_KHR_blend_equation_advanced GL_NV_shader_atomic_int64 GL_ARB_clip_control
GL_ARB_conditional_render_inverted GL_ARB_cull_distance GL_ARB_derivative_control
GL_ARB_direct_state_access GL_ARB_get_texture_sub_image
GL_ARB_pipeline_statistics_query GL_ARB_shader_texture_image_samples
GL_ARB_sparse_buffer GL_ARB_texture_barrier
GL_ARB_transform_feedback_overflow_query GL_EXT_polygon_offset_clamp
GL_EXT_render_snorm GL_KHR_robust_buffer_access_behavior GL_KHR_robustness
GL_OVR_multiview GL_ARB_parallel_shader_compile GL_ARB_shader_atomic_counter_ops
GL_ARB_shader_ballot GL_ARB_shader_clock GL_ARB_shader_viewport_layer_array
GL_ARB_texture_filter_minmax GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_RG8
GL_KHR_no_error GL_OVR_multiview2 GL_OVR_multiview_multisampled_render_to_texture
GL_ARB_gl_spirv GL_EXT_clip_cull_distance GL_EXT_memory_object
GL_EXT_memory_object_win32 GL_EXT_semaphore GL_EXT_semaphore_win32
GL_AMD_gpu_shader_int16 GL_ARB_polygon_offset_clamp GL_ARB_spirv_extensions
GL_ARB_texture_filter_anisotropic GL_EXT_texture_compression_bptc
GL_KHR_parallel_shader_compile GL_KHR_shader_subgroup GL_EXT_nonuniform_qualifier
GL_NV_timeline_semaphore
[000083]
[000084] sync/fence : 1
[000085] pbo_avail : 1 frameblit_avail : 1 framebuffer_msaa : 1
[000086] gpu_shad4_avail : 1 shad_lod_avail : 1 array_tex_avail : 1
texture_rg : 1
[000087] tex_float_avail : 1 seamless_avail : 1 drawbuf2_avail : 1
packed_stencil : 1
[000088] framebuffer_srgb : 1 copy_buf_avail : 1 ubo_avail : 1
gshader_avail : 1
[000089] base_vert_avail : 1 tex_multi_avail : 1 depth_float_avail : 1
[000090] instance_avail : 1 tess_avail : 1 viewport_arr : 1
tex_storage : 1
[000091] buf_storage : 1 multi_bind : 1 clip_control : 1
program_binary : 1
[000092] idx in vram : 1
[000093] GLSL version : 4.60/460
[000094] (32/8000/64/160/32/8000/8000/4194304)
[000095]
[000096] anisotropic_avail : 1 timer_avail : 1 tess_avail : 1
geom_avail : 1
[000097] viewport_arr : 1 layer_arr : 1 native_reverse_z : 0
has_reverse_z : 1
[000098] max iso filtering : 16
[000099] max samples : 3
[000133] Loaded: D:\Games/X-Plane 11/Resources/plugins/PluginAdmin/64/win.xpl
(xpsdk.examples.pluginadmin).
[000134]
[000135] AviTab version 0.6.3
[000136] Loaded: D:\Games/X-Plane 11/Resources/plugins/AviTab/win_x64/AviTab.xpl
(org.solhost.folko.avitab).
[000137]
[000138] 2023-12-12 19:39:55 BetterPushback[xplane.c:539]: This is BetterPushback-
v0.48 libacfutils-0e818a4
[000139] Loaded: D:\Games/X-Plane 11/Resources/plugins/BetterPushback/64/win.xpl
(skiselkov.BetterPushback).
[000140]
[000141] FlyWithLua: Your system path is D:\Games/X-Plane 11/
[000142] FlyWithLua: System Dir: D:\Games/X-Plane 11/
[000143] FlyWithLua: Plugin Dir: D:\Games/X-Plane 11/Resources/plugins/FlyWithLua
[000144] FlyWithLua: Plugin Scripts Dir: D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Scripts
[000145] FlyWithLua: Plugin Internals Dir: D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Internals/
[000146] FlyWithLua: Plugin Modules Dir: D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Modules/
[000147] FlyWithLua: Plugin Scripts Quarantine Dir: D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Scripts (Quarantine)/
[000148] FlyWithLua: Plugin Version: 2.7.37 build Feb 9 2023 07:42:06
[000149] Loaded: D:\Games/X-Plane 11/Resources/plugins/FlyWithLua/64/win.xpl
(CarstenLynker.FlyWithLua.NG).
[000150]
[000151] [0.0000] Terrain radar plugin: version 1.31.0.8d3d954a.xplm301
[000152] [0.0000] Terrain radar plugin: int ver 103100
[000153] [0.0000] Terrain radar plugin: plugin directiory is, D:\Games\X-Plane 11\
Resources\plugins\TerrainRadar\
[000154] Loaded: D:\Games/X-Plane 11/Resources/plugins/TerrainRadar/64/win.xpl
(drgluck.plugins.terrain_radar).
[000155]
[000156] I found the following scenery packages (prioritized in this order):
[000157] 0 Custom Scenery/Aerosoft - EBBR Brussels/
[000158] 1 Custom Scenery/Aerosoft - EDDF Frankfurt/
[000159] 2 Custom Scenery/Aerosoft - EDLP Paderborn-Lippstadt/
[000160] 3 Custom Scenery/Aerosoft - EGBB Birmingham/
[000161] 4 Custom Scenery/Aerosoft - EGKK London-Gatwick/
[000162] 5 Custom Scenery/Aerosoft - EGLL Heathrow/
[000163] 6 Custom Scenery/Aerosoft - EGPF Glasgow/
[000205] 0:00:00.000 D/HID: HID Bridge Running
[000206] 0:00:00.555 I/NAVT: Airspaces are done loading async...
[000207] 0:00:00.555 I/GFX: Loaded mapping
Resources/shaders/bin/cube_filter_mapping.xsv with hash:
33a101719a461739a854b3b91e2e8fb
[000208] 0:00:00.555 I/GFX: Loaded archive
Resources/shaders/bin/spv/cube_filter.xsa with hash: b136e2dbce5063cefaaef42d0b3841
[000209] 0:00:00.555 I/GFX: Loaded mapping
Resources/shaders/bin/ground_lights_mapping.xsv with hash:
efcb9dd432f7b8f41e1e501691f38a6
[000210] 0:00:00.555 I/GFX: Loaded archive
Resources/shaders/bin/spv/ground_lights.xsa with hash:
5484693ae81190a1245a6a6de86dc354
[000211] 0:00:00.555 I/GFX: Loaded mapping Resources/shaders/bin/light_mapping.xsv
with hash: a33261499add38908e4edee55486b85
[000212] 0:00:00.555 I/GFX: Loaded archive Resources/shaders/bin/spv/light.xsa with
hash: d9a21cdc3e8c958a8744231f26bef321
[000213] 0:00:00.555 I/REN: Setting texture resolution read from prefs as 4
[000214] 0:00:00.555 W/ACF: Scanning of aircraft files is complete. Some of your
aircraft files will not be available to fly in X-Plane, probably because they were
created by a version of X-Plane that is too old. Aircraft that will be ignored:
[000241] 0:00:06.098 D/HID: Hardware ADDED(045e, 028e) - Controller (XBOX 360 For
Windows) at path \\?\hid#vid_045e&pid_028e&ig_00#3&32c282d&0&0000#{4d1e55b2-f16f-
11cf-88cb-001111000030}
[000242] 0:00:06.098 I/JOY: REGISTER Joystick device: Controller (XBOX 360 For
Windows) - VID:1118PID:654, this is a familiar device.
[000243] 0:00:06.098 D/HID: BUTTON Added Index: 0 (HID_Page_Button/01) for
handle: 00000298530589B0
[000244] 0:00:06.098 D/HID: BUTTON Added Index: 1 (HID_Page_Button/02) for
handle: 00000298530589B0
[000245] 0:00:06.098 D/HID: BUTTON Added Index: 2 (HID_Page_Button/03) for
handle: 00000298530589B0
[000246] 0:00:06.098 D/HID: BUTTON Added Index: 3 (HID_Page_Button/04) for
handle: 00000298530589B0
[000247] 0:00:06.098 D/HID: BUTTON Added Index: 4 (HID_Page_Button/05) for
handle: 00000298530589B0
[000248] 0:00:06.098 D/HID: BUTTON Added Index: 5 (HID_Page_Button/06) for
handle: 00000298530589B0
[000249] 0:00:06.098 D/HID: BUTTON Added Index: 6 (HID_Page_Button/07) for
handle: 00000298530589B0
[000250] 0:00:06.098 D/HID: BUTTON Added Index: 7 (HID_Page_Button/08) for
handle: 00000298530589B0
[000251] 0:00:06.098 D/HID: BUTTON Added Index: 8 (HID_Page_Button/09) for
handle: 00000298530589B0
[000252] 0:00:06.098 D/HID: BUTTON Added Index: 9 (HID_Page_Button/0a) for
handle: 00000298530589B0
[000253] 0:00:06.098 D/HID: AXIS Added Index: 0
(HID_Page_GenericDesktop/HID_Usage_GD_Y) for handle: 00000298530589B0. Min/Max 0 -
65535
[000254] 0:00:06.098 D/HID: AXIS Added Index: 1
(HID_Page_GenericDesktop/HID_Usage_GD_X) for handle: 00000298530589B0. Min/Max 0 -
65535
[000255] 0:00:06.098 D/HID: AXIS Added Index: 2
(HID_Page_GenericDesktop/HID_Usage_GD_Ry) for handle: 00000298530589B0. Min/Max 0 -
65535
[000256] 0:00:06.098 D/HID: AXIS Added Index: 3
(HID_Page_GenericDesktop/HID_Usage_GD_Rx) for handle: 00000298530589B0. Min/Max 0 -
65535
[000257] 0:00:06.098 D/HID: AXIS Added Index: 4
(HID_Page_GenericDesktop/HID_Usage_GD_Z) for handle: 00000298530589B0. Min/Max 0 -
65535
[000258] 0:00:06.098 D/HID: HATSWITCH Added Index: 0
(HID_Page_GenericDesktop/HID_Usage_GD_Hatswitch) for handle: 00000298530589B0. It
has 8 positions.
[000259] 0:00:06.098 D/HID: END HARDWARE
[000260] 0:00:06.098 D/STM: Transitioning from state state_InitialLoading to
state_QuickFlightWizard
[000261] 0:00:06.098 I/WIN: Showing subscreen Main Menu
[000262] 0:00:06.098 I/OVR: User is entering the holodeck.
[000263] 0:00:06.098 I/WIN: Opened window Primary V11 UI
[000264] 0:00:06.423 I/NAVT: NavData is done loading async...
[000265] 0:00:06.911 I/NAVT: Navaids are done loading async...
[000266] 0:00:07.096 I/NAVT: Fixes are done loading async...
[000267] 0:00:08.134 I/NAVT: Airways are done loading async...
[000268] 0:00:08.134 I/NAVT: All navt data is done loading async...
[000326] 0:00:23.562 I/ACF: Loading airplane number 0 with
Aircraft/ToLissA320_V1p0p1/a320_XP11.acf
[000327] [24.4907] Terrain radar plugin: read settings
[000328] [24.4907] Terrain radar plugin: aircraft description is "A320 with high
fidelity system modelling"
[000329] [24.4907] Terrain radar plugin: found unsupported aircraft "A320 with high
fidelity system modelling", switched to window mode
[000330] [24.4907] Terrain radar plugin: aircraft engines type is turbofan
[000331] Fetching plugins for D:\Games/X-Plane
11/Aircraft/ToLissA320_V1p0p1/plugins
[000332]
[000333] ToLiss aircraft systems plugin starting up.
[000334] ToLiss aircraft systems plugin: Found Aircraft path. Aircraft\
ToLissA320_V1p0p1\
[000335]
[000502] Loaded: D:\Games/X-Plane
11/Aircraft/ToLissA320_V1p0p1/plugins/AirbusFBW_A320_XP11/win_x64/
AirbusFBW_A320_XP11.xpl (XP11.ToLiss.A320.systems).
[000503]
[000504] 2023-12-12 19:40:25 librain[plugin.c:590]: This is librain (v0.10)
libacfutils-3babedf
[000505] Loaded: D:\Games/X-Plane
11/Aircraft/ToLissA320_V1p0p1/plugins/RainEffects/win_x64/RainEffects.xpl
(skiselkov.librain).
[000506]
[000507] [A319/A321 INFO]: Starting X-Plane SASL plugin v3.16.2+f664438 [Commercial
Edition]
[000508] [A319/A321 INFO]: A319/A321 | Aircraft | Start Full
[000509] [A319/A321 INFO]: Loading cursors...
[000510] Loaded: D:\Games/X-Plane
11/Aircraft/ToLissA320_V1p0p1/plugins/sasl/64/win.xpl (1-sim A319/A321).
[000511]
[000512] [A319/A321 INFO]: Enabling...
[000513] [A319/A321 INFO]: Sound output device: OpenAL Soft
[000514] [A319/A321 INFO]: Initializing...
[000515] [A319/A321 INFO]: [DISPLAY] Monitor 0: 0, 0, 1600, 900
[000516] [A319/A321 INFO]: Path to module: D:\Games/X-Plane
11/Aircraft/ToLissA320_V1p0p1/modules/main.secured
[000517] [A319/A321 INFO]: Loading module...
[000518] [A319/A321 INFO]: [LUA]: loading module
[000519] [A319/A321 INFO]: [LUA]: loading oxyMask
[000565] FlyWithLua: User switched to a new airport (or changed the plane). Script
files have to be reloaded.
[000566] FlyWithLua: Found fwl_prefs.ini in the FlyWithLua plugin path and it is
[000567] ./Resources/plugins/FlyWithLua/fwl_prefs.ini
[000568] FlyWithLua Info: Lua engine (re)started. LUA_RUN =1, SDK_VERSION = 303,
XPLANE_VERSION = 11550, XPLANE_LANGUAGE = Russian and XPLANE_HOSTID = 1
[000569] FlyWithLua Info: HID access initialized.
[000570] FlyWithLua Info: FlyWithLua.ini full path
[000571] D:\Games/X-Plane 11/Resources/plugins/FlyWithLua/Internals/FlyWithLua.ini
[000572] FlyWithLua Info: Discovered 14 HID devices.
[000573] FlyWithLua Info: Initial assignments successfully saved.
[000574] FlyWithLua Info: Load ini file.
[000575] FlyWithLua Info: Searching for Lua script files
[000576] FlyWithLua Info: Sorting Lua script files
[000577] FlyWithLua Info: Start loading script file D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Scripts/LandingRate.lua
[000578] FlyWithLua Info: Finished loading script file D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Scripts/LandingRate.lua
[000579] FlyWithLua Info: Start loading script file D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Scripts/PAX.lua
[000580] FlyWithLua Info: Finished loading script file D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Scripts/PAX.lua
[000581] FlyWithLua Info: Start loading script file D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Scripts/please read the manual.lua
[000582] FlyWithLua Info: Finished loading script file D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Scripts/please read the manual.lua
[000583] FlyWithLua Info: All script files loaded successfully.
[000584] FlyWithLua Info: Loading time for all scripts is 0.281 sec.
[000585] 0:01:24.951 I/OVR: Reading VR conf file:
Aircraft/ToLissA320_V1p0p1/a320_XP11_vrconfig.txt
[000586] 0:01:24.951 D/STM: Transitioning from state state_NormalLoading to
state_Normal
[000587] 0:01:24.951 I/FCG: Loading AI aircraft Aircraft/Laminar Research/Cessna
172SP/Cessna_172SP.acf
[000588] 0:01:24.951 I/ACF: Loading airplane number 1 with Aircraft/Laminar
Research/Cessna 172SP/Cessna_172SP.acf
[000589] 0:01:25.507 I/SND: This aircraft is using FMOD in PARTIAL mode.
[000590] 0:01:25.507 I/FLT: Init dat_p1 type:loc_general_area lat:55.599178
lon:44.672541 ele(ft):-672.073570 psi:86.992401 spd(kts):85.633331
[000591] 0:01:25.507 I/FCG: Loading AI aircraft Aircraft/Laminar Research/Cirrus
SF-50/CirrusSF50.acf
[000592] 0:01:25.507 I/ACF: Loading airplane number 2 with Aircraft/Laminar
Research/Cirrus SF-50/CirrusSF50.acf
[000593] 0:01:30.348 I/FLT: Init dat_p2 type:loc_general_area lat:56.780411
lon:43.387851 ele(ft):31705.203962 psi:55.131081 spd(kts):173.418369
[000594] 0:01:30.348 I/FCG: Loading AI aircraft Aircraft/Laminar Research/McDonnell
Douglas MD-80/MD80.acf
[000595] 0:01:30.348 I/ACF: Loading airplane number 3 with Aircraft/Laminar
Research/McDonnell Douglas MD-80/MD80.acf
[000596] 0:01:34.428 I/FLT: Init dat_p3 type:loc_general_area lat:55.682177
lon:43.909968 ele(ft):30183.800955 psi:233.093063 spd(kts):221.924029
[000597] 0:01:34.428 D/FCG: MTBF set to 10000.0 hours
[000598] 0:01:38.766 I/TEX: Pre-warming paging cache
[000599] 0:01:38.769 I/TEX: Target scale moved to 1.000000
[000600] 0:01:38.769 I/TEX: Pager pre-warm status: Stable evaluation: false. Stable
collection: false. Execution queue: 0. Retirement queue: 2
[000601] 0:01:38.769 I/TEX: Pager pre-warm status: Stable evaluation: false. Stable
collection: false. Execution queue: 0. Retirement queue: 2
[000602] 0:01:38.769 I/TEX: Pager pre-warm status: Stable evaluation: false. Stable
collection: false. Execution queue: 0. Retirement queue: 4
[000603] 0:01:38.769 I/TEX: Pager pre-warm status: Stable evaluation: false. Stable
collection: true. Execution queue: 0. Retirement queue: 4
[000604] 0:01:38.769 I/TEX: Finished pre-warming paging cache. Time taken: 12.375s
[000641] FlyWithLua Info: Searching for Lua quarantined script files
[000642] FlyWithLua Info: The folder /Resources/plugins/FlyWithLua/Scripts
(Quarantine)/ does not exist or it is empty.
[000643] 0:01:51.510 D/ATC: p=2 (N251CV): Fly Heading: 135
[000644] 0:01:51.510 D/ATC: p=2 (N251CV): Maintain 2998ft
[000645] 0:01:51.510 I/ATC: SJ-X Vision 1CV, Fly heading 1 2 0, vectors for the
visual approach runway 36R, descend and maintain 3 thousand.
[000646] 0:01:51.853 I/ATC: Heading 1 2 0, vectors for the visual runway 36R, down
to 3 thousand, SJ-X Vision 1CV.
[000647] 0:01:51.960 I/TEX: Target scale moved to 16.000000
[000648] 0:01:51.960 I/ATC: p=1 (N172SP) FP filed - UWGG to UUBI at 8000 via
MIVUZ , type=2
[000649] 0:01:51.960 D/ATC: Routing is currently:
[000650] 0:01:51.960 D/ATC:
[000651] raw view: start=0000029956026C70 end = 0000029956027870, can_edit=false
edit_count=0
[000685] FlyWithLua: User forced a script reload.
[000686] FlyWithLua Info: Load exit file.
[000687] FlyWithLua Info: Lua engine (re)started. LUA_RUN =2, SDK_VERSION = 303,
XPLANE_VERSION = 11550, XPLANE_LANGUAGE = Russian and XPLANE_HOSTID = 1
[000688] FlyWithLua Info: HID access initialized.
[000689] FlyWithLua Info: FlyWithLua.ini full path
[000690] D:\Games/X-Plane 11/Resources/plugins/FlyWithLua/Internals/FlyWithLua.ini
[000691] FlyWithLua Info: Discovered 14 HID devices.
[000692] FlyWithLua Info: Load ini file.
[000693] FlyWithLua Info: Searching for Lua script files
[000694] FlyWithLua Info: Sorting Lua script files
[000695] FlyWithLua Info: Start loading script file D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Scripts/LandingRate.lua
[000696] FlyWithLua Info: Finished loading script file D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Scripts/LandingRate.lua
[000697] FlyWithLua Info: Start loading script file D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Scripts/PAX.lua
[000698] FlyWithLua Info: Finished loading script file D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Scripts/PAX.lua
[000699] FlyWithLua Info: Start loading script file D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Scripts/please read the manual.lua
[000700] FlyWithLua Info: Finished loading script file D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Scripts/please read the manual.lua
[000701] FlyWithLua Info: All script files loaded successfully.
[000702] FlyWithLua Info: Loading time for all scripts is 0.03 sec.
[000703] 0:02:22.771 I/ATC: SJ-X Vision 1CV, STRIGINO altimeter 2 9 9 2.
[000704] 0:02:22.771 I/ATC: STRIGINO altimeter 2 9 9 2, SJ-X Vision 1CV.
[000705] FlyWithLua Info: Searching for Lua quarantined script files
[000706] FlyWithLua Info: The folder /Resources/plugins/FlyWithLua/Scripts
(Quarantine)/ does not exist or it is empty.
[000707] 0:02:48.491 D/ATC: p=2 (N251CV): Fly Heading: 191
[000708] 0:02:48.491 D/ATC: p=2 (N251CV): Maintain 2998ft
[000709] 0:02:48.491 I/ATC: SJ-X Vision 1CV, Fly heading 1 8 0, descend and
maintain 3 thousand.
[000710] 0:02:48.491 I/ATC: Heading 1 8 0, down to 3 thousand, SJ-X Vision 1CV.
[000711] 0:05:22.437 I/ATC: Adding p=1 (N172SP) into Hold Queue
[000712] 0:05:22.437 D/ATC: p=1 (N172SP): Contact controller on 120.400
[000713] 0:05:22.437 I/ATC: 172 2SP, Contact Tower on 120.400.
[000714] 0:05:22.478 I/ATC: Contact Tower on 120.400, 172 2SP.
[000715] 0:05:22.601 D/ATC: p=1 (N172SP): Switching frequency to 120.400
[000870] FlyWithLua Debug Info From Plugin: SystemPath "D:\Games/X-Plane 11/"
[000871] FlyWithLua Debug Info: Debug file written to "D:\Games/X-Plane
11/FlyWithLua_Debug.txt"
[000872] FlyWithLua Debug Info: Plugin Main directory = D:\Games/X-Plane
11/Resources/plugins/FlyWithLua
[000873] FlyWithLua Debug Info: Script directory = D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Scripts/
[000874] FlyWithLua Debug Info: Internals directory = D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Internals/
[000875] FlyWithLua Debug Info: Modules directory = D:\Games/X-Plane
11/Resources/plugins/FlyWithLua/Modules/
[000876] 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.

You might also like