Packing Problems - GavWood/DOGE-Game-Engine GitHub Wiki

The Packer will report an error if it cannot find the config.xml by its second attempt.

I/O warning : failed to load external entity "/github/DOGE-Game-Engine/Packer/config.xml"
Document not parsed successfully.
I/O warning : failed to load external entity "config.xml"
Document not parsed successfully.
Assertion failed: 0, file ..\Packer\SourceCode\UtXML.cpp, line 122

The config file is loaded from the root of the Packer folder. If it cannot be found there then it will loaded from the current selected directory. The error above can be resolved by hard coding a new path to your config.xml file or changing the Working Directory in Visual Studio or XCode.