Sim_Dude Posted November 11, 2021 Report Posted November 11, 2021 After getting my FSUIPC and EXE.xml file squared away, I am still having trouble getting the AFC_Bridge to work correctly with my HoneyComb Bravo. I have to start it manually from a shortcut on the desktop. Here is my EXE.xml: <?xml version="1.0" encoding="Windows-1252"?> <SimBase.Document Type="Launch" version="1,0"> <Descr>Launch</Descr> <Filename>EXE.xml</Filename> <Disabled>False</Disabled> <Launch.ManualLoad>False</Launch.ManualLoad> <Launch.Addon> <Disabled>False</Disabled> <ManualLoad>False</ManualLoad> <Name>FSUIPC7</Name><Path>H:\FSUIPC7\FSUIPC7.exe</Path> <CommandLine>-auto</CommandLine> <NewConsole>False</NewConsole> </Launch.Addon> <Launch.Addon> <Name>SPAD.neXt</Name> <Disabled>False</Disabled> <Path>C:\Program Files\SPAD.neXt\SPAD.neXt.exe</Path> </Launch.Addon> <Launch.Addon> <Name>AFCBridge</Name> <Disabled>False</Disabled> <Path>H:\MFS2020\Community\AFC_Bridge\bin\AFC_Bridge.exe</Path> </Launch.Addon> </SimBase.Document> And the location of the AFC executable: H:\MFS2020\Community\AFC_Bridge\bin SPAD.neXt program starts fine. Thanks, John
John Dowson Posted November 11, 2021 Report Posted November 11, 2021 I have no idea.... Some things to try: 1. Re-order the items - try starting AFC_Bridge first 2. If that doesn't work, try starting only AFC_Bridge: Quote <?xml version="1.0" encoding="Windows-1252"?> <SimBase.Document Type="Launch" version="1,0"> <Descr>Launch</Descr> <Filename>EXE.xml</Filename> <Disabled>False</Disabled> <Launch.ManualLoad>False</Launch.ManualLoad> <Launch.Addon> <Name>AFCBridge</Name> <Disabled>False</Disabled> <Path>H:\MFS2020\Community\AFC_Bridge\bin\AFC_Bridge.exe</Path> </Launch.Addon> </SimBase.Document> If that works, add the other items in, one by one. If it doesn't, maybe try uninstalling and re-installing ADC_Bridge. If it works then, try adding in the other entries. Otherwise, I suggest you try support for AFC_Bridge. John
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