You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the tutorial and executing the "Run PCSX2" tasks results in this:
The command "./run.ps1" is not recognized as a command etc...
+ CategoryInfo : ObjectNotFound: (./run.ps1:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
+ PSComputerName : localhost
But executing it from the local terminal works fine. Changing the task command to:
Impossible de lier l'argument au paramètre « Path », car il s'agit d'une chaîne vide.
+ CategoryInfo : InvalidData : (:) [Join-Path], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Microsoft.PowerShell.Commands.JoinPathCommand
+ PSComputerName : localhost
L’expression située après « . » dans un élément de pipeline a généré un objet non valide. Elle doit générer un nom de commande, un bloc de script ou un objet CommandInfo.
+ CategoryInfo : InvalidOperation : (:) [], RuntimeException
+ FullyQualifiedErrorId : BadExpression
+ PSComputerName : localhost
Le terme « RunPCSX2 » n'est pas reconnu comme nom d'applet de commande, fonction, fichier de script ou programme exécutable. Vérifiez l'orthographe du nom, ou si un chemin d'accès existe, vérifiez que le chemin d'accès est correct et réessayez.
+ CategoryInfo : ObjectNotFound: (RunPCSX2:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
+ PSComputerName : localhost
Indicating that it manages to run the script that way, but doesn't find the $PSScriptRoot variable.
PCSX2: v1.7.5689
Tyra: Latest release
The text was updated successfully, but these errors were encountered:
Following the tutorial and executing the "Run PCSX2" tasks results in this:
But executing it from the local terminal works fine. Changing the task command to:
"Start-Job -FilePath ./run.ps1 | Receive-Job -Wait"
Changes the error to:
Indicating that it manages to run the script that way, but doesn't find the $PSScriptRoot variable.
PCSX2: v1.7.5689
Tyra: Latest release
The text was updated successfully, but these errors were encountered: