Bryn Posted September 7, 2015 Report Posted September 7, 2015 Hi, I have a small lua file that I assign to my hat switch, so that it sets the zoom based on the view I'm using: z = ipc.readUB("8320") if z == 1 then ipc.control(65701, 33) end It fires continuously whenever the hatswitch is being used. This all worked fine in Windows 7. However, in Windows 10, this is causing 3-4 second long pauses whenever I trigger it while using Level-D 767, Eaglesoft Citation and the Digital Aviation Fokker. Other aircraft are ok so far (PMDG, Wilco, Feelthere). Any thoughts?
Pete Dowson Posted September 7, 2015 Report Posted September 7, 2015 Hi, I have a small lua file that I assign to my hat switch, so that it sets the zoom based on the view I'm using: z = ipc.readUB("8320") if z == 1 then ipc.control(65701, 33) end It fires continuously whenever the hatswitch is being used. This all worked fine in Windows 7. However, in Windows 10, this is causing 3-4 second long pauses whenever I trigger it while using Level-D 767, Eaglesoft Citation and the Digital Aviation Fokker. Other aircraft are ok so far (PMDG, Wilco, Feelthere). Any thoughts? Well FSUIPC will be doing exsactly the same thing and it will most certainly not have any built-in delays. It sounds very similar to the sorts of delays folks are getting on Win10 with Autosaves -- maybe revolving around process or thread switching. Hopefully Win10 will be fixed by its automatic updates in time, but like all new things it seems rather buggy at present. I will be staying with Win7 for the foreseeable future. Easily the best O/S Microsoft have ever done! Pete
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