Jump to content
The simFlight Network Forums

view lua conflicting with some aircraft in Windows 10


Bryn

Recommended Posts

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?
Link to comment
Share on other sites

 

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.