pemartin Posted January 9 Report Posted January 9 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
John Dowson Posted January 9 Report Posted January 9 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?
pemartin Posted January 9 Author Report Posted January 9 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
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