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.

Navigraph Database rebuild 0%

Featured Replies

I am the only one with this problem?

 

my nav database is stuck at 0% and the FMS says database loading for ever!

Plane in the Hangar and one Navigraph cycle donated as a gift is the only positve

about this mess! :unsure:

 

Bruno

 

Bruno 

  • Replies 46
  • Views 54.4k
  • Created
  • Last Reply
  • Author

Never mind guys, problem solved and was in front of the monitor :P

checking the dll.xml is allways a good way to solve the problems.

 

Bruno

Bruno 

  • 2 weeks later...

Hi Bakerman,

Can you tell me where to find this dll.xml, and more importantly what you changed. I had exactly the same issue with the Citation upgrade when I loaded it into FSX-SE, and it now sits in the hangar unloved.  :wink:

  • Author

Hi i'm out of my house for 1 week!

Hope someone else can jump in to help you

 

Bruno

Bruno 

Hope, for the same problem for me!!

Conny Eklund

Sweden

Try adding that to your dll.xml file ;)

  <Launch.Addon>
    <Name>carenavigraph</Name>
    <Disabled>False</Disabled>
    <Path>.\carenavigraph.dll</Path>
  </Launch.Addon>

Thanks Shiner. Though to be honest I've now dumped the Carenado FMS and replaced it with the GTN - 750. :good:

I had the same problem until I added the following line in dll.xml

 

  <Launch.Addon>
      <Name>CMeteoXml</Name>
      <Disabled>False</Disabled>
      <Path>.\CMeteoXml.dll</Path>
   </Launch.Addon>

  <Launch.Addon>
    <Name>carenavigraph</Name>
    <Disabled>False</Disabled>
    <Path>.\carenavigraph.dll</Path>
  </Launch.Addon>
</SimBase.Document>

 

Hope it works for you.

 

Cheers.
 

ok I have both in my Xml but one is at the top of the file and the other is at the bottom should they be right next to each other? Its still not loading how long does it typically take to load?

here is my dll.xml

 

<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="Launch" version="1,0">
    <Descr>Launch</Descr>
    <Filename>dll.xml</Filename>
    <Disabled>False</Disabled>
    <Launch.ManualLoad>False</Launch.ManualLoad>
    <Launch.Addon>
        <Name>ObjectFlow.dll</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>E:\Steam\steamapps\common\FSX\ORBX\FTX_AU\FTXAA_ORBXLIBS\Scenery\ObjectFlow.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>ObjectFlow_NZMF.dll</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>E:\Steam\steamapps\common\FSX\ORBX\FTX_NZ\FTX_AA_NZMF\Scenery\ObjectFlow_NZMF.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>iFly Menu</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>E:\Steam\steamapps\common\FSX\Modules\iFly737NG.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>Object Placement Tool</Name>
        <Disabled>True</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>..\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit\object_placement.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>Traffic Toolbox</Name>
        <Disabled>True</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Traffic Toolbox SDK\traffictoolbox.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>Visual Effects Tool</Name>
        <Disabled>True</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Special Effects SDK\visualfxtool.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>A2A Feel</Name>
        <Disabled>False</Disabled>
        <Path>Modules\A2A_Feel.dll</Path>
        <DllStartName>module_init</DllStartName>
        <DllStopName>module_deinit</DllStopName>
    </Launch.Addon>
    <Launch.Addon>
        <Name>AccuFeelMenu</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>Modules\AccuFeelMenu.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>FSUIPC 4</Name>
        <Disabled>False</Disabled>
        <Path>Modules\FSUIPC4.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>Captain Sim 737 Sound</Name>
        <Disabled>False</Disabled>
        <Path>Captain_Sim\737\cs.sound.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>Captain Sim 727 Menu</Name>
        <Disabled>False</Disabled>
        <Path>Captain_Sim\727\Captain_Sim.p727.menu.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>Flight Recorder</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>Aerosoft\Flight Recorder\AS-FlightRecorder.dll</Path>
    </Launch.Addon>

    <Launch.Addon>
      <Name>CMeteoXml</Name>
      <Disabled>False</Disabled>
      <Path>.\CMeteoXml.dll</Path>
   </Launch.Addon>

  <Launch.Addon>
    <Name>carenavigraph</Name>
    <Disabled>False</Disabled>
    <Path>.\carenavigraph.dll</Path>
  </Launch.Addon>
</SimBase.Document>



Hope this helps.

 

Cheers.

  • 6 months later...

I had the same problem until I added the following line in dll.xml

 

  <Launch.Addon>

      <Name>CMeteoXml</Name>

      <Disabled>False</Disabled>

      <Path>.\CMeteoXml.dll</Path>

   </Launch.Addon>

 

  <Launch.Addon>

    <Name>carenavigraph</Name>

    <Disabled>False</Disabled>

    <Path>.\carenavigraph.dll</Path>

  </Launch.Addon>

</SimBase.Document>

 

Hope it works for you.

 

Cheers.

 

 

Thank you, AussiDin, for this useful help!

 

Cheers,

Stillwater

Cheers, Gerold

Spoiler

Hardware: Intel i9-13900K @ 4.2 Ghz, BENQ EW3270U (3840*2160), 32 GB RAM DDR5-6000, Gigabyte Gaming OC Nvidia GeForce RTX 4080 16 GB, Samsung 980 Pro M.2: 1 TB (Win 11-System), Samsung 870 QVO SSD: 2 TB (MSFS), 2 * Samsung 850 EVO SSD: 1 TB (P3D 4.5 HF3) & 500 GB (spare). Scenery / Add-Ons: Lots of commercial & freeware sceneries. Plus ActiveSky_MSFS - and for P3D: FS Global Mesh 2010, ActiveSky_P3Dv4, ASCA, EzDok v3, Pro-ATC/X and REX 4 Texture Direct.

 

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.