Jump to content
The simFlight Network Forums

hotbso

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by hotbso

  1. Thanks. LvarScanDelay was not present in the file and added it with a value of 50 as instructed. I will report back if it ever happens again. Holger
  2. My LVAR assignments worked 99% of the time and by chance I received an error that looks like a timing issue: FSUIPC7.ini [LvarOffsets.Fenix] 1=L:S_FCU_EFIS1_FD=UB0xA000 2=L:S_FCU_EFIS2_FD=UB0xA001 3=L:S_FC_THR_INST_DISCONNECT1=UB0xA002 4=L:S_FC_CAPT_TILLER_PEDAL_DISCONNECT=UB0xA003 [Keys.Fenix] 8=N123,8,x0100A001,x01,x0100A001,x00 -{F12: Press=offset byte set, offset A001, Release=offset byte set, offset A001 }- 11=N122,8,x0100A000,x01,x0100A000,x00 -{F11: Press=offset byte set, offset A000, Release=offset byte set, offset A000 }- 12=121,8,L1:R,0 -{F10: Press=Lua rmp_iface }- [Buttons.Fenix] 2=PA,0,Cx0100A002,x01 -{offset byte set, offset A002}- 3=UA,0,Cx0100A002,x00 -{offset byte set, offset A002}- 4=PB,0,Cx0100A003,x01 -{offset byte set, offset A003}- 5=UB,0,Cx0100A003,x00 -{offset byte set, offset A003}- Log File: 52125 -------------------- Starting everything now ---------------------- 172125 G:\MSFS\Community\fnx-aircraft-320\SimObjects\Airplanes\fnx320\aircraft.CFG 172141 Sim stopped: average frame rate for last 127 secs = 33.0 fps 172141 Max AI traffic was 0 aircraft 172141 ------------------------------------------------------------------- 172172 Starting WAPI... 172172 [INFO]: **** Starting FSUIPC7 WASM Interface (WAPI) version 0.5.10 (WASM version 0.5.9) 172172 [INFO]: Connected to MSFS 173516 Maximum number of custom events available is 1024 (defined by ini parameter MaxNumberOfCustomEvents) 173531 Aircraft="FenixA320_DLHDAIZI" 173563 [INFO]: SimConnect_Close done 177734 C:\Users\holger\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalState\MISSIONS\Custom\CustomFlight\CustomFlight.FLT 183203 Starting WAPI... 183203 [INFO]: **** Starting FSUIPC7 WASM Interface (WAPI) version 0.5.10 (WASM version 0.5.9) 183203 [INFO]: Connected to MSFS 187391 #### ERROR: No SimConnect data seen for more than set stall time - will attempt to reconnect... 187391 **** SimConnect Data Stalled! Re-connecting now ... **** 187641 SimConnect_Open succeeded 187641 Running in "KittyHawk", Version: 11.0.282174.999 (SimConnect: 11.0.62651.3) 187641 MSFS version = 11.0.282174.999 187641 Initialising SimConnect data requests now 187641 Maximum number of custom events available is 1024 (defined by ini parameter MaxNumberOfCustomEvents) 187656 User Aircraft ID 1 supplied, now being used 187656 SimObjects\Airplanes\fnx320\aircraft.CFG 187672 User Aircraft ID 1 supplied, now being used 188375 System time = 29/06/2022 18:58:52, Simulator time = 18:58:42 (16:58Z) 188609 **** Lvar 'S_FCU_EFIS1_FD' not found: cannot add to offset 0xA000 188609 **** Lvar 'S_FCU_EFIS2_FD' not found: cannot add to offset 0xA001 188609 **** Lvar 'S_FC_THR_INST_DISCONNECT1' not found: cannot add to offset 0xA002 188609 **** Lvar 'S_FC_CAPT_TILLER_PEDAL_DISCONNECT' not found: cannot add to offset 0xA003 188625 Lvars/Hvars received - checking aircraft autos.... 2184703 Sim stopped: average frame rate for last 1997 secs = 32.9 fps From the time stamps it looks like LVARs were received a few milliseconds after the INI file was parsed.
  3. Hi, the key is already expired (15. July).
  4. The "Path" variable seems to acquire an addition "Sound\" component per invocation of the sim. [Sounds] Path=Sound\Sound\Sound\
  5. After upgrade to 6.0.6 all my lua scripts no longer run. Neither automatic startup or bound to a button/key. No log file, just no trace.
  6. 6.0.5 Autosave is obviously broken. FSUIPC initializes the "Next" pointer to 1 at each sim session. [AutoSave] Interval=300 Files=20 SaveOnGround=Yes AutoSaveEnabled=Yes After stopping p3d: "Next" is not pointing to the oldest entry [AutoSaveFilesV4] Next=3 1=Tue 104030 2=Tue 104530 3=Tue 103256 4=Mon 205430 5=Mon 191939 6=Mon 192439 7=Mon 192938 8=Mon 193438 9=Mon 193937 10=Mon 194437 11=Mon 194937 12=Mon 195436 13=Mon 195936 14=Mon 200435 15=Mon 200935 16=Mon 201434 17=Mon 201934 18=Mon 202433 19=Mon 202933 20=Mon 203432 After new startup: [AutoSaveFilesV4] Next=1 1=Tue 104030 2=Tue 104530 3=Tue 103256 4=Mon 205430 5=Mon 191939 6=Mon 192439 7=Mon 192938 8=Mon 193438 9=Mon 193937 10=Mon 194437 11=Mon 194937 12=Mon 195436 13=Mon 195936 14=Mon 200435 15=Mon 200935 16=Mon 201434 17=Mon 201934 18=Mon 202433 19=Mon 202933 20=Mon 203432 The p3d V5 also support an initialize per session: [AutoSaveFilesV5] Next=4 1=Mon 155146 2=Mon 155645 3=Mon 160145 4=Mon 115746 5=Mon 120245 6=Mon 120745 7=Mon 121244 8=Mon 121744
  7. Yes, confirmed. Thanks for the rapid fix.
  8. Hi, while lua files are only recognized in the Add -ons\FSUIPC6 folder called modules via require require("rwdb") are only searched in the prepar3d\modules folder. ********* LUA: "landing_rate" Log [from FSUIPC version 6.0] ********* 102625 System time = 15/04/2020 20:45:21, Simulator time = 12:04:29 (10:04Z) 102625 LUA: beginning "C:\Users\holger\Documents\Prepar3D v5 Add-ons\FSUIPC6\landing_rate.lua" 102625 *** LUA Error: ...cuments\Prepar3D v5 Add-ons\FSUIPC6\landing_rate.lua:33: module 'rwdb' not found: no field package.preload['rwdb']rwdb no file 'E:\prepar3d\p3dv5\modules\rwdb.lua' no file 'E:\prepar3d\p3dv5\modules\rwdb\init.lua' no file 'E:\prepar3d\p3dv5\modules\lua\rwdb.lua' no file 'E:\prepar3d\p3dv5\modules\lua\rwdb\init.lua' no file 'C:\Program Files (x86)\Lua\5.1\lua\rwdb.luac' no file 'E:\prepar3d\p3dv5\modules\lua\rwdb.dll' no file 'E:\prepar3d\p3dv5\modules\lua\loadall.dll' 102625 >>> Thread forced exit (ipc.exit or os.exit) <<< BTW the documentation still only mentions the Modules folder for all lua scripts.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.