forked from OpenRA/OpenRAModSDK
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.txt
25 lines (25 loc) · 5.94 KB
/
test.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
OpenRA.Utility(1,1): Error: OpenRA.Mods.Common.Lint.CheckDefaultVisibility failed with exception: System.InvalidOperationException: TypeDictionary contains multiple instances of type `OpenRA.Traits.IOccupySpaceInfo`
at OpenRA.Primitives.TypeDictionary.Get(Type t, Boolean throwsIfMissing) in X:\Workstation\OpenRa_Repositories\Tiberian-Dawn-Apolyton\engine\OpenRA.Game\Primitives\TypeDictionary.cs:line 72
at OpenRA.Primitives.TypeDictionary.GetOrDefault[T]() in X:\Workstation\OpenRa_Repositories\Tiberian-Dawn-Apolyton\engine\OpenRA.Game\Primitives\TypeDictionary.cs:line 56
at OpenRA.Mods.Common.Lint.CheckDefaultVisibility.Run(Action`1 emitError, Action`1 emitWarning, ModData modData, Ruleset rules) in X:\Workstation\OpenRa_Repositories\Tiberian-Dawn-Apolyton\engine\OpenRA.Mods.Common\Lint\CheckDefaultVisibility.cs:line 37
at OpenRA.Mods.Common.UtilityCommands.CheckYaml.CheckRules(ModData modData, Ruleset rules, Map map) in X:\Workstation\OpenRa_Repositories\Tiberian-Dawn-Apolyton\engine\OpenRA.Mods.Common\UtilityCommands\CheckYaml.cs:line 137
OpenRA.Utility(1,1): Error: Undefined notification reference Speech.UnitRepaired detected at RepairsUnitsInfo for shipyard_gdi
OpenRA.Utility(1,1): Error: Undefined notification reference Speech.UnitRepaired detected at RepairsUnitsInfo for shipyard_nod
OpenRA.Utility(1,1): Error: OpenRA.Mods.Common.Lint.CheckRevealFootprint failed with exception: System.InvalidOperationException: TypeDictionary contains multiple instances of type `OpenRA.Traits.IOccupySpaceInfo`
at OpenRA.Primitives.TypeDictionary.Get(Type t, Boolean throwsIfMissing) in X:\Workstation\OpenRa_Repositories\Tiberian-Dawn-Apolyton\engine\OpenRA.Game\Primitives\TypeDictionary.cs:line 72
at OpenRA.Primitives.TypeDictionary.GetOrDefault[T]() in X:\Workstation\OpenRa_Repositories\Tiberian-Dawn-Apolyton\engine\OpenRA.Game\Primitives\TypeDictionary.cs:line 56
at OpenRA.Mods.Common.Lint.CheckRevealFootprint.Run(Action`1 emitError, Action`1 emitWarning, ModData modData, Ruleset rules) in X:\Workstation\OpenRa_Repositories\Tiberian-Dawn-Apolyton\engine\OpenRA.Mods.Common\Lint\CheckRevealFootprint.cs:line 23
at OpenRA.Mods.Common.UtilityCommands.CheckYaml.CheckRules(ModData modData, Ruleset rules, Map map) in X:\Workstation\OpenRa_Repositories\Tiberian-Dawn-Apolyton\engine\OpenRA.Mods.Common\UtilityCommands\CheckYaml.cs:line 137
Testing default sequences for DESERT
Testing default sequences for WINTER
Testing default sequences for SNOW
Testing default sequences for TEMPERAT
Testing default sequences for JUNGLE
OpenRA.Utility(1,1): Error: Actor editorworld is not constructible; failure: ActorInfo("editorworld") failed to initialize because of the following:
Missing:
OpenRA.Mods.Common.Traits.MapCreepsInfo
OpenRA.Mods.Common.Traits.SpawnMapActorsInfo
Unresolved:
OpenRA.Mods.Common.Traits.ActorSpawnManagerInfo: { OpenRA.Mods.Common.Traits.MapCreepsInfo }
OpenRA.Mods.Common.Scripting.LuaScriptInfo: { OpenRA.Mods.Common.Traits.SpawnMapActorsInfo }