Automation Error

I’m trying to automate some builds and I keep getting the following error:
Automation Error encountered :XML ERROR : Failed to open file. Check syntax at line 0CWorkView:Destructor

Here is my XML file:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<automation version="WMP2">
    <load file="wmauto.tmd"/>
    <section name="LOD3">
        <modify>
            <world res="2032" />
            <enable group="Terrain" />
            <enable group="Heightmaps" />
            <disable group="Filters" />
            <disable group="Selectors" />
            <disable group="Materials" />
        </modify>
        <build mode="normal"/>
        <output/>
    </section>
    <echo text="Script Completed"/>
</automation>

I’ve tried using the full path, moving everything to the same directory, etc. and I still get this error.

hi, I’ve got caught by the same problem and google it find out i am not alone.
I tried new version 3.0, the problem doesn’t go away.
I think probably it has something to do with the state of OS since I also find out it does not happen to some people.
eventually I write a Python script to run the automation, it works fine. hope this can be helpful.

I know this is old, but I think removing the first empty line will work. I had success opening the xml files in Chrome to get more specific error messaging.