Jose Vela Posted January 17, 2018 Report Posted January 17, 2018 Hi I know this topic has been covered before but I've not been able to start IvAp v2 just including the RunIf sentence in the FSUIPC.ini file. This is the path that I use in the desktop shortcut I use to manually open it: "C:\Program Files (x86)\IVAO\IvAp v2\ivap_dllhost.exe" "C:\Program Files (x86)\IVAO\IvAp v2\ivap_fsx.dll" I will apreciate any advice as I have tried many combinations of "", Thanks! Jose
Pete Dowson Posted January 18, 2018 Report Posted January 18, 2018 19 hours ago, Jose Vela said: This is the path that I use in the desktop shortcut I use to manually open it: "C:\Program Files (x86)\IVAO\IvAp v2\ivap_dllhost.exe" "C:\Program Files (x86)\IVAO\IvAp v2\ivap_fsx.dll" The problem is probably that only the part of the given parameter between the first pair of " are being used. Have you tried removing the " " pair in the middle of the string? That shouldn't be needed unless iVAp needs it. The only other alternative would be to move the package to a path with no spaces. Installing things in "Program Files" is nearly always a bad idea for all sorts of reasons. Pete
Jose Vela Posted January 18, 2018 Author Report Posted January 18, 2018 Hi Pete No, removing the middle " " is also not working. I will try moving IvAp to another folder. Thanks again, Jose
Jose Vela Posted January 21, 2018 Author Report Posted January 21, 2018 Hi, I have reinstall IvAp to another folder but it is not working. This is what I have put in FSUIPC5.ini: RunIf11=CLOSE,READY,AM=2,"C:\IvAp_v2\ivap_dllhost.exe C:\IvAp_v2\ivap_fsx.dll" And this is what the direct access icon uses to launc it: C:\IvAp_v2\ivap_dllhost.exe "C:\IvAp_v2\ivap_fsx.dll" What else can I try? Thanks! Jose
Pete Dowson Posted January 21, 2018 Report Posted January 21, 2018 48 minutes ago, Jose Vela said: I have reinstall IvAp to another folder but it is not working. This is what I have put in FSUIPC5.ini: RunIf11=CLOSE,READY,AM=2,"C:\IvAp_v2\ivap_dllhost.exe C:\IvAp_v2\ivap_fsx.dll" What happens? Is there any indication? Is there any log entry in the FSUIPC log file? Try omitting the "", or just having them on the first part. Pete
Jose Vela Posted January 21, 2018 Author Report Posted January 21, 2018 Hi, This is the entry in the log file: 196187 FSUIPC couldn't run: "C:\IvAp_v2\ivap_dllhost.exe C:\IvAp_v2\ivap_fsx.dll" [Error=267] And if I remove the "" or it is just on the first part it is not working. Any other suggestion? Thanks, Jose
Pete Dowson Posted January 21, 2018 Report Posted January 21, 2018 1 hour ago, Jose Vela said: his is the entry in the log file: 196187 FSUIPC couldn't run: "C:\IvAp_v2\ivap_dllhost.exe C:\IvAp_v2\ivap_fsx.dll" [Error=267] Error 267: ERROR_DIRECTORY 267 (0x10B) The directory name is invalid. Try: 1. No "" at all. 2. "" just aound first part 3. "" just arouund second part 4. Make second part just ivap_fsx.dll, no path. I wouldn't have thought the path was needed. Pete
Jose Vela Posted January 22, 2018 Author Report Posted January 22, 2018 This did the job: RunIf11=CLOSE,READY,AM=2,"C:\IvAp_v2\ivap_dllhost.exe ivap_fsx.dll" Thanks Pete. Best regards, Jose
Pete Dowson Posted January 22, 2018 Report Posted January 22, 2018 5 hours ago, Jose Vela said: This did the job: RunIf11=CLOSE,READY,AM=2,"C:\IvAp_v2\ivap_dllhost.exe ivap_fsx.dll" Good. 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