-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: EarTrumpet install error #33583
Comments
EarTrumpet requires some dependencies, and I don't know what they are. App Installer says "ask the developer for {blank} package". I opened File-New-Project/EarTrumpet#944 to see if we can figure it out. You can install it from the Microsoft Store, if you're comfortable signing in to the Microsoft Store. You just need to change your script's EarTrumpet command to |
never mind, I figured it out. It requires the x86 VCLibs, whereas you might only have the 64-bit VCLibs if you're on a clean install of Windows + WinGet. I would suggest installing it via the Microsoft Store source, but if that will not work, we can add the VCLibs to winget. That will mean this is blocked for dependency support at the moment. |
@riverar it looks like we may have a bug to fix. |
Looks like two bugs here.
|
Brief description of your issue
Hello,
Fresh Windows 10 x64 install. Run my script and a error appears when trying to install EarTrumpet.
My script:
winget install --id=rammichael.7+TaskbarTweaker -e ; winget install --id=Lexikos.AutoHotkey -e ; winget install --id=Piriform.CCleaner -e ; winget install --id=SingularLabs.CCEnhancer -e ; winget install --id=File-New-Project.EarTrumpet -e ; winget install --id=ESET.Security -e ; winget install --id=Mozilla.Firefox -e ; winget install --id=Tonec.InternetDownloadManager -e --force ; winget install --id=KeePassXCTeam.KeePassXC -e ; winget install --id=Notepad++.Notepad++ -e ; winget install --id=qBittorrent.qBittorrent -e ; winget install --id=DavidMoore.IPFilterUpdater -e ; winget install --id=QL-Win.QuickLook -e ; winget install --id=RevoUninstaller.RevoUninstallerPro -e ; winget install --id=Rufus.Rufus -e ; winget install --id=Ookla.Speedtest -e ; winget install --id=VideoLAN.VLC -e ; winget install --id=t1m0thyj.WinDynamicDesktop -e ; winget install --id=RARLab.WinRAR -e
Error:
Steps to reproduce
Fresh Windows install and run the script.
Expected behavior
Install EarTrumpet with no error.
Actual behavior
EarTrumpet not installed with error.
Environment
The text was updated successfully, but these errors were encountered: