Jon Shafer's At the Gates

Jon Shafer's At the Gates

[Bug] "Could not find .../Pillage.xnb"
Came across this bug on v1.4.1. The game crashed when I looked at the Unit overview menu (where you can see the list of all the clans and their activity) while my Hunter was pillaging. Mono showed this in the backtrace:

[ERROR] FATAL UNHANDLED EXCEPTION: Microsoft.Xna.Framework.Content.ContentLoadException: Could not load asset Images/Interface/Icons/Concepts/Pillage! Error: The content file was not found. ---> Microsoft.Xna.Framework.Content.ContentLoadException: The content file was not found. ---> System.IO.FileNotFoundException: Could not find file "/home/thfr/games/fnaify/at_the_gates/unzipped/Game Files/Content/Images/Interface/Icons/Concepts/Pillage.xnb"

I actually found a solution - I couldn't find any "Pillage.xnb" anywhere in the game's directories, but was able to find "Pillage_64.xnb". I created a symlink (on a Unix system) with:

ln -s ../../Components/GraphicalButtons/Pillage_64.xnb Content/Images/Interface/Icons/Concepts/Pillage.xnb

Afterwards, I was able to open the savegame and open the unit overview menu without problems.

Would seem like an easy fix. Seems the path to the Pillage icon is wrong and needs a simple correction.

Thanks for this awesome game!