kaha Posted July 1 Report Posted July 1 If I trigger an input event like in the screenshot, assigned to a button it's ok and the mixture lever of the Carenado Dakota moves to mid position (every position from 0.0 to 1.0 works) and the linput event log shows: 253672 InputEvent received: ENGINE_MIXTURE_LEFT=8192.000000 (param=';FLOAT64') If I do it from a Lua script, nothing happens. ipc.execInputEvent("ENGINE_MIXTURE_LEFT", 0.5) The log shows: 257828 InputEvent received: ENGINE_MIXTURE_LEFT=0.000000 (param=';FLOAT64') There's probably something I do not understand. Karl
John Dowson Posted July 1 Report Posted July 1 Hmm, strange....I will take a look and get back to you.... Unfortunately I had a catastrophic crash on a windows (Insider) update last week and have had to re-install Windows, as well as MSFS, P3D, etc. As well as my development environment. No recent backup unfortunately either (the last one I had was from 2023!). So it may take a few days... John
John Dowson Posted July 2 Report Posted July 2 I can see the issue - the parameter is converted to an integer rather than a floating point value, so 0.5 is converted to 0. I will correct this. I could provide you with a beta version, but I have discovered a very strange issue that I need to fix before I can provide any more updates. For some (unknown) reason, all builds since sometime mid-April have an issue with showing the 'Find Preset' panel, and pressing the 'Find Preset...' button causes FSUIPC7 to CTD. Its a very puzzling issue - no code change and even re-building existing released versions, where there was no issue, now suffer from this problem. It is very puzzling - and worrying.... John
kaha Posted July 2 Author Report Posted July 2 John, no worries, I can work around the input event issue. Take your time to find the CTD. Karl
John Dowson Posted Tuesday at 09:09 AM Report Posted Tuesday at 09:09 AM This should be fixed in the attached version, 7.5.4b. I will release this officially in the coming days. John FSUIPC7.exe
kaha Posted yesterday at 07:10 AM Author Report Posted yesterday at 07:10 AM MS Defender deletes this .exe file. I think I wait for the release.
John Dowson Posted yesterday at 07:45 AM Report Posted yesterday at 07:45 AM 33 minutes ago, kaha said: MS Defender deletes this .exe file. I think I wait for the release. I also had that issue yesterday afternoon for a few hours. I reported to Microsoft, then updated my anti-virus definitions and now it seems ok. Could you try updating your anti-virus definitions and trying again.
kaha Posted yesterday at 07:53 AM Author Report Posted yesterday at 07:53 AM I did that John, but to no avail. Defender still deletes the .exe.
John Dowson Posted yesterday at 07:59 AM Report Posted yesterday at 07:59 AM Strange - I am on the same version and don't get this. Also just ran a custom scan on it and it reorted no issues. Can you try the attached please: FSUIPC7.exe John
kaha Posted yesterday at 08:02 AM Author Report Posted yesterday at 08:02 AM Same. It also gets deleted.
John Dowson Posted yesterday at 08:19 AM Report Posted yesterday at 08:19 AM I don't understand this - I am on the exact same version of Security intelligence and get no issues, and have no allowed threats. Not sure what I can do - I already reported this to MS yesterday as I did get this, but was later fixed. Maybe you could report as well: https://www.microsoft.com/en-us/wdsi/filesubmission?persona=HomeUser Otherwise, just restore the blocked file - you may need to temporarily allow the threat (presume its Program:Win32/Wacapew.C!ml).
kaha Posted yesterday at 08:20 AM Author Report Posted yesterday at 08:20 AM I made a backup, so no problem here.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now