Closed sebllll closed 6 years ago
btw: the appveyor error is identical to the error from my last PR.
git clone -q https://github.com/mrvux/dx11-vvvv.git C:\projects\dx11-vvvv
git fetch -q origin +refs/pull/343/merge:
git checkout -qf FETCH_HEAD
Running Install scripts
$fileContent = "-----BEGIN RSA PRIVATE KEY-----`n"
$fileContent += $env:priv_key.Replace(' ', "`n")
You cannot call a method on a null-valued expression.
At line:1 char:1
+ $fileContent += $env:priv_key.Replace(' ', "`n")
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
Command executed with exception: You cannot call a method on a null-valued expression.
This is merged, thanks, error in PR comes from submodules, I need to fix that
miplevel copying wasn't implemented right. also catched some cases that throw errors (binsize of 0, etc.)