Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    11,150
  • Joined

  • Last visited

  • Days Won

    220

Everything posted by John Dowson

  1. This folder is created by P3D and is the location of the add-on.xml file. It should be used for that only, and you should not install the application into this folder. Its ok to leave it there if its working ok.... Cheers, John
  2. This is a known issue since the SU10 update that I am looking into. For now, you should only calibrate if assigned with 'Direct to FSUIPC calibration'. If assigned as 'Send to FS as normal axis', you need to delete the calibration for the axis. See the following thread for further details and where I will post any updates / new information on this issue: John
  3. There was a known issue swapping COM2 and NAV1 and NAV2 frequencies in that version. Can you please update to the latest beta (7.3.9f) and try again - if you still have issues I will need to see your FSUIPC7.ini and FSUIPC7.log files. See John
  4. That is strange...there is a FAQ entry on MSFS auto-start issues, but if this is an occasional issue I don't think it will help... That is even stranger...do you get any errors, or anything in the event log when this happens?
  5. For many tears the Modules folder was the default (and only) installation location. This was a hangover from the FSX days / FSUIPC4, which still uses that folder. No - I recommend that you don't install under the FS/P3D folder any more. This can also cause issues, depending on where the FS is installed. These days, it is better to have all your add-ons installed in a separate non-windows protected folder , such as C:\FSUIPC6 or C:\P3Dv5 Add-ons\FSUIPC6. The former is actually now the default installation location, but initially it defaulted to the location of the add-on.xml file, under your Documents folder, and when you re-install it always defaults to the existing installation location. John
  6. Ok - I will take a look at those... Ok, thanks for the update. Thanks.
  7. Can you set axes logging, open the console window, turn the elevator trim and tell me whet controls/events you see? Also check the elevator trim calibration, but I can't think how that could do this.... And maybe double check your assignments (or show me your FSUIPC7.in) to make sure its not assigned to both axes... John
  8. For this issue, can you also check and remove any calibration (that may still apply if using scripts), as well as using the latest beta. If its still an issue, I will need to see a log and the script you are using.
  9. I've tested in the Asobo A320 and get similar errors if I assign using 'Send to FS as normal axis' and then calibrate. If I assign and don't calibrate, the axis work fine (just tried throttle at the moment, will check others tomorrow). If you remove the calibration, it still doesn't work until you restart FSUIPC7, which is also very strange. Assigning 'Direct to FSUIPC calibration' and calibrating also seems to work. So can those who have assigned an axis to 'Send to FS as normal axis' check the calibration tabs for those axes and remove any if set. If using profiles, check the profile specific checkbox first (if not already checked and inactive). Then exit FSUIPC7 and restart to see if that helps. I will continue looking into this (and the other strange issues mentioned) tomorrow.
  10. I am working on the issue. This is a problem that many people are having - I do not have the time to respond to everyone on an individual topic - I would have no time for anything else! Your/this issue isn't closed, it is just that this is the thread where I will be communicating on this issue. Only that it was working in SU9, and not in SU10. As I said, I am working on it.... No its not - it is just here, not in the post that you raised, as that is already covered by this topic/post. You are obviously a new forum user. Please look for other posts the same or very similar to your issue (hence use an appropriate title when creating) and contribute to that rather than starting a new post. and I am still working (past midnight here) to try and fix this issue - although spending most of my time responding to posts at the moment....
  11. Oh - an please at least provide a title more relevant to your specific issue - using the forum name is pointless as it is so general and could apply to every post in this forum!
  12. This is a known issue that has been reported several times. Please check/search the forum for similar issues before creating a new topic. I am looking into this issue. Please see the following thread for updates: John
  13. There is another thread for this issue - please switch to this thread for future updates on this: John
  14. Ok - this error was also reported when using 7.3.8 with SU10, so it certainly something that has changed in MSFS or the SDK. Strange I haven't seen it here yet, and I have tried several aircraft both sending to FS and direct to calibration. I will test further - and check I have packaged and uploaded the correct version... But this will be tomorrow now... John
  15. I'll check in the A320 tomorrow (and please use that for any future logs ). The log file is strange though as there should be no events sent until everything has been started...
  16. Well, there is no point me looking if there is no longer an issue....! From the first error, sounds like a file somewhere was left hanging around (probably a system file for the socket) that prevented the connection, that was eventually cleaned-up. Cheers, John
  17. The log shows a couple of issues: That should be self explanatory - take a look at line 1 of that lua. That one is probably due to an lvar not being available, but look at line 24 and that should tell you. Writing to an lvar is working ok here, but it won't work if the lvar has not been loaded, which is what I suspect is your issue. Reloading should work now (was broken before) - do you see the lvar count increase when you reload? Did you adjust the LvarScanDelay WASM ini parameter, and if so to what value? You can try listing the lvars - do you see the ones you use? Then reload & list, and see if you see it then, and repeat until no further ones are found. Note that if the lvar is not available when the lua starts, it may not function correctly if later found on a rescan - that would depend in how the lua is written. That is why it is a good idea to set the LvarScanDelay to a reasonable level for the aircraft that you are using. I have plans to implement a feature to provide all lvars as available/created by implementing an auto-scan (for new lvars) functionality in the WASM, but that will be after the next release for SU10 compatibility. Try the above, and if you still have issues, please activate Debug level logging in the WASM/WAPI by adding the following to the [WAPI] section of your FSUIPC7.ini file and to the [General] section of your FSUIPC_WASM.ini file: LogLevel=Debug and then generate another FSUIPC7.log file and show me that, together with your FSUIPC_WASM.log file. You can also attach the luas if you want me to take a look at them.
  18. But what behavior are you referring to? Why are you not showing me the information I need - your FSUIPC7.ini and FSUIPC7.log files? Have you updated to the latest beta (including the WASM update), 7.3.9f?
  19. Can you please also show me your FSUIPC7.log and FSUIPC7.ini files, as well as your WideClient.ini, Your WideClient logs show a windows error 183, which is the following: But I am not sure what file that refers to at the moment (without checking). The second error (10061) means that there was nothing listening on the port you were trying yo connect to. This may be related to the first error, but can you confirm that WideServer was active and waiting for connections when you trued to connect (check the MSFS title bar). John
  20. Ok. There are still issues, so it may not solve your issue. However, I have tested with the Axis Throttle<n> Set controls and they seem to be ok here, but please let me know. John
  21. You have installed under your Windows Documents folder. This is not a good place to install FSUIPC6 due to windows access permissions on this folder. Re-run the installer and select a different non-windows protected folder for the installation. After you have re-installed, you can copy/move your FSUIPC6.ini and any *.lua, *.mcro, *.dll or any other files thar you use to the new location. John
  22. Can you please try the latest beta, just released, which has been updated for SU10, available from Install FSUIPC7-7.3.9f. If you still get issues, please attach your FSUIPC7.log and FSUIPC7.ini files. There may be issues still with the *_EX1 controls which I am going to check now. However, your log extract mentions the standard controls, not the *_EX1 ones, which is strange... Thanks, John
  23. Can you show me your FSUIPC6.log and InstallFSUIPC6.log files please. Do you see a key file FSUIPC6.key in your FSUIPC6 installation folder? Do not post that file! 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.