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
I have searched all issues/PRs to ensure it has not already been reported or fixed.
I have verified that I am using the latest version of Scoop and corresponding bucket.
Package Name
odin
Expected/Current Behaviour
When installing Odin (or Odin-dev) it should download the associated compressed files and extract them to appropriate directory so the rest of the script can process and create shim etc, this does not happen because it cannot find the extract_dir which is set to "dist"
Steps to Reproduce
scoop install odinInstalling 'odin' (2025-02) [64bit] from 'versions' bucketodin-windows-amd64-dev-2025-02.zip (135.9 MB) [==========================================================================] 100%Checking hash of odin-windows-amd64-dev-2025-02.zip ... ok.Extracting odin-windows-amd64-dev-2025-02.zip ... Exception: F:\scoop\apps\scoop\current\lib\core.ps1:889Line | 889 | throw "Could not find '$(fname $from)'! (error $($proc.ExitCo … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Could not find 'dist'! (error 16) scoop install odin-devInstalling 'odin-dev' (2025-02) [64bit] from 'versions' bucketodin-windows-amd64-dev-2025-02.zip (135.9 MB) [==========================================================================] 100%Checking hash of odin-windows-amd64-dev-2025-02.zip ... ok.Extracting odin-windows-amd64-dev-2025-02.zip ... Exception: F:\scoop\apps\scoop\current\lib\core.ps1:889Line | 889 | throw "Could not find '$(fname $from)'! (error $($proc.ExitCo … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Could not find 'dist'! (error 16)
Possible Solution
Removing extract_dir from odin.json might fix it, not sure.
Scoop and Buckets Version
Current Scoop version:859d1db5 (HEAD -> master, tag: v0.5.2, origin/master, origin/HEAD) chore(release): Bump to version 0.5.2 (#6080)'main' bucket:d68df2593 (HEAD -> master, origin/master, origin/HEAD) r: Update to version 4.4.3'extras' bucket:06e85e39d (HEAD -> master, origin/master, origin/HEAD) vtm: Update to version 0.9.99.63'versions' bucket:a28f37db2 (HEAD -> master, origin/master, origin/HEAD) stash-dev: Update to version 0.27.2-81-ga391fa43'sysinternals' bucket:26475b4 (HEAD -> main, origin/main, origin/HEAD) sysinternals-suite: Update to version 2025.02.13'nerd-fonts' bucket:a593cc2b (HEAD -> master, origin/master, origin/HEAD) LXGWNeoZhiSong: Update to version 1.025'java' bucket:27a78805 (HEAD -> master, origin/master, origin/HEAD) temurin8-nightly-jre: Update to version 8.0.452-3.0.202502271644'games' bucket:0bfd3bc64 (HEAD -> master, origin/master, origin/HEAD) duckstation-preview: Update to version 20250301-ga0fef2d
Prerequisites
Package Name
odin
Expected/Current Behaviour
When installing Odin (or Odin-dev) it should download the associated compressed files and extract them to appropriate directory so the rest of the script can process and create shim etc, this does not happen because it cannot find the extract_dir which is set to "dist"
Steps to Reproduce
Possible Solution
Removing extract_dir from odin.json might fix it, not sure.
Scoop and Buckets Version
Scoop Config
PowerShell Version
Additional Softwares
Odin-dev has the same issue
The text was updated successfully, but these errors were encountered: