Jump to content
Sign in to follow this  
bakerman

Navigraph Database rebuild 0%

Recommended Posts

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 

Share this post


Link to post
Share on other sites

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 

Share this post


Link to post
Share on other sites

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:

Share this post


Link to post
Share on other sites

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

Hope someone else can jump in to help you

 

Bruno


Bruno 

Share this post


Link to post
Share on other sites

Try adding that to your dll.xml file ;)

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

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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.
 

Share this post


Link to post
Share on other sites

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?

Share this post


Link to post
Share on other sites

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.

  • Upvote 1

Share this post


Link to post
Share on other sites

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

  • Upvote 1

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 REX Weather Force (MSFS), FS Global Mesh 2010, ActiveSky_P3Dv4, ASCA, EzDok v3, Pro-ATC/X and REX 4 Texture Direct (all for P3D).

 

Share this post


Link to post
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
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...