Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. make
  2. CSC OpenRA.Platforms.Default.dll
  3. CSC OpenRA.Server.exe
  4. $ make check
  5.  
  6. Checking for explicit interface violations...
  7.  
  8. Checking for code style violations in OpenRA.Game...
  9. Error: Utility application crashed. See utility.log for details
  10.  
  11. Unhandled Exception:
  12. System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
  13. File name: 'Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
  14. at OpenRA.Mods.Common.UtilityCommands.CheckCodeStyle.OpenRA.IUtilityCommand.Run (OpenRA.Utility utility, System.String[] args) [0x0009b] in /home/taol/source/cs/openra_perf/OpenRA/OpenRA.Mods.Common/UtilityCommands/CheckCodeStyle.cs:43
  15. at OpenRA.Program.Main (System.String[] args) [0x00203] in /home/taol/source/cs/openra_perf/OpenRA/OpenRA.Utility/Program.cs:102
  16. [ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
  17. File name: 'Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
  18. at OpenRA.Mods.Common.UtilityCommands.CheckCodeStyle.OpenRA.IUtilityCommand.Run (OpenRA.Utility utility, System.String[] args) [0x0009b] in /home/user/source/cs/openra_perf/OpenRA/OpenRA.Mods.Common/UtilityCommands/CheckCodeStyle.cs:43
  19. at OpenRA.Program.Main (System.String[] args) [0x00203] in /home/user/source/cs/openra_perf/OpenRA/OpenRA.Utility/Program.cs:102
  20. Makefile:166: recipe for target 'check' failed
  21. make: *** [check] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement