openra-tibsunra2 icon indicating copy to clipboard operation
openra-tibsunra2 copied to clipboard

Error when running windows & linux installer

Open alexholliz opened this issue 8 years ago • 14 comments

Get-Content : Cannot find path
'C:\Users\Alex\Downloads\openra-tibsunra2-master\data\windows\Openra-bleed\mods\modchooser\mod.yaml' because it does
not exist.
At C:\Users\Alex\Downloads\openra-tibsunra2-master\data\windows\install.ps1:336 char:3
+     (Get-Content .\data\windows\Openra-bleed\mods\modchooser\mod.yaml ...
+      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\Alex\D...hooser\mod.yaml:String) [Get-Content], ItemNotFoundEx
   ception
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Noticed this when running the windows install script on Windows 10 Anniversary Update. .Net Framework 4.5 installed (as far as I can tell)

alexholliz avatar Jun 02 '17 04:06 alexholliz

Noticed a few more errors during installation:

Remove-Item : Cannot find path
'C:\Users\Alex\Downloads\openra-tibsunra2-master\data\windows\OpenRA-bleed\OpenRA.GameMonitor' because it does not
exist.
At C:\Users\Alex\Downloads\openra-tibsunra2-master\data\windows\install.ps1:379 char:2
+     Remove-Item -Recurse .\data\windows\OpenRA-bleed\OpenRA.GameMonit ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\Alex\D...nRA.GameMonitor:String) [Remove-Item], ItemNotFoundEx
   ception
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Cannot find path 'C:\Users\Alex\Downloads\openra-tibsunra2-master\data\windows\OpenRA-bleed\OpenRA.pdb'
because it does not exist.
At C:\Users\Alex\Downloads\openra-tibsunra2-master\data\windows\install.ps1:412 char:2
+     Remove-Item .\data\windows\OpenRA-bleed\OpenRA.pdb
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\Alex\D...leed\OpenRA.pdb:String) [Remove-Item], ItemNotFoundEx
   ception
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

alexholliz avatar Jun 02 '17 04:06 alexholliz

tibsunra2_install.txt

Attached log, There's a bunch of .NET 4.5 warnings, but running the .NET 4.5 installer just tells me it's already installed.

alexholliz avatar Jun 02 '17 04:06 alexholliz

Quick note, it doesn't appear to build an "OpenRA.exe" in the final build directory. So I am not able to launch the game.

alexholliz avatar Jun 02 '17 04:06 alexholliz

Thanks for reporting this one! I'll take a look on it as soon as I can (I'm quite busy with other matters right now).

I guess this can easily be fixed by taking a look on pathes (or commands which include pathes) the script is referring to.

I'm aware there are some differences on Windows 7 and Windows 10 Powershell commands which I've taken into account already while making the script. It seems that I need to re-check if anything has changed lately on Windows 10 Powershell commands.

Fincer avatar Jun 02 '17 08:06 Fincer

Ah okay, this seems to be a problem with outdated file paths. OpenRA has done changes to the modchooser, as far as I know. There are likely other outdated file/folder references as well.

Fincer avatar Jun 02 '17 17:06 Fincer

Is there anything I can do to help you sort out which paths need updating?

alexholliz avatar Jun 03 '17 00:06 alexholliz

I'll upload updated files soon.

Edit: It seems I need to take a deeper look into the changes OpenRA devs have made because major part of the mod structure (modchooser mainly) has changed since I previously looked at it. This causes some delay of updating my script.

These changes affect both Windows & Linux versions.

Fincer avatar Jun 03 '17 09:06 Fincer

Allright, this should be fixed now for Windows. Please let me know if it doesn't work.

Linux will follow when I'll have time to fix things.

Launching the game:

You need to launch the game with "launch-game.cmd" file executable instead of straight usage of "OpenRA.Game.exe" (in-game mod-chooser has been removed by OpenRA devs)

Fincer avatar Jun 03 '17 10:06 Fincer

I still get warning messages which I have attached a log of. openra-tibsunra2.txt All of them related to .NET 4.5. No errors anymore though! I am now able to launch the game!

alexholliz avatar Jun 05 '17 07:06 alexholliz

Tiberian Sun works! I think this can be closed. 👍

alexholliz avatar Jun 05 '17 07:06 alexholliz

not work for me(

[spoiler]`Windows PowerShell (C) Корпорация Майкрософт, 2009. Все права защищены.

PS C:\Users\Procenko> cd e:\openra-tibsunra2-master\data\windows
PS E:\openra-tibsunra2-master\data\windows> .\install

Welcome Comrade

This script will generate OpenRA with Tiberian Sun & Red Alert 2 for Windows.

  • Make sure you have Microsoft .NET Framework 4.5 installed on your computer.

  • This script is NOT made by the OpenRA developers and may have bugs.

  • If you worry about what the script is doing, you can always check its code (\data\windows\install.ps1)

  • Press Ctrl+C if you want terminate script execution.

Starting execution sequence now

Available hotfixes: None

  • Dune 2 -- Question

Additionally, Dune 2 can be installed, too. Do you want to install it? [y/N] (Default: y): y

Install Dune 2: Yes

Removing all old source files that may exist in the data directory.

Downloading OpenRA source files from GitHub. Please stand by. Исключение при вызове "DownloadFile" с "2" аргументами: "Исключение во время запроса WebClient." E:\openra-tibsunra2-master\data\windows\install.ps1:110 знак:22

  • $client.DownloadFile <<<< ("https://github.com/OpenRA/OpenRA/archive/bleed.zip?ref=bleed",".\data\windows\OpenRA-
    

bleed.zip") + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : DotNetMethodException

Downloading Red Alert 2 mod files from GitHub. Please stand by. Исключение при вызове "DownloadFile" с "2" аргументами: "Исключение во время запроса WebClient." E:\openra-tibsunra2-master\data\windows\install.ps1:116 знак:22

  • $client.DownloadFile <<<< ("https://github.com/OpenRA/ra2/archive/master.zip?ref=master",".\data\windows\ra2-mast
    

er.zip") + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : DotNetMethodException

Downloading Dune 2 mod files from GitHub. Please stand by. Исключение при вызове "DownloadFile" с "2" аргументами: "Исключение во время запроса WebClient." E:\openra-tibsunra2-master\data\windows\install.ps1:123 знак:23

  •     $client.DownloadFile <<<< ("https://github.com/OpenRA/d2/archive/master.zip?ref=master",".\data\windows\d2-ma
    

ster.zip") + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : DotNetMethodException

Unzipping OpenRA source files into \data\windows folder. Нельзя вызвать метод для выражения со значением NULL. E:\openra-tibsunra2-master\data\windows\install.ps1:134 знак:39

  • $destination.Copyhere($zip_file.items <<<< ())
    
    • CategoryInfo : InvalidOperation: (items:String) [], RuntimeException
    • FullyQualifiedErrorId : InvokeMethodOnNull

Unzipping Red Alert 2 mod files into \data\windows folder. Нельзя вызвать метод для выражения со значением NULL. E:\openra-tibsunra2-master\data\windows\install.ps1:144 знак:40

  • $destination.Copyhere($zip_file2.items <<<< ())
    
    • CategoryInfo : InvalidOperation: (items:String) [], RuntimeException
    • FullyQualifiedErrorId : InvokeMethodOnNull

Unzipping Dune 2 mod files into \data\windows folder. Нельзя вызвать метод для выражения со значением NULL. E:\openra-tibsunra2-master\data\windows\install.ps1:155 знак:41

  •     $destination.Copyhere($zip_file3.items <<<< ())
    
    • CategoryInfo : InvalidOperation: (items:String) [], RuntimeException
    • FullyQualifiedErrorId : InvokeMethodOnNull

Merging OpenRA source & Red Alert 2 + Dune 2 mod files. Copy-Item : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\data\windows\d2-master\OpenRA.Mods.D2", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:164 знак:12

  •     Copy-Item <<<<  -Recurse ".\data\windows\d2-master\OpenRA.Mods.D2" ".\data\windows\OpenRA-bleed\OpenRA.Mods.D
    

2" + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...\OpenRA.Mods.D2:String) [Copy-Item], ItemNotFoundExce ption + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand

Copy-Item : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\data\windows\d2-master", так как он не сущес твует. E:\openra-tibsunra2-master\data\windows\install.ps1:165 знак:12

  •     Copy-Item <<<<  -Recurse ".\data\windows\d2-master" ".\data\windows\OpenRA-bleed\mods\d2"
    
    • CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ndows\d2-master:String) [Copy-Item], ItemNotFoundExce ption
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand

Remove-Item : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\data\windows\d2-master", так как он не сущ ествует. E:\openra-tibsunra2-master\data\windows\install.ps1:167 знак:14

  •     Remove-Item <<<<  -Recurse .\data\windows\d2-master\*
    
    • CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ndows\d2-master:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Copy-Item : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\data\windows\ra2-master\OpenRA.Mods.RA2", та к как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:169 знак:12

  •     Copy-Item <<<<  -Recurse ".\data\windows\ra2-master\OpenRA.Mods.RA2" ".\data\windows\OpenRA-bleed\OpenRA.Mods
    

.RA2" + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...OpenRA.Mods.RA2:String) [Copy-Item], ItemNotFoundExce ption + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand

Copy-Item : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\data\windows\ra2-master", так как он не суще ствует. E:\openra-tibsunra2-master\data\windows\install.ps1:170 знак:12

  •     Copy-Item <<<<  -Recurse ".\data\windows\ra2-master" ".\data\windows\OpenRA-bleed\mods\ra2"
    
    • CategoryInfo : ObjectNotFound: (E:\openra-tibsu...dows\ra2-master:String) [Copy-Item], ItemNotFoundExce ption
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand

Remove-Item : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\data\windows\ra2-master", так как он не су ществует. E:\openra-tibsunra2-master\data\windows\install.ps1:177 знак:13

  • Remove-Item <<<<  -Recurse .\data\windows\ra2-master\*
    
    • CategoryInfo : ObjectNotFound: (E:\openra-tibsu...dows\ra2-master:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Retrieving OpenRA & Red Alert 2 + Dune 2 Git version numbers. Исключение при вызове "DownloadFile" с "2" аргументами: "Исключение во время запроса WebClient." E:\openra-tibsunra2-master\data\windows\install.ps1:189 знак:19

  • $web.DownloadFile <<<< ("https://github.com/OpenRA/OpenRA",".\data\windows\openra-github.html")
    
    • CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    • FullyQualifiedErrorId : DotNetMethodException

Get-Content : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\data\windows\openra-github.html", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:192 знак:13

  • Get-Content <<<<  .\data\windows\openra-github.html |
    
    • CategoryInfo : ObjectNotFound: (E:\openra-tibsu...nra-github.html:String) [Get-Content], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Get-Content : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\data\windows\openra-html-stripped.txt", та к как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:203 знак:14

  • (Get-Content <<<<  .\data\windows\openra-html-stripped.txt)[2] -replace '\s','' | Foreach-Object{ 'git-' + $_ } >
    

.\data\windows\openra-latestcommit.txt + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ml-stripped.txt:String) [Get-Content], ItemNotFoundEx ception + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Не удается индексировать в массив NULL. E:\openra-tibsunra2-master\data\windows\install.ps1:203 знак:56

  • (Get-Content .\data\windows\openra-html-stripped.txt)[ <<<< 2] -replace '\s','' | Foreach-Object{ 'git-' + $_ } >
    

.\data\windows\openra-latestcommit.txt + CategoryInfo : InvalidOperation: (2:Int32) [], RuntimeException + FullyQualifiedErrorId : NullArray

Исключение при вызове "ReadAllText" с "1" аргументами: "Не удалось найти часть пути "C:\Users\Procenko\data\windows\ope nra-latestcommit.txt"." E:\openra-tibsunra2-master\data\windows\install.ps1:205 знак:45

  • $openra_gitversion = [IO.File]::ReadAllText <<<< (".\data\windows\openra-latestcommit.txt").trim("`r`n")
    
    • CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    • FullyQualifiedErrorId : DotNetMethodException

OpenRA version: Исключение при вызове "ReadAllText" с "1" аргументами: "Не удалось найти часть пути "C:\Users\Procenko\data\windows\ope nra-latestcommit.txt"." E:\openra-tibsunra2-master\data\windows\install.ps1:209 знак:48

  • $openra_folderversion = [IO.File]::ReadAllText <<<< (".\data\windows\openra-latestcommit.txt").trim("`r`ngit")
    
    • CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    • FullyQualifiedErrorId : DotNetMethodException

Исключение при вызове "DownloadFile" с "2" аргументами: "Исключение во время запроса WebClient." E:\openra-tibsunra2-master\data\windows\install.ps1:215 знак:19

  • $web.DownloadFile <<<< ("https://github.com/OpenRA/ra2",".\data\windows\ra2-github.html")
    
    • CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    • FullyQualifiedErrorId : DotNetMethodException

Get-Content : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\data\windows\ra2-github.html", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:218 знак:13

  • Get-Content <<<<  .\data\windows\ra2-github.html |
    
    • CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ra2-github.html:String) [Get-Content], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Get-Content : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\data\windows\ra2-html-stripped.txt", так к ак он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:229 знак:14

  • (Get-Content <<<<  .\data\windows\ra2-html-stripped.txt)[2] -replace '\s','' | Foreach-Object{ 'git-' + $_ } > .\
    

data\windows\ra2-latestcommit.txt + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ml-stripped.txt:String) [Get-Content], ItemNotFoundEx ception + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Не удается индексировать в массив NULL. E:\openra-tibsunra2-master\data\windows\install.ps1:229 знак:53

  • (Get-Content .\data\windows\ra2-html-stripped.txt)[ <<<< 2] -replace '\s','' | Foreach-Object{ 'git-' + $_ } > .\
    

data\windows\ra2-latestcommit.txt + CategoryInfo : InvalidOperation: (2:Int32) [], RuntimeException + FullyQualifiedErrorId : NullArray

Исключение при вызове "ReadAllText" с "1" аргументами: "Не удалось найти часть пути "C:\Users\Procenko\data\windows\ra2 -latestcommit.txt"." E:\openra-tibsunra2-master\data\windows\install.ps1:231 знак:42

  • $ra2_gitversion = [IO.File]::ReadAllText <<<< (".\data\windows\ra2-latestcommit.txt").trim("`r`n")
    
    • CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    • FullyQualifiedErrorId : DotNetMethodException

RA2 version: Исключение при вызове "ReadAllText" с "1" аргументами: "Не удалось найти часть пути "C:\Users\Procenko\data\windows\ra2 -latestcommit.txt"." E:\openra-tibsunra2-master\data\windows\install.ps1:235 знак:45

  • $ra2_folderversion = [IO.File]::ReadAllText <<<< (".\data\windows\ra2-latestcommit.txt").trim("`r`ngit")
    
    • CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    • FullyQualifiedErrorId : DotNetMethodException

Исключение при вызове "DownloadFile" с "2" аргументами: "Исключение во время запроса WebClient." E:\openra-tibsunra2-master\data\windows\install.ps1:243 знак:20

  •     $web.DownloadFile <<<< ("https://github.com/OpenRA/d2",".\data\windows\d2-github.html")
    
    • CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    • FullyQualifiedErrorId : DotNetMethodException

Get-Content : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\data\windows\d2-github.html", так как он н е существует. E:\openra-tibsunra2-master\data\windows\install.ps1:246 знак:14

  •     Get-Content <<<<  .\data\windows\d2-github.html |
    
    • CategoryInfo : ObjectNotFound: (E:\openra-tibsu...\d2-github.html:String) [Get-Content], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Get-Content : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\data\windows\d2-html-stripped.txt", так ка к он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:257 знак:15

  •     (Get-Content <<<<  .\data\windows\d2-html-stripped.txt)[2] -replace '\s','' | Foreach-Object{ 'git-' + $_ } >
    

.\data\windows\d2-latestcommit.txt + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ml-stripped.txt:String) [Get-Content], ItemNotFoundEx ception + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Не удается индексировать в массив NULL. E:\openra-tibsunra2-master\data\windows\install.ps1:257 знак:53

  •     (Get-Content .\data\windows\d2-html-stripped.txt)[ <<<< 2] -replace '\s','' | Foreach-Object{ 'git-' + $_ } >
    

.\data\windows\d2-latestcommit.txt + CategoryInfo : InvalidOperation: (2:Int32) [], RuntimeException + FullyQualifiedErrorId : NullArray

Исключение при вызове "ReadAllText" с "1" аргументами: "Не удалось найти часть пути "C:\Users\Procenko\data\windows\d2- latestcommit.txt"." E:\openra-tibsunra2-master\data\windows\install.ps1:259 знак:42

  •     $d2_gitversion = [IO.File]::ReadAllText <<<< (".\data\windows\d2-latestcommit.txt").trim("`r`n")
    
    • CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    • FullyQualifiedErrorId : DotNetMethodException

Dune 2 version: Исключение при вызове "ReadAllText" с "1" аргументами: "Не удалось найти часть пути "C:\Users\Procenko\data\windows\d2- latestcommit.txt"." E:\openra-tibsunra2-master\data\windows\install.ps1:263 знак:45

  •     $d2_folderversion = [IO.File]::ReadAllText <<<< (".\data\windows\d2-latestcommit.txt").trim("`r`ngit")
    
    • CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    • FullyQualifiedErrorId : DotNetMethodException

Copy-Item : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\data\patches\windows", так как он не существ ует. E:\openra-tibsunra2-master\data\windows\install.ps1:272 знак:12

  •     Copy-Item <<<<  ".\data\patches\windows\*.patch" ".\data\windows"
    
    • CategoryInfo : ObjectNotFound: (E:\openra-tibsu...patches\windows:String) [Copy-Item], ItemNotFoundExce ption
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand

Patching OpenRA source code for Tiberian Sun & Red Alert 2 + Dune 2. Set-Location : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\data\windows", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:304 знак:4

  • cd <<<<  .\data\windows
    
    • CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ws\data\windows:String) [Set-Location], ItemNotFoundE xception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand

For each time a patch/hotfix is being applied, UAC may ask permission for patch.exe.

Executing patch.exe 0 times now. Get-Content : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\Openra-bleed\mods\ra\mod.yaml", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:322 знак:14

  • (Get-Content <<<<  .\data\windows\Openra-bleed\mods\ra\mod.yaml) -replace '{DEV_VERSION}',$openra_gitversion | Se
    

t-Content .\data\windows\Openra-bleed\mods\ra\mod.yaml + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ods\ra\mod.yaml:String) [Get-Content], ItemNotFoundEx ception + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Set-Content : Не удалось найти часть пути "E:\openra-tibsunra2-master\data\windows\Openra-bleed\mods\ra\mod.yaml". E:\openra-tibsunra2-master\data\windows\install.ps1:322 знак:118

  • (Get-Content .\data\windows\Openra-bleed\mods\ra\mod.yaml) -replace '{DEV_VERSION}',$openra_gitversion | Set-Cont
    

ent <<<< .\data\windows\Openra-bleed\mods\ra\mod.yaml + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ods\ra\mod.yaml:String) [Set-Content], DirectoryNotFo undException + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand

Get-Content : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\Openra-bleed\mods\cnc\mod.yaml", так как о н не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:325 знак:14

  • (Get-Content <<<<  .\data\windows\Openra-bleed\mods\cnc\mod.yaml) -replace '{DEV_VERSION}',$openra_gitversion | S
    

et-Content .\data\windows\Openra-bleed\mods\cnc\mod.yaml + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ds\cnc\mod.yaml:String) [Get-Content], ItemNotFoundEx ception + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Set-Content : Не удалось найти часть пути "E:\openra-tibsunra2-master\data\windows\Openra-bleed\mods\cnc\mod.yaml". E:\openra-tibsunra2-master\data\windows\install.ps1:325 знак:119

  • (Get-Content .\data\windows\Openra-bleed\mods\cnc\mod.yaml) -replace '{DEV_VERSION}',$openra_gitversion | Set-Con
    

tent <<<< .\data\windows\Openra-bleed\mods\cnc\mod.yaml + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ds\cnc\mod.yaml:String) [Set-Content], DirectoryNotFo undException + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand

Get-Content : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\Openra-bleed\mods\d2k\mod.yaml", так как о н не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:328 знак:14

  • (Get-Content <<<<  .\data\windows\Openra-bleed\mods\d2k\mod.yaml) -replace '{DEV_VERSION}',$openra_gitversion | S
    

et-Content .\data\windows\Openra-bleed\mods\d2k\mod.yaml + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ds\d2k\mod.yaml:String) [Get-Content], ItemNotFoundEx ception + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Set-Content : Не удалось найти часть пути "E:\openra-tibsunra2-master\data\windows\Openra-bleed\mods\d2k\mod.yaml". E:\openra-tibsunra2-master\data\windows\install.ps1:328 знак:119

  • (Get-Content .\data\windows\Openra-bleed\mods\d2k\mod.yaml) -replace '{DEV_VERSION}',$openra_gitversion | Set-Con
    

tent <<<< .\data\windows\Openra-bleed\mods\d2k\mod.yaml + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ds\d2k\mod.yaml:String) [Set-Content], DirectoryNotFo undException + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand

Get-Content : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\Openra-bleed\mods\ts\mod.yaml", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:331 знак:14

  • (Get-Content <<<<  .\data\windows\Openra-bleed\mods\ts\mod.yaml) -replace '{DEV_VERSION}',$openra_gitversion | Se
    

t-Content .\data\windows\Openra-bleed\mods\ts\mod.yaml + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ods\ts\mod.yaml:String) [Get-Content], ItemNotFoundEx ception + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Set-Content : Не удалось найти часть пути "E:\openra-tibsunra2-master\data\windows\Openra-bleed\mods\ts\mod.yaml". E:\openra-tibsunra2-master\data\windows\install.ps1:331 знак:118

  • (Get-Content .\data\windows\Openra-bleed\mods\ts\mod.yaml) -replace '{DEV_VERSION}',$openra_gitversion | Set-Cont
    

ent <<<< .\data\windows\Openra-bleed\mods\ts\mod.yaml + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ods\ts\mod.yaml:String) [Set-Content], DirectoryNotFo undException + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand

Get-Content : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\Openra-bleed\mods\ra2\mod.yaml", так как о н не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:334 знак:14

  • (Get-Content <<<<  .\data\windows\Openra-bleed\mods\ra2\mod.yaml) -replace '{DEV_VERSION}',$ra2_gitversion | Set-
    

Content .\data\windows\Openra-bleed\mods\ra2\mod.yaml + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ds\ra2\mod.yaml:String) [Get-Content], ItemNotFoundEx ception + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Set-Content : Не удалось найти часть пути "E:\openra-tibsunra2-master\data\windows\Openra-bleed\mods\ra2\mod.yaml". E:\openra-tibsunra2-master\data\windows\install.ps1:334 знак:116

  • (Get-Content .\data\windows\Openra-bleed\mods\ra2\mod.yaml) -replace '{DEV_VERSION}',$ra2_gitversion | Set-Conten
    

t <<<< .\data\windows\Openra-bleed\mods\ra2\mod.yaml + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ds\ra2\mod.yaml:String) [Set-Content], DirectoryNotFo undException + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand

Get-Content : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\Openra-bleed\mods\all\mod.yaml", так как о н не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:340 знак:14

  • (Get-Content <<<<  .\data\windows\Openra-bleed\mods\all\mod.yaml) -replace '{DEV_VERSION}',$openra_gitversion | S
    

et-Content .\data\windows\Openra-bleed\mods\all\mod.yaml + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ds\all\mod.yaml:String) [Get-Content], ItemNotFoundEx ception + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Set-Content : Не удалось найти часть пути "E:\openra-tibsunra2-master\data\windows\Openra-bleed\mods\all\mod.yaml". E:\openra-tibsunra2-master\data\windows\install.ps1:340 знак:119

  • (Get-Content .\data\windows\Openra-bleed\mods\all\mod.yaml) -replace '{DEV_VERSION}',$openra_gitversion | Set-Con
    

tent <<<< .\data\windows\Openra-bleed\mods\all\mod.yaml + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ds\all\mod.yaml:String) [Set-Content], DirectoryNotFo undException + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand

Get-Content : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\Openra-bleed\mods\d2\mod.yaml", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:344 знак:15

  •     (Get-Content <<<<  .\data\windows\Openra-bleed\mods\d2\mod.yaml) -replace '{DEV_VERSION}',$d2_gitversion | Se
    

t-Content .\data\windows\Openra-bleed\mods\d2\mod.yaml + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ods\d2\mod.yaml:String) [Get-Content], ItemNotFoundEx ception + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand

Set-Content : Не удалось найти часть пути "E:\openra-tibsunra2-master\data\windows\Openra-bleed\mods\d2\mod.yaml". E:\openra-tibsunra2-master\data\windows\install.ps1:344 знак:115

  •     (Get-Content .\data\windows\Openra-bleed\mods\d2\mod.yaml) -replace '{DEV_VERSION}',$d2_gitversion | Set-Cont
    

ent <<<< .\data\windows\Openra-bleed\mods\d2\mod.yaml + CategoryInfo : ObjectNotFound: (E:\openra-tibsu...ods\d2\mod.yaml:String) [Set-Content], DirectoryNotFo undException + FullyQualifiedErrorId : GetContentWriterDirectoryNotFoundError,Microsoft.PowerShell.Commands.SetContentCommand

Compiling OpenRA with Tiberian Sun & Red Alert 2 + Dune 2.

Set-Location : Не удается найти путь "E:\openra-tibsunra2-master\data\windows\OpenRA-bleed", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:364 знак:4

  • cd <<<<  .\data\windows\OpenRA-bleed\
    
    • CategoryInfo : ObjectNotFound: (E:\openra-tibsu...s\OpenRA-bleed:String) [Set-Location], ItemNotFoundE xception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand

Имя ".\make.cmd" не распознано как имя командлета, функции, файла скрипта или выполняемой программы. Проверьте правильн ость написания имени, а также наличие и правильность пути, после чего повторите попытку. E:\openra-tibsunra2-master\data\windows\install.ps1:365 знак:12

  • .\make.cmd <<<<  dependencies
    
    • CategoryInfo : ObjectNotFound: (.\make.cmd:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException

Имя ".\make.cmd" не распознано как имя командлета, функции, файла скрипта или выполняемой программы. Проверьте правильн ость написания имени, а также наличие и правильность пути, после чего повторите попытку. E:\openra-tibsunra2-master\data\windows\install.ps1:366 знак:12

  • .\make.cmd <<<<  all
    
    • CategoryInfo : ObjectNotFound: (.\make.cmd:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException

Copying OpenRA files to the final location. This takes a while. Please wait.

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.Platforms.Default", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:372 знак:13

  • Remove-Item <<<<  -Recurse .\data\windows\OpenRA-bleed\OpenRA.Platforms.Default
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...atforms.Default:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.Mods.Common", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:373 знак:13

  • Remove-Item <<<<  -Recurse .\data\windows\OpenRA-bleed\OpenRA.Mods.Common
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...nRA.Mods.Common:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.Mods.Cnc", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:374 знак:13

  • Remove-Item <<<<  -Recurse .\data\windows\OpenRA-bleed\OpenRA.Mods.Cnc
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...OpenRA.Mods.Cnc:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.Mods.D2k", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:375 знак:13

  • Remove-Item <<<<  -Recurse .\data\windows\OpenRA-bleed\OpenRA.Mods.D2k
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...OpenRA.Mods.D2k:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.Mods.RA2", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:376 знак:13

  • Remove-Item <<<<  -Recurse .\data\windows\OpenRA-bleed\OpenRA.Mods.RA2
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...OpenRA.Mods.RA2:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.Server", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:377 знак:13

  • Remove-Item <<<<  -Recurse .\data\windows\OpenRA-bleed\OpenRA.Server
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...d\OpenRA.Server:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.Test", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:378 знак:13

  • Remove-Item <<<<  -Recurse .\data\windows\OpenRA-bleed\OpenRA.Test
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\OpenRA-bleed\OpenRA.Test:String) [Remove-Item], ItemNot FoundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.Utility", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:379 знак:13

  • Remove-Item <<<<  -Recurse .\data\windows\OpenRA-bleed\OpenRA.Utility
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...\OpenRA.Utility:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.Game", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:381 знак:13

  • Remove-Item <<<<  -Recurse .\data\windows\OpenRA-bleed\OpenRA.Game
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\OpenRA-bleed\OpenRA.Game:String) [Remove-Item], ItemNot FoundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\packaging", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:382 знак:13

  • Remove-Item <<<<  -Recurse .\data\windows\OpenRA-bleed\packaging
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\OpenRA-bleed\packaging:String) [Remove-Item], ItemNotFo undException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\thirdparty", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:383 знак:13

  • Remove-Item <<<<  -Recurse .\data\windows\OpenRA-bleed\thirdparty
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\OpenRA-bleed\thirdparty:String) [Remove-Item], ItemNotF oundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.Mods.D2", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:386 знак:14

  •     Remove-Item <<<<  -Recurse .\data\windows\OpenRA-bleed\OpenRA.Mods.D2
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...\OpenRA.Mods.D2:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed.editorconfig", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:389 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\.editorconfig
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...d.editorconfig:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed.gitattributes", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:390 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\.gitattributes
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows....gitattributes:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed.gitignore", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:391 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\.gitignore
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\OpenRA-bleed.gitignore:String) [Remove-Item], ItemNotF oundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed.kateproject", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:392 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\.kateproject
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...ed.kateproject:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed.travis.yml", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:393 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\.travis.yml
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\OpenRA-bleed.travis.yml:String) [Remove-Item], ItemNot FoundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\CONTRIBUTING.md", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:394 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\CONTRIBUTING.md
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...CONTRIBUTING.md:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\COPYING", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:395 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\COPYING
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\OpenRA-bleed\COPYING:String) [Remove-Item], ItemNotFoun dException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\ConvertFrom-Markdown.ps1", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:396 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\ConvertFrom-Markdown.ps1
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...om-Markdown.ps1:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\INSTALL.md", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:397 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\INSTALL.md
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\OpenRA-bleed\INSTALL.md:String) [Remove-Item], ItemNotF oundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\Makefile", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:398 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\Makefile
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\OpenRA-bleed\Makefile:String) [Remove-Item], ItemNotFou ndException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.sln", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:399 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\OpenRA.sln
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\OpenRA-bleed\OpenRA.sln:String) [Remove-Item], ItemNotF oundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\README.md", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:400 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\README.md
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\OpenRA-bleed\README.md:String) [Remove-Item], ItemNotFo undException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\Settings.StyleCop", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:401 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\Settings.StyleCop
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...ttings.StyleCop:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\make.ps1", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:402 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\make.ps1
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\OpenRA-bleed\make.ps1:String) [Remove-Item], ItemNotFou ndException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\make.cmd", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:403 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\make.cmd
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\OpenRA-bleed\make.cmd:String) [Remove-Item], ItemNotFou ndException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\launch-game.sh", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:404 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\launch-game.sh
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...\launch-game.sh:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\launch-dedicated.sh", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:405 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\launch-dedicated.sh
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...ch-dedicated.sh:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\appveyor.yml", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:406 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\appveyor.yml
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...ed\appveyor.yml:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\dupFinder.xslt", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:407 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\dupFinder.xslt
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...\dupFinder.xslt:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.Game.pdb", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:408 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\OpenRA.Game.pdb
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...OpenRA.Game.pdb:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.Server.pdb", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:409 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\OpenRA.Server.pdb
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...enRA.Server.pdb:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.Platforms.Default.pdb", так как он не существу ет. E:\openra-tibsunra2-master\data\windows\install.ps1:410 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\OpenRA.Platforms.Default.pdb
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...rms.Default.pdb:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.Test.nunit", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:411 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\OpenRA.Test.nunit
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...enRA.Test.nunit:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.Test.pdb", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:412 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\OpenRA.Test.pdb
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...OpenRA.Test.pdb:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.sln.orig", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:413 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\OpenRA.sln.orig
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...OpenRA.sln.orig:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\utility.cmd.orig", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:414 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\utility.cmd.orig
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...tility.cmd.orig:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\OpenRA.Utility.pdb", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:415 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\OpenRA.Utility.pdb
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...nRA.Utility.pdb:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\AUTHORS", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:416 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\AUTHORS
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\OpenRA-bleed\AUTHORS:String) [Remove-Item], ItemNotFoun dException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\mods\common\OpenRA.Mods.Cnc.pdb", так как он не сущес твует. E:\openra-tibsunra2-master\data\windows\install.ps1:418 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\mods\common\OpenRA.Mods.Cnc.pdb
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...RA.Mods.Cnc.pdb:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\mods\common\OpenRA.Mods.Common.pdb", так как он не су ществует. E:\openra-tibsunra2-master\data\windows\install.ps1:419 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\mods\common\OpenRA.Mods.Common.pdb
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...Mods.Common.pdb:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\mods\d2k\OpenRA.Mods.D2k.pdb", так как он не существу ет. E:\openra-tibsunra2-master\data\windows\install.ps1:420 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\mods\d2k\OpenRA.Mods.D2k.pdb
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...RA.Mods.D2k.pdb:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\mods\ra2\build.cake", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:422 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\mods\ra2\build.cake
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...\ra2\build.cake:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\mods\ra2\makefile", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:423 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\mods\ra2\makefile
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...ds\ra2\makefile:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\mods\ra2\make.ps1", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:424 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\mods\ra2\make.ps1
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...ds\ra2\make.ps1:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\mods\ra2.gitattributes", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:425 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\mods\ra2\.gitattributes
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows....gitattributes:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\mods\ra2.gitignore", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:426 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\mods\ra2\.gitignore
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...\ra2.gitignore:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\mods\ra2.travis.yml", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:427 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\mods\ra2\.travis.yml
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...ra2.travis.yml:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\mods\ra2\make.cmd", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:428 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\mods\ra2\make.cmd
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...ds\ra2\make.cmd:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\mods\ra2\fetch-content.sh", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:429 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\mods\ra2\fetch-content.sh
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...etch-content.sh:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\mods\ra2\OpenRA.Mods.RA2", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:430 знак:13

  • Remove-Item <<<<  -Recurse .\data\windows\OpenRA-bleed\mods\ra2\OpenRA.Mods.RA2
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...OpenRA.Mods.RA2:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed\mods\d2\OpenRA.Mods.D2", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:433 знак:14

  •     Remove-Item <<<<  -Recurse .\data\windows\OpenRA-bleed\mods\d2\OpenRA.Mods.D2
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows...\OpenRA.Mods.D2:String) [Remove-Item], ItemNotFoundEx ception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Copy-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:435 знак:12

  •     Copy-Item <<<<  -Recurse ".\data\windows\OpenRA-bleed\" ".\OpenRA-tibsunra2-Windows-openra$openra_folderversi
    

on-ra2$ra2_folderversion-d2$d2_folderversion" + CategoryInfo : ObjectNotFound: (E:\data\windows\OpenRA-bleed:String) [Copy-Item], ItemNotFoundExceptio n + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\d2-master", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:437 знак:14

  •     Remove-Item <<<<  .\data\windows\d2-master
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\d2-master:String) [Remove-Item], ItemNotFoundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:442 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed\* -Recurse
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\OpenRA-bleed:String) [Remove-Item], ItemNotFoundExcepti on
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\OpenRA-bleed", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:443 знак:13

  • Remove-Item <<<<  .\data\windows\OpenRA-bleed
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\OpenRA-bleed:String) [Remove-Item], ItemNotFoundExcepti on
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Remove-Item : Не удается найти путь "E:\data\windows\ra2-master", так как он не существует. E:\openra-tibsunra2-master\data\windows\install.ps1:444 знак:13

  • Remove-Item <<<<  .\data\windows\ra2-master
    
    • CategoryInfo : ObjectNotFound: (E:\data\windows\ra2-master:String) [Remove-Item], ItemNotFoundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

Compilation process completed. You find the game inside 'OpenRA-tibsunra2-Windows-openra-ra2-d2' folder

TO PLAY OPENRA: Click OpenRA.exe (maybe you should create a desktop shortcut for it?)

TO PLAY TIBERIAN SUN: Launch the game and download the required asset files from the web when the game asks you to do s o.

TO PLAY RED ALERT 2: you must install language.mix, multi.mix, ra2.mix and theme.mix into \My Documents\OpenRA\Content
ra2\ folder. You find these files from original RA2 installation media (CD's):

theme.mix, multi.mix = RA2 CD Root folder ra2.mix, language.mix = RA2 CD Root\INSTALL\Game1.CAB (inside that archive file)

TO PLAY DUNE 2: Please see https://github.com/Fincer/openra-tibsunra2/ front page for further instructions.

MULTIPLAYER: It's recommended to build OpenRA using exactly same GIT source files for multiplayer usage to minimize pos sible version differences/conflicts between players. Please make sure all players have exactly same git versions of the ir in-game mods (RA, CNC, D2K, TS, RA2). Version numbers are formatted like 'git-e0d7445' etc. and can be found in each mod description in the mod selection menu.

For this compilation, the version numbers are as follows: OpenRA version: RA2 version: Dune 2 version:

UNINSTALLATION: Since the game has been compiled from source and no additional setup programs are provided, all you nee d to do is to delete the contents of 'OpenRA-bleed-tibsunra2' folder and \My Documents\OpenRA\

Have fun! PS E:>`[/spoiler]

12sunflowers avatar Jun 23 '17 22:06 12sunflowers

Thanks for reporting @12sunflowers

Which Windows ver. you have installed? 7 or 10? Do you have Net Framework 4.5 on your computer?

The script requires PowerShell and is tested with out-of-the-box version of the program on Windows 7 & 10.

Network connection is required for downloading the source files. The script tests your network connection by trying to connect to github.com (which, indeed, doesn't require much bandwidth). I'd suggest re-checking your internet connection.

The script will fail if sources (OpenRA-bleed.zip & ra2-master.zip) can't be downloaded. If you can't obtain the files, the rest of the script will fail and output is as you described.

Hope this helps.

  • Fincer

Fincer avatar Jun 23 '17 23:06 Fincer

Huuh) Thanks 4 quick reply!) Win7x64 FW4.5.2(i am also make copy 4.5.2 and rename it to 4.5) I have and use PowerShell With my Network all ok)

i am starting script from openra-tibsunra2-master.zip\openra-tibsunra2-master\data\windows\install.ps1 not from bat because powershell is not part of win7, i am manually start Powershell "cd" openra-tibsunra2-master.zip\openra-tibsunra2-master\data\windows
".\install.ps1"

i am not coder, but i try to modify script

#------------------------------------------------------
## Download OpenRA-bleed source code

	"`nDownloading OpenRA source files from GitHub. Please stand by."
	$client.DownloadFile("https://github.com/OpenRA/OpenRA/archive/bleed.zip?ref=bleed","OpenRA-bleed.zip")

#------------------------------------------------------
## Download Red Alert 2 mod files

	"`nDownloading Red Alert 2 mod files from GitHub. Please stand by."
	$client.DownloadFile("https://github.com/OpenRA/ra2/archive/master.zip?ref=master","ra2-master.zip")

#------------------------------------------------------
## Download Dune 2 mod files

	if (-Not ($dune2_install -eq "n") -and -Not ($dune2_install -eq "o")) {
		"`nDownloading Dune 2 mod files from GitHub. Please stand by."
		$client.DownloadFile("https://github.com/OpenRA/d2/archive/master.zip?ref=master","d2-master.zip")

now all download ok, but after that, at unzip stage i have "null" error(

12sunflowers avatar Jun 24 '17 00:06 12sunflowers

Wooow at last! i am set

Edit Windows Environment variables. System variables. Edit variable PATH by placing to the end of it path to PowerShell command: C:\Windows\System32\WindowsPowerShell\v1.0

run the BAT all done well!

woow.txt

but now i have another question, how launch RA2 and Dune2? from launch-game.cmd i dont see options for RA2 and Dune2 i am also put all needed PAKs c:\Users\Procenko\Documents\OpenRA\Content\d2
and MIXs files to c:\Users\Procenko\Documents\OpenRA\Content\ra2

UPD if i do this OpenRA.Game.exe Game.Mod=ra2 nothing happens just blink screen, and in logs i see exception-2017-06-24T004824Z.txt

if i do this OpenRA.Game.exe Game.Mod=d2 nothing happens just blink screen, and in logs i see exception-2017-06-24T005121Z.txt

12sunflowers avatar Jun 24 '17 00:06 12sunflowers