0% found this document useful (0 votes)
35 views29 pages

FlyWithLua NG+ v2.8.0 Debug Overview

The document is a debug log for FlyWithLua NG+ version 2.8.0, detailing the state of the Lua environment, including memory usage and the status of various callbacks and data references. It lists stored DataRefs, global variables, and functions known to Lua, along with their types and states. Additionally, it includes macros for user-defined actions and information about the aircraft being used in the simulation.

Uploaded by

hakan ısın
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)
35 views29 pages

FlyWithLua NG+ v2.8.0 Debug Overview

The document is a debug log for FlyWithLua NG+ version 2.8.0, detailing the state of the Lua environment, including memory usage and the status of various callbacks and data references. It lists stored DataRefs, global variables, and functions known to Lua, along with their types and states. Additionally, it includes macros for user-defined actions and information about the aircraft being used in the simulation.

Uploaded by

hakan ısın
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

-- FlyWithLua NG+ v2.8.

0 build Sep 7 2022 09:59:31 Debug File


-- Sat Aug 30 23:32:42 2025
-- Memory in use: 296 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()

*** Every frame loop callback ***


button_sniffer_event_handler()

*** Often loop callback ***


atmo_fix()
sim()

*** Sometimes loop callback ***


tf_CheckVisibility()

*** 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" (0xc60)
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/scenery/airport_lights_on" is stored in
"tf_bolAirportLightsOn" (writeable, type = int).
The DataRef "sim/graphics/view/view_y" is stored in "view_height_m" (read only,
type = float).
The DataRef "sim/graphics/view/visibility_effective_m" is stored in
"tf_fltVisibility_Mtr" (read only, type = float).
The DataRef "sim/operation/override/override_airport_lites" is stored in
"tf_bolLightsOverride" (writeable, type = int).
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 = [Link]
AIRCRAFT_PATH = C:\Users/hakan/Desktop/X-Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Aircraft/Laminar Research/Beechcraft King Air C90B/
CLOCKS_PER_SEC = 1000
DIRECTORY_SEPARATOR = /
DO_EVERY_FRAME_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 = 26.807771751811
FLT_MAX = 3.4028234663853e+38
INTERNALS_DIRECTORY = C:\Users/hakan/Desktop/X-Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Internals/
LATITUDE = 40.965744351417
LONGITUDE = 28.810183112892
LUA_MEMORY_USAGE_KB = 296
LUA_RUN = 1
MD5_CTX = ctype<struct MD5Context>
MODULES_DIRECTORY = C:\Users/hakan/Desktop/X-Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Modules/
MOUSE_X = 1663
MOUSE_Y = 28
NUMBER_OF_HID_DEVICES = 29
PLANE_AUTHOR = Tom Kyler/Jim Gregory
PLANE_DESCRIP = Beechcraft King Air C90B
PLANE_ICAO = BE9L
PLANE_TAILNUMBER = N43XS
PLUGIN_MAIN_DIRECTORY = C:\Users/hakan/Desktop/X-Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua
QUARANTINE_DIRECTORY = C:\Users/hakan/Desktop/X-Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts (Quarantine)/
SCREEN_HEIGHT = 1009
SCREEN_HIGHT = 1009
SCREEN_WIDTH = 1920
SCRIPTS_LOADING_TIME_SEC = 0.024
SCRIPT_DIRECTORY = C:\Users/hakan/Desktop/X-Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts/
SDK_VERSION = 412
SUPPORTS_FLOATING_WINDOWS = 1
SYSTEM = IBM
SYSTEM_ARCHITECTURE = 64
SYSTEM_DIRECTORY = C:\Users/hakan/Desktop/X-Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/
XPLANE_HOSTID = 1
XPLANE_LANGUAGE = English
XPLANE_VERSION = 12210
XPLM_NAV_NOT_FOUND = -1
XSB_METAR = Sorry, no METAR
_VERSION = Lua 5.1
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 [Link]()
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 = 0
lrl_Qrad = 0
lrl_SECONDS_TO_DISPLAY = 15
lrl_SHOW_TIMER = true
lrl_STANDBY = 3
lrl_STEERINGDN = 2
lrl_XPCT = 0.5
lrl_YPCT = 0.8
lrl_agl = -5.2452087402344e-05
lrl_boolBeaconOn = 0
lrl_boolInReplay = 0
lrl_boolOnGroundAll = 1
lrl_boolOnGroundAny = 1
lrl_boolSimPaused = 0
lrl_floatFinal = 0
lrl_floatTimer = 0
lrl_gforce = 0
lrl_landingG = 1
lrl_landingRate = 1
lrl_localtime = 28574.720703125
lrl_logAllWheels = true
lrl_logAnyWheel = true
lrl_logDisplayOn = true
lrl_popupState = 2
lrl_showUntil = 125.934
lrl_vertfpm = 0
number_of_code_lines_in_history = 2
show_memory_heartbeat = false
sol.☢☢ = userdata: 0x7ffbc0c63a30
sol.📌 = thread: 0x3fdb0378
tf_bolAirportLightsOn = 0
tf_bolLightsOverride = 0
tf_fltVisibility_Mtr = 64373.7578125
view_height_m = -2127270.25
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: 0x3fdbd818
DATAREF_META_TABLE = table: 0x3fdbd6d8
_G = table: 0x3fdb1d60
bit = table: 0x3fdb9048
code_line_history = table: 0x3fe52978
coroutine = table: 0x3fdb44e8
debug = table: 0x3fdb88a0
graphics = table: 0x3fe5e350
imgui = table: 0x3fdbfa68
io = table: 0x3fdb23f8
jit = table: 0x3fdb9780
lrl_popupText = table: 0x3fdef6f0
math = table: 0x3fdb7908
os = table: 0x3fdb69d0
package = table: 0x3fdb49e8
string = table: 0x3fdb6fe0
table = table: 0x3fdb53b0
ts_axis_lrl_agl = table: 0x3fdd9f08
ts_axis_lrl_landingG = table: 0x3fe52ef8
values_axis_lrl_agl = table: 0x3fdd9ec0
values_axis_lrl_landingG = table: 0x3fe52eb0

*** All global functions Lua knows ***


DO_EVERY_DRAW_CHUNK = function: 0x3fde1698
DO_EVERY_FRAME_CHUNK = function: 0x3fe58cb8
DO_OFTEN_CHUNK = function: 0x3fdf3a70
DO_ON_KEYSTROKE_CHUNK = function: 0x3fe59d38
DO_SOMETIMES_CHUNK = function: 0x3fdf3858
DataRef = function: 0x3fdb2440
DrawFLyWithLuaInputLine = function: 0x3fe52d28
F1 = function: 0x3fdefa10
F2 = function: 0x3fdefac0
F3 = function: 0x3fdefaf0
F4 = function: 0x3fdefb28
FLYWITHLUA_DEBUG = function: 0x3fdfa498
GetLuaLineFromKeyboard = function: 0x3fe52e20
MD5Final = function: 0x3fdbd4e8
MD5Init = function: 0x3fdbd400
MD5STEP = function: 0x3fdbd318
MD5Transform = function: 0x3fdbd430
MD5Update = function: 0x3fdbd460
XPLMClearFMSEntry = function: 0x3fdbb5b8
XPLMCountFMSEntries = function: 0x3fdbd1c0
XPLMFindCommand = function: 0x3fdbb8c0
XPLMFindDataRef = function: 0x3fdbb858
XPLMFindFirstNavAidOfType = function: 0x3fdbcff8
XPLMFindLastNavAidOfType = function: 0x3fdbd070
XPLMFindNavAid = function: 0x3fdbd0e8
XPLMGetAllMonitorBoundsGlobal = function: 0x3fdbeed8
XPLMGetAllMonitorBoundsOS = function: 0x3fdbee60
XPLMGetDataRefTypes = function: 0x3fdbbd38
XPLMGetDatad = function: 0x3fdbb9f8
XPLMGetDataf = function: 0x3fdbb990
XPLMGetDatai = function: 0x3fdbb928
XPLMGetDatavf = function: 0x3fdbbac8
XPLMGetDatavi = function: 0x3fdbba60
XPLMGetDestinationFMSEntry = function: 0x3fdbb450
XPLMGetDisplayedFMSEntry = function: 0x3fdbd230
XPLMGetFMSEntryInfo = function: 0x3fdbb708
XPLMGetFirstNavAid = function: 0x3fdbcf18
XPLMGetMouseLocationGlobal = function: 0x3fdbed00
XPLMGetNavAidInfo = function: 0x3fdbd150
XPLMGetNextNavAid = function: 0x3fdbcf88
XPLMGetScreenBoundsGlobal = function: 0x3fdbede8
XPLMGetScreenSize = function: 0x3fdbed78
XPLMSetDatad = function: 0x3fdbbc00
XPLMSetDataf = function: 0x3fdbbb98
XPLMSetDatai = function: 0x3fdbbb30
XPLMSetDatavf = function: 0x3fdbbcd0
XPLMSetDatavi = function: 0x3fdbbc68
XPLMSetDestinationFMSEntry = function: 0x3fdbb540
XPLMSetDisplayedFMSEntry = function: 0x3fdbb4c8
XPLMSetFMSEntryInfo = function: 0x3fdbb698
XPLMSetFMSEntryLatLon = function: 0x3fdbb628
XPLMSetGraphicsState = function: 0x3fdbc7a0
XPLMSpeakString = function: 0x3fdba3e0
XSBConnect = function: 0x3fdba270
XSBDisconnect = function: 0x3fdba2d8
XSBLookupATC = function: 0x3fdba340
XSBSendFlightplan = function: 0x3fdba198
XSBShowFlightplan = function: 0x3fdb9d00
XSBSpeakString = function: 0x3fdb9c98
XSBUserLogin = function: 0x3fdba208
XSB_METAR_CALLBACK = function: 0x3fdd91e0
activate_macro = function: 0x3fdb2190
add_ATC_macro = function: 0x3fdb20c0
add_atc_macro = function: 0x3fdb2128
add_macro = function: 0x3fdb2058
assert = function: builtin#2
atmo_fix = function: 0x3fdeabf0
bcmp = function: 0x3fdecb50
bcopy = function: 0x3fdecb18
begin_classic_mode = function: 0x3fdbb778
big_bubble = function: 0x3fe532d8
bin2str = function: 0x3fdf16e8
bubble = function: 0x3fe532a8
button = function: 0x3fdbc110
button_sniffer_event_handler = function: 0x3fe58210
byteReverse = function: 0x3fdef9e0
bzero = function: 0x3fdecaa8
calcAvg_lrl_agl = function: 0x3fdee998
calcAvg_lrl_landingG = function: 0x3fe60530
calcDeviation_lrl_agl = function: 0x3fdd9f50
calcDeviation_lrl_landingG = function: 0x3fe53238
calcTime_lrl_agl = function: 0x3fddf240
calcTime_lrl_landingG = function: 0x3fe53268
clear_all_axis_assignments = function: 0x3fdbc098
clear_all_button_assignments = function: 0x3fdb2348
collectgarbage = function: builtin#27
command_begin = function: 0x3fdbc340
command_end = function: 0x3fdbc3a8
command_once = function: 0x3fdbc2d8
crash_the_sim = function: 0x3fdbc410
create_HID_table = function: 0x3fdbef50
create_axis_median = function: 0x3fdb2728
create_command = function: 0x3fdbbda8
create_dataref_table = function: 0x3fdbd7e8
create_negative_edge_decrement = function: 0x3fdb29f0
create_negative_edge_flip = function: 0x3fdb2ae0
create_negative_edge_increment = function: 0x3fdb2900
create_negative_edge_trigger = function: 0x3fdb2810
create_positive_edge_decrement = function: 0x3fdb2978
create_positive_edge_flip = function: 0x3fdb2a68
create_positive_edge_increment = function: 0x3fdb2888
create_positive_edge_trigger = function: 0x3fdb2798
create_switch = function: 0x3fdb26c0
dataref = function: 0x3fdb24a0
dataref_table = function: 0x3fdbd7b8
deactivate_macro = function: 0x3fdb21f8
define_shared_DataRef = function: 0x3fdb2500
define_shared_dataref = function: 0x3fdb2570
directory_to_table = function: 0x3fdbbe10
do_every_draw = function: 0x3fdb1eb8
do_every_frame = function: 0x3fdb1f20
do_often = function: 0x3fdb1f88
do_on_exit = function: 0x3fe62180
do_on_keystroke = function: 0x3fdb2c30
do_on_mouse_click = function: 0x3fdb1dd8
do_on_mouse_wheel = function: 0x3fdb1e48
do_on_new_XSB_text = function: 0x3fdb2bc0
do_on_new_metar = function: 0x3fdb2b58
do_sometimes = function: 0x3fdb1ff0
dofile = function: builtin#25
draw_string = function: 0x3fdbc478
draw_string_Helvetica_10 = function: 0x3fdbc5d0
draw_string_Helvetica_12 = function: 0x3fdbc558
draw_string_Helvetica_18 = function: 0x3fdbc4e0
draw_string_Times_Roman_10 = function: 0x3fdbc648
draw_string_Times_Roman_24 = function: 0x3fdbc6c0
end_classic_mode = function: 0x3fdbb7e8
error = function: builtin#19
float_wnd_bring_to_front = function: 0x3fdd7dd8
float_wnd_create = function: 0x3fdd0ab0
float_wnd_destroy = function: 0x3fdd7ba8
float_wnd_get_dimensions = function: 0x3fdd7ac0
float_wnd_get_geometry = function: 0x3fdd8058
float_wnd_get_visible = function: 0x3fdd7c18
float_wnd_get_xplm_handle = function: 0x3fdd7a48
float_wnd_is_front = function: 0x3fdd7d68
float_wnd_is_popped = function: 0x3fdd7cf8
float_wnd_is_vr = function: 0x3fdd7e50
float_wnd_load_image = function: 0x3fdd7b38
float_wnd_set_geometry = function: 0x3fdd7fe8
float_wnd_set_gravity = function: 0x3fdd7f78
float_wnd_set_imgui_builder = function: 0x3fdd83e8
float_wnd_set_onclick = function: 0x3fdd8580
float_wnd_set_onclose = function: 0x3fdd8648
float_wnd_set_ondraw = function: 0x3fdd84b8
float_wnd_set_position = function: 0x3fdd0990
float_wnd_set_positioning_mode = function: 0x3fdd7f00
float_wnd_set_resizing_limits = function: 0x3fdd7e88
float_wnd_set_title = function: 0x3fdd0920
float_wnd_set_visible = function: 0x3fdd7c88
gcinfo = function: builtin#26
get = function: 0x3fdbc1b0
get_DataRef_binding = function: 0x3fdb2650
get_dataref_binding = function: 0x3fdb25e0
get_pilots_head = function: 0x3fdbbfa8
getfenv = function: builtin#10
getmetatable = function: builtin#8
glBegin_LINES = function: 0x3fdbc878
glBegin_LINE_LOOP = function: 0x3fdbc950
glBegin_LINE_STRIP = function: 0x3fdbc8e0
glBegin_POINTS = function: 0x3fdbc810
glBegin_POLYGON = function: 0x3fdbc9c0
glBegin_QUADS = function: 0x3fdbcb78
glBegin_QUAD_STRIP = function: 0x3fdbcbe0
glBegin_TRIANGLES = function: 0x3fdbca28
glBegin_TRIANGLE_FAN = function: 0x3fdbcb08
glBegin_TRIANGLE_STRIP = function: 0x3fdbca98
glColor3f = function: 0x3fdbcde8
glColor4f = function: 0x3fdbce50
glEnd = function: 0x3fdbcc50
glLineWidth = function: 0x3fdbcd80
glRectf = function: 0x3fdbceb8
glVertex2f = function: 0x3fdbccb0
glVertex3f = function: 0x3fdbcd18
hid_close = function: 0x3fdbf090
hid_get_feature_report = function: 0x3fdbf390
hid_open = function: 0x3fdbefc0
hid_open_path = function: 0x3fdbf028
hid_read = function: 0x3fdbf1d0
hid_read_timeout = function: 0x3fdbf160
hid_send_feature_report = function: 0x3fdbf2a8
hid_send_filled_feature_report = function: 0x3fdbf318
hid_set_nonblocking = function: 0x3fdbf238
hid_write = function: 0x3fdbf0f8
huge_bubble = function: 0x3fe53308
init_lrl_agl = function: 0x3fdee968
init_lrl_landingG = function: 0x3fe55820
ipairs = function: builtin#7
keystroke_sniffer_event_handler = function: 0x3fe59b88
last_button = function: 0x3fdbc148
let_sound_loop = function: 0x3fdbf608
load = function: builtin#23
load_WAV_file = function: 0x3fdbf400
load_aircraft = function: 0x3fdbec30
load_fmod_sound = function: 0x3fdbf820
load_situation = function: 0x3fdbeb60
loadfile = function: builtin#22
loadstring = function: builtin#24
logMsg = function: 0x3fdba3a8
lrl_evalRating = function: 0x3fe49a48
lrl_loopCallback = function: 0x3fe49a78
lrl_populatePopupStats = function: 0x3fe615f8
lrl_populatePopupStats2 = function: 0x3fe61628
lrl_postLandingRate = function: 0x3fdb4e48
lrl_updateLandingResult = function: 0x3fe61658
md5 = function: 0x3fdbd530
measure_string = function: 0x3fdbc738
memchr = function: 0x3fdebce0
memcmp = function: 0x3fdebca8
memcpy = function: 0x3fdecbb8
memmove = function: 0x3fdea6b0
memset = function: 0x3fdecb80
module = function: 0x3fdb4ec0
new_table = function: 0x3fdeb700
newproxy = function: builtin#28
next = function: builtin#4
pairs = function: builtin#5
pause_sound = function: 0x3fdbf5a0
pcall = function: builtin#20
peek = function: 0x3fdbbe80
place_aircraft_at = function: 0x3fdbc010
place_aircraft_at_location = function: 0x3fdbeae8
play_sound = function: 0x3fdbf468
play_sound_on_interior_bus = function: 0x3fdbf888
play_sound_on_radios_bus = function: 0x3fdbf978
poke = function: 0x3fdbbee0
print = function: 0x3fdbd568
print_button_sniffer_result = function: 0x3fe58ce8
print_keystroke_sniffer_result = function: 0x3fe59d68
printmd5ctx = function: 0x3fdbd3d0
pushValue_lrl_agl = function: 0x3fdeabc0
pushValue_lrl_landingG = function: 0x3fdb4e18
rawequal = function: builtin#14
rawget = function: builtin#12
rawset = function: builtin#13
reload_scenery = function: 0x3fdbec98
replace_WAV_file = function: 0x3fdbf7b0
require = function: 0x3fdb4f20
rewind_sound = function: 0x3fdbf538
save_initial_assignments = function: 0x3fdfd820
save_situation = function: 0x3fdbebc8
select = function: builtin#16
set = function: 0x3fdbc210
set_array = function: 0x3fdbc270
set_axis_assignment = function: 0x3fdb22d8
set_button_assignment = function: 0x3fdb2268
set_pilots_head = function: 0x3fdbbf40
set_sound_gain = function: 0x3fdbf6d8
set_sound_pitch = function: 0x3fdbf670
setfenv = function: builtin#11
setmetatable = function: builtin#9
show_memory_usage = function: 0x3fe5e8d0
show_pilots_head_parameters = function: 0x3fe56600
sim = function: 0x3fe51648
sol.🔩 = function: 0x3fdb33b0
stop_sound = function: 0x3fdbf4d0
stop_sound_on_interior_bus = function: 0x3fdbf900
stop_sound_on_radios_bus = function: 0x3fdbf9f0
strcasecmp = function: 0x3fdf3580
strchr = function: 0x3fdf15d0
strcmp = function: 0x3fdf0cd8
strcpy = function: 0x3fdf1528
strdup = function: 0x3fdf14f0
string_same = function: 0x3fdf1678
strlcat = function: 0x3fdf1598
strlcpy = function: 0x3fdf1560
strlen = function: 0x3fdf35b8
strncasecmp = function: 0x3fdf3548
strncmp = function: 0x3fdf3510
strndup = function: 0x3fdf35f0
strrchr = function: 0x3fdf1608
strstr = function: 0x3fdf1640
tf_CheckVisibility = function: 0x3fdee0c0
tonumber = function: builtin#17
tostring = function: builtin#18
type = function: builtin#3
unload_all_sounds = function: 0x3fdbf740
unpack = function: builtin#15
xpcall = function: builtin#21

*** We found 29 HID devices ***

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


ALL_HID_DEVICES[1].product_id = 72 (0x48)
ALL_HID_DEVICES[1].release_number = 288 (0x120)
ALL_HID_DEVICES[1].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[1].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[1].usage = 2 (0x2) Mouse
ALL_HID_DEVICES[1].path = \\?\
hid#vid_1c4f&pid_0048#6&1542f16c&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[1].serial_number =
ALL_HID_DEVICES[1].manufacturer_string = SIGMACHIP
ALL_HID_DEVICES[1].product_string = USB Mouse
ALL_HID_DEVICES[1] can be opened by FlyWithLua.

ALL_HID_DEVICES[2].vendor_id = 32903 (0x8087)


ALL_HID_DEVICES[2].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[2].release_number = 512 (0x200)
ALL_HID_DEVICES[2].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[2].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[2].usage = 1 (0x1)
ALL_HID_DEVICES[2].path = \\?\
hid#intc816&col09#3&10839a5c&0&0008#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[2].serial_number =
ALL_HID_DEVICES[2].manufacturer_string =
ALL_HID_DEVICES[2].product_string =
ALL_HID_DEVICES[2] can be opened by FlyWithLua.

ALL_HID_DEVICES[3].vendor_id = 57069 (0xdeed)


ALL_HID_DEVICES[3].product_id = 65261 (0xfeed)
ALL_HID_DEVICES[3].release_number = 257 (0x101)
ALL_HID_DEVICES[3].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[3].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[3].usage = 12 (0xc)
ALL_HID_DEVICES[3].path = \\?\
hid#hid_acpi_driver#1&2d3dc8f0&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[3].serial_number = UMDF Virtual hidmini device Serial Number
string
ALL_HID_DEVICES[3].manufacturer_string = UMDF Virtual hidmini device Manufacturer
string
ALL_HID_DEVICES[3].product_string = UMDF Virtual hidmini device Product string
ALL_HID_DEVICES[3] can be opened by FlyWithLua.

ALL_HID_DEVICES[4].vendor_id = 57069 (0xdeed)


ALL_HID_DEVICES[4].product_id = 65261 (0xfeed)
ALL_HID_DEVICES[4].release_number = 257 (0x101)
ALL_HID_DEVICES[4].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[4].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[4].usage = 12 (0xc)
ALL_HID_DEVICES[4].path = \\?\
hid#hid_acpi_driver#1&45caf8e&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[4].serial_number = UMDF Virtual hidmini device Serial Number
string
ALL_HID_DEVICES[4].manufacturer_string = UMDF Virtual hidmini device Manufacturer
string
ALL_HID_DEVICES[4].product_string = UMDF Virtual hidmini device Product string
ALL_HID_DEVICES[4] can be opened by FlyWithLua.

ALL_HID_DEVICES[5].vendor_id = 4660 (0x1234)


ALL_HID_DEVICES[5].product_id = 48813 (0xbead)
ALL_HID_DEVICES[5].release_number = 537 (0x219)
ALL_HID_DEVICES[5].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[5].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[5].usage = 4 (0x4) Joystick
ALL_HID_DEVICES[5].path = \\?\
hid#hidclass#1&2d595ca7&1&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[5].serial_number = 2.1.9
ALL_HID_DEVICES[5].manufacturer_string = Shaul Eizikovich
ALL_HID_DEVICES[5].product_string = vJoy - Virtual Joystick
ALL_HID_DEVICES[5] can be opened by FlyWithLua.

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


ALL_HID_DEVICES[6].product_id = 0 (0)
ALL_HID_DEVICES[6].release_number = 0 (0)
ALL_HID_DEVICES[6].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[6].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[6].usage = 1 (0x1)
ALL_HID_DEVICES[6].path = \\?\
hid#converteddevice&col02#5&36801e08&0&0001#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[6].serial_number =
ALL_HID_DEVICES[6].manufacturer_string =
ALL_HID_DEVICES[6].product_string =
ALL_HID_DEVICES[6] can be opened by FlyWithLua.

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


ALL_HID_DEVICES[7].product_id = 0 (0)
ALL_HID_DEVICES[7].release_number = 0 (0)
ALL_HID_DEVICES[7].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[7].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[7].usage = 128 (0x80) System Control
ALL_HID_DEVICES[7].path = \\?\
hid#converteddevice&col03#5&36801e08&0&0002#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[7].serial_number =
ALL_HID_DEVICES[7].manufacturer_string =
ALL_HID_DEVICES[7].product_string =
ALL_HID_DEVICES[7] can be opened by FlyWithLua.

ALL_HID_DEVICES[8].vendor_id = 32903 (0x8087)


ALL_HID_DEVICES[8].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[8].release_number = 512 (0x200)
ALL_HID_DEVICES[8].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[8].usage_page = 65459 (0xffb3) Vendor-defined
ALL_HID_DEVICES[8].usage = 16 (0x10)
ALL_HID_DEVICES[8].path = \\?\
hid#intc816&col11#3&10839a5c&0&0010#{4d1e55b2-f16f-11cf-88cb-001111000030}
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 = 32903 (0x8087)


ALL_HID_DEVICES[9].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[9].release_number = 512 (0x200)
ALL_HID_DEVICES[9].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[9].usage_page = 65459 (0xffb3) Vendor-defined
ALL_HID_DEVICES[9].usage = 16 (0x10)
ALL_HID_DEVICES[9].path = \\?\
hid#intc816&col10#3&10839a5c&0&000f#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[9].serial_number =
ALL_HID_DEVICES[9].manufacturer_string =
ALL_HID_DEVICES[9].product_string =
ALL_HID_DEVICES[9] can be opened by FlyWithLua.

ALL_HID_DEVICES[10].vendor_id = 32903 (0x8087)


ALL_HID_DEVICES[10].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[10].release_number = 512 (0x200)
ALL_HID_DEVICES[10].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[10].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[10].usage = 13 (0xd)
ALL_HID_DEVICES[10].path = \\?\
hid#intc816&col12#3&10839a5c&0&0011#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[10].serial_number =
ALL_HID_DEVICES[10].manufacturer_string =
ALL_HID_DEVICES[10].product_string =
ALL_HID_DEVICES[10] can be opened by FlyWithLua.

ALL_HID_DEVICES[11].vendor_id = 32903 (0x8087)


ALL_HID_DEVICES[11].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[11].release_number = 512 (0x200)
ALL_HID_DEVICES[11].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[11].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[11].usage = 1 (0x1)
ALL_HID_DEVICES[11].path = \\?\
hid#intc816&col0b#3&10839a5c&0&000a#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[11].serial_number =
ALL_HID_DEVICES[11].manufacturer_string =
ALL_HID_DEVICES[11].product_string =
ALL_HID_DEVICES[11] can be opened by FlyWithLua.

ALL_HID_DEVICES[12].vendor_id = 32903 (0x8087)


ALL_HID_DEVICES[12].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[12].release_number = 512 (0x200)
ALL_HID_DEVICES[12].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[12].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[12].usage = 1 (0x1)
ALL_HID_DEVICES[12].path = \\?\
hid#intc816&col0c#3&10839a5c&0&000b#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[12].serial_number =
ALL_HID_DEVICES[12].manufacturer_string =
ALL_HID_DEVICES[12].product_string =
ALL_HID_DEVICES[12] can be opened by FlyWithLua.

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


ALL_HID_DEVICES[13].product_id = 0 (0)
ALL_HID_DEVICES[13].release_number = 0 (0)
ALL_HID_DEVICES[13].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[13].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[13].usage = 6 (0x6) Keyboard
ALL_HID_DEVICES[13].path = \\?\
hid#converteddevice&col01#5&36801e08&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}\
kbd
ALL_HID_DEVICES[13].serial_number =
ALL_HID_DEVICES[13].manufacturer_string =
ALL_HID_DEVICES[13].product_string =
ALL_HID_DEVICES[13] can be opened by FlyWithLua.

ALL_HID_DEVICES[14].vendor_id = 32903 (0x8087)


ALL_HID_DEVICES[14].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[14].release_number = 512 (0x200)
ALL_HID_DEVICES[14].interface_number = -1 (0xffffffffffffffff)
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#intc816&col01#3&10839a5c&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}\kbd
ALL_HID_DEVICES[14].serial_number =
ALL_HID_DEVICES[14].manufacturer_string =
ALL_HID_DEVICES[14].product_string =
ALL_HID_DEVICES[14] can be opened by FlyWithLua.

ALL_HID_DEVICES[15].vendor_id = 2362 (0x93a)


ALL_HID_DEVICES[15].product_id = 628 (0x274)
ALL_HID_DEVICES[15].release_number = 3845 (0xf05)
ALL_HID_DEVICES[15].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[15].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[15].usage = 2 (0x2) Mouse
ALL_HID_DEVICES[15].path = \\?\
hid#uniw0001&col01#5&26c74c0&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[15].serial_number = 9999
ALL_HID_DEVICES[15].manufacturer_string = Microsoft
ALL_HID_DEVICES[15].product_string = HIDI2C Device
ALL_HID_DEVICES[15] can be opened by FlyWithLua.

ALL_HID_DEVICES[16].vendor_id = 32903 (0x8087)


ALL_HID_DEVICES[16].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[16].release_number = 512 (0x200)
ALL_HID_DEVICES[16].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[16].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[16].usage = 1 (0x1)
ALL_HID_DEVICES[16].path = \\?\
hid#intc816&col0d#3&10839a5c&0&000c#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[16].serial_number =
ALL_HID_DEVICES[16].manufacturer_string =
ALL_HID_DEVICES[16].product_string =
ALL_HID_DEVICES[16] can be opened by FlyWithLua.

ALL_HID_DEVICES[17].vendor_id = 32903 (0x8087)


ALL_HID_DEVICES[17].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[17].release_number = 512 (0x200)
ALL_HID_DEVICES[17].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[17].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[17].usage = 1 (0x1)
ALL_HID_DEVICES[17].path = \\?\
hid#intc816&col0e#3&10839a5c&0&000d#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[17].serial_number =
ALL_HID_DEVICES[17].manufacturer_string =
ALL_HID_DEVICES[17].product_string =
ALL_HID_DEVICES[17] can be opened by FlyWithLua.

ALL_HID_DEVICES[18].vendor_id = 32903 (0x8087)


ALL_HID_DEVICES[18].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[18].release_number = 512 (0x200)
ALL_HID_DEVICES[18].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[18].usage_page = 65459 (0xffb3) Vendor-defined
ALL_HID_DEVICES[18].usage = 16 (0x10)
ALL_HID_DEVICES[18].path = \\?\
hid#intc816&col0f#3&10839a5c&0&000e#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[18].serial_number =
ALL_HID_DEVICES[18].manufacturer_string =
ALL_HID_DEVICES[18].product_string =
ALL_HID_DEVICES[18] can be opened by FlyWithLua.

ALL_HID_DEVICES[19].vendor_id = 2362 (0x93a)


ALL_HID_DEVICES[19].product_id = 628 (0x274)
ALL_HID_DEVICES[19].release_number = 3845 (0xf05)
ALL_HID_DEVICES[19].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[19].usage_page = 13 (0xd) Digitizer
ALL_HID_DEVICES[19].usage = 5 (0x5)
ALL_HID_DEVICES[19].path = \\?\
hid#uniw0001&col02#5&26c74c0&0&0001#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[19].serial_number = 9999
ALL_HID_DEVICES[19].manufacturer_string = Microsoft
ALL_HID_DEVICES[19].product_string = HIDI2C Device
ALL_HID_DEVICES[19] can be opened by FlyWithLua.

ALL_HID_DEVICES[20].vendor_id = 32903 (0x8087)


ALL_HID_DEVICES[20].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[20].release_number = 512 (0x200)
ALL_HID_DEVICES[20].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[20].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[20].usage = 12 (0xc)
ALL_HID_DEVICES[20].path = \\?\
hid#intc816&col02#3&10839a5c&0&0001#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[20].serial_number =
ALL_HID_DEVICES[20].manufacturer_string =
ALL_HID_DEVICES[20].product_string =
ALL_HID_DEVICES[20] can be opened by FlyWithLua.

ALL_HID_DEVICES[21].vendor_id = 32903 (0x8087)


ALL_HID_DEVICES[21].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[21].release_number = 512 (0x200)
ALL_HID_DEVICES[21].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[21].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[21].usage = 128 (0x80) System Control
ALL_HID_DEVICES[21].path = \\?\
hid#intc816&col03#3&10839a5c&0&0002#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[21].serial_number =
ALL_HID_DEVICES[21].manufacturer_string =
ALL_HID_DEVICES[21].product_string =
ALL_HID_DEVICES[21] can be opened by FlyWithLua.

ALL_HID_DEVICES[22].vendor_id = 2362 (0x93a)


ALL_HID_DEVICES[22].product_id = 628 (0x274)
ALL_HID_DEVICES[22].release_number = 3845 (0xf05)
ALL_HID_DEVICES[22].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[22].usage_page = 13 (0xd) Digitizer
ALL_HID_DEVICES[22].usage = 14 (0xe)
ALL_HID_DEVICES[22].path = \\?\
hid#uniw0001&col03#5&26c74c0&0&0002#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[22].serial_number = 9999
ALL_HID_DEVICES[22].manufacturer_string = Microsoft
ALL_HID_DEVICES[22].product_string = HIDI2C Device
ALL_HID_DEVICES[22] can be opened by FlyWithLua.

ALL_HID_DEVICES[23].vendor_id = 32903 (0x8087)


ALL_HID_DEVICES[23].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[23].release_number = 512 (0x200)
ALL_HID_DEVICES[23].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[23].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[23].usage = 128 (0x80) System Control
ALL_HID_DEVICES[23].path = \\?\
hid#intc816&col04#3&10839a5c&0&0003#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[23].serial_number =
ALL_HID_DEVICES[23].manufacturer_string =
ALL_HID_DEVICES[23].product_string =
ALL_HID_DEVICES[23] can be opened by FlyWithLua.

ALL_HID_DEVICES[24].vendor_id = 32903 (0x8087)


ALL_HID_DEVICES[24].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[24].release_number = 512 (0x200)
ALL_HID_DEVICES[24].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[24].usage_page = 1 (0x1) Generic Desktop Controls
ALL_HID_DEVICES[24].usage = 128 (0x80) System Control
ALL_HID_DEVICES[24].path = \\?\
hid#intc816&col05#3&10839a5c&0&0004#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[24].serial_number =
ALL_HID_DEVICES[24].manufacturer_string =
ALL_HID_DEVICES[24].product_string =
ALL_HID_DEVICES[24] can be opened by FlyWithLua.

ALL_HID_DEVICES[25].vendor_id = 32903 (0x8087)


ALL_HID_DEVICES[25].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[25].release_number = 512 (0x200)
ALL_HID_DEVICES[25].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[25].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[25].usage = 1 (0x1)
ALL_HID_DEVICES[25].path = \\?\
hid#intc816&col06#3&10839a5c&0&0005#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[25].serial_number =
ALL_HID_DEVICES[25].manufacturer_string =
ALL_HID_DEVICES[25].product_string =
ALL_HID_DEVICES[25] can be opened by FlyWithLua.

ALL_HID_DEVICES[26].vendor_id = 32903 (0x8087)


ALL_HID_DEVICES[26].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[26].release_number = 512 (0x200)
ALL_HID_DEVICES[26].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[26].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[26].usage = 1 (0x1)
ALL_HID_DEVICES[26].path = \\?\
hid#intc816&col0a#3&10839a5c&0&0009#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[26].serial_number =
ALL_HID_DEVICES[26].manufacturer_string =
ALL_HID_DEVICES[26].product_string =
ALL_HID_DEVICES[26] can be opened by FlyWithLua.

ALL_HID_DEVICES[27].vendor_id = 32903 (0x8087)


ALL_HID_DEVICES[27].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[27].release_number = 512 (0x200)
ALL_HID_DEVICES[27].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[27].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[27].usage = 1 (0x1)
ALL_HID_DEVICES[27].path = \\?\
hid#intc816&col07#3&10839a5c&0&0006#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[27].serial_number =
ALL_HID_DEVICES[27].manufacturer_string =
ALL_HID_DEVICES[27].product_string =
ALL_HID_DEVICES[27] can be opened by FlyWithLua.

ALL_HID_DEVICES[28].vendor_id = 2362 (0x93a)


ALL_HID_DEVICES[28].product_id = 628 (0x274)
ALL_HID_DEVICES[28].release_number = 3845 (0xf05)
ALL_HID_DEVICES[28].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[28].usage_page = 65280 (0xff00) Vendor-defined
ALL_HID_DEVICES[28].usage = 1 (0x1)
ALL_HID_DEVICES[28].path = \\?\
hid#uniw0001&col04#5&26c74c0&0&0003#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[28].serial_number = 9999
ALL_HID_DEVICES[28].manufacturer_string = Microsoft
ALL_HID_DEVICES[28].product_string = HIDI2C Device
ALL_HID_DEVICES[28] can be opened by FlyWithLua.

ALL_HID_DEVICES[29].vendor_id = 32903 (0x8087)


ALL_HID_DEVICES[29].product_id = 2590 (0xa1e)
ALL_HID_DEVICES[29].release_number = 512 (0x200)
ALL_HID_DEVICES[29].interface_number = -1 (0xffffffffffffffff)
ALL_HID_DEVICES[29].usage_page = 12 (0xc) Consumer
ALL_HID_DEVICES[29].usage = 1 (0x1)
ALL_HID_DEVICES[29].path = \\?\
hid#intc816&col08#3&10839a5c&0&0007#{4d1e55b2-f16f-11cf-88cb-001111000030}
ALL_HID_DEVICES[29].serial_number =
ALL_HID_DEVICES[29].manufacturer_string =
ALL_HID_DEVICES[29].product_string =
ALL_HID_DEVICES[29] can be opened by FlyWithLua.

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


Better [Link] = 69abbd3c819ea36bd5b1c4cc7fa5ecfb (9 lines)
[Link] = 6c3ca0b5fc6e7e0866a282c004dd4764 (356 lines)
Toliss_vSpeed.lua = 192a960a5ab026fbca94f20c32ee731d (95 lines)
atmo_fix.lua = 68d1a73bb7ce0121ac4c9fe891a4827f (10 lines)
[Link] = 5e3d19ddfc8ae8c5538a77305497ca71 (7 lines)
tf_low_vis_lights [Link] = 48e9d879032af865785c4592db098e17 (23 lines)
vivid_water.lua = 4192e18397d9118da4d9aac0403d837d (30 lines)

*** All lines containing FlyWithLua and some other information from X-Plane's
[Link] ***
[000001] [Link] for X-Plane 12.2.1-r1-ab13dbf0 (build 122103 Intel 64-bit, Vulkan
937cabd93e77a60d6e3c7c402b8db273e06056cc)
[000002] Compiled on Jul 10 2025 12:48:09
[000003] X-Plane Started on Sat Aug 30 23:30:40 2025
[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 26100/2)
[000009] This is a 64-bit version of Windows.
[000010] CPU type: 12th Gen Intel Core i7-12700H - Speed: 2.4-2.8 GHz - Cores: 20
[000011] Microcode 0x414
[000012] Physical Memory (total for computer): 16911527936
[000013] Maximum Virtual Memory (for X-Plane only): 140737488224256
[000014]
[000015] X-System folder:'C:\Users/hakan/Desktop/X-Plane 12.00b2_Early_Access/X-
Plane 12.00b2_Early_Access/', case sensitive=0
[000016]
[000017] 0:00:00.000 D/TRN: Unable to determine default language. May need to
prompt the user to select.
[000018] 0:00:00.000 I/GFX/VK: Vulkan Layers: VK_LAYER_NV_optimus (1),
VK_LAYER_NV_present (1), VK_LAYER_VALVE_steam_overlay (1),
VK_LAYER_VALVE_steam_fossilize (1)
[000019] 0:00:00.000 I/GFX/VK:
[000020] Vulkan Device : NVIDIA GeForce RTX 3050 Ti Laptop GPU (16bf000000)
[000021] Vulkan Version : 1.4.303
[000022] Vulkan Driver : 576.40.0
[000023] Vulkan Extensions : VK_KHR_16bit_storage VK_KHR_8bit_storage
VK_KHR_acceleration_structure VK_KHR_bind_memory2 VK_KHR_buffer_device_address
VK_KHR_calibrated_timestamps VK_KHR_compute_shader_derivatives
VK_KHR_cooperative_matrix VK_KHR_copy_commands2 VK_KHR_create_renderpass2
VK_KHR_dedicated_allocation VK_KHR_deferred_host_operations
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_dynamic_rendering_local_read 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_fragment_shading_rate VK_KHR_get_memory_requirements2 VK_KHR_global_priority
VK_KHR_image_format_list VK_KHR_imageless_framebuffer VK_KHR_index_type_uint8
VK_KHR_line_rasterization VK_KHR_load_store_op_none VK_KHR_maintenance1
VK_KHR_maintenance2 VK_KHR_maintenance3 VK_KHR_maintenance4 VK_KHR_maintenance5
VK_KHR_maintenance6 VK_KHR_maintenance7 VK_KHR_map_memory2 VK_KHR_multiview
VK_KHR_pipeline_binary VK_KHR_pipeline_executable_properties
VK_KHR_pipeline_library VK_KHR_present_id VK_KHR_present_wait
VK_KHR_push_descriptor VK_KHR_ray_query VK_KHR_ray_tracing_maintenance1
VK_KHR_ray_tracing_pipeline VK_KHR_ray_tracing_position_fetch
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_expect_assume VK_KHR_shader_float16_int8 VK_KHR_shader_float_controls
VK_KHR_shader_float_controls2 VK_KHR_shader_integer_dot_product
VK_KHR_shader_maximal_reconvergence VK_KHR_shader_non_semantic_info
VK_KHR_shader_quad_control VK_KHR_shader_relaxed_extended_instruction
VK_KHR_shader_subgroup_extended_types VK_KHR_shader_subgroup_rotate
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_vertex_attribute_divisor VK_KHR_video_decode_av1 VK_KHR_video_decode_h264
VK_KHR_video_decode_h265 VK_KHR_video_decode_queue VK_KHR_video_encode_h264
VK_KHR_video_encode_h265 VK_KHR_video_encode_quantization_map
VK_KHR_video_encode_queue VK_KHR_video_maintenance1 VK_KHR_video_maintenance2
VK_KHR_video_queue 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_dynamic_state
VK_EXT_attachment_feedback_loop_layout VK_EXT_blend_operation_advanced
VK_EXT_border_color_swizzle VK_EXT_buffer_device_address
VK_EXT_calibrated_timestamps VK_EXT_color_write_enable VK_EXT_conditional_rendering
VK_EXT_conservative_rasterization VK_EXT_custom_border_color
VK_EXT_depth_bias_control VK_EXT_depth_clamp_control 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_device_generated_commands VK_EXT_discard_rectangles
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_fragment_shader_interlock
VK_EXT_full_screen_exclusive VK_EXT_global_priority VK_EXT_global_priority_query
VK_EXT_graphics_pipeline_library VK_EXT_hdr_metadata VK_EXT_host_image_copy
VK_EXT_host_query_reset VK_EXT_image_2d_view_of_3d VK_EXT_image_robustness
VK_EXT_image_sliced_view_of_3d VK_EXT_image_view_min_lod VK_EXT_index_type_uint8
VK_EXT_inline_uniform_block VK_EXT_legacy_vertex_attributes
VK_EXT_line_rasterization VK_EXT_load_store_op_none VK_EXT_memory_budget
VK_EXT_memory_priority VK_EXT_mesh_shader VK_EXT_multi_draw
VK_EXT_mutable_descriptor_type VK_EXT_nested_command_buffer
VK_EXT_non_seamless_cube_map VK_EXT_opacity_micromap
VK_EXT_pageable_device_local_memory VK_EXT_pci_bus_info
VK_EXT_pipeline_creation_cache_control VK_EXT_pipeline_creation_feedback
VK_EXT_pipeline_library_group_handles VK_EXT_pipeline_robustness
VK_EXT_post_depth_coverage VK_EXT_present_mode_fifo_latest_ready
VK_EXT_primitive_topology_list_restart VK_EXT_primitives_generated_query
VK_EXT_private_data VK_EXT_provoking_vertex VK_EXT_queue_family_foreign
VK_EXT_robustness2 VK_EXT_sample_locations VK_EXT_sampler_filter_minmax
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_object
VK_EXT_shader_replicated_composites VK_EXT_shader_subgroup_ballot
VK_EXT_shader_subgroup_vote VK_EXT_shader_viewport_index_layer
VK_EXT_subgroup_size_control VK_EXT_swapchain_maintenance1
VK_EXT_texel_buffer_alignment VK_EXT_tooling_info VK_EXT_transform_feedback
VK_EXT_vertex_attribute_divisor VK_EXT_vertex_attribute_robustness
VK_EXT_vertex_input_dynamic_state VK_EXT_ycbcr_2plane_444_formats
VK_EXT_ycbcr_image_arrays VK_NV_acquire_winrt_display VK_NV_clip_space_w_scaling
VK_NV_cluster_acceleration_structure VK_NV_compute_shader_derivatives
VK_NV_cooperative_matrix VK_NV_cooperative_matrix2 VK_NV_cooperative_vector
VK_NV_copy_memory_indirect VK_NV_corner_sampled_image VK_NV_coverage_reduction_mode
VK_NV_cuda_kernel_launch VK_NV_dedicated_allocation
VK_NV_dedicated_allocation_image_aliasing VK_NV_descriptor_pool_overallocation
VK_NV_device_diagnostic_checkpoints VK_NV_device_diagnostics_config
VK_NV_device_generated_commands VK_NV_device_generated_commands_compute
VK_NV_disk_cache_utils VK_NV_external_compute_queue VK_NV_external_memory
VK_NV_external_memory_win32 VK_NV_fill_rectangle VK_NV_fragment_coverage_to_color
VK_NV_fragment_shader_barycentric VK_NV_fragment_shading_rate_enums
VK_NV_framebuffer_mixed_samples VK_NV_geometry_shader_passthrough
VK_NV_inherited_viewport_scissor VK_NV_internal_nvpresent
VK_NV_linear_color_attachment VK_NV_low_latency VK_NV_low_latency2
VK_NV_memory_decompression VK_NV_mesh_shader VK_NV_optical_flow
VK_NV_partitioned_acceleration_structure VK_NV_present_metering
VK_NV_raw_access_chains VK_NV_ray_tracing VK_NV_ray_tracing_invocation_reorder
VK_NV_ray_tracing_motion_blur VK_NV_representative_fragment_test
VK_NV_sample_mask_override_coverage VK_NV_scissor_exclusive
VK_NV_shader_atomic_float16_vector VK_NV_shader_image_footprint
VK_NV_shader_sm_builtins VK_NV_shader_subgroup_partitioned VK_NV_shading_rate_image
VK_NV_viewport_array2 VK_NV_viewport_swizzle VK_NV_win32_keyed_mutex
VK_NVX_binary_import VK_NVX_image_view_handle VK_NVX_multiview_per_view_attributes
VK_AMD_buffer_marker VK_GOOGLE_hlsl_functionality1 VK_GOOGLE_user_type
[000024] Vulkan Instance Extensions: VK_KHR_device_group_creation VK_KHR_display
VK_KHR_external_fence_capabilities VK_KHR_external_memory_capabilities
VK_KHR_external_semaphore_capabilities VK_KHR_get_display_properties2
VK_KHR_get_physical_device_properties2 VK_KHR_get_surface_capabilities2
VK_KHR_surface VK_KHR_surface_protected_capabilities VK_KHR_win32_surface
VK_EXT_debug_report VK_EXT_debug_utils VK_EXT_direct_mode_display
VK_EXT_surface_maintenance1 VK_EXT_swapchain_colorspace
VK_NV_external_memory_capabilities VK_KHR_portability_enumeration
VK_LUNARG_direct_driver_loading
[000025] checkpoints : 0 aftermath : 0 descriptor buffers : 0
[000026] 0:00:00.000 I/GFX:
[000027] anisotropic_avail : 1 coarse_timer_avail : 1 precise_timer_avail : 1
tess_avail : 0 geom_avail : 0
[000028] viewport_arr : 1 layer_arr : 1 native_reverse_z : 1
has_reverse_z : 1
[000029] persistent map : 1 msaa shader write : 1 shader float16 : 0
shader int16 : 1
[000030] rebar_avail : 1 alpha_to_one_avail : 1
msaa_storage_image_avail: 1
[000031] sparse bindings : 0 sparse page size : 0
[000032] max iso filtering : 16
[000033] max samples : 3
[000034] max texture size : 32768 (hardware limit)
[000035] max tex units : 1048576
[000036]
[000037] This video card is bucketed as: Vulkan with async compute
[000038] 0:00:00.000 I/GFX/VK: Device Queues:
[000039] Queue 0: Generic, Presentation, (VK_QUEUE_GRAPHICS_BIT|
VK_QUEUE_COMPUTE_BIT|VK_QUEUE_TRANSFER_BIT|VK_QUEUE_SPARSE_BINDING_BIT)
[000040] Queue 1: Transfer, (VK_QUEUE_TRANSFER_BIT|VK_QUEUE_SPARSE_BINDING_BIT)
[000041] Queue 2: Async Compute, (VK_QUEUE_COMPUTE_BIT|VK_QUEUE_TRANSFER_BIT|
VK_QUEUE_SPARSE_BINDING_BIT)
[000042] Queue 3: (VK_QUEUE_TRANSFER_BIT|VK_QUEUE_SPARSE_BINDING_BIT|
VK_QUEUE_VIDEO_DECODE_BIT_KHR)
[000043] Queue 4: (VK_QUEUE_TRANSFER_BIT|VK_QUEUE_SPARSE_BINDING_BIT|
VK_QUEUE_VIDEO_ENCODE_BIT_KHR)
[000044] Queue 5: (VK_QUEUE_TRANSFER_BIT|VK_QUEUE_SPARSE_BINDING_BIT|
VK_QUEUE_OPTICAL_FLOW_BIT_NV)
[000045] 0:00:00.000 I/GFX/VK: Heap info (2 heaps)
[000046] Heap 0 - Flags: VK_MEMORY_HEAP_DEVICE_LOCAL_BIT, size: 3.87 gb
[000047] Heap 1 - Flags: VkMemoryHeapFlags(0), size: 7.88 gb
[000048] Memory type info (6 types)
[000049] Heap: 1, flags: VkMemoryPropertyFlags(0)
[000050] Heap: 0, flags: VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT
[000051] Heap: 0, flags: VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT
[000052] Heap: 1, flags: VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT|
VK_MEMORY_PROPERTY_HOST_COHERENT_BIT
[000053] Heap: 1, flags: VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT|
VK_MEMORY_PROPERTY_HOST_COHERENT_BIT|VK_MEMORY_PROPERTY_HOST_CACHED_BIT
[000054] Heap: 0, flags: VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT|
VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT|VK_MEMORY_PROPERTY_HOST_COHERENT_BIT
[000055] 0:00:00.000 I/GFX/VK:
[000056] Discovered Vulkan devices, in order of preference:
[000057] (0) NVIDIA GeForce RTX 3050 Ti Laptop GPU
[000058] Vulkan: 1.4.303, driver: 576.40.0
[000059] LUID: 16bf000000
[000060] Bridge distance: 0
[000061] Zink profile: VP_ZINK_gl46_baseline
[000062] This device is usable
[000063] (1) Intel(R) Iris(R) Xe Graphics
[000064] Vulkan: 1.3.231, driver: 101.3887.0
[000065] LUID: e8bb000000
[000066] Bridge distance: 18
[000067] Zink profile: VP_ZINK_gl46_baseline
[000068] This device is unusable because:
[000069] Your graphics drivers cannot support Vulkan X-Plane. X-
Plane requires at least Intel 101.5186
[000070]
[000071] 0:00:00.000 I/GFX/Bridge: OpenGL bridge device:
[000072] NVIDIA GeForce RTX 3050 Ti Laptop GPU/PCIe/SSE2
[000073] OpenGL: 4.6.0 NVIDIA 576.40
[000074] LUID: 16bf000000
[000075]
[000076] 0:00:00.000 I/GFX: Diagnostics : memory
[000077] Device memory : 3531289396
[000078] Host memory : 7764540314
[000079]
[000080]
[000081] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/depth_resolve_mapping.xsv with hash:
84cabb1da18ce8af418a66ad554e1bf8
[000082] 0:00:00.000 I/GFX: Loaded archive
Resources/shaders/bin/spv/depth_resolve.xsa with hash:
8835a0884947aa94186288cb80f9777e
[000083] 0:00:00.000 I/GFX/bridge:
[000084] OpenGL bridge device:
[000085] OpenGL Vendor : NVIDIA Corporation
[000086] OpenGL Render : NVIDIA GeForce RTX 3050 Ti Laptop GPU/PCIe/SSE2
(16bf000000)
[000087] OpenGL Version : 4.6.0 NVIDIA 576.40 (460/0)
[000088] OpenGL Extensions : GL_AMD_multi_draw_indirect
GL_AMD_seamless_cubemap_per_texture GL_AMD_vertex_shader_viewport_index
GL_AMD_vertex_shader_layer GL_ARB_arrays_of_arrays GL_ARB_base_instance
GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage
GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control
GL_ARB_color_buffer_float GL_ARB_compatibility
GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth
GL_ARB_compute_shader GL_ARB_compute_variable_group_size
GL_ARB_conditional_render_inverted GL_ARB_copy_buffer GL_ARB_copy_image
GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float
GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control
GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend
GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced
GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility
GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility
GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location
GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport
GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader
GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments
GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4
GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv
GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64
GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging
GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query
GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment
GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect
GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query
GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile
GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters
GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage
GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object
GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_locations
GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map
GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects
GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot
GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters
GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size
GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object
GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples
GL_ARB_shader_texture_lod GL_ARB_shading_language_100
GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack
GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow
GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_sparse_texture2
GL_ARB_sparse_texture_clamp GL_ARB_spirv_extensions GL_ARB_stencil_texturing
GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier
GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object
GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range
GL_ARB_texture_compression GL_ARB_texture_compression_bptc
GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map
GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine
GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3
GL_ARB_texture_filter_anisotropic GL_ARB_texture_filter_minmax GL_ARB_texture_float
GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge
GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample
GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels
GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg
GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage
GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view
GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3
GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query
GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra
GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding
GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader
GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev
GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float
GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr
GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color
GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax
GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader
GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2
GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord
GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample
GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled
GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4
GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays
GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query
GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels
GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp
GL_EXT_post_depth_coverage GL_EXT_provoking_vertex GL_EXT_raster_multisample
GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects
GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted
GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs
GL_EXT_sparse_texture2 GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D
GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1
GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc
GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp
GL_EXT_texture_env_combine GL_EXT_texture_env_dot3
GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax
GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias
GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shadow_lod
GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8
GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle
GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array
GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_window_rectangles
GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat
GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object
GL_EXT_memory_object_win32 GL_NV_memory_object_sparse GL_EXT_win32_keyed_mutex
GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior
GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_win32 GL_NV_timeline_semaphore
GL_KHR_shader_subgroup GL_KTX_buffer_region GL_NV_alpha_to_coverage_dither_control
GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count
GL_NV_bindless_texture GL_NV_blend_equation_advanced
GL_NV_blend_equation_advanced_coherent
GL_NVX_blend_equation_advanced_multi_draw_buffers GL_NV_blend_minmax_factor
GL_NV_blend_square GL_NV_clip_space_w_scaling GL_NV_command_list
GL_NV_compute_program5 GL_NV_compute_shader_derivatives GL_NV_conditional_render
GL_NV_conservative_raster GL_NV_conservative_raster_dilate
GL_NV_conservative_raster_pre_snap GL_NV_conservative_raster_pre_snap_triangles
GL_NV_conservative_raster_underestimation GL_NV_copy_depth_to_color
GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture
GL_NV_draw_vulkan_image GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility
GL_NV_explicit_multisample GL_NV_feature_query GL_NV_fence GL_NV_fill_rectangle
GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_coverage_to_color
GL_NV_fragment_program GL
[000089] CPU count : 20
[000090] 0:00:00.000 I/GFX/VK: Surface formats for surface:
[000091] 0:00:00.000 I/GFX/VK: VK_FORMAT_B8G8R8A8_UNORM
[000092] 0:00:00.000 I/GFX/VK: VK_FORMAT_B8G8R8A8_SRGB
[000093] 0:00:00.000 I/GFX/VK: VK_FORMAT_R8G8B8A8_UNORM
[000094] 0:00:00.000 I/GFX/VK: VK_FORMAT_R8G8B8A8_SRGB
[000095] 0:00:00.000 I/GFX/VK: VK_FORMAT_A2B10G10R10_UNORM_PACK32
[000096] 0:00:00.000 I/GFX/VK: Picked VK_FORMAT_B8G8R8A8_SRGB as the common window
surface format
[000097] 0:00:00.000 I/GFX/VK: Surface 0000018FC3A09170:
[000098] 0:00:00.000 I/GFX/VK: minImageCount 2:
[000099] 0:00:00.000 I/GFX/VK: maxImageCount 8:
[000142] Loaded: C:\Users/hakan/Desktop/X-Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/PluginAdmin/64/[Link]
([Link]).
[000143]
[000144] 2025-08-30 23:30:43 BetterPushback[xplane.c:802]: INFO: This is Better
Pushback (MOD) -v1.8.3 libacfutils-8b89501 - for X-Plane 11/12
[000145] 2025-08-30 23:30:43 BetterPushback[[Link]]: curl_easy_perform()
failed: SSL peer certificate or SSH remote key was not OK.. skipping
[000146] Loaded: C:\Users/hakan/Desktop/X-Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/BetterPushback/win_x64/[Link]
([Link]).
[000147]
[000148] FlyWithLua: Your system path is C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane 12.00b2_Early_Access/
[000149] FlyWithLua: System Dir: C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane 12.00b2_Early_Access/
[000150] FlyWithLua: Plugin Dir: C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane 12.00b2_Early_Access/Resources/plugins/FlyWithLua
[000151] FlyWithLua: Plugin Scripts Dir: C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts
[000152] FlyWithLua: Plugin Internals Dir: C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Internals/
[000153] FlyWithLua: Plugin Modules Dir: C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Modules/
[000154] FlyWithLua: Plugin Scripts Quarantine Dir: C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts (Quarantine)/
[000155] FlyWithLua: Plugin Version: 2.8.0 build Sep 7 2022 09:59:31
[000156] Loaded: C:\Users/hakan/Desktop/X-Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/64/[Link]
([Link]+).
[000157]
[000158]
[000159] XPR 23:30:43 plugin start 2.1.3Loaded: C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/XPRealistic/64/[Link]
([Link]).
[000160]
[000161] 2025-08-30 23:30:43 BetterPushback[[Link]]: curl_easy_perform()
failed: SSL peer certificate or SSH remote key was not OK.. skipping
[000162]
[000163] XPR 23:30:44 plugin enable0:00:00.000 D/HID: HID Bridge Running
[000164] 0:00:00.000 I/GFX: Loaded mapping
Resources/shaders/bin/tchotchke_mapping.xsv with hash:
bb1b2c9614ceccda9a77a492b11c27e0
[000165] 0:00:00.000 I/GFX: Loaded archive Resources/shaders/bin/spv/[Link]
with hash: 553fb6f6e0ddb77fd6aec15f656bf9ed
[000166] I found the following scenery packages (prioritized in this order):
[000167] 0 Custom Scenery/Aerosoft - LFMN Nice Cote d Azur X/
[000168] 1 Custom Scenery/X-Plane Airports - EGPR Barra/
[000169] 2 Custom Scenery/X-Plane Airports - KBTV Burlington/
[000170] 3 Custom Scenery/X-Plane Airports - KJRB Downtown Manhattan Heliport/
[000171] 4 Custom Scenery/X-Plane Airports - TFFJ St Barthelemy/
[000172] 5 Custom Scenery/X-Plane Airports - TNCS Juancho E Yrausquin/
[000233] 0:00:00.000 W/APT: WARNING: airport Hubbard (ID TA49) overrides code 25TX
but it has already been overridden by Chennault Airfield (ID XK00BR)
[000234] 0:00:00.000 W/APT: WARNING: airport Standard Field (ID 1M6) overrides code
5KY4 but it has already been overridden by Muhlenberg Co (ID M21)
[000235] 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)
[000236] 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)
[000237] 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)
[000238] 0:00:00.000 I/APT: Airport 'Outlaw Flyers' (ID XK009M, code 16XS)
overrides 'Propwash' (ID 16XS).
[000239] 0:00:00.000 I/APT: Airport 'Slack' (ID 9N6, code 18PA) overrides 'Echo'
(ID 18PA).
[000240] 0:00:00.000 I/APT: Airport 'Nest of Eagles' (ID 9WI7, code 1H9) overrides
'Ribble' (ID 1H9).
[000241] 0:00:00.000 I/APT: Airport 'Ickes' (ID XK006G, code 1PS0) overrides '[H]
Southern Adams County' (ID 1PS0).
[000242] 0:00:00.000 I/APT: Airport 'Pela 15' (ID XK007J, code 1TN1) overrides '[H]
Clayton' (ID 1TN1).
[000243] 0:00:00.000 I/APT: Airport 'Etna' (ID XK004V, code 2AR1) overrides 'Ozark
Aerodrome' (ID 2AR1).
[000244] 0:00:00.000 I/APT: Airport 'Flying Hare Field' (ID XK009C, code 34XS)
overrides 'Kenley Ranch' (ID 34XS).
[000245] 0:00:00.000 I/APT: Airport 'Philadelphia Gliderport' (ID 0PA0, code 3PA2)
overrides 'Neeb' (ID 3PA2).
[000246] 0:00:00.000 I/APT: Airport 'Clark' (ID 3TX6, code 3T6) overrides 'Gum
Island' (ID 3T6).
[000365] 0:00:00.000 D/HID: Hardware ADDED(1234, bead) - vJoy - Virtual Joystick at
path \\?\hid#hidclass#1&2d595ca7&1&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
[000366] 0:00:00.000 I/JOY: REGISTER Joystick device: vJoy - Virtual Joystick -
VID:4660PID:48813, this is a familiar device.
[000367] 0:00:00.000 D/HID: BUTTON Added Index: 0 (HID_Page_Button/01) for
handle: 0000018F888E98D0
[000368] 0:00:00.000 D/HID: BUTTON Added Index: 1 (HID_Page_Button/02) for
handle: 0000018F888E98D0
[000369] 0:00:00.000 D/HID: BUTTON Added Index: 2 (HID_Page_Button/03) for
handle: 0000018F888E98D0
[000370] 0:00:00.000 D/HID: BUTTON Added Index: 3 (HID_Page_Button/04) for
handle: 0000018F888E98D0
[000371] 0:00:00.000 D/HID: BUTTON Added Index: 4 (HID_Page_Button/05) for
handle: 0000018F888E98D0
[000372] 0:00:00.000 D/HID: BUTTON Added Index: 5 (HID_Page_Button/06) for
handle: 0000018F888E98D0
[000373] 0:00:00.000 D/HID: BUTTON Added Index: 6 (HID_Page_Button/07) for
handle: 0000018F888E98D0
[000374] 0:00:00.000 D/HID: BUTTON Added Index: 7 (HID_Page_Button/08) for
handle: 0000018F888E98D0
[000375] 0:00:00.000 D/HID: AXIS Added Index: 0
(HID_Page_GenericDesktop/HID_Usage_GD_X) for handle: 0000018F888E98D0. Min/Max 0 -
32767
[000376] 0:00:00.000 D/HID: AXIS Added Index: 1
(HID_Page_GenericDesktop/HID_Usage_GD_Y) for handle: 0000018F888E98D0. Min/Max 0 -
32767
[000377] 0:00:00.000 D/HID: AXIS Added Index: 2
(HID_Page_GenericDesktop/HID_Usage_GD_Z) for handle: 0000018F888E98D0. Min/Max 0 -
32767
[000378] 0:00:00.000 D/HID: AXIS Added Index: 3
(HID_Page_GenericDesktop/HID_Usage_GD_Rx) for handle: 0000018F888E98D0. Min/Max 0 -
32767
[000379] 0:00:00.000 D/HID: AXIS Added Index: 4
(HID_Page_GenericDesktop/HID_Usage_GD_Ry) for handle: 0000018F888E98D0. Min/Max 0 -
32767
[000380] 0:00:00.000 D/HID: AXIS Added Index: 5
(HID_Page_GenericDesktop/HID_Usage_GD_Rz) for handle: 0000018F888E98D0. Min/Max 0 -
32767
[000381] 0:00:00.000 D/HID: AXIS Added Index: 6
(HID_Page_GenericDesktop/HID_Usage_GD_Slider) for handle: 0000018F888E98D0. Min/Max
0 - 32767
[000382] 0:00:00.000 D/HID: AXIS Added Index: 7
(HID_Page_GenericDesktop/HID_Usage_GD_Dial) for handle: 0000018F888E98D0. Min/Max 0
- 32767
[000383] 0:00:00.000 D/HID: END HARDWARE
[000384] 0:00:00.000 E/JOY: UNCALIBRATED AXIS DETECTED: vJoy - Virtual Joystick
(VID:4660PID:48813) Axis #0, assigned to joy_use_none, has an expected min/max
range of [0.000000, 32767.000000], but is calibrated for [9900000256.000000, -
9900000256.000000]. You should recalibrate the device in the Settings menu.
[000385] 0:00:00.000 E/JOY: UNCALIBRATED AXIS DETECTED: vJoy - Virtual Joystick
(VID:4660PID:48813) Axis #1, assigned to joy_use_none, has an expected min/max
range of [0.000000, 32767.000000], but is calibrated for [9900000256.000000, -
9900000256.000000]. You should recalibrate the device in the Settings menu.
[000386] 0:00:00.000 E/JOY: UNCALIBRATED AXIS DETECTED: vJoy - Virtual Joystick
(VID:4660PID:48813) Axis #2, assigned to joy_use_none, has an expected min/max
range of [0.000000, 32767.000000], but is calibrated for [9900000256.000000, -
9900000256.000000]. You should recalibrate the device in the Settings menu.
[000387] 0:00:00.000 E/JOY: UNCALIBRATED AXIS DETECTED: vJoy - Virtual Joystick
(VID:4660PID:48813) Axis #3, assigned to joy_use_none, has an expected min/max
range of [0.000000, 32767.000000], but is calibrated for [9900000256.000000, -
9900000256.000000]. You should recalibrate the device in the Settings menu.
[000388] 0:00:00.000 E/JOY: UNCALIBRATED AXIS DETECTED: vJoy - Virtual Joystick
(VID:4660PID:48813) Axis #4, assigned to joy_use_none, has an expected min/max
range of [0.000000, 32767.000000], but is calibrated for [9900000256.000000, -
9900000256.000000]. You should recalibrate the device in the Settings menu.
[000389] 0:00:00.000 E/JOY: UNCALIBRATED AXIS DETECTED: vJoy - Virtual Joystick
(VID:4660PID:48813) Axis #5, assigned to joy_use_none, has an expected min/max
range of [0.000000, 32767.000000], but is calibrated for [9900000256.000000, -
9900000256.000000]. You should recalibrate the device in the Settings menu.
[000390] 0:00:00.000 E/JOY: UNCALIBRATED AXIS DETECTED: vJoy - Virtual Joystick
(VID:4660PID:48813) Axis #6, assigned to joy_use_none, has an expected min/max
range of [0.000000, 32767.000000], but is calibrated for [9900000256.000000, -
9900000256.000000]. You should recalibrate the device in the Settings menu.
[000391] 0:00:00.000 E/JOY: UNCALIBRATED AXIS DETECTED: vJoy - Virtual Joystick
(VID:4660PID:48813) Axis #7, assigned to joy_use_none, has an expected min/max
range of [0.000000, 32767.000000], but is calibrated for [9900000256.000000, -
9900000256.000000]. You should recalibrate the device in the Settings menu.
[000392] 0:00:00.000 D/STM: Transitioning from state state_InitialLoading to
state_QuickFlightWizard
[000393] 0:00:00.000 I/ACF: Loading airplane number 20 with Aircraft/Laminar
Research/Beechcraft King Air C90B/[Link]
[000394] [BetterPushback-v1.8.3]: Dataref
'sim/cockpit2/controls/parking_brake_ratio' has been replaced. Please use the new
name.
[000395] 2025-08-30 23:30:56 BetterPushback[bp.c:1192]: WARN: Aircraft not on the
ground.
[000396] 0:00:00.000 I/WIN: Showing subscreen Main Menu
[000397] 0:00:00.000 I/OVR: User is entering the holodeck.
[000398] 0:00:00.000 I/WIN: Opened window Primary V11 UI
[000399] 0:00:00.000 I/WXR: wxr cache: (window 0000018FC325CEF0) 960 x 504
[000400] 0:00:00.187 I/TEX: Target scale moved to 0.250000. Texture usage is 31.51
kb out of 2.41 gb available. Memory headroom is 2.47 gb
[000401] 0:00:00.254 I/TEX: Target scale moved to 0.500000. Texture usage is 31.51
kb out of 2.38 gb available. Memory headroom is 2.44 gb
[000402] 0:00:00.297 I/TEX: Target scale moved to 1.000000. Texture usage is 31.51
kb out of 2.32 gb available. Memory headroom is 2.38 gb
[000542] 0:00:35.468 I/ACF: Loading airplane number 0 with Aircraft/Laminar
Research/Beechcraft King Air C90B/[Link]
[000543] 2025-08-30 23:31:38 BetterPushback[bp.c:1192]: WARN: Aircraft not on the
ground.
[000544] Fetching plugins for C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane 12.00b2_Early_Access/Aircraft/Laminar
Research/Beechcraft King Air C90B/plugins
[000545]
[000546] 0:00:00.000 I/LUA: Running scripts/C90_gpws/C90_gpws.lua
[000547] [xlua/win_x64/[Link]]: Dataref
'sim/flightmodel2/controls/flap_handle_deploy_ratio' has been replaced. Please use
the new name.
[000548] 0:00:35.468 I/LUA: Running scripts/C90_sound/C90_sound.lua
[000549] 0:00:35.468 I/LUA: Running scripts/C90_sys/C90_sys.lua
[000550] 0:00:35.468 I/LUA: scripts/C90_sys/C90_sys.lua
[000551] 0:00:35.468 I/LUA: Aircraft scripts will be fully reloaded when flight
details change.
[000552] Loaded: C:\Users/hakan/Desktop/X-Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Aircraft/Laminar Research/Beechcraft King Air
C90B/plugins/xlua/win_x64/[Link] ([Link].1.3.0r1).
[000553]
[000554] 0:00:35.468 D/OBJ: CPU Geometry: 8347 (26.69%) 37590 (31.23%)
"Aircraft/Laminar Research/Beechcraft King Air C90B/C90B_cockpit.obj"
[000555] 0:00:35.468 I/FMOD: Master bank Aircraft/Laminar Research/Beechcraft King
Air C90B/fmod/ Sample rate: 48000 speaker mode: 7 (8 speakers)
[000556] 0:00:35.468 I/SND: This aircraft is using FMOD in FULL mode.
[000557] 0:00:35.468 I/FLT: Init dat_p0 type:loc_tak apt:LTBA rwy:05
[000558] 0:00:35.468 I/SCN: DSF load time: 2295 for file Global Scenery/Global
Airports/Earth nav data/+40+020/+41+[Link] (0 tris, 0 skipped for 0.0 m^2)
[000559] 0:00:35.468 I/SCN: DSF load time: 7550 for file Global Scenery/Global
Airports/Earth nav data/+30+020/+39+[Link] (0 tris, 0 skipped for 0.0 m^2)
[000560] 0:00:35.468 I/SCN: DSF load time: 8670 for file Global Scenery/Global
Airports/Earth nav data/+40+020/+41+[Link] (0 tris, 0 skipped for 0.0 m^2)
[000561] 0:00:35.468 I/SCN: DSF load time: 1610951 for file Global Scenery/X-Plane
12 Global Scenery/Earth nav data/+40+020/+41+[Link] (101683 tris, 9 skipped for -
24.5 m^2)
[000708] FlyWithLua: User switched to a new airport (or changed the plane). Script
files have to be reloaded.
[000709] FlyWithLua: Found fwl_prefs.ini in the FlyWithLua plugin path and it is
[000710] ./Resources/plugins/FlyWithLua/fwl_prefs.ini
[000711] FlyWithLua Info: Lua engine (re)started. LUA_RUN =1, SDK_VERSION = 412,
XPLANE_VERSION = 12210, XPLANE_LANGUAGE = English and XPLANE_HOSTID = 1
[000712] FlyWithLua Info: HID access initialized.
[000713] FlyWithLua Info: [Link] full path
[000714] C:\Users/hakan/Desktop/X-Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Internals/[Link]
[000715] FlyWithLua Info: Discovered 29 HID devices.
[000716] FlyWithLua Info: Initial assignments successfully saved.
[000717] FlyWithLua Info: Load ini file.
[000718] FlyWithLua Info: Searching for Lua script files
[000719] FlyWithLua Info: Sorting Lua script files
[000720] FlyWithLua Info: Start loading script file C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts/Better [Link]
[000721] FlyWithLua Info: Finished loading script file C:\Users/hakan/Desktop/X-
Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts/Better [Link]
[000722] FlyWithLua Info: Start loading script file C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts/[Link]
[000723] FlyWithLua Info: Finished loading script file C:\Users/hakan/Desktop/X-
Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts/[Link]
[000724] FlyWithLua Info: Start loading script file C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts/Toliss_vSpeed.lua
[000725] FlyWithLua Info: Finished loading script file C:\Users/hakan/Desktop/X-
Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts/Toliss_vSpeed.lua
[000726] FlyWithLua Info: Start loading script file C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts/atmo_fix.lua
[000727] FlyWithLua Info: Finished loading script file C:\Users/hakan/Desktop/X-
Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts/atmo_fix.lua
[000728] FlyWithLua Info: Start loading script file C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts/[Link]
[000729] FlyWithLua Info: Finished loading script file C:\Users/hakan/Desktop/X-
Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts/[Link]
[000730] FlyWithLua Info: Start loading script file C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts/tf_low_vis_lights
[Link]
[000731] FlyWithLua Info: Finished loading script file C:\Users/hakan/Desktop/X-
Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts/tf_low_vis_lights
[Link]
[000732] FlyWithLua Info: Start loading script file C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts/vivid_water.lua
[000733] FlyWithLua Info: Finished loading script file C:\Users/hakan/Desktop/X-
Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts/vivid_water.lua
[000734] FlyWithLua Info: All script files loaded successfully.
[000735] FlyWithLua Info: Loading time for all scripts is 0.024 sec.
[000736]
[000737] XPR 23:32:41 airport loaded0:00:35.468 I/LUA:
scripts/C90_gpws/C90_gpws.lua
[000738] 0:00:35.468 I/LUA: [GPWS] Init: Total messages 29
[000739] 0:00:35.468 I/OVR: Reading VR conf file: Aircraft/Laminar
Research/Beechcraft King Air C90B/C90B_vrconfig.txt
[000740] 0:00:35.468 D/STM: Transitioning from state state_NormalLoading to
state_Normal
[000741] 0:00:35.468 D/FCG: MTBF set to 5000.0 hours
[000742] 0:00:35.468 I/OVR: User is leaving the holodeck.
[000743] 0:01:44.227 I/TEX: Pre-warming paging cache 0000018FE0009360
[000744] 0:01:44.227 I/TEX: Target scale moved to 1.000000. Texture usage is 14.90
mb out of 1.24 gb available. Memory headroom is 1.26 gb
[000746] FlyWithLua Info: Searching for Lua quarantined script files
[000747] FlyWithLua Error: The DataRef
"sim/private/controls/atmo/inscatter_gain_raleigh" does not exist.
[000748] FlyWithLua Error: The DataRef "sim/private/controls/water/fft_amp1" does
not exist.
[000749] FlyWithLua Error: The DataRef "sim/private/controls/water/fft_amp2" does
not exist.
[000750] FlyWithLua Error: The DataRef "sim/private/controls/water/fft_amp3" does
not exist.
[000751] FlyWithLua Error: The DataRef "sim/private/controls/water/fft_amp4" does
not exist.
[000752] FlyWithLua Error: The DataRef "sim/private/controls/water/fft_scale1" does
not exist.
[000753] FlyWithLua Error: The DataRef "sim/private/controls/water/fft_scale2" does
not exist.
[000754] FlyWithLua Error: The DataRef "sim/private/controls/water/fft_scale3" does
not exist.
[000755] FlyWithLua Error: The DataRef "sim/private/controls/water/fft_scale4" does
not exist.
[000756] FlyWithLua Error: The DataRef "sim/private/controls/water/noise_speed"
does not exist.
[000757] FlyWithLua Error: The DataRef
"sim/private/controls/water/noise_bias_gen_x" does not exist.
[000758] FlyWithLua Error: The DataRef
"sim/private/controls/water/noise_bias_gen_y" does not exist.
[000759] FlyWithLua Debug Info: Sorry, no debug Info on stack.
[000760] FlyWithLua Debug Info From Plugin: SystemPath "C:\Users/hakan/Desktop/X-
Plane 12.00b2_Early_Access/X-Plane 12.00b2_Early_Access/"
[000761] FlyWithLua Debug Info: Debug file written to "C:\Users/hakan/Desktop/X-
Plane 12.00b2_Early_Access/X-Plane 12.00b2_Early_Access/FlyWithLua_Debug.txt"
[000762] FlyWithLua Debug Info: Plugin Main directory = C:\Users/hakan/Desktop/X-
Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua
[000763] FlyWithLua Debug Info: Script directory = C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Scripts/
[000764] FlyWithLua Debug Info: Internals directory = C:\Users/hakan/Desktop/X-
Plane 12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Internals/
[000765] FlyWithLua Debug Info: Modules directory = C:\Users/hakan/Desktop/X-Plane
12.00b2_Early_Access/X-Plane
12.00b2_Early_Access/Resources/plugins/FlyWithLua/Modules/
[000766] 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