Jump to content
The simFlight Network Forums

AFC_Bridge Not Starting in EXE.xml


NomadRider

Recommended Posts

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

Link to comment
Share on other sites

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

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.