I've uploaded a Red Alert map called Four Districts in the Resource Center (http://resource.openra.net/maps/15071/), but unfortunately the lint check failed on all releases. It has been build with the Map Editor of release-20160508, but I've been finalizing it in the most recent OpenRA-bleed (Github)
How can I debug the map? How can I know what t02.husk is so I can remove it?
Lint check for release-20160508
OpenRA.Utility(1,1): Error: Actor t02.husk is not defined by any rule.
OpenRA.Utility(1,1): Error: Actor t02.husk is not defined by any rule.
OpenRA.Utility(1,1): Error: Actor t02.husk is not defined by any rule.
OpenRA.Utility(1,1): Error: Actor t02.husk is not defined by any rule.
Errors: 4
Lint check for release-20151224
OpenRA.Utility(1,1): Error: Actor t02.husk is not defined by any rule.
OpenRA.Utility(1,1): Error: Actor t02.husk is not defined by any rule.
OpenRA.Utility(1,1): Error: Actor t02.husk is not defined by any rule.
OpenRA.Utility(1,1): Error: Actor t02.husk is not defined by any rule.
Errors: 4
Lint check for git-c2ec0d3
OpenRA.Utility(1,1): Error: Failed with exception: System.IO.FileNotFoundException: Unable to find parent package for /Web/openra/sites/resource.openra.net/www/openra/data/maps/15071/FourDistricts.oramap
at OpenRA.FileSystem.ZipFile..ctor (IReadOnlyFileSystem context, System.String filename) [0x00076] in /home/servers/servers/tmp/bleed/OpenRA.Game/FileSystem/ZipFile.cs:64
at OpenRA.FileSystem.FileSystem.OpenPackage (System.String filename) [0x00050] in /home/servers/servers/tmp/bleed/OpenRA.Game/FileSystem/FileSystem.cs:47
at OpenRA.Mods.Common.UtilityCommands.CheckYaml.Run (OpenRA.ModData modData, System.String[] args) [0x00000] in :0
Remove these entries from your map.yaml file:
Actor300: t02.husk
Owner: Neutral
Location: 161,161
Actor311: t02.husk
Owner: Neutral
Location: 163,172
Actor312: t02.husk
Owner: Neutral
Location: 174,159
Actor313: t02.husk
Owner: Neutral
Location: 174,145
Thank you, this has fixed the problem on the releases, but why does it still fail on the git-c2ec0d3 ?
Also, is there a way to get your own maps nominated to have it included in the next OpenRA release (bleed)?
The utility which runs the test is currently broken on bleed. There's a fix available, but it hasn't been merged yet, afaik.
Also, is there a way to get your own maps nominated to have it included in the next OpenRA release (bleed)?
I would try creating a thread at http://www.sleipnirstuff.com/forum/viewforum.php?f=83 and asking there for feedback.
Most helpful comment
Remove these entries from your map.yaml file: