Jump to content

Ben Peart

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Ben Peart's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

    There is currently a bug in the installer. Instead of adding a <Launch.Addon> section to the existing exe.xml file, it replaces the file with one of its own (that happens to be an invalid xml document as well). This has the effect of disabling any additional addons (like the RealSimGear add-on) that have already been installed. This is the exe.xml file the installer created: <?xml version="1.0" encoding="UTF-8"?> <Launch.Addon> <Name>AFCBridge</Name> <Disabled>False</Disabled> <Path>C:\Users\BenPe\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache\Packages\community\AFC_Bridge\bin\AFC_Bridge.exe</Path> </Launch.Addon> </SimBase.Document> Note it left out/removed the proper header: <SimBase.Document version="1,0" Type="SimConnect"> <Descr>Auto launch external applications on MSFS start</Descr> <Filename>exe.xml</Filename> <Disabled>False</Disabled> It also removed the RealSimGear Add-on section: <Launch.Addon> <Name>RealSimGear Add-on</Name> <Disabled>False</Disabled> <Path>C:\Users\BenPe\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache\Packages\Community\RealSimGear\bin\RealSimGear.exe</Path> </Launch.Addon>
×
×
  • Create New...

Important Information

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. Privacy Policy & Terms of Use