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.

Ezdok Woes:-(

Featured Replies

I've had this problem before, but can't find the solution nor a relevant search result here. Can anyone help...?

 

Ezdok is no longer starting up with FSX. This happened after a the system crashed.

 

As I recall from previous times, it's usually about a corrupt 'EXE.XML' file, but reinstalled twice and also tried manually entering the data.

 

Anyone remember how to fix this?

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

<SimBase.Document Type="Launch" version="1,0">

<Descr>Launch</Descr>

<Filename>exe.xml</Filename>

<Disabled>False</Disabled>

<Launch.ManualLoad>False</Launch.ManualLoad>

<Launch.Addon>

<Name>Couatl</Name>

<Disabled>False</Disabled>

<ManualLoad>False</ManualLoad>

<Path>fsdreamteam\couatl\couatl.exe</Path>

</Launch.Addon>

<Launch.Addon>

<Disabled>False</Disabled>

<ManualLoad>False</ManualLoad>

<Name>Autothumbnail</Name>

<Path>F:\FSXAddons\Autothumbnail\Autothumbnail.exe</Path>

</Launch.Addon>

<Launch.Addon>

<Disabled>False</Disabled>

<ManualLoad>False</ManualLoad>

<Name>AICarriers</Name>

<Path>F:\FSXAddons\AICarriers\aicarriers.exe</Path>

<CommandLine>-nogui</CommandLine>

<Launch.Addon>

<Name>EZdok camera addon</Name>

<Disabled>False</Disabled>

<Path>C:\Program Files (x86)\EZCA\EZCA.exe</Path>

</Launch.Addon>

</SimBase.Document>

Windows 10 (x64) - X-Plane 11 - M/B: Asus ROG Maximus IX Hero - CPU: i7 7700k (@5.0GHz) - RAM: 32Gb Corsair Vengeance LPX DDR4 @ 3200MHz - Video: GTX1080ti - Cooling: Custom water loop (EK 140 Revo D5 pump/res combo, EK EVO CPU block, EK XE360 Rad)

Try this one, Phil.

<?xml version="1.0" encoding="windows-1252"?>
<SimBase.Document Type="Launch" version="1,0">
<Descr>Launch</Descr>
<Filename>exe.xml</Filename>
<Disabled>False</Disabled>
<Launch.ManualLoad>False</Launch.ManualLoad>
<Launch.Addon>
<Name>Couatl</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>fsdreamteam\couatl\couatl.exe</Path>
</Launch.Addon>
<Launch.Addon>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Name>Autothumbnail</Name>
<Path>F:\FSXAddons\Autothumbnail\Autothumbnail.exe</Path>
</Launch.Addon>
<Launch.Addon>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Name>AICarriers</Name>
<Path>F:\FSXAddons\AICarriers\aicarriers.exe</Path>
<CommandLine>-nogui</CommandLine>
</Launch.Addon>
<Launch.Addon>
<Name>EZdok camera addon</Name>
<Disabled>False</Disabled>
<Path>C:\Program Files (x86)\EZCA\EZCA.exe</Path>
</Launch.Addon>
</SimBase.Document>

There was a closing line missing. One of these </Launch.Addon> .

  • Author

Thanks for that, but it must've been a copy & paste error. That's also in my copy. Really strange.

Windows 10 (x64) - X-Plane 11 - M/B: Asus ROG Maximus IX Hero - CPU: i7 7700k (@5.0GHz) - RAM: 32Gb Corsair Vengeance LPX DDR4 @ 3200MHz - Video: GTX1080ti - Cooling: Custom water loop (EK 140 Revo D5 pump/res combo, EK EVO CPU block, EK XE360 Rad)

You are missing </Launch.Addon> after AI Carriers.

^_^ Trust me on this, Phil. As TheGrunt says, there's that one line missing. Just copy and paste the text from my post and save the file as exe.xml. This should work. :smile:

  • Author

I know, that's what i meant. Mine was exactly the same. I have still tried a direct copy and paste though, and the ****** still won't launch.

 

I remember this from a couple of years back. It was just as frustrating then too;-)

 

I've double and quad checked the file paths - all correct. I've even tried using an old backup copy of the xml file, and it STILL won't launch! Grrrrrr

 

...should there be any ezdok entries in the dd.xml file, 'cos there aren't

Windows 10 (x64) - X-Plane 11 - M/B: Asus ROG Maximus IX Hero - CPU: i7 7700k (@5.0GHz) - RAM: 32Gb Corsair Vengeance LPX DDR4 @ 3200MHz - Video: GTX1080ti - Cooling: Custom water loop (EK 140 Revo D5 pump/res combo, EK EVO CPU block, EK XE360 Rad)

...should there be any ezdok entries in the dd.xml file, 'cos there aren't

 

Hello

Go here (Flight1) for a free tool to fix your dll.xml file:

http://www.flight1.com/view.asp?page=library

 

The Ezdok entry you want is in your exe.xml file, here is mine with the entry you need in blue

 

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

<SimBase.Document Type="Launch" version="1,0">

<Descr>Launch</Descr>

<Filename>exe.xml</Filename>

<Disabled>False</Disabled>

<Launch.ManualLoad>False</Launch.ManualLoad>

<Launch.Addon>

<Name>Couatl</Name>

<Disabled>False</Disabled>

<ManualLoad>False</ManualLoad>

<Path>fsdreamteam\couatl\couatl.exe</Path>

</Launch.Addon>

<Launch.Addon>

<Disabled>False</Disabled>

<Name>GoFlight FSX Data Bridge</Name>

<ManualLoad>False</ManualLoad>

<Path>C:\Program Files (x86)\GoFlight\GFDevFSX.exe</Path>

<CommandLine></CommandLine>

</Launch.Addon>

<Launch.Addon>

<Name>EZdok camera addon</Name>

<Disabled>False</Disabled>

<Path>C:\Program Files (x86)\EZCA\EZCA.exe</Path>

</Launch.Addon>

</SimBase.Document>

I know, that's what i meant. Mine was exactly the same. I have still tried a direct copy and paste though, and the ****** still won't launch.

 

I remember this from a couple of years back. It was just as frustrating then too;-)

 

I've double and quad checked the file paths - all correct. I've even tried using an old backup copy of the xml file, and it STILL won't launch! Grrrrrr

 

...should there be any ezdok entries in the dd.xml file, 'cos there aren't

</Launch.Addon> was missing from your own copy paste. CoolP's is different from yours.

  • Author

</Launch.Addon> was missing from your own copy paste. CoolP's is different from yours.

Thanks, but like i said, i was aware of that. That's why i said it was just a copy & paste error on my orriginal.

 

I now have Ezdok functioning correctly once again. And.... once again, it's due to the wonderful way that Avsim works. I sincerely thank you guys (and those who run this 'gaff' for making it possible). ;-)

 

The problem was indeed the dll.xml and not the exe.xml I simply added the data manually supplied by mad dog (cheers, another beer i owe you).

 

What I do find utterly bizarre, is that NONE of my old backup versions of dll.xml contain that data!!!! And yet i've had Ezdok since launch. Ho hum....

 

Thanks again guys - you're the 'dogs wottsits' ;-)

Windows 10 (x64) - X-Plane 11 - M/B: Asus ROG Maximus IX Hero - CPU: i7 7700k (@5.0GHz) - RAM: 32Gb Corsair Vengeance LPX DDR4 @ 3200MHz - Video: GTX1080ti - Cooling: Custom water loop (EK 140 Revo D5 pump/res combo, EK EVO CPU block, EK XE360 Rad)

Create an account or sign in to comment

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.