I was hoping you'd know this since your using the windows 8 validation thing, My game keeps failing validation for... uh... I'm not sure, let me c&P....
Error Found: The UTF-8 file encoding test detected the following errors:
File C:\Program Files\WindowsApps\11525nickfarrell.CastleDefence_1.0.0.0_neutral__eq1rxcmgmvq4a\pathfind.js is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
Impact if not fixed: HTML, CSS, and JavaScript files must be encoded in UTF-8 form with a corresponding byte-order mark (BOM) in order to benefit from bytecode caching and to avoid other runtime error conditions.
AND
Error Found: The bytecode generation test detected the following errors:
File \\?\C:\Program Files\WindowsApps\11525nickfarrell.CastleDefence_1.0.0.0_neutral__eq1rxcmgmvq4a\pathfind.js has JavaScript syntax or other problems.
Impact if not fixed: As a performance optimization to accelerate JavaScript execution time, JavaScript files ending in the ".js" extension generate bytecode when the app is deployed. This optimization significantly improves start-up and ongoing execution times for JavaScript.
Does anyone know what that means or how to fix it?