ScoopInstaller / Scoop

A command-line installer for Windows.

Home Page:https://scoop.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Shim: Could not create process with command "D:/***/current/**.exe"

zhangrickStudio opened this issue · comments

Bug Report

Current Behavior

After installing some programs with scoop, they cannot be run,report "Shim: Could not create process with command ".
Some are used to install ripgrep as an example. In fact, this problem like starship also occurs when installing other applications.

Expected Behavior

Additional context/output

Possible Solution

System details

Windows version: windows 11

OS architecture: 64bit

PowerShell version: [output of "$($PSVersionTable.PSVersion)"]
Major Minor Build Revision
5 1 22621 2506
图片

Additional software: [(optional) e.g. ConEmu, Git]

Scoop Configuration

{
    "root_path":  "D:\\developSoftware\\Scoop\\scoop",
    "global_path":  "D:\\developSoftware\\Scoop\\scoopApps",
    "scoop_repo":  "https://github.com/ScoopInstaller/Scoop",
    "scoop_branch":  "master",
    "last_update":  "2024-05-07T13:53:31.4585424+08:00"
}

图片

图片