Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    13,683
  • Joined

  • Last visited

  • Days Won

    288

Everything posted by John Dowson

  1. Yes. You don't need MF installed to use the WASM module. You just need to download MF to get the WASM module.
  2. The difference is, of course, that FSUIPC5/6 runs in a dll inside the P3D process, and so shares the same privilege level. FSUIPC7 is an executable, and so behaves differently in this respect. And it probably depends on hoe FSUIPC7 is started, either manually or via MSFSs EXE.xml.
  3. If they are new, I would think that there would be an updated WASM module release. Have you (or anyone) checked? As I said, those new events may not yet be released, according to the spreadsheet. Maybe you will find more information on this on the MobiFlight forums? John
  4. But are you using the MSFS EXE.xml to start FSUIPC7 (latest method), or the older batch script that starts MSFS and then starts FSUIPC7? Yes - select the FSUIPC7.exe file, right-click and select Properties..., go to the Compatibility tab and check Run this program as administrator. I thought you had done this already... I'm not sure, but if MSFS is starting FSUIPC7 with admin privileges, then I think MSFS must also be ran with the same. You can either try this (i.e. all started as administrator), or also try removing the autostart of FSUIPC7 with MSFS via the EXE.xml, and either start manually or go back to the old method using the *.bat file.
  5. Please note that many of the new events you initially listed are not yet released, according to the spreadsheet available here: https://docs.google.com/spreadsheets/d/1jTXlcHaJWx0B7TB63Pmma7bKwpxsxXJO6EJ3ECt7zpc/edit#gid=172455454
  6. Ah, ok - got it, thanks. Not unless FSUIPC knows about these, e.g. via an event file. No. The WASM module is needed as that handles the events. Is it the same WASM module, or do MobiFlight provided different WASM modules for different aircraft/mods? Hopefully the former... I would initially try adding these to an event file, as I said. I can try this at some point, but it may take me a day or two to get around to this. Note that some new MobiFlight events (for the A320) have also been reported here:
  7. You need to know the custom event number. Then use the <custom Control> entry in the assignments control drop-down when assigning. Oooh, that looks nice! Presumably its just another 'button box' though, so your problem is finding a working control for the functions needed. I didn't see the events you posted (such as WT_CJ4_AP_NAV_PRESSED) in that link....? But if they are Mobiflight events and are handled by the MobiFlight WASM module, you could try adding them to an event file, prefixed by 'MobiFlight.', and try them to see if they have any affect.
  8. Sorry, I don't know what problem you are referring to or what the 'panel of FlightsimPM' is. Thats interesting. Is there a WASM module that handles those events (with custom event names containing a period)? If so, an FSUIPC event file (*.evt) can be used to add those events to fsuipc (as with the MobiFlight events/WASM module). Alternatively, if you know the custom event numbers used, you could try assigning to those as <custom> events.
  9. I can't see how this can be possible - something else must be going on.... Can you please show me the corrupted ini file.
  10. Yes, 740 indicates there is a permissions mismatch somewhere. Check that both FSUIPC7 an Prosim are running with admin privileges. Are you using MSFS to start FSUIPC7? If so, you may have to run MSFS with admin privileges (I'm not sure). What happens if you start FSUIPC7 manually before you start MSFS?
  11. @Cjones63223 Please try the steps outlined in the README.txt: John
  12. Similar to what? Is the joy# and Btn# recognized? Note that if the button numbers are outside the 0-31 (32) button range, you will need a lua script to assign the extra buttons. You don't say which throttle quadrant you are using, but if its the new Honeycomb Bravo then there is a lua script available for this here: Otherwise, if the joystick and button numbers are displayed and an assignment shown, it could be that there are already multiple assignments to that button, in which case you need to edit your ini. John
  13. Ok, I will add and post again here for you to test. Quite busy at the moment (well, always!), so it may take me a few days to get around to this. Also, this offset would come with some warnings, as I don't think the initial state of the individual avionics can be determined (but I will check). If this is the case, the offsets could show the incorrect values on occasion (e.g. starting FSUIPC when MSFS already running and, say, master avionics 1 set on and 2 off) but should revert to the correct state once used. I'll know more and let you know the details once implemented. John
  14. Yes, I think we need to wait for Asobo to fix this issue. For reference, here's the original report on this: John
  15. It can be used directly if it is seen by windows as a HID joystick type device. If its any other type of HID device, it should be possible via Lua. Quite a few folks are using Arduino's with FSUIPC, so I guess it will be ok, but I'm not familiar with the various Arduino models.
  16. @cchiozza Your install log looks fine. Did you not get a pop-up box when you start P3Dv5 asking if you want the FSUIPC6 add-on to be enabled? If you go to Options -> Add-ons, do you see FSUIPC6 listed there? If so, and it isn't checked/active, try activating there. I see you also installed in P3Dv4 - is it working/active in that version?
  17. Maybe also try sending direct to FSUIPC calibration and calibrating in the calibration tab (p6 of the calibration screens).
  18. What control are you assigning to? Which aircraft are you using? Could you activate logging for Axis controls and events, and generate a short log file (just load a plane and turn the trim wheel through its full range, then exit). Then attach your FSUIPC7.log and FSUIPC7.ini files and I'll take a look.
  19. Just use the attached license. Save it to your FSUIPC7 installation folder. It should be valid until (and including) 01/02/2021. John FSUIPC7.key
  20. Hi Emile, Ok, that's good to know. I'll verify this when I get a chance and update the FAQ entry accordingly. John
  21. There are no sim variables (exposed via simconnect or otherwise) for those. I suspect there may be available via lvars (or some other type of variable, maybe k vars), but as Al has commented, there is currently no way to access lvars using FSUIPC7. I am looking in to providing such access in a future release, but no timescales yet. John
  22. I could add to a new offset if you like. I can't really update the functionality of existing offset 0x3103, but I could add a new offset that would be read/write and accept flags 0x1 for avionics master 1 and 0x2 for avionics master 2 (and so a value of 0x3 would indicate/set both master avionics). Let me know if this is useful and I can add for you to test. John
  23. You need to assign to the control Throttle Revers Thrust Toggle. However, this control/event seems to be broken since the last MSFS update. I have reported this to Asobo. John
  24. As I have said, your logs show that it is MSFS that is crashing, not FSUIPC7. You are experiencing the issue previously mentioned with the MSFS SDK. You should raise a support request with Asobo, and include the event log information and the crash dump file. John
  25. Could you attach your InstallFSUIPC6.log file please and I'll take a look. 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.