Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    13,463
  • Joined

  • Last visited

  • Days Won

    279

Everything posted by John Dowson

  1. That should be possible (i.e. to add them to offsets). This will be for FSUIPC6 and FSUIPC7. I have a few issues I need to sort out first (Windows 11, SU6 update for MSFS, etc), so will take a while before I can look into this. I will let you know, but hopefully I'll get time towards the end of the week (Thursday or Friday), and if not, then next week. John
  2. Ok, thanks for the update.
  3. No, nothing there thar looks useful. Did you try the Avionics Master 1/2 Set controls? Maybe worth a try. And I presume that you are giving the correct argument (0 for off, 1 for on) with the ....Set controls... You could try writing to the offsets (0x2E80 or 0x3103), but I think these use the Avionics Master Set control, so if that isn't working, I doubt very much if updating the offset will work either. Sorry, but I think you need to contact support for the a/c in question - is it from SimWorksStudios? Under 'known issues', it does say 'As the aircraft uses default simulator functions for its electrical systems, we are currently limited by its capabilities', which suggests that it is using the default avionics supplied by MSFS, which is working - at least in many other aircraft (although I haven't checked this since the latest SU6 update, but I presume still woeking...). Sorry I can't be of more help. John
  4. If the standard controls don't work, and you can't see any events logged when you toggle the avionics in the UI, then try listing the available lvars to see if any are appropriate. Use the Add-ons -> WASM -> List Lvars menu option. If there are no lvars, you could try looking for hvars, but that is quite complex and involves inspecting the aircraft code using the dec mode facilities. Unfortunately I do not have this add-on and so cannot look into this for you. John
  5. Ok, thanks. Let me know how it goes and send me the logs when you have issues. Thanks, John
  6. Hi Paul, Ok, I'll take a look, but tomorrow. I have a suspicion that this is due to the config data being the same, therefore the config data client area update isn't triggering the callback in the client. If that's the case, should be easy to fix....but I wonder why this issue hasn't arisen before. Anyway, I'll take a look, hopefully tomorrow, and get back to you. John
  7. There seem to be two issues here: 1. the lua thread crashing 2. the crashed thread hanging FSUIPC I will look into item 2, however it would be good to know why the lua thread is crashing and try to prevent this. Could you activate lua debug logging, and produce a log file where you get the lua crash. It could be quite large, so you may need to zip it up. It is most probably an issue with the com library that is causing the issue. You could register and use an event.terminate function to explicitly close the com connection, which may help. See the lua library document for details. I notice that your script is also using the ipc.display function. Are you having any success with this? The simconnect API function that this relies on (SimConnect_Text) has been partially broken since the initial release of MSFS, and it was completely broken in the SU5 update and is still documented as 'not currently available for use' in the latest SU6 update. Due to this, we recommend switching to using the lua wnd library instead. However, I don't think this jas anything to do with the crash you are experiencing. John
  8. What do you mean by this? FSUIPC does not scan scenery files to extract gate and parking positions. However, these can be extracted from the files produced by the MakeRunways program - see the Useful additional programs section. For gate information assigned to AI aircraft, this should be available in the TCAS DATA2 offset area at 0xD040. However, this offset area has not yet been checked/verified and may not be available, best to check. John
  9. If FSUIPC7 is auto-started, that option is enabled by default and cannot be disabled. Are you starting FSUIPC7 manually then? For other users that reported this issue, FSUIPC7 keeps running but cannot be used as its continually trying to re-connect. Can you show me your FSUIPC7.log file please. John
  10. Well, still not available to me. I've joined the Insider program to get access and was planning to update this weekend. It doesn't "die". It exits as the periodic check, which runs every 500ms, cannot fin MSFS, so it thinks MSFS has closed/crashed and so exits. This is due to a standard windows call not being able to find the MSFS main window. I have no idea why this is failing. Some folks have had success with re-installing the VC++ combined redistributables for 2015, 2017 & 2019. Others say that this has improved things but till have issues. If you haven't re-installed (uninstall first) those, please try that. Well, many people use FSUIPC, and Pilot2ATC, without these issues. If you have such issues, you should raise a support request. Have patience and wait until I have upgraded and see if I can reproduce the issue. John
  11. Not exactly, but I'm sure they are available for the radio panels. lvaes are simulatoe 'local variables', and hvars 'html variables'. They give further information and allow for more advanced controls than the standard controls/events or standard simvars (those held in FSUIPC offsets). lvars are also available in FSX/P3D, but mainly used for more advanced functionality not available via other means (and more reliable than mouse-macros). hvars are new to MSFS2020, and are variables for UI elements that you can 'activate', which replaces mouse-macro functionality available in previous versions of FSUIPC. Please see the Advanced user guide on how to use lvars/hvars with FSUIPC. Note that the FSUIPC only explains how to access/use these type of simulator variables, for general information on what they are, try the Asobo/P3D forums or google. But if you don't know what they are and don't use them, you don't need the FSUIPC WASM module (or anything else) in your Community folder to use FSUIPC. John
  12. Please try with the trial license available here: As with all versions of FSUIPC, it just calls the simconnect API functions to load/save a flight. In addition, as with other versions of FSUIPC, it can also save and reload the FSUIPC offset data, which can be useful for some aircraft. There have been various issues with the simconnect load/save flight functions - I think these are now fully functional but haven't checked since the latest SU6 update. Best to just use the trial license and try for yourself - and please report back. Cheers, John
  13. Glad its working - and thanks very much for your kind words. John
  14. Did you install the MobiFlight WASM module? I thought the FBW custom events were handled by the FBW A320 itself, but if they are not working you may need the MF WASM module installed. Maybe check/ask on the FBW discord channel. You certainly need the MF WASM module to use the MF presets (see https://hubhop.mobiflight.com/#/list), so maybe install that anyway if you want to use the custom events. Also, are you using the FBW dev version? Not sure what presets are available in the stable. John
  15. Yes, it will work, but you will have no access to lvars or hvars. The FSUIPC WASM module, that can be optionally installed into the Community folder, provides access to these. If you dont use lvars or hvars, you don't need to install it. John
  16. Hmm, thats strange...but glad its now working. John
  17. Hi Martin, I'm not sure... I know the FBW A320 has its own throttle config and calibration (through the flypad, and/or via a ThrottleConfiguration.ini file, although I haven't looked at this for quite a while. I am away tomorrow and back at work on Monday, so I'll take a look at this next week and get back to you. In the mean time, maybe/hopefully some other Warthog owners / FBW flyers can assist... John
  18. Could you also show me the JS145.lua file please. Note I am on holiday tomorrow so it will be a few days before I can look into this. John
  19. There are no assignments to any button to turn off the autopilot - unless you are doing this assigned to a keypress. If that is the case, then please let me know which assignment? Could it be that your device ids have changed? Looking at your ini axis assignments, you have aileron and elevator axis assigned to device A, which is your throttle, and throttle to device C, which is your Yoke (B is rudder), so try switching those devices by changing your [Joynames] section to: Let me know how it goes with that change, and any issues please show me your updated .log and .ini files. Note that this will invalidate any assignments recently made to thos devices, so you may wish to remove or update them manually (by changing the joy letters used in the assignments). John
  20. Why did you need to edit the FSUIPC5.ini file? Can you show it (i.e. attach it) to me please so that I can take a look. John
  21. The majority of FSUIPC users are still on Windows 10, as am I, which I still need to support. I will be updating to Windows 11 shortly (this weekend). Windows 11 is still only available to Windows Insiders, as far as I'm aware, although it is now the version installed on new hardware. There should really be no changes needed to FSUIPC to support Windows 11. At least, according to Microsoft. So I am not sure why some users are having issues, unless their hardware doesn't meet the minimum requirements for windows 11. John
  22. Your issue looks very similar to this one: Please follow the advise in that thread, i.e. - first check your version of FSX-SE is up-to-date (via the steam client) - see if there's a SimConnect.dll in the same folder as the FSX.EXE (main program)? If not see if you can find the version 62607 SimConnect.DLL in the WinSXS folders. If you can, copy it to the main FSX folder. If there is one there, try temporarily removing (e.g, rename to SimConnect.dll.unused) and see if it finds the WinSxS folder. Its also strange that the crash is in the ai_player.dll, as in the support request I referenced... Note that the FSUIPC4.ini file you attached is empty! John
  23. Ok, thanks - thats good to know. I will update the README.txt to add this as a solution. Cheers, John
  24. No problem. Glad its now working, but rather strange that the problem just solved itself! May have been the update, or maybe just a reboot was required, which sometimes can help. Regards, John
  25. But shouldn't it point to the FSUIPC7.exe? Its FSUIPC that can only handle DirectInput. Your controller should work fine with the MSFS (default) assignments. You can also change/re-assign there rather than using FSUIPC. Would be interesting to know if you can get it working via FSUIPC though, so try pointing it to FSUIPC7.exe instead (and I think you need the dll in the same folder). If its the program that starts the program it points to (which I think it does), then you should disable auto-start (via a re-install) and start FSUIPC7.exe however required, either before or after MSFS is started. John
×
×
  • 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.