anderlli0053 / DEV-tools

📦 General development tools for applications and games and pretty much everything else too :) . Created and maintained by Andrew Poženel - anderlli0053 . 📦
https://andrew-pozenel.xyz/
The Unlicense
113 stars 21 forks source link

I encountered a FileNotFoundException error during the installation of ChatApp. #132

Closed derekzhou2015 closed 1 year ago

derekzhou2015 commented 1 year ago

I can't find the app,scripts.

Bug Report

Package Name: [ChatApp]

Current Behaviour

scoop install chatbox Installing 'chatbox' (0.4.0) [64bit] from anderlli0053_DEV-tools bucket Loading chatbox_0.4.0_x64_en-US.msi from cache Checking hash of chatbox_0.4.0_x64_en-US.msi ... ok. Extracting chatbox_0.4.0_x64_en-US.msi ... done. Running installer script... Import-Module : The specified module 'D:\Users\Derek\SCOOP\buckets\apps\scripts\AppsUtils.psm1' was not loaded because no valid module file was found in any module directory. At line:2 char:1

Mount-ExternalRuntimeData : The term 'Mount-ExternalRuntimeData' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:3 char:1

Mount-ExternalRuntimeData : The term 'Mount-ExternalRuntimeData' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:4 char:1

Remove-Module : No modules were removed. Verify that the specification of modules to remove is correct and those modules exist in the runspace. At line:5 char:1

Linking D:\Users\Derek\SCOOP\apps\chatbox\current => D:\Users\Derek\SCOOP\apps\chatbox\0.4.0 Creating shortcut for chatbox (chatbox.exe) 'chatbox' (0.4.0) was installed successfully!

Expected Behaviour

scoop install chatbox Installing 'chatbox' (0.4.0) [64bit] from anderlli0053_DEV-tools bucket Loading chatbox_0.4.0_x64_en-US.msi from cache Checking hash of chatbox_0.4.0_x64_en-US.msi ... ok. Extracting chatbox_0.4.0_x64_en-US.msi ... done. Running installer script... Linking D:\Users\Derek\SCOOP\apps\chatbox\current => D:\Users\Derek\SCOOP\apps\chatbox\0.4.0 Creating shortcut for chatbox (chatbox.exe) 'chatbox' (0.4.0) was installed successfully!