I can't seem to finish the benchmark for PalginHSR, is it me doing something wrong or a bug in the latest 2.3.
here is the log
Get-Content : Cannot find path 'D:\NemosMiner-v2.3-master\Wrapper_.txt' because it does not exist.
At D:\NemosMiner-v2.3-master\Include.ps1:426 char:33
+ $HashRate = Get-Content ".\Wrapper_$Id.txt"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (D:\NemosMiner-v2.3-master\Wrapper_.txt:String) [Get-Content],
ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
Get-Content : Cannot find path 'D:\NemosMiner-v2.3-master\Wrapper_.txt' because it does not exist.
At D:\NemosMiner-v2.3-master\Include.ps1:426 char:33
+ $HashRate = Get-Content ".\Wrapper_$Id.txt"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (D:\NemosMiner-v2.3-master\Wrapper_.txt:String) [Get-Content], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
Get-Content : Cannot find path 'D:\NemosMiner-v2.3-master\Wrapper_.txt' because it does not exist.
At D:\NemosMiner-v2.3-master\Include.ps1:428 char:82
+ ... {Start-Sleep $Interval; $HashRate = Get-Content ".\Wrapper_$Id.txt"}
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (D:\NemosMiner-v2.3-master\Wrapper_.txt:String) [Get-Content],
ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
Get-Content : Cannot find path 'D:\NemosMiner-v2.3-master\Wrapper_.txt' because it does not exist.
At D:\NemosMiner-v2.3-master\Include.ps1:428 char:82
+ ... {Start-Sleep $Interval; $HashRate = Get-Content ".\Wrapper_$Id.txt"}
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (D:\NemosMiner-v2.3-master\Wrapper_.txt:String) [Get-Content], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
Thank you.