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. @rozelcThats great, thanks. Maybe you could create a topic in the User Contributions section, and attach the files there. I am sure they would be useful to many people. Thanks, John PS. If not, no problem - I'll move them there myself, when I get a chance....
  2. This has been previously reported, and the fix was to re-install the VC++ redistributables. Please try that. If you don't know how to do this, instructions in the README.txt, although this has not yet been updated for Windows 11 {see previous comment}.
  3. Requirements for FSUIPC7 are currently Windows 10. I am not looking into any issues reported on Windows 11 until I have upgraded and verified myself. Please be patient. John
  4. Yes, but I think I removed the Alt modifier in FSUIPC7 due to other issues, but I'll check.
  5. I haven't checked compatibility of FSUIPC7 with Win 11 yet. The current requirements of FSUIPC7 are windows 10. I will look into Windows 11 compatibility shortly. Until I do this, Windows 11 is not supported, and you are on your own. I cannot look into these issues until I have checked and approved Win11 compatibility. I hope you understand. Please be patient. I will inform when compatible. John
  6. Btw, for the time being, you can just re-assign the keypress in MSFS and not use the right ctrl (or shift) keys.
  7. You can do this but it will have to be manual, i.e. let the installer install the WASM in your Community folder, then move it manually and create your shortcut/link. However, you may be netter off using one of the free utilities that manages your add-ons, e.g MSFS AddOn Linker: see Note that only the FSUIPC WASM modue goes in the Community folder, you can already install FSUIPC7 itself in any location. John
  8. Hi Al, yes, this is something I can look into for a future release. I'll take a look next week to see what is needed {currently away from home} and get back to you. Presume this also applies to key stroke assignments - I believe SimConnect already distinguishes between left/right keys, so it shouldn't be an issue. John
  9. @StallSpinCrashNBurn Sorry for not updating the license as of yet - i completely forgot.... I'm travelling now and don't have access tohe keygen system at the moment, so I'm afraid that the earliest I can now provide a new trial license will be 11th/12th October. @izzizahari Sorry but you will also have to wait until Monday night/Tuesday morning as well.
  10. You log shows that DSUIPC7 exited as MSFS closed down (probably CTD'ed): You should have a crash event in the Windows event kig, and maybe an MSFS crash dump file. You can report this to Asobo, attaching the crash event and dump log, it you have one. One thing you could try is to increase the number of SimConnect client connections, although I don't think it will solve your issue, but it doesn't do any harm. Increase the maxClients parameter in your SimConnect.xml file to 128. Idf you are nut sure how to do this, check this forum as there are several posts explaining this already. John
  11. No idea what that could be - the link you pasted works fine here. You can try this one instead: Install FSUIPC7 John
  12. Why are you running FSUIPC7 with administration rights? That is not necessary and shouldn't be needed. Where have you installed FSUIPC7? Make sure that it is not installed in a Windows protected folder, such as Program Files. Can you start MSFS (and also FSUIPC7 if not auto-started), let it load, select and aircraft and get ready-to-fly, and then exit, and show me your FSUIPC7.log and FSUIPC7.ini files. Thanks, John
  13. How are you assigning these? Can you attach your FSUIPC7.ini file. Also, produce a short log with logging for Buttons & Keys as well as Events activated showing your issue and attach your FSUIPC7.log file. Also, if the issue started after the FBW A320 update (which version?), you may be better of asking on the FBW discord channel (https://discord.com/channels/738864299392630914/738864300818432023). John
  14. I'm not sure, sorry. Its been many years since I messed around with camera views, although its something thats been pending on my flight system now for several months. I'll be looking at this shortly, but in P3Dv5 which I still need to configure correctly for my system. Maybe others more familiar with camera configuration could comment. John
  15. Maybe they still need a unique GUI? Most tutorials on the web (e.g. http://www.ontheglideslope.net/2016/05/18/how-to-creating-custom-cameras-in-prepar3d-v3/ - for P3Dv3 but still valid): Also check that your button/key assignments to the views are still valid/active for the different a/c. John
  16. Please attach your fsuipc.ini file, not a photo of the screen. Also please activate logging for events and axis events, and generate a log file where you move the lever to the armed position, then exit, and attach the log file as well.
  17. Please see the provided User guide. FSUIPC7 sits in your system try. You can open the main window from there, or use the default hot key, Alt + F, to open/close the main window. That is just the FSUIPC WASM module. FSUIPC7 itself will be installed in the location you selected or approved during the installation process. You should realy read the Installing and Registering FSUIPC7 document before installing, o that you at lerast understand where the various components are installed. Please take a look at that document, together with the README.txt and the User guide.
  18. Each lua runs in its own thread and the variables are only global to the thread. To share a variable between luas, use the ipc.set and ipc.get functions - see the FSUIPC Lua Library document. John
  19. Your installation folder now looks ok - the FSUIPC7.ini and FSUIPC7.log files are now present. However, that is a strange log you posted - was FSUIPC7 still running? The last entry in the log is after 5.5 mins, so nothing to do with your CTD after 5 hours of flying. Show me the log file after you next get the CTD. John
  20. Ok, then for some reason MSFS hasn't created the registry entries which tell FSUIPC7 where MSFS is installed. There is no much I can do about this. FSUIPC7 will still run ok, but this will have two consequences: 1. the FSUIPC WASM module will not be installed 2. the auto start component will not be available For the WASM module, you can download this from www.fsuipc.com, and copy the WASM module manually to your MSFS Community folder. For the aut0-start component, you can manually create the required EXE.xml file following the instructions in this thread: John
  21. The easiest may to achieve this is to overload the assignments to the button by editing your FSUIPC7.ini file. Locate the assignment to the first lvar in the macro, it will look something like this: <index number>=P<joyId/letter>,<buttonId>,CM1:1,0 -{Macro <macro file name> L:ASCRJ_OVHD_LDG_LEFT}- then copy this line and duplicate twice, then change to give both a unique <index number> and increment the macro index, to end up with something like <index number>=P<joyId/letter>,<buttonId>,CM1:1,0 -{Macro <macro file name> L:ASCRJ_OVHD_LDG_LEFT}- <index number + 1>=P<joyId/letter>,<buttonId>,CM1:2,0 -{Macro <macro file name> L:ASCRJ_OVHD_LDG_LEFT}- <index number + 2>=P<joyId/letter>,<buttonId>,CM1:3,0 -{Macro <macro file name> L:ASCRJ_OVHD_LDG_LEFT}- You don't need to change the annotation/comment - FSUIPC will update this when it is next ran. If you do this when FSUIPC7 is already running, you can reload the changes from the buttons assignment dialog panel using the 'Reload assignments' button. John
  22. The WASM will load any .hvar files whose name is a substring match to the aircraft name, as reported in the log (from the aircraft.cfg file). So A320FWB.hvar wouldn't match, so use FWB.hvar or TAM.hvar, or even the full "FWB TAM.hvar".
  23. Do you have a Steam or MS Store version of MSFS? Have you ran MSFS at least once before trying to install FSUIPC7?
  24. 32-bit software/drivers can still run on a 64-bit system, as long as whatever is talking to it understands that it is a 32-bit program... I would just try it on a single system first. If you use/need FSUIPC, you can first try with a trial license, available in a sticky post at the top of this forum. WideFS7 is compatible with FSUIPC7, if you want to go down the client PC route. However I don't know anything about SimKits UCC2, so maybe other simkits users' opinion on how to get this working with MSFS would be more helpful. Maybe try the SimKits or Asobo forums. 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.