Jump to content
The simFlight Network Forums

FSUIPC.ini Start program with additions


Recommended Posts

Hello Pete,

i am using p3d and fsuipc6.

Over the fsuipc.ini i want start a program with additions switches like this C:\Program Files\Virtual Audio Cable\audiorepeater.exe /Input: "VAC Line 3 GSX (Virtual Audio C" /Output: "VAC Line 2 (Virtual Audio Cable" /Autostart 

Thats my entrys at the fsuipc.ini

Run6=Kill,"C:\FS\peroLoadsheet2Hoppie\peroLoadsheet2Hoppie.exe /p3d"
Run7=Kill,"C:\Program Files\Virtual Audio Cable\audiorepeater.exe /Input: "VAC Line 3 GSX (Virtual Audio C" /Output: "VAC Line 2 (Virtual Audio Cable" /Autostart "
 

thats the files at the log-files

2625 FSUIPC couldn't run: ""C:\FS\peroLoadsheet2Hoppie\peroLoadsheet2Hoppie.exe /p3d"" in folder "C:\FS\peroLoadsheet2Hoppie" [Error=2]
2828 FSUIPC couldn't run: ""C:\Program Files\Virtual Audio Cable\audiorepeater.exe /Input: "VAC Line 3 GSX (Virtual Audio C" /Output: "VAC Line 2 (Virtual Audio Cable" /Autostart "" in folder "C:\Program Files\Virtual Audio Cable" [Error=2]
 

I hope you can help me!
Best regards

peter

Link to comment
Share on other sites

1 hour ago, pemartin said:

Thats my entrys at the fsuipc.ini

Run6=Kill,"C:\FS\peroLoadsheet2Hoppie\peroLoadsheet2Hoppie.exe /p3d"
Run7=Kill,"C:\Program Files\Virtual Audio Cable\audiorepeater.exe /Input: "VAC Line 3 GSX (Virtual Audio C" /Output: "VAC Line 2 (Virtual Audio Cable" /Autostart "

Try with each argument in double quotes, and also around the program if the path contains spaces. i.e.

Run6=Kill,C:\FS\peroLoadsheet2Hoppie\peroLoadsheet2Hoppie.exe "/p3d"
Run7=Kill,"C:\Program Files\Virtual Audio Cable\audiorepeater.exe" "/Input: VAC Line 3 GSX (Virtual Audio C" "/Output: VAC Line 2 (Virtual Audio Cable" "/Autostart"

You may also need to escape the back-slash, i.e.

Run6=Kill,C:\FS\peroLoadsheet2Hoppie\peroLoadsheet2Hoppie.exe "//p3d"
Run7=Kill,"C:\Program Files\Virtual Audio Cable\audiorepeater.exe" "//Input: VAC Line 3 GSX (Virtual Audio C" "//Output: VAC Line 2 (Virtual Audio Cable" "//Autostart"

Try the first and if that doesn't work, try the second. 

As your audiorepeater.exe is under "Program Files", you may need to run as admin to start this. Best to re-install this in a non-windows protected folder. But see how it goes....

John

P,S, Check your arguments are correct...no closing bracket after ' (Virtual Audio C' or '(Virtual Audio Cable', and why the difference?

Link to comment
Share on other sites

Hello John!

Thanks for you help!

This works:

Run6=Kill,C:\FS\peroLoadsheet2Hoppie\peroLoadsheet2Hoppie.exe /p3d
Run7=Kill,"C:\Program Files\Virtual Audio Cable\audiorepeater.exe" /Input: "VAC Line 3 GSX (Virtual Audio C" /Output: "VAC Line 2 (Virtual Audio Cable" /Autostart
Run8=Kill,"C:\Program Files\Virtual Audio Cable\audiorepeater.exe" /Input: "MIC FO (2- Sennheiser PC 8.2 US" /Output: "VAC Line 2 (Virtual Audio Cable" /Autostart
Run9=Kill,"C:\Program Files\Virtual Audio Cable\audiorepeater.exe" /Input: "Mic CPT (Sennheiser PC 8.2 USB)" /Output: "VAC Line 2 (Virtual Audio Cable" /Autostart
 

Best regards

peter

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.