Advertisement
Kurausukun

Output2

Mar 14th, 2017
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. **********************
  2. Windows PowerShell transcript start
  3. Start time: 20170314205315
  4. Username: (Username)
  5. RunAs User: (User)
  6. Machine: (PC Name) (Microsoft Windows NT 6.1.7601 Service Pack 1)
  7. Host Application: powershell -ExecutionPolicy Bypass -Command & { Start-Transcript 'C:\Users\(name)\Desktop\VGAudio-2.0\build\runbuild.txt'; Import-Module 'C:\Users\(name)\Desktop\VGAudio-2.0\build\..\tools\psake\psake.psm1'; Invoke-psake 'C:\Users\(name)\Desktop\VGAudio-2.0\build\..\build\build.ps1' ; Stop-Transcript; exit !($psake.build_success); }
  8. Process ID: 2596
  9. PSVersion: 5.1.14409.1005
  10. PSEdition: Desktop
  11. PSCompatibleVersions: 1.0, 2.0, 3.0, 4.0, 5.0, 5.1.14409.1005
  12. BuildVersion: 10.0.14409.1005
  13. CLRVersion: 4.0.30319.42000
  14. WSManStackVersion: 3.0
  15. PSRemotingProtocolVersion: 2.3
  16. SerializationVersion: 1.1.0.1
  17. **********************
  18. Transcript started, output file is C:\Users\(name)\Desktop\VGAudio-2.0\build\runbuild.txt
  19. psake version 4.6.0
  20. Copyright (c) 2010-2014 James Kovacs & Contributors
  21. Loading module: C:\Users\(name)\Desktop\VGAudio-2.0\tools\psake\modules\WindowsSDKTools.psm1
  22.  
  23. PS>TerminatingError(Test-Path): "Cannot bind argument to parameter 'Path' because it is null."
  24. >> TerminatingError(ForEach-Object): "Cannot bind argument to parameter 'Path' because it is null."
  25. >> TerminatingError(ForEach-Object): "Cannot bind argument to parameter 'Path' because it is null."
  26. >> TerminatingError(ForEach-Object): "Cannot bind argument to parameter 'Path' because it is null."
  27. >> TerminatingError(ForEach-Object): "Cannot bind argument to parameter 'Path' because it is null."
  28. >> TerminatingError(ForEach-Object): "Cannot bind argument to parameter 'Path' because it is null."
  29. Error: 3/14/2017 20:53:15:
  30. At C:\Users\(name)\Desktop\VGAudio-2.0\tools\psake\psake.psm1:642 char:22
  31. + ... eworkDirs | foreach { Assert (test-path $_ -pathType Container) ($msg ...
  32. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [<<==>>] Exception: Cannot bind argument to parameter 'Path' because it is null.
  33. **********************
  34. Windows PowerShell transcript end
  35. End time: 20170314205315
  36. **********************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement