Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

MSFS- AAO has stopped starting with MSFS

Featured Replies

AAO was starting fine with MSFS just yesterday. Then, to get the remote CDU for PMDG's 737 working, I had to enable it in Admin mode. That's the only change I've made to it. Now it won't start with MSFS. Here's what AAO is inserting into exe.xml:

 

  <Launch.Addon>
    <Name>LorbyAxisAndOhs</Name>
    <Path>C:\Program Files\LorbyAxisAndOhs_MSFS\LorbyAxisAndOhs_MSFS.exe</Path>
    <Disabled>False</Disabled>
    <ManualLoad>False</ManualLoad>
    <CommandLine />
    <NewConsole>False</NewConsole>

  • Author
On 11/27/2022 at 10:48 AM, Lorby_SI said:

When AAO is supposed to start "As Administrator", MSFS must be started "As Administrator" too. Otherwise MSFS is not allowed (by Windows) to start AAO because of missing execution privileges.

Thanks! This fixed it. It also fixed the issue with Couatl for GSX not starting that was driving me crazy. 

Small tip on the side, you can also call AAO with extended rights (admin mode) without UAC query. To do this, create the task in the Windows Task Scheduler (with highest priorities) and call the task in the exe.xml - f.e. with the following code:

<Launch.Addon>
<Name>schtasks</Name>
<Disabled>False</Disabled>
<Path>C:\Windows\System32\schtasks.exe</Path>
<CommandLine> /run /TN "AAO"</CommandLine>
</Launch.Addon>

In this case, "AAO" ist the name of the Windows-Task.

If you don't want to have this in the exe.xml you can also make a shortcut on the desktop with the same commandLine (call schtask from c:\Windows32\schtasks.exe). After that you can give this shortcut the icon from the original AAO-exe file.

You can do this with any other program that needs Admin Rights.

Summary: Don't call AAO directly - call the task. 🙂

 

Edited by plerzelwupp

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.