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.