0% found this document useful (0 votes)
18 views22 pages

FlyWithLua Debug

The document details the FlyWithLua NG+ v2.8.12 plugin for X-Plane, including its memory usage, callbacks, commands, and stored DataRefs. It lists various Lua variables, sound files, and global tables used within the plugin. Additionally, it provides information about the aircraft being used and the plugin's version and build date.

Uploaded by

Cristiano Gatte
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)
18 views22 pages

FlyWithLua Debug

The document details the FlyWithLua NG+ v2.8.12 plugin for X-Plane, including its memory usage, callbacks, commands, and stored DataRefs. It lists various Lua variables, sound files, and global tables used within the plugin. Additionally, it provides information about the aircraft being used and the plugin's version and build date.

Uploaded by

Cristiano Gatte
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/ 22

-- FlyWithLua NG+ v2.8.

12 build Mar 31 2024 09:03:26 Debug File


-- Thu Apr 25 18:04:12 2024
-- Memory in use: 352 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()

*** Often loop callback ***

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

Command --> "itc/commands/menus/itcMenu_Show" (0xc77)


Description--> "Open ITC"
Begin --> toggle_intentcities_window()
Continue -->
End -->

Command --> "itc/commands/presets/itc_preset1" (0xc78)


Description--> "Load Preset 1"
Begin --> LoadSettingsFile()
Continue --> prst = 1
End -->

Command --> "itc/commands/presets/itc_preset2" (0xc79)


Description--> "Load Preset 2"
Begin --> LoadPreset2()
Continue --> prst = 2
End -->

Command --> "itc/commands/presets/itc_preset3" (0xc7a)


Description--> "Load Preset 3"
Begin --> LoadPreset3()
Continue --> prst = 3
End -->

Command --> "itc/commands/presets/jetway" (0xc7b)


Description--> "ITC Jetway"
Begin --> jetway_power()
Continue -->
End -->

*** DataRefs stored in Lua variables ***


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/graphics/scenery/airport_light_level" is stored in
"airport_lights" (writeable, type = float).
The DataRef "sim/graphics/scenery/airport_lights_on" is stored in "Airport_Lights"
(writeable, type = int).
The DataRef "sim/network/misc/network_time_sec" is stored in "sim_time" (read only,
type = float).
The DataRef "sim/operation/override/override_airport_lites" is stored in
"Airport_LightsOVR" (writeable, type = int).
The DataRef "sim/private/controls/atmo/ozone_b" is stored in "Shader Blue"
(writeable, type = float).
The DataRef "sim/private/controls/atmo/ozone_g" is stored in "Shader Green"
(writeable, type = float).
The DataRef "sim/private/controls/atmo/ozone_r" is stored in "Shader Red"
(writeable, type = float).
The DataRef "sim/private/controls/lighting/E_moon_lx" is stored in "Light_Pol"
(writeable, type = float).
The DataRef "sim/private/controls/lighting/E_sun_lx" is stored in "E Sun"
(writeable, type = float).
The DataRef "sim/private/controls/lights/do_spill_fog" is stored in
"volumetric_lights" (writeable, type = float).
The DataRef "sim/private/controls/lights/kill_dynamic_spill" is stored in "Light
Spill" (writeable, type = float).
The DataRef "sim/private/controls/lights/photobb/cellx1" is stored in
"light_color2" (writeable, type = float).
The DataRef "sim/private/controls/lights/photobb/celly1" is stored in
"light_color1" (writeable, type = float).
The DataRef "sim/private/controls/lights/photobb/dist_exp" is stored in "dist_exp"
(writeable, type = float).
The DataRef "sim/private/controls/lights/photobb/size1" is stored in "photobb"
(writeable, type = float).
The DataRef "sim/private/controls/lights/spill_cutoff_level" is stored in "Light
Spills" (writeable, type = float).
The DataRef "sim/private/controls/new_clouds/density" is stored in "Cloud
Thickness" (writeable, type = float).
The DataRef "sim/private/controls/new_clouds/direct" is stored in "Cloud Shade"
(writeable, type = float).
The DataRef "sim/private/controls/new_clouds/high_freq_amp" is stored in "Cloud
Amp" (writeable, type = float).
The DataRef "sim/private/controls/new_clouds/low_freq_rat" is stored in
"cloud_shape" (writeable, type = float).
The DataRef "sim/private/controls/new_clouds/scale" is stored in "cloud_scale"
(writeable, type = float).
The DataRef "sim/private/controls/perf/kill_moon" is stored in "Kill Moon"
(writeable, type = float).
The DataRef "sim/private/controls/photometric/light_storage_scale" is stored in
"light_storage" (writeable, type = float).
The DataRef "sim/private/controls/rain/kill_3d_rain" is stored in "Kill Rain"
(writeable, type = float).
The DataRef "sim/private/controls/scattering/multi_rat" is stored in "Multi Rat"
(writeable, type = float).
The DataRef "sim/private/controls/scattering/single_rat" is stored in "Single Rat"
(writeable, type = float).
The DataRef "sim/private/controls/stars/gain_photometric" is stored in "stars_gain"
(writeable, type = float).
The DataRef "sim/private/controls/tonemap/grayscale" is stored in "old_timey"
(writeable, 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 -->"ITC Lighting Controls"
always -->itc_show_wnd()

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


<<< Sound table element >>>
filename --> "/Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Scripts//ITC Jetway Sounds/jetwaygoing.wav"
pitch --> 1
gain --> 1
loop --> false
source --> 2402
buffer --> 0

<<< Sound table element >>>


filename --> "/Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Scripts//ITC Jetway Sounds/jetwaycoming.wav"
pitch --> 1
gain --> 1
loop --> false
source --> 2403
buffer --> 0

<<< Sound table element >>>


filename --> "/Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Scripts//ITC Jetway Sounds/jetwayambience.wav"
pitch --> 1
gain --> 1
loop --> false
source --> 2404
buffer --> 0

<<< Sound table element >>>


filename --> "/Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Scripts//ITC Jetway Sounds/jetwayconnect.wav"
pitch --> 1
gain --> 1
loop --> false
source --> 2405
buffer --> 0

<<< Sound table element >>>


filename --> "/Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Scripts//ITC Jetway Sounds/jetwaydisconnect.wav"
pitch --> 1
gain --> 1
loop --> false
source --> 2406
buffer --> 0

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


AIRCRAFT_FILENAME = b738.acf
AIRCRAFT_PATH = /Users/cristianogatte/X-Plane 12/Aircraft/Laminar Research/Boeing
737-800/
Airport_Lights = 1
Airport_LightsOVR = 0
CLOCKS_PER_SEC = 1000000
Cloud Amp = 0.5
Cloud Shade = 0.076522499322891
Cloud Thickness = 125
DIRECTORY_SEPARATOR = /
DO_EVERY_DRAW_TIME_SEC = 0.000495
DO_EVERY_FRAME_TIME_SEC = 0.000436
DO_OFTEN_TIME_SEC = 1e-06
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 = 3e-06
E Sun = 115000
ELEVATION = 797.9682856657
FLT_MAX = 3.4028234663853e+38
INTERNALS_DIRECTORY = /Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Internals/
Kill Moon = 0
Kill Rain = 0
LATITUDE = -23.626291432054
LONGITUDE = -46.658785791639
LUA_MEMORY_USAGE_KB = 351
LUA_RUN = 1
Light Spill = 0
Light Spills = 0.025000000372529
Light_Pol = 0.60000002384186
MD5_CTX = ctype<struct MD5Context>
MODULES_DIRECTORY = /Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Modules/
MOUSE_STATUS = down
MOUSE_X = 593
MOUSE_Y = 732
Multi Rat = 10
NUMBER_OF_HID_DEVICES = 11
PLANE_AUTHOR = Alex Unruh
PLANE_DESCRIP = Boeing 737-800
PLANE_ICAO = B738
PLANE_TAILNUMBER = N816NN
PLUGIN_MAIN_DIRECTORY = /Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua
PLUGIN_VERSION = 2.8.12 build Mar 31 2024 09:03:26
PLUGIN_VERSION_BUILD = Mar 31 2024 09:03:26
PLUGIN_VERSION_NO = 2.8.12
QUARANTINE_DIRECTORY = /Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Scripts (Quarantine)/
RESUME_MOUSE_CLICK = false
SCREEN_HEIGHT = 900
SCREEN_HIGHT = 900
SCREEN_WIDTH = 1440
SCRIPTS_LOADING_TIME_SEC = 0.344841
SCRIPT_DIRECTORY = /Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Scripts/
SDK_VERSION = 400
SUPPORTS_FLOATING_WINDOWS = 1
SYSTEM = APL
SYSTEM_ARCHITECTURE = 64
SYSTEM_DIRECTORY = /Users/cristianogatte/X-Plane 12/
Shader Blue = 0.18670000135899
Shader Green = 1.5966999530792
Shader Red = 2.2544000148773
Single Rat = 1.7000000476837
XPLANE_HOSTID = 1
XPLANE_LANGUAGE = Unknown
XPLANE_VERSION = 12090
XPLM_NAV_NOT_FOUND = -1
XSB_METAR = Sorry, no METAR
_VERSION = Lua 5.1
airport_alwayson = 0
airport_lights = 1
alwayson_ovr = 0
button_debug_string = No button pressed!
button_sniffer_active = false
cloud_ampVal = 0.5
cloud_densityVal = 125
cloud_scale = 1000
cloud_scalesliderVal = 1000
cloud_shade = 1.2
cloud_shadeVal = 1.2
cloud_shape = 8
cloud_shapeVal = 8
cloud_thickness = 125
display_PH_info = false
dist_exp = -1.75
distclouds_varVal = 1.983
distexp_sliderVal = -1.75
e_sun = 115000
enter_the_code_line = false
esun_Val = 115000
jetway_gain = 0.25
jetway_powah = 0
keystroke_debug_string = No key pressed!
keystroke_sniffer_active = false
kill_3d_rain = 0
kill_moon = 0
light_color1 = 4
light_color1Val = 4
light_color2 = 8
light_color2Val = 8
light_polVal = 0.6
light_spill = 0.025
light_spillVal = 0.025
light_storage = 1
light_storagesliderVal = 1
max_y = 900
multi_rat = 2.5
multi_ratVal = 2.5
number_of_code_lines_in_history = 2
old_timey = 0
ozone_bloo = 0.085
ozone_rooge = 0.65
ozone_vert = 1.881
photobb = 0.64999997615814
photobb_size1Val = 0.75
shade_bloo = 0.085
shade_rooge = 0.65
shade_vert = 1.881
show_memory_heartbeat = false
sim_time = 137.15347290039
single_rat = 2.5
single_ratVal = 2.5
sol.☢☢ = userdata: 0x028002b7a0
sol.📌 = thread: 0x0411220380
stars_gain = 100
stars_gainVal = 100
volumetric_lights = 0
we_did_it = true
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: 0x0411265e40
DATAREF_META_TABLE = table: 0x0411265d00
PresetsVal1 = table: 0x041122e880
PresetsVal2 = table: 0x041122e8c8
PresetsVal3 = table: 0x041122e910
PresetsVal4 = table: 0x04112c31a8
PresetsVal5 = table: 0x04112c31f0
_G = table: 0x0411221d50
bit = table: 0x0411228ed0
code_line_history = table: 0x04112bdb80
coroutine = table: 0x04112244d8
debug = table: 0x0411228728
graphics = table: 0x04112c6360
imgui = table: 0x041122fae0
io = table: 0x04112261a8
jit = table: 0x0411229608
math = table: 0x0411227790
os = table: 0x0411226858
package = table: 0x04112249d8
string = table: 0x0411226e68
table = table: 0x0411225278

*** All global functions Lua knows ***


DO_EVERY_DRAW_CHUNK = function: 0x04112506b8
DO_EVERY_FRAME_CHUNK = function: 0x04112c0e60
DO_ON_KEYSTROKE_CHUNK = function: 0x04112c1e80
DataRef = function: 0x041122a2d0
DrawFLyWithLuaInputLine = function: 0x04112bb360
F1 = function: 0x04112618e8
F2 = function: 0x0411261998
F3 = function: 0x04112619c8
F4 = function: 0x0411261a00
FLYWITHLUA_DEBUG = function: 0x04112679b0
GetLuaLineFromKeyboard = function: 0x04112bc608
LoadDefaults = function: 0x041126a4f8
LoadPreset2 = function: 0x041126a498
LoadPreset3 = function: 0x041126a4c8
LoadSettingsFile = function: 0x041126a468
MD5Final = function: 0x0411265b78
MD5Init = function: 0x0411265a90
MD5STEP = function: 0x04112659a8
MD5Transform = function: 0x0411265ac0
MD5Update = function: 0x0411265af0
MyHelloWorld = function: 0x041124ab50
XPLMClearFMSEntry = function: 0x041122b500
XPLMCountFMSEntries = function: 0x041122d078
XPLMFindCommand = function: 0x041122b808
XPLMFindDataRef = function: 0x041122b7a0
XPLMFindFirstNavAidOfType = function: 0x041122ceb0
XPLMFindLastNavAidOfType = function: 0x041122cf28
XPLMFindNavAid = function: 0x041122cfa0
XPLMGetAllMonitorBoundsGlobal = function: 0x041122ed90
XPLMGetAllMonitorBoundsOS = function: 0x041122ed18
XPLMGetDataRefTypes = function: 0x041122bc80
XPLMGetDatad = function: 0x041122b940
XPLMGetDataf = function: 0x041122b8d8
XPLMGetDatai = function: 0x041122b870
XPLMGetDatavf = function: 0x041122ba10
XPLMGetDatavi = function: 0x041122b9a8
XPLMGetDestinationFMSEntry = function: 0x041122b398
XPLMGetDisplayedFMSEntry = function: 0x041122d0e8
XPLMGetFMSEntryInfo = function: 0x041122b650
XPLMGetFirstNavAid = function: 0x041122cdd0
XPLMGetMouseLocationGlobal = function: 0x041122ebb8
XPLMGetNavAidInfo = function: 0x041122d008
XPLMGetNextNavAid = function: 0x041122ce40
XPLMGetScreenBoundsGlobal = function: 0x041122eca0
XPLMGetScreenSize = function: 0x041122ec30
XPLMSetDatad = function: 0x041122bb48
XPLMSetDataf = function: 0x041122bae0
XPLMSetDatai = function: 0x041122ba78
XPLMSetDatavf = function: 0x041122bc18
XPLMSetDatavi = function: 0x041122bbb0
XPLMSetDestinationFMSEntry = function: 0x041122b488
XPLMSetDisplayedFMSEntry = function: 0x041122b410
XPLMSetFMSEntryInfo = function: 0x041122b5e0
XPLMSetFMSEntryLatLon = function: 0x041122b570
XPLMSetGraphicsState = function: 0x041122c658
XPLMSpeakString = function: 0x041122a268
XSBConnect = function: 0x041122a0f8
XSBDisconnect = function: 0x041122a160
XSBLookupATC = function: 0x041122a1c8
XSBSendFlightplan = function: 0x041122a020
XSBShowFlightplan = function: 0x0411229b88
XSBSpeakString = function: 0x0411229b20
XSBUserLogin = function: 0x041122a090
XSB_METAR_CALLBACK = function: 0x0411249f38
activate_macro = function: 0x04112220e0
add_ATC_macro = function: 0x0411222010
add_atc_macro = function: 0x0411222078
add_macro = function: 0x0411221fa8
assert = function: builtin#2
bcmp = function: 0x041125d130
bcopy = function: 0x041125d0f8
begin_classic_mode = function: 0x041122b6c0
big_bubble = function: 0x04112bb618
bin2str = function: 0x04112633c8
bubble = function: 0x04112bb5e8
build_itc = function: 0x041122d648
button = function: 0x041122bfa0
button_sniffer_event_handler = function: 0x04112c03b8
byteReverse = function: 0x04112618b8
bzero = function: 0x041125d088
clear_all_axis_assignments = function: 0x0411222310
clear_all_button_assignments = function: 0x0411222298
collectgarbage = function: builtin#27
command_begin = function: 0x041122c1f8
command_end = function: 0x041122c260
command_once = function: 0x041122c190
crash_the_sim = function: 0x041122c2c8
create_HID_table = function: 0x041122ee08
create_axis_median = function: 0x0411222678
create_command = function: 0x041122bcf0
create_dataref_table = function: 0x0411265e10
create_negative_edge_decrement = function: 0x0411222940
create_negative_edge_flip = function: 0x0411222a30
create_negative_edge_increment = function: 0x0411222850
create_negative_edge_trigger = function: 0x0411222760
create_positive_edge_decrement = function: 0x04112228c8
create_positive_edge_flip = function: 0x04112229b8
create_positive_edge_increment = function: 0x04112227d8
create_positive_edge_trigger = function: 0x04112226e8
create_switch = function: 0x0411222610
dataref = function: 0x041122a330
dataref_table = function: 0x0411265de0
deactivate_macro = function: 0x0411222148
define_shared_DataRef = function: 0x0411222450
define_shared_dataref = function: 0x04112224c0
directory_to_table = function: 0x041122bd58
do_every_draw = function: 0x0411221e08
do_every_frame = function: 0x0411221e70
do_often = function: 0x0411221ed8
do_on_exit = function: 0x04112ca190
do_on_keystroke = function: 0x0411222b80
do_on_mouse_click = function: 0x0411222be8
do_on_mouse_wheel = function: 0x0411221d98
do_on_new_XSB_text = function: 0x0411222b10
do_on_new_metar = function: 0x0411222aa8
do_sometimes = function: 0x0411221f40
dofile = function: builtin#25
draw_string = function: 0x041122c330
draw_string_Helvetica_10 = function: 0x041122c488
draw_string_Helvetica_12 = function: 0x041122c410
draw_string_Helvetica_18 = function: 0x041122c398
draw_string_Times_Roman_10 = function: 0x041122c500
draw_string_Times_Roman_24 = function: 0x041122c578
end_classic_mode = function: 0x041122b730
error = function: builtin#19
float_wnd_bring_to_front = function: 0x0411248b48
float_wnd_create = function: 0x04112484b0
float_wnd_destroy = function: 0x0411248918
float_wnd_get_dimensions = function: 0x0411248830
float_wnd_get_geometry = function: 0x0411248df8
float_wnd_get_visible = function: 0x0411248988
float_wnd_get_xplm_handle = function: 0x04112487b8
float_wnd_is_front = function: 0x0411248ad8
float_wnd_is_popped = function: 0x0411248a68
float_wnd_is_vr = function: 0x0411248bc0
float_wnd_load_image = function: 0x04112488a8
float_wnd_set_geometry = function: 0x0411248d88
float_wnd_set_gravity = function: 0x0411248d18
float_wnd_set_imgui_builder = function: 0x0411249150
float_wnd_set_onclick = function: 0x04112492e8
float_wnd_set_onclose = function: 0x04112493b0
float_wnd_set_ondraw = function: 0x0411249220
float_wnd_set_position = function: 0x0411248748
float_wnd_set_positioning_mode = function: 0x0411248ca0
float_wnd_set_resizing_limits = function: 0x0411248c28
float_wnd_set_title = function: 0x04112486d8
float_wnd_set_visible = function: 0x04112489f8
gcinfo = function: builtin#26
get = function: 0x041122c068
get_DataRef_binding = function: 0x04112225a0
get_dataref_binding = function: 0x0411222530
get_pilots_head = function: 0x041122bef0
getfenv = function: builtin#10
getmetatable = function: builtin#8
glBegin_LINES = function: 0x041122c730
glBegin_LINE_LOOP = function: 0x041122c808
glBegin_LINE_STRIP = function: 0x041122c798
glBegin_POINTS = function: 0x041122c6c8
glBegin_POLYGON = function: 0x041122c878
glBegin_QUADS = function: 0x041122ca30
glBegin_QUAD_STRIP = function: 0x041122ca98
glBegin_TRIANGLES = function: 0x041122c8e0
glBegin_TRIANGLE_FAN = function: 0x041122c9c0
glBegin_TRIANGLE_STRIP = function: 0x041122c950
glColor3f = function: 0x041122cca0
glColor4f = function: 0x041122cd08
glEnd = function: 0x041122cb08
glLineWidth = function: 0x041122cc38
glRectf = function: 0x041122cd70
glVertex2f = function: 0x041122cb68
glVertex3f = function: 0x041122cbd0
hid_close = function: 0x041122ef48
hid_get_feature_report = function: 0x041122f248
hid_open = function: 0x041122ee78
hid_open_path = function: 0x041122eee0
hid_read = function: 0x041122f088
hid_read_timeout = function: 0x041122f018
hid_send_feature_report = function: 0x041122f160
hid_send_filled_feature_report = function: 0x041122f1d0
hid_set_nonblocking = function: 0x041122f0f0
hid_write = function: 0x041122efb0
huge_bubble = function: 0x04112bb648
ipairs = function: builtin#7
itc_show_wnd = function: 0x041122d678
jetway_power = function: 0x041126a528
keystroke_sniffer_event_handler = function: 0x04112c1cd0
last_button = function: 0x041122c000
let_sound_loop = function: 0x041122f4c0
load = function: builtin#23
load_WAV_file = function: 0x041122f2b8
load_aircraft = function: 0x041122eae8
load_fmod_sound = function: 0x041122f6d8
load_situation = function: 0x041122ea18
loadfile = function: builtin#22
loadstring = function: builtin#24
logMsg = function: 0x041122a230
makeblue = function: 0x041124f360
makemako = function: 0x041124f390
makesharp = function: 0x04112c3268
makevidid = function: 0x04112c3238
md5 = function: 0x0411265bc0
measure_string = function: 0x041122c5f0
memchr = function: 0x041125c2c0
memcmp = function: 0x041125c288
memcpy = function: 0x041125d198
memmove = function: 0x041125ac90
memset = function: 0x041125d160
module = function: 0x0411222410
newproxy = function: builtin#28
next = function: builtin#4
pairs = function: builtin#5
pause_sound = function: 0x041122f458
pcall = function: builtin#20
peek = function: 0x041122bdc8
place_aircraft_at = function: 0x041122bf58
place_aircraft_at_location = function: 0x041122e9a0
play_sound = function: 0x041122f320
play_sound_on_com1_bus = function: 0x041122f740
play_sound_on_interior_bus = function: 0x041122f820
play_sound_on_master_bus = function: 0x041122f9f0
play_sound_on_ui_bus = function: 0x041122f910
poke = function: 0x041122be28
print = function: 0x0411265bf8
print_button_sniffer_result = function: 0x04112c0e90
print_keystroke_sniffer_result = function: 0x04112c1eb0
printmd5ctx = function: 0x0411265a60
rawequal = function: builtin#14
rawget = function: builtin#12
rawset = function: builtin#13
reload_scenery = function: 0x041122eb50
replace_WAV_file = function: 0x041122f668
require = function: 0x0411224e40
rewind_sound = function: 0x041122f3f0
save_initial_assignments = function: 0x041126bd98
save_situation = function: 0x041122ea80
select = function: builtin#16
set = function: 0x041122c0c8
set_array = function: 0x041122c128
set_axis_assignment = function: 0x0411222228
set_button_assignment = function: 0x04112221b8
set_pilots_head = function: 0x041122be88
set_sound_gain = function: 0x041122f590
set_sound_pitch = function: 0x041122f528
setfenv = function: builtin#11
setmetatable = function: builtin#9
show_memory_usage = function: 0x04112c68e0
show_pilots_head_parameters = function: 0x04112bde30
sol.🔩 = function: 0x04112233a0
stop_sound = function: 0x041122f388
stop_sound_on_com1_bus = function: 0x041122f7b0
stop_sound_on_interior_bus = function: 0x041122f898
stop_sound_on_master_bus = function: 0x041122fa68
stop_sound_on_ui_bus = function: 0x041122f980
strcasecmp = function: 0x0411265348
strchr = function: 0x04112632b0
strcmp = function: 0x04112629e0
strcpy = function: 0x0411263208
strdup = function: 0x04112631d0
string_same = function: 0x0411263358
strlcat = function: 0x0411263278
strlcpy = function: 0x0411263240
strlen = function: 0x0411265380
strncasecmp = function: 0x0411265310
strncmp = function: 0x04112652d8
strndup = function: 0x04112653b8
strrchr = function: 0x04112632e8
strstr = function: 0x0411263320
toggle_intentcities_window = function: 0x041122d6a8
tonumber = function: builtin#17
tostring = function: builtin#18
type = function: builtin#3
unload_all_sounds = function: 0x041122f5f8
unpack = function: builtin#15
writeSettings2File = function: 0x041124f3f0
writeSettings3File = function: 0x041124f420
writeSettingsFile = function: 0x041124f3c0
xpcall = function: builtin#21

*** We found 11 HID devices ***

ALL_HID_DEVICES[1].vendor_id = 1452 (0x5ac)


ALL_HID_DEVICES[1].product_id = 641 (0x281)
ALL_HID_DEVICES[1].release_number = 0 (0)
ALL_HID_DEVICES[1].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[1].usage_page = 65280 (0xff00) Vendor-defined
ALL_HID_DEVICES[1].usage = 15 (0xf)
ALL_HID_DEVICES[1].path =
IOService:/IOResources/IOHIDResource/IOHIDResourceDeviceUserClient/IOHIDUserDevice
ALL_HID_DEVICES[1].serial_number =
ALL_HID_DEVICES[1].manufacturer_string =
ALL_HID_DEVICES[1].product_string = Keyboard Backlight
ALL_HID_DEVICES[1] can be opened by FlyWithLua.

ALL_HID_DEVICES[2].vendor_id = 0 (0)
ALL_HID_DEVICES[2].product_id = 0 (0)
ALL_HID_DEVICES[2].release_number = 0 (0)
ALL_HID_DEVICES[2].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[2].usage_page = 65280 (0xff00) Vendor-defined
ALL_HID_DEVICES[2].usage = 4 (0x4)
ALL_HID_DEVICES[2].path =
IOService:/AppleARMPE/arm-io@10F00000/AppleT810xIO/aop@4A400000/AppleASCWrapV4/iop-
aop-nub/RTBuddy(AOP)/AOPEndpoint5/AppleSPU@10000009/als/AppleSPUHIDDevice
ALL_HID_DEVICES[2].serial_number =
ALL_HID_DEVICES[2].manufacturer_string = Apple
ALL_HID_DEVICES[2].product_string =
ALL_HID_DEVICES[2] can be opened by FlyWithLua.
ALL_HID_DEVICES[3].vendor_id = 0 (0)
ALL_HID_DEVICES[3].product_id = 0 (0)
ALL_HID_DEVICES[3].release_number = 0 (0)
ALL_HID_DEVICES[3].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[3].usage_page = 65280 (0xff00) Vendor-defined
ALL_HID_DEVICES[3].usage = 72 (0x48)
ALL_HID_DEVICES[3].path =
IOService:/AppleARMPE/arm-io@10F00000/AppleT810xIO/nub-spmi@3D0D9300/
AppleGen1SPMIController/btm@F/AppleBTM
ALL_HID_DEVICES[3].serial_number =
ALL_HID_DEVICES[3].manufacturer_string = APPL
ALL_HID_DEVICES[3].product_string = BTM
ALL_HID_DEVICES[3] can be opened by FlyWithLua.

ALL_HID_DEVICES[4].vendor_id = 0 (0)
ALL_HID_DEVICES[4].product_id = 0 (0)
ALL_HID_DEVICES[4].release_number = 0 (0)
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 =
IOService:/AppleARMPE/arm-io@10F00000/AppleT810xIO/i2c3@3501C000/AppleS5L8940XI2CCo
ntroller/audio-codec-output@48/AppleCS42L83Audio/AppleCS42L83Mikey
ALL_HID_DEVICES[4].serial_number =
ALL_HID_DEVICES[4].manufacturer_string = Apple
ALL_HID_DEVICES[4].product_string = Headset
ALL_HID_DEVICES[4] can be opened by FlyWithLua.

ALL_HID_DEVICES[5].vendor_id = 1452 (0x5ac)


ALL_HID_DEVICES[5].product_id = 641 (0x281)
ALL_HID_DEVICES[5].release_number = 2357 (0x935)
ALL_HID_DEVICES[5].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[5].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[5].usage = 6 (0x6) Keyboard
ALL_HID_DEVICES[5].path =
IOService:/AppleARMPE/arm-io@10F00000/AppleT810xIO/spi3@3510C000/AppleSPIMCControll
er/ipd@0/AppleHIDTransportDeviceSPI/AppleHIDTransportProtocolHIDSPI/Keyboard /
Boot/AppleHIDTransportHIDDevice
ALL_HID_DEVICES[5].serial_number = F0T102500AJN4FTBT+YEL
ALL_HID_DEVICES[5].manufacturer_string = Apple Inc.
ALL_HID_DEVICES[5].product_string = Apple Internal Keyboard / Trackpad
ALL_HID_DEVICES[5] can't be opened by FlyWithLua.

ALL_HID_DEVICES[6].vendor_id = 1452 (0x5ac)


ALL_HID_DEVICES[6].product_id = 781 (0x30d)
ALL_HID_DEVICES[6].release_number = 774 (0x306)
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 =
IOService:/IOResources/IOBluetoothHCIController/IOBluetoothDevice/
IOBluetoothL2CAPChannel/BNBMouseDevice
ALL_HID_DEVICES[6].serial_number = 28-cf-da-bd-90-3d
ALL_HID_DEVICES[6].manufacturer_string = Apple
ALL_HID_DEVICES[6].product_string = gatte
ALL_HID_DEVICES[6] can't be opened by FlyWithLua.

ALL_HID_DEVICES[7].vendor_id = 1452 (0x5ac)


ALL_HID_DEVICES[7].product_id = 641 (0x281)
ALL_HID_DEVICES[7].release_number = 2357 (0x935)
ALL_HID_DEVICES[7].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[7].usage_page = 65280 (0xff00) Vendor-defined
ALL_HID_DEVICES[7].usage = 3 (0x3)
ALL_HID_DEVICES[7].path =
IOService:/AppleARMPE/arm-io@10F00000/AppleT810xIO/spi3@3510C000/AppleSPIMCControll
er/ipd@0/AppleHIDTransportDeviceSPI/AppleHIDTransportProtocolHIDSPI/Accelerometer/
AppleHIDTransportHIDDevice
ALL_HID_DEVICES[7].serial_number = F0T102500AJN4FTBT+YEL
ALL_HID_DEVICES[7].manufacturer_string = Apple Inc.
ALL_HID_DEVICES[7].product_string = Apple Internal Keyboard / Trackpad
ALL_HID_DEVICES[7] can be opened by FlyWithLua.

ALL_HID_DEVICES[8].vendor_id = 1452 (0x5ac)


ALL_HID_DEVICES[8].product_id = 641 (0x281)
ALL_HID_DEVICES[8].release_number = 2357 (0x935)
ALL_HID_DEVICES[8].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[8].usage_page = 65280 (0xff00) Vendor-defined
ALL_HID_DEVICES[8].usage = 13 (0xd)
ALL_HID_DEVICES[8].path =
IOService:/AppleARMPE/arm-io@10F00000/AppleT810xIO/spi3@3510C000/AppleSPIMCControll
er/ipd@0/AppleHIDTransportDeviceSPI/AppleHIDTransportProtocolHIDSPI/Actuator/
AppleHIDTransportHIDDevice
ALL_HID_DEVICES[8].serial_number = F0T102500AJN4FTBT+YEL
ALL_HID_DEVICES[8].manufacturer_string = Apple Inc.
ALL_HID_DEVICES[8].product_string = Apple Internal Keyboard / Trackpad
ALL_HID_DEVICES[8] can be opened by FlyWithLua.

ALL_HID_DEVICES[9].vendor_id = 0 (0)
ALL_HID_DEVICES[9].product_id = 0 (0)
ALL_HID_DEVICES[9].release_number = 0 (0)
ALL_HID_DEVICES[9].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[9].usage_page = 65280 (0xff00) Vendor-defined
ALL_HID_DEVICES[9].usage = 255 (0xff)
ALL_HID_DEVICES[9].path =
IOService:/AppleARMPE/arm-io@10F00000/AppleT810xIO/aop@4A400000/AppleASCWrapV4/iop-
aop-nub/RTBuddy(AOP)/AOPEndpoint6/AppleSPU@10000001/wakehint/AppleSPUHIDDevice
ALL_HID_DEVICES[9].serial_number =
ALL_HID_DEVICES[9].manufacturer_string = Apple
ALL_HID_DEVICES[9].product_string =
ALL_HID_DEVICES[9] can be opened by FlyWithLua.

ALL_HID_DEVICES[10].vendor_id = 1452 (0x5ac)


ALL_HID_DEVICES[10].product_id = 641 (0x281)
ALL_HID_DEVICES[10].release_number = 2357 (0x935)
ALL_HID_DEVICES[10].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[10].usage_page = 65280 (0xff00) Vendor-defined
ALL_HID_DEVICES[10].usage = 11 (0xb)
ALL_HID_DEVICES[10].path =
IOService:/AppleARMPE/arm-io@10F00000/AppleT810xIO/spi3@3510C000/AppleSPIMCControll
er/ipd@0/AppleHIDTransportDeviceSPI/AppleHIDTransportProtocolHIDSPI/Device
Management/AppleHIDTransportHIDDevice
ALL_HID_DEVICES[10].serial_number = F0T102500AJN4FTBT+YEL
ALL_HID_DEVICES[10].manufacturer_string = Apple Inc.
ALL_HID_DEVICES[10].product_string = Apple Internal Keyboard / Trackpad
ALL_HID_DEVICES[10] can be opened by FlyWithLua.

ALL_HID_DEVICES[11].vendor_id = 1452 (0x5ac)


ALL_HID_DEVICES[11].product_id = 641 (0x281)
ALL_HID_DEVICES[11].release_number = 2357 (0x935)
ALL_HID_DEVICES[11].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[11].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[11].usage = 2 (0x2) Mouse
ALL_HID_DEVICES[11].path =
IOService:/AppleARMPE/arm-io@10F00000/AppleT810xIO/spi3@3510C000/AppleSPIMCControll
er/ipd@0/AppleHIDTransportDeviceSPI/AppleHIDTransportProtocolHIDSPI/Trackpad /
Boot/AppleHIDTransportHIDDevice
ALL_HID_DEVICES[11].serial_number = F0T102500AJN4FTBT+YEL
ALL_HID_DEVICES[11].manufacturer_string = Apple Inc.
ALL_HID_DEVICES[11].product_string = Apple Internal Keyboard / Trackpad
ALL_HID_DEVICES[11] can be opened by FlyWithLua.

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


itc lights.lua = ffffffffffffffffffffffffffffffff (1275 lines)
please read the manual.lua = ffffffffffffffffffffffffffffffff (47 lines)

*** All lines containing FlyWithLua and some other information from X-Plane's
Log.txt ***
[000001] Log.txt for X-Plane 12.0.9-rc-5 (build 120907 Apple Silicon, Metal
e7a2496e65ef1077ac022705a74929ab992d1aaf)
[000002] Compiled on Jan 15 2024 11:05:00
[000003] X-Plane Started on Thu Apr 25 18:01:46 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] macOS: Version 14.3.1 (Build 23D60)
[000009] CPU type: Apple M1 CPU speed (mhz): 0 Bus speed (mhz): 0 RAM (MB): 8192
[000010]
[000011] X-System folder:'/Users/cristianogatte/X-Plane 12/', case sensitive=0
[000012]
[000013] 0:00:00.000 I/GFX/MTL: Discovered Metal device: Apple M1, Metal. Score:
1000
[000014] Selected device:
[000015] Metal Device : Apple M1
[000016]
[000017] GPU family 1 v1 : 1 GPU family 1 v2 : 1 GPU family 1 v3 : 1
GPU family 1 v4 : 1
[000018] GPU family 2 v1 : 1
[000019] anisotropic_avail : 1 coarse_timer_avail : 1 precise_timer_avail : 0
tess_avail : 1 geom_avail : 0
[000020] viewport_arr : 1 layer_arr : 1 native_reverse_z : 1
has_reverse_z : 1
[000021] max iso filtering : 16
[000022] max samples : 2
[000023] max texture size : 16384 (hardware limit)
[000024] max tex units : 16
[000025]
[000026] persistent map : 1
[000027] msaa shader write : 0
[000028]
[000029] shader float16 : 0
[000030] shader int16 : 1
[000031]
[000032] This video card is bucketed as: Apple Silicon
[000033] Diagnostics : memory
[000034] Device memory : 5726633984
[000035] Host memory : 0
[000036]
[000037]
[000038]
[000039] OpenGL bridge device:
[000040] OpenGL Vendor : Apple
[000041] OpenGL Render : Apple M1 ()
[000042] OpenGL Version : 2.1 Metal - 88 (210/0)
[000043] OpenGL Extensions : GL_ARB_color_buffer_float GL_ARB_depth_buffer_float
GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers
GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_fragment_program
GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object
GL_ARB_framebuffer_sRGB GL_ARB_half_float_pixel GL_ARB_half_float_vertex
GL_ARB_imaging GL_ARB_instanced_arrays GL_ARB_multisample GL_ARB_multitexture
GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters
GL_ARB_point_sprite GL_ARB_provoking_vertex GL_ARB_seamless_cube_map
GL_ARB_shader_objects GL_ARB_shader_texture_lod GL_ARB_shading_language_100
GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_sync GL_ARB_texture_border_clamp
GL_ARB_texture_compression GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map
GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar
GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat
GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_texture_rg
GL_ARB_transpose_matrix GL_ARB_vertex_array_bgra GL_ARB_vertex_blend
GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader
GL_ARB_window_pos 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_clip_volume_hint
GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_draw_buffers2
GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit
GL_EXT_framebuffer_multisample 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_packed_depth_stencil GL_EXT_packed_float GL_EXT_provoking_vertex
GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color
GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap
GL_EXT_texture_array GL_EXT_texture_compression_dxt1
GL_EXT_texture_compression_s3tc GL_EXT_texture_env_add
GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod_bias
GL_EXT_texture_rectangle GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB
GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_EXT_transform_feedback
GL_EXT_vertex_array_bgra GL_APPLE_aux_depth_stencil GL_APPLE_client_storage
GL_APPLE_element_array GL_APPLE_fence GL_APPLE_float_pixels
GL_APPLE_flush_buffer_range GL_APPLE_flush_render GL_APPLE_packed_pixels
GL_APPLE_pixel_buffer GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_specular_vector
GL_APPLE_texture_range GL_APPLE_transform_hint GL_APPLE_vertex_array_object
GL_APPLE_vertex_point_size GL_APPLE_vertex_program_evaluators GL_APPLE_ycbcr_422
GL_ATI_separate_stencil GL_ATI_texture_env_combine3 GL_ATI_texture_float
GL_IBM_rasterpos_clip GL_NV_blend_square GL_NV_conditional_render GL_NV_depth_clamp
GL_NV_fog_distance GL_NV_fragment_program_option GL_NV_fragment_program2
GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_barrier
GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_SGI_color_matrix
GL_SGIS_generate_mipmap GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod
[000044]
[000045] CPU count : 8
[000046] 0:00:00.000 I/wmgr: Monitor 0: { 0, 0, 1440, 900 }
[000047] 0:00:00.000 I/wmgr: Re-building fbos for window 0x10f622b60 using pool 5
[000048] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/legacy_flat_mapping.xsv with hash:
543c15512fee34ee7ec741bd10d0
[000049] 0:00:00.000 I/GFX: Loaded archive
Resources/shaders/bin/msl/legacy_flat.xsa with hash: e79338b06c0c2e11f773ffef58949e
[000050] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/legacy_depth_mapping.xsv with hash:
9ef49ac51ac68813918e61fca7f2bee
[000051] 0:00:00.000 I/GFX: Loaded archive
Resources/shaders/bin/msl/legacy_depth.xsa with hash:
2666b278e41ec61b2aeabb3f5cc2c27
[000052] 0:00:00.000 I/GFX: Loaded mapping Resources/shaders/bin/blit_mapping.xsv
with hash: 3b9c96f57a8cec0c48e863de81b9531
[000053] 0:00:00.000 I/GFX: Loaded archive Resources/shaders/bin/msl/blit.xsa with
hash: b53e181d13ad16d7c61cf769daa39ff2
[000054] 0:00:00.000 I/GFX: Loaded mapping Resources/shaders/bin/font_mapping.xsv
with hash: 20beea3752d67d02a6b3a455297d4bc
[000055] 0:00:00.000 I/GFX: Loaded archive Resources/shaders/bin/msl/font.xsa with
hash: 9251e8fdfcc1e35dd1fb2358155acd
[000056] 0:00:00.000 I/GFX: Loaded mapping Resources/shaders/bin/minify_mapping.xsv
with hash: 307f6e1823e6ec51633dfd556f2417d1
[000057] 0:00:00.000 I/GFX: Loaded archive Resources/shaders/bin/msl/minify.xsa
with hash: dcc5f82974ba08aa8423c536b70cb50
[000058] 0:00:00.000 I/GFX: Loaded mapping Resources/shaders/bin/gstack_mapping.xsv
with hash: d9f847179619589be69ae6f516d6621
[000059] 0:00:00.000 I/GFX: Loaded archive Resources/shaders/bin/msl/gstack.xsa
with hash: 28db1e52accbba175ad463d41d685578
[000060] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/in_place_blur_mapping.xsv with hash:
4d2f926fe826c61751c6968dc36bf28f
[000061] 0:00:00.000 I/GFX: Loaded archive
Resources/shaders/bin/msl/in_place_blur.xsa with hash:
abff39477baa4112a9b3cdfa65a6e
[000062] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/single_pass_blur_mapping.xsv with hash:
60d8dc296bf5d77740c35dd72cff5614
[000063] 0:00:00.000 I/GFX: Loaded archive
Resources/shaders/bin/msl/single_pass_blur.xsa with hash:
4a9ab17c9b9e9d82b9eb846881954d9
[000064] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/background_blur_mapping.xsv with hash:
cb867d4f18187a67242c8e931ccb54
[000065] 0:00:00.000 I/GFX: Loaded archive
Resources/shaders/bin/msl/background_blur.xsa with hash:
493e05067de6ecece86ea68cb826d33
[000066] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/resolve_mapping.xsv with hash:
2aaacab5d0c6782542932212ee53f960
[000067] 0:00:00.000 I/GFX: Loaded archive Resources/shaders/bin/msl/resolve.xsa
with hash: a6f3d58da6923be6cc108b887f32ae0
[000068] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/fake_terrain_mapping.xsv with hash:
7f69c8c769e34432b6451c04b61a8c8
[000069] 0:00:00.000 I/GFX: Loaded archive
Resources/shaders/bin/msl/fake_terrain.xsa with hash:
c9148ad7958e4550264dee5bdd99463f
[000070] 0:00:00.000 I/GFX: Loaded mapping Resources/shaders/bin/line3d_mapping.xsv
with hash: 2c793ad961b662ecd1407a3a8d5a2d20
[000071] 0:00:00.000 I/GFX: Loaded archive Resources/shaders/bin/msl/line3d.xsa
with hash: 904e69db1874732781b31e5bddb0f9a0
[000072] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/terrain_mapping.xsv with hash:
1427ad5687f87651852742d78afd456
[000073] 0:00:00.000 I/GFX: Loaded archive Resources/shaders/bin/msl/terrain.xsa
with hash: 756ba431f142278da50385b2173a6ed
[000074] ==== CHANGING LANGUAGE TO: Português. ====
[000075] 0:00:00.000 I/FMOD: 0: Alto-falantes (MacBook Air) (3,2)
[000076] 0:00:00.000 I/FMOD: 1: Microsoft Teams Audio (3,2)
[000077] 0:00:00.000 I/FMOD: Initial Sample rate: 48000 speaker mode: 0 (0
speakers)
[000078] 0:00:00.000 I/FMOD: Using driver 0: Alto-falantes (MacBook Air)
[000079] Fetching plugins for /Users/cristianogatte/X-Plane 12/Resources/plugins
[000080]
[000081] Loaded: /Users/cristianogatte/X-Plane
12/Resources/plugins/PluginAdmin/mac.xpl (xpsdk.examples.pluginadmin).
[000082]
[000083] FlyWithLua: Your system path is /Users/cristianogatte/X-Plane 12/
[000084] FlyWithLua: System Dir: /Users/cristianogatte/X-Plane 12/
[000085] FlyWithLua: Plugin Dir: /Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua
[000086] FlyWithLua: Plugin Scripts Dir: /Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Scripts
[000087] FlyWithLua: Plugin Internals Dir: /Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Internals/
[000088] FlyWithLua: Plugin Modules Dir: /Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Modules/
[000089] FlyWithLua: Plugin Scripts Quarantine Dir: /Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Scripts (Quarantine)/
[000090] FlyWithLua: Plugin Version: 2.8.12 build Mar 31 2024 09:03:26
[000091] Loaded: /Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/mac_x64/FlyWithLua.xpl
(CarstenLynker.FlyWithLua.NG+).
[000092]
[000093] 0:00:00.000 LiveTraffic: LiveTraffic 3.6.0 (25-Feb-2024) starting up...
[000094] 0:00:00.000 LT/XPMP2 INFO
XPMPMultiplayer.cpp:517/XPMPSetDefaultPlaneICAO: Default ICAO aircraft type now is
A320
[000095] 0:00:00.000 LT/XPMP2 INFO
XPMPMultiplayer.cpp:523/XPMPSetDefaultPlaneICAO: Ground vehicle ICAO type now is
ZZZC
[000096] 0:00:00.000 LT/XPMP2 INFO XPMPMultiplayer.cpp:163/XPMPMultiplayerInit:
XPMP2 3.4.0 with FMOD sound support initializing under X-Plane version 12090/Metal
and XPLM version 400
[000097] 0:00:00.000 LiveTraffic ERROR LTMain.cpp:1094/LTMainInit: Could not add
additional CSL package from '/Users/[user]/X-Plane
12/Resources/plugins/LiveTraffic/Resources/CSL': No xsb_aircraft.txt found
[000098] Loaded: /Users/cristianogatte/X-Plane
12/Resources/plugins/LiveTraffic/mac_x64/LiveTraffic.xpl
(TwinFan.plugin.LiveTraffic).
[000099]
[000100] 0:00:00.000 D/HID: HID Bridge Running
[000101] 0:00:00.000 I/INS: Global scenery version: 120907
[000102] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/tchotchke_mapping.xsv with hash:
b06f5bebedcf330a1fbb47aa57c35fa
[000103] 0:00:00.000 I/GFX: Loaded archive Resources/shaders/bin/msl/tchotchke.xsa
with hash: 1b9b5876a53532942cee6eea6b3be92c
[000104] I found the following scenery packages (prioritized in this order):
[000105] 0 Custom Scenery/X-Plane Airports - KBTV Burlington/
[000106] 1 Custom Scenery/X-Plane Landmarks - Berlin and Frankfurt/
[000107] 2 Custom Scenery/X-Plane Landmarks - Budapest/
[000108] 3 Custom Scenery/X-Plane Landmarks - Chicago/
[000109] 4 Custom Scenery/X-Plane Landmarks - Dubai/
[000160] 0:00:00.000 W/APT: WARNING: airport Stony Creek (ID XY000M) overrides code
AU999 but it has already been overridden by Bunurong Field (ID XY000G)
[000161] 0:00:00.000 W/APT: WARNING: airport Washington Island (ID XK2P2) overrides
code WI47 but it has already been overridden by Timberline (ID XKWI47)
[000162] 0:00:00.000 W/APT: WARNING: airport [H] Grace Hospital Emergency Medical
(ID 5NC3) overrides code BQ1 but it has already been overridden by Gilliam-
McConnell (ID XK002J)
[000163] 0:00:00.000 W/APT: WARNING: airport [H] Mays (ID OH71) overrides code 6CM
but it has already been overridden by Chapman Memorial Field (ID 00I)
[000164] 0:00:00.000 W/APT: WARNING: airport [X] Stockton Muni (ID SN07) overrides
code 07S but it has already been overridden by Beaumont Hotel (ID 7K9)
[000165] 0:00:00.000 I/APT: Airport '[H] Kewanee Hospital' (ID 14IL, code 0IL5)
overrides '[H] City of Pontiac' (ID 0IL5).
[000166] 0:00:00.000 I/APT: Airport '[H] Mendota Community Hospital' (ID 74IL, code
14IL) overrides '[H] Kewanee Hospital' (ID 14IL).
[000167] 0:00:00.000 I/APT: Airport 'Outlaw Flyers' (ID XK009M, code 16XS)
overrides 'Propwash' (ID 16XS).
[000168] 0:00:00.000 I/APT: Airport 'Ickes' (ID XK006G, code 1PS0) overrides '[H]
Southern Adams County' (ID 1PS0).
[000169] 0:00:00.000 I/APT: Airport 'Pela 15' (ID XK007J, code 1TN1) overrides '[H]
Clayton' (ID 1TN1).
[000170] 0:00:00.000 I/APT: Airport 'Etna' (ID XK004V, code 2AR1) overrides 'Ozark
Aerodrome' (ID 2AR1).
[000171] 0:00:00.000 I/APT: Airport 'Flying Hare Field' (ID XK009C, code 34XS)
overrides 'Kenley Ranch' (ID 34XS).
[000172] 0:00:00.000 I/APT: Airport 'Philadelphia Gliderport' (ID 0PA0, code 3PA2)
overrides 'Neeb' (ID 3PA2).
[000173] 0:00:00.000 I/APT: Airport 'Clark' (ID 3TX6, code 3T6) overrides 'Gum
Island' (ID 3T6).
[000272] 0:00:04.369 I/ACF: Loading airplane number 20 with Aircraft/Laminar
Research/Boeing 737-800/b738.acf
[000273] 0:00:11.785 I/WIN: Showing subscreen Freeflight Failures Window
[000274] 0:00:18.296 I/WIN: Showing subscreen FreeFlight Weather Controller
(Advanced)
[000275] 0:00:25.534 I/WIN: Showing subscreen FreeFlight Location Controller
(Advanced)
[000276] 0:00:32.485 I/WIN: Showing subscreen FreeFlight Weather Controller
(Advanced)
[000277] 0:00:47.868 I/RWX: WEATHER UPDATE at zulu-time 1714078363
[000278] 0:00:56.180 I/FCG: Applying changes from Flight Configuration screen
[000279] 0:00:56.180 I/GFX: Loaded mapping Resources/shaders/bin/lit_mapping.xsv
with hash: fe65a62864e0c9fb1e96d6c85774b7
[000280] 0:00:56.180 I/GFX: Loaded archive Resources/shaders/bin/msl/lit.xsa with
hash: 4ab54c48316d73ec4b4fe34e383c4762
[000281] 0:00:56.180 I/GFX: Loaded mapping Resources/shaders/bin/rain_mapping.xsv
with hash: bc1dc6f2296a9f7c456d1aad54c483f1
[000391] WARNING: the named light TDZL_left does not exist.
[000392] WARNING: the named light TDZL_right does not exist.
[000393] 0:00:56.180 E/OBJ: ERROR: object Resources/default scenery/sim
objects/apt_lights/slow/inset_TDZL_W_left.obj has a bad light name: TDZL_left
[000394] 0:00:56.180 E/OBJ: ERROR: object Resources/default scenery/sim
objects/apt_lights/slow/inset_TDZL_W_right.obj has a bad light name: TDZL_right
[000395] 0:00:56.180 I/GFX: Loaded mapping Resources/shaders/bin/dome_mapping.xsv
with hash: 3c38e17e50d697534ba313b97a68d030
[000396] 0:00:56.180 I/GFX: Loaded archive Resources/shaders/bin/msl/dome.xsa with
hash: 5ed158a593432b608c97daf7398e524
[000397] 0:00:56.180 I/GFX: Loaded mapping Resources/shaders/bin/stars_mapping.xsv
with hash: dae4e194c31b0ba51c7d6ff6460c6
[000398] 0:00:56.180 I/GFX: Loaded archive Resources/shaders/bin/msl/stars.xsa with
hash: ad8dfe4c5ed23c84479fca49f0f17e70
[000399] 0:00:56.180 I/GFX: Loaded mapping
Resources/shaders/bin/particle_mapping.xsv with hash:
8ecd27e489f78c937f125f796e2b789
[000400] 0:00:56.180 I/GFX: Loaded archive Resources/shaders/bin/msl/particle.xsa
with hash: f8f5efa5935f414f9e2724b8ff4196d
[000401] 0:00:56.180 I/GFX: Loaded mapping
Resources/shaders/bin/manip3d_mapping.xsv with hash:
16d5bded92d5854d5fecb75f5e6aba0
[000407] 0:00:56.180 I/ACF: Loading airplane number 0 with Aircraft/Laminar
Research/Boeing 737-800/b738.acf
[000408] FlyWithLua Info: XPLM_MSG_FMOD_BANK_UNLOADING & xplm_RadioBank true
[000409] FlyWithLua Info: fmod_uninitialize() FmodSounds.size = 0
[000410] FlyWithLua Info: fmod_uninitialize() Should be 0 now FmodSounds.size = 0
[000411] Fetching plugins for /Users/cristianogatte/X-Plane 12/Aircraft/Laminar
Research/Boeing 737-800/plugins
[000412]
[000413] [xlua/mac_x64/xlua.xpl]: Dataref 'sim/cockpit2/controls/flap_ratio' has
been replaced. Please use the new name.
[000414] [xlua/mac_x64/xlua.xpl]: Dataref 'sim/weather/temperature_ambient_c' has
been replaced. Please use the new name.
[000415] [xlua/mac_x64/xlua.xpl]: Dataref
'sim/cockpit2/engine/indicators/EGT_deg_C' has been replaced. Please use the new
name.
[000416] Loaded: /Users/cristianogatte/X-Plane 12/Aircraft/Laminar Research/Boeing
737-800/plugins/xlua/mac_x64/xlua.xpl (com.x-plane.xlua.1.2.0r1).
[000417]
[000418] 0:00:56.180 D/OBJ: CPU Geometry: 10724 (100.00%) 22545 (100.00%)
"Aircraft/Laminar Research/Boeing 737-800/b738_cockpit.obj"
[000419] 0:00:56.180 D/OBJ: CPU Geometry: 10724 (100.00%) 22545 (100.00%)
"Aircraft/Laminar Research/Boeing 737-800/b738_cockpit.obj"
[000420] 0:00:56.180 I/FMOD: Master bank Aircraft/Laminar Research/Boeing
737-800/fmod/ Sample rate: 48000 speaker mode: 3 (2 speakers)
[000421] 0:00:56.180 I/SND: This aircraft is using FMOD in FULL mode.
[000422] FlyWithLua Info: XPLM_MSG_FMOD_BANK_LOADED & xplm_RadioBank true
[000423] 0:00:56.180 I/FLT: Init dat_p0 type:loc_ram apt:SBSP start at:09
[000424] 0:00:56.180 I/SCN: DSF load time: 1207 for file Global Scenery/Global
Airports/Earth nav data/-30-050/-25-049.dsf (0 tris, 0 skipped for 0.0 m^2)
[000425] 0:00:56.180 I/SCN: DSF load time: 1576 for file Global Scenery/Global
Airports/Earth nav data/-30-050/-23-049.dsf (0 tris, 0 skipped for 0.0 m^2)
[000426] 0:00:56.180 I/SCN: DSF load time: 3040 for file Global Scenery/Global
Airports/Earth nav data/-30-050/-25-047.dsf (0 tris, 0 skipped for 0.0 m^2)
[000427] 0:00:56.180 I/SCN: DSF load time: 4200 for file Global Scenery/Global
Airports/Earth nav data/-30-050/-23-047.dsf (0 tris, 0 skipped for 0.0 m^2)
[000428] 0:00:56.180 W/TEX: Resources/default scenery/1000 world
terrain/textures12/apt/apt_ground1_NML.dds compressed texture used as material
source
[000429] 0:00:56.180 I/SCN: DSF load time: 655566 for file Global Scenery/X-Plane
12 Global Scenery/Earth nav data/-30-050/-25-047.dsf (57056 tris, 4 skipped for -
6.7 m^2)
[000430] 0:00:56.180 D/OBJ: CPU Geometry: 11 (6.21%) 15 (4.81%) "Resources/default
scenery/1000 autogen/US/urban_high/objects/tower3_0.obj"
[000431] 0:00:56.180 D/OBJ: CPU Geometry: 4 (1.96%) 6 (1.92%) "Resources/default
scenery/1000 autogen/US/urban_high/objects/tower3_1.obj"
[000556] FlyWithLua: User switched to a new airport (or changed the plane). Script
files have to be reloaded.
[000557] FlyWithLua: Found fwl_prefs.ini in the FlyWithLua plugin path and it is
[000558] ./Resources/plugins/FlyWithLua/fwl_prefs.ini
[000559] FlyWithLua Info: deinitFmodSupport() FmodSounds.size = 0
[000560] FlyWithLua Info: deinitFmodSupport() Should be 0 now FmodSounds.size = 0
[000561] FlyWithLua Info: Lua engine (re)started. LUA_RUN =1, SDK_VERSION = 400,
XPLANE_VERSION = 12090, XPLANE_LANGUAGE = Unknown and XPLANE_HOSTID = 1
[000562] FlyWithLua Info: HID access initialized.
[000563] FlyWithLua Info: FlyWithLua.ini full path
[000564] /Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Internals/FlyWithLua.ini
[000565] FlyWithLua Info: Discovered 11 HID devices.
[000566] FlyWithLua Info: Initial assignments successfully saved.
[000567] FlyWithLua Info: Load ini file.
[000568] FlyWithLua Info: Searching for Lua script files
[000569] FlyWithLua Info: Sorting Lua script files
[000570] FlyWithLua Info: Start loading script file /Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Scripts/itc lights.lua
[000571] FlyWithLua Error: WAVE file load failed - could not open.
[000572] FlyWithLua Error: WAVE file load failed - could not open.
[000573] FlyWithLua Error: WAVE file load failed - could not open.
[000574] FlyWithLua Error: WAVE file load failed - could not open.
[000575] FlyWithLua Error: WAVE file load failed - could not open.
[000576] FlyWithLua Info: Finished loading script file /Users/cristianogatte/X-
Plane 12/Resources/plugins/FlyWithLua/Scripts/itc lights.lua
[000577] FlyWithLua Info: Start loading script file /Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Scripts/please read the manual.lua
[000578] FlyWithLua Info: Finished loading script file /Users/cristianogatte/X-
Plane 12/Resources/plugins/FlyWithLua/Scripts/please read the manual.lua
[000579] FlyWithLua Info: All script files loaded successfully.
[000580] FlyWithLua Info: Loading time for all scripts is 0.344841 sec.
[000581] 0:00:56.180 I/OVR: Reading VR conf file: Aircraft/Laminar Research/Boeing
737-800/b738_vrconfig.txt
[000582] 0:00:56.180 D/STM: Transitioning from state state_NormalLoading to
state_Normal
[000583] 0:00:56.180 D/FCG: Resetting all failures
[000584] 0:00:56.180 D/FCG: Setting failure Door Open to Sempre a funcionar
[000585] 0:00:56.180 D/FCG: Setting failure Control Lock In to Sempre a funcionar
[000586] 0:00:56.180 D/FCG: Setting failure External Power On to Sempre a funcionar
[000587] 0:00:56.180 D/FCG: Setting failure passageiro O-2 em to Sempre a funcionar
[000588] 0:00:56.180 D/FCG: Setting failure Tamp„o de combustÌvel esquerdo
desligado to Sempre a funcionar
[000589] 0:00:56.180 D/FCG: Setting failure Fuga de combustível to Sempre a
funcionar
[001350] FlyWithLua Info: Searching for Lua quarantined script files
[001351] FlyWithLua Info: The folder /Resources/plugins/FlyWithLua/Scripts
(Quarantine)/ does not exist or it is empty.
[001352] 0:01:34.603 I/RWX: WEATHER UPDATE at zulu-time 1714078420
[001353] 0:01:34.603 I/WIN: Opened window menu bar
[001354] 0:01:47.886 LiveTraffic: Current System time is 2024-04-25 21:03:43Z,
current simulated time is 2024-04-25 21:02:08.4Z
[001355] 0:01:47.886 LiveTraffic ERROR LTMain.cpp:1150/LTMainShowAircraft: Only the
follow-me car has been (successfully) loaded as CSL model. LiveTraffic can only
draw cars!
[001356] 0:01:47.886 LiveTraffic: For help see menu: Plugins > LiveTraffic > Help >
Installaton of CSL Models
[001357] 0:01:48.401 I/PLG: The plugin LiveTraffic 3.6.0 is setting global TCAS
override to 1.
[001358] 0:01:48.521 I/TEX: Target scale moved to 16.000000
[001359] 0:02:02.847 LiveTraffic ERROR LTMain.cpp:336/RemoteFileDownload: Could not
download from 'https://opensky-network.org/datasets/metadata/aircraft-database-
complete-2024-04.csv': CURL 28 - Operation timed out after 15000 milliseconds with
30113541 out of 61510035 bytes received
[001360] 0:02:02.847 LiveTraffic ERROR LTOpenSky.cpp:967/TryOpenDbFile: Could not
download/open a/c database file 'aircraft-database-complete-2024-04.csv': Operation
timed out after 15000 milliseconds with 30113541 out of 61510035 bytes received
[001361] FlyWithLua Debug Info From Plugin: SystemPath "/Users/cristianogatte/X-
Plane 12/"
[001362] FlyWithLua Debug Info: Debug file written to "/Users/cristianogatte/X-
Plane 12/FlyWithLua_Debug.txt"
[001363] FlyWithLua Debug Info: Plugin Main directory = /Users/cristianogatte/X-
Plane 12/Resources/plugins/FlyWithLua
[001364] FlyWithLua Debug Info: Script directory = /Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Scripts/
[001365] FlyWithLua Debug Info: Internals directory = /Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Internals/
[001366] FlyWithLua Debug Info: Modules directory = /Users/cristianogatte/X-Plane
12/Resources/plugins/FlyWithLua/Modules/
[001367] 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