RoystonS / BetterBravoLights

Utility for controlling lights on a Honeycomb Bravo Throttle from Microsoft Flight Simulator
MIT License
42 stars 8 forks source link

Can you help fix my corrupt exe.xml file? #18

Closed jstorey20 closed 2 years ago

jstorey20 commented 2 years ago

Software version 0.6.0

Problem BetterBravoLights refused to install because my exe.xml file is corrupt.

My exe.xml file is located at C:\Users\jstor\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache\exe.xml

The error reported was

Unexpected end tag. Line 7, position 3.

The contents of the exe.xml file are as follows:

<?xml version="1.0" encoding="Windows-1252"?>
  <Launch.Addon>
    <Name>AFCBridge</Name>
    <Disabled>False</Disabled>
    <Path>G:\Base Sim\community\AFC_Bridge\bin\AFC_Bridge.exe</Path>
   </Launch.Addon>
</SimBase.Document>

I understand that BetterBravoLights didn't corrupt the file and that it's simply warning about the corrupted file. But could you help me fix it?

RoystonS commented 2 years ago

Hi @jstorey20

Your exe.xml file is missing the initial <SimBase.Document> open tag. So the file should be:

<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document>
  <Launch.Addon>
    <Name>AFCBridge</Name>
    <Disabled>False</Disabled>
    <Path>G:\Base Sim\community\AFC_Bridge\bin\AFC_Bridge.exe</Path>
  </Launch.Addon>
</SimBase.Document>
jstorey20 commented 2 years ago

Thank you so much for your reply

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Royston Shufflebotham @.> Sent: Saturday, November 6, 2021 10:50:43 PM To: RoystonS/BetterBravoLights @.> Cc: jstorey20 @.>; Mention @.> Subject: Re: [RoystonS/BetterBravoLights] Can you help fix my corrupt exe.xml file? (Issue #18)

Hi @jstorey20https://github.com/jstorey20

Your exe.xml file is missing the initial open tag. So the file should be:

<?xml version="1.0" encoding="Windows-1252"?>

AFCBridge False G:\Base Sim\community\AFC_Bridge\bin\AFC_Bridge.exe — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
RoystonS commented 2 years ago

No problem. Did it fix it okay?

jstorey20 commented 2 years ago

Sorry this a bit late but yes working ok now thanks again

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows

From: Royston @.> Sent: 08 November 2021 19:59 To: @.> Cc: @.>; @.> Subject: Re: [RoystonS/BetterBravoLights] Can you help fix my corrupt exe.xml file? (Issue #18)

No problem. Did it fix it okay?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/RoystonS/BetterBravoLights/issues/18#issuecomment-963521565, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALA7AVM7TDDN7PUPBCYB5WTULATYDANCNFSM5HPRLMRQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

RoystonS commented 2 years ago

Great stuff!