Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    13,774
  • Joined

  • Last visited

  • Days Won

    288

Everything posted by John Dowson

  1. So the logs are from different times? Can you please confirm if this is a one off issue that happened yesterday, or is a repeatable issue that happens often or a lot. If the former, I do not know why you are sending me log files. If the latter, I need to see the WideServer.log and WideClient.log BOTH from the session where you had your issues. I am very busy at the moment and certainly won't have time to look into this for a few days (maybe next week), but I am just trying to determine if there is an actually issue to investigate. If this just happened once, yesterday, and seems ok now, I don't see any need to look into this. John
  2. The log from what? Did you experience the issue again then? And as I said, its the WideServer.log and WideClient.log files that are relevant if your issue is with Wide Client.
  3. Hi Ray, Nope. Probably not - the WideServer and/or WideClient.log may show something. Is this repeatable or was it just a one off? if the latter, show us the log files, otherwise I wouldn't worry about it.... John
  4. Could you tell me what this option actually is please? I doubt it, as now FSUIPC7 is an executable, and not a dll embedded into the FS, FSUIPC7 does not have access to mouse input (when MSFS has the focus). But I can check if you let me know what the ini parameter option is that you are using in FSX/P3D. John
  5. Yes, but either tomorrow afternoon or Friday morning, when I get a chance... John
  6. Can you check the Windows event viewer to see if there are any crash reports, for FSUIPC6 and/or P3D, and if so show them to me. Does this happen regardless of location/airport? Is this a new issue? If so, what has changed? Also, do a full reboot and try again, if not done already...
  7. They should respond the same in the air as on the ground... You can try logging the axes values to check that full deflection is being sent, but I don't see why it should be any different in the air from when on the ground. Are you sure its not just the aircraft handling? Have you tried any other aircraft - do they have the same problem?
  8. It should be there as Lua CycleViews ... (amongst other entries)... Ah - you just responded and have found it - good! Sorry about that...you should really check before you buy! Your additional donation will go to Pete, as he still is on control and has ownership of FSUIPC4 at the moment. Thanks for this additional donation! Regards, John
  9. That used to be how things worked, and still is for aircraft that use the old/legacy simvars, but things have changed quite a bit with the release of MSFS2020. I still need to go through the documentation and decide how to handle the new simvars in MSFS2020. These have only been made available recently, and I still need to go through the MSFS documentation to see what I can use and where/how to store, whether I can use existing offsets or if I need to add to new offsets.
  10. Hi Chris, please try the attached lua. You can assign it to run on a button or key press. Save it to your FSUIPC7 installation folder. You can adjust as needed - its pretty simple. Cheers, John cycleViews.lua
  11. Yes, I know, but these do not work in the stock C152 or C152 Acrobat. At least not for me... Are you using any sort of mod or is it an add-on C152 that you are using? There is not even any tooltip when I move the mouse over those fuses.
  12. But what did you assign to within FS2020? I can't see where to assign there to change the view....
  13. The standard way of doing this is to use the elevator trim offset (0x0BC0) with the Offset Sword Increment/Decrement controls. See this post: John
  14. I suspect that FSUIPC would still see the joystick input from windows, not the re-calibrated output of JoyStick gremlin. But if Joystick gremlin takes the windows input and sends that to a vjoy device, then you can then assign the vjoy axis/buttons in FSUIPC. So you would need to change your settings to use the virtual inputs rather than the windows ones. However, this is just a guess. Why don't you try it - and report back! Regards, John
  15. To implement fast/slow turning on a rotary that has only 1 button in each direction, you can use a lua script. There is one provided, called rotaries.lua (see the Lua Plug-ins document, and the examples are in the zip file). This converts your rotary button presses to fast and slow virtual button presses in each direction, to which you can then assign your controls. John
  16. This topic is for P3D. You have already raised a topic on failures for MSFS - please stick to that if using MSFS. Just read it! Some of the simvars (and so offsets) were working, others not responding properly which I have reported to LM. Yes, for some of them and for P3D.
  17. How are you doing this? I didn't think this was possible in the stock C152... The BUS BREAKER PULLED is a simvar from the new electrical system and is not held in any offset. May also not be available for the aircraft, you would need to check the NEW ELECTRICAL SYSTEM simvar. I doubt the C152 uses this. John
  18. Can you tell me how you did this please? John
  19. I don't think there is a P3D Auto-Save feature, is there? Or do you mean the 'Prompt on exit' option? I have just tried with that unchecked and I see the same behavior - the call to save the previous flight succeeds but no previous flight file is created. No, I don't think so unfortunately. I can report this to LM. If the flight file is not saved as requested, I would at least expect the return status to indicate a failure. However, a suspect that this is due to the asynchronous way the messages are processed - without the pause (prompt on exit), the P3D is not able to process the save flight request before it quits. I hadn't noticed this behavior before. I will mention in the documentation. John
  20. There probably is no offset for this. You first need to determine what, if anything, holds the condition of the fuses, and how to change this. Which FS are you using - MSFS? If so, I would first check to see if there are any relevant lvars for this. You can do this in FSUIPC7 via the Add-ons->WASM->List Lvars menu item. If any look applicable, you can try setting them to change the state, using the Add-ons->WASM->Set Lvar... menu item. There is no such thing. Offsets (mainly) hold simulator variables, or simvars, not actions. You can check the offset documentation to see what is available. But, it always helps if you let us know what FS and version of FSUIPC you are using. I have moved your post to the FSUIPC7/MSFS forum for the time being. John
  21. First, you posted in an unrelated sub-forum (.Net dll cleint) and gave a title that means nothing ("Hi"). I have moved your post and updated the title, but please take care to post in the correct forum, as well as giving your post an appropriate title, for future posts. Open your FSUIPC7.ini file (located in your FSUIPC7 installation folder) in an editor (e.g. Notepad++) and remove the [Axes] section. You can also remove any [Axes.xxx] sections (where xxx is the name of a profile) if using FSUIPC's profiles. It will be regenerated (with no assignments) the next time you run FSUIPC. John
  22. As I say, easier to check this while stationary on the ground, and logging the axis (with the console open) will allow you to see the values in real time and compare to the deflection/movement you see in MSFS. If the visuals don't correspond to the values seen, try switching to one of the FS Aileron controls (and try the different ones to see if they make a difference).
  23. First, the next time can you please attach your full FSUIPC7.log and not start a continuation logfile (DO NOT select the New Log menu entry!), and also exit FSUIPC before attaching your log file. There is information at the start and end of the log that I need to see. Did you activate event logging as suggested? I can only see that you have enabled logging for Buttons + Keys, wjich is not what I asked, and I cannot tell if you enabled logging for Events as you only provided a continuation log. Well, the log shows one (Left) ALT + 1 keypress, but the second keypress is ALT + 2. What is the complete sequence of keypresses - any more? Anyway, please try the event logging, as suggested, and show me a full FSUIPC7.log file (you can keep the button _ key logging activated). I would like to see if any events are logged, as I would prefer sending these controls directly. However, if non are logged (which means they are internal events only and not available via SimConnect) then the lua can send the keypresses instead. That should be fine. You probably want to kill the script on a press of a button as well, no? Or do you want it to cycle through the views and then stop (or repeat)? John
  24. Treat yourself to a decent powered hub (or PCI card) for christmas! There are various recomendations if you search the forum (and probably more on avsim.com). This is the one I currently use (and have not had any issues): https://www.amazon.es/gp/product/B0797NWDCB/ref=ppx_yo_dt_b_asin_title_o03_s00 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.