Jump to content
The simFlight Network Forums

Recommended Posts

Posted

Hello.

I am using the latest FSUIPC6 version and I'm trying to close a program via FSUIPC after I exit the simulator and it does close it from the taskbar but when I check Task Manager under "Details" it is still showing there. The program in question is Navigraph SImlink and the line that I added to FSUIPC6.ini is:


[Programs]

Run1=CLOSE,C:\Program Files\Navigraph\Simlink\NavigraphSimlink.exe
 

Is there something that I am missing?

 

Thanks.

 

Posted
11 hours ago, Samaritano said:

Run1=CLOSE,C:\Program Files\Navigraph\Simlink\NavigraphSimlink.exe
 

Is there something that I am missing?

Some programs don't close properly with the close option, so try the KILL option instead:
    Run1=KILL,C:\Program Files\Navigraph\Simlink\NavigraphSimlink.exe
or you can use both:
    Run1=CLOSE,KILL,C:\Program Files\Navigraph\Simlink\NavigraphSimlink.exe

John

Posted

Well unfortunately it did not work. I have both CLOSE and KILL in my FSUIPC.ini and Navigraph Simlink it's still running in the background when I check my Task Manager.

Thank you for the suggestion anyways.

Posted

Hmm... So you are using a shortcut/symbolic link to start Navigraph? If so, try changing to run the actual executable rather than starting via a link.
I don't have/use Navigraph, so I cannot test with this, but I will check this later.

John

Posted

I have just tested running and closing/killing various programs, some using symlinks and some directly, without any issues.
Could you show me your FSUIPC6.log file - there should be an error logged there if a started process fails to terminate.

John

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.