Jump to content
The simFlight Network Forums

kaha

Members
  • Posts

    203
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kaha

  1. I just saw the folder names in the search for E: and F: got truncated. Here's a better version. Screenshots.zip
  2. John, there is no FSUIPC_WASM.log file for MSFS2024. I only could find log files for 2020. Attached are 3 screenshots of a file search for the log file on C:, E: and F: MSFS2020 is on F:, MSFS2024 is on E: Also attached is the FSUIPC_WASM.ini file for 2024 as I changed it to log level DEBUG. THis file is in folder E:\MSFS2024\Community\fsuipc-lvar-module I changed the value for DetectToConnectDelayAut, thank you for the hint. FSUIPC_WASM_ini.zip Screenshots.zip
  3. Since today my Lua scripts I have in the [AUTO] section of the .ini file don't run in MSFS2024. In MSFS2020 it works. I have one single FSUIPC installation for both sims. Attached is the .ini file and both logs (2020 and 2024). What can possibly cause this? I think MSFS2024 must be the cause because I didn't change anything in FSUIPC and it worked in 2024 this morning but not this afternoon. Karl FSUIPC7.zip
  4. Unfortunately this doesn't work out. It depends if the ATC Type in the aircraft.cfg file has been set correctly. Just 3 examples: AH's Cessna 170: "C170BT" Miltech's Chinook: "$$:Helicopter" Microsoft's Bell 47J: "Bell"
  5. Thank you, I'll try that.
  6. Maybe I missed something in the documentation? Karl
  7. John, you're of course right. For my peripherals I use FSUIPC exclusively. I cleared all my MSFS profiles (except keyboard and mouse) but somehow MSFS 2024 managed to come up with a standard profile for the flaps. Works now. Thank you, Karl
  8. Ok, I'll check. Thank you. Karl
  9. Here we are. For this test I used the same FSUIPC installation as I use for MSFS 2020, Karl FSUIPC751.zip
  10. I use the binding in the screenshot. This works in 2020, but in 2024 it extends and retracts the flaps completely. Anyone also sees this? Tested with empty Community folder and with 2024-native aircraft as well as with 3rd party aircraft. Not sure what I'm doing wrong here. Karl
  11. I need different lua scripts and most likely different bindings for 2024. How can I do a 2nd FSUIPC installation for MSFS 2024? I don't want to change my 2020 setup. Karl
  12. If you really want to read a button state you can do it like this: Button_C_Mask = ipc.buttons("C") if logic.And(Button_C_Mask, 0x8000000) == 0x8000000 then Karl
  13. Thank you, John!
  14. DetectToConnectDelayAuto=30 did it. Thank you, Karl
  15. Thank you John, I will do as you advised. Anyway, I did not make changes to my ini file lately, so I'm wondering why this stats to happen now. Karl
  16. In the log between the two lines Simulator detected Trying to connect... there is a long gap. Please see the attached log file. Karl FSUIPC7.zip
  17. I have the Cockspur A22, battery and alternator switches are not working with standard assignments. But it has input events for it, named "ELECTRICAL_Battery_1" and "ELECTRICAL_Alternator_1". Maybe the C510 also has it?
  18. Well, the error description is spot on. ipc is a table and "execCalcCode" is a field in this table.. Look at this, both syntaxes are valid: ipc.execCalcCode("1 (>K:SET_STARTER1_HELD)") ipc["execCalcCode"]("1 (>K:SET_STARTER1_HELD)") The error message tells you that there is no table entry with key "CalcCode" (there is no field named "CalcCode") in table ipc. Karl
  19. It's ipc.execCalcCode(...)
  20. Thank you John. It's not causing any issues but is there each time I fly the Bell 47J.
  21. I got a line Exception 20 "DATA_ERROR", Ref 19906, Index param 1 on write SetData for "AILERON TRIM PCT" in my log file. Something to worry? Karl FSUIPC7.zip
×
×
  • 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.