Skip to content
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

Closed
fabcard opened this issue Nov 1, 2021 · 4 comments
Closed

[Bug]: EarTrumpet install error #33583

fabcard opened this issue Nov 1, 2021 · 4 comments
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation.
Milestone

Comments

@fabcard
Copy link

fabcard commented Nov 1, 2021

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:
EarTrumpet

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

Windows Package Manager v1.1.12701
Windows 10 Pro 21H1 19043.1288
@fabcard fabcard added the Issue-Bug It either shouldn't be doing this or needs an investigation. label Nov 1, 2021
@ghost ghost added the Needs-Triage This work item needs to be triaged by a member of the core team. label Nov 1, 2021
@jedieaston
Copy link
Contributor

jedieaston commented Nov 2, 2021

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 winget install --accept-source-agreements --accept-package-agreements -e 9NBLGGH516XP.

@jedieaston
Copy link
Contributor

jedieaston commented Nov 2, 2021

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.

@denelon denelon removed the Needs-Triage This work item needs to be triaged by a member of the core team. label Nov 2, 2021
@denelon
Copy link
Contributor

denelon commented Nov 2, 2021

@riverar it looks like we may have a bug to fix.

@riverar
Copy link
Contributor

riverar commented Nov 2, 2021

Looks like two bugs here.

  1. [does not impact winget] We (File-New-Project) are not expressing our VCLibs dependency in our .appinstaller file; we're going to have to get a copy of these and redistribute them on our server. (We've just been lucky some inbox app had a similar dependency for all these years I guess!) Tracking via App Installer can't install the dependencies. File-New-Project/EarTrumpet#944.

  2. Winget still doesn't have a way to express dependencies.

@fabcard fabcard closed this as completed May 14, 2022
@stephengillie stephengillie changed the title [Bug]: [Bug]: EarTrumpet install error Sep 7, 2023
@denelon denelon added this to the 1.7 Packages milestone Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation.
Projects
None yet
Development

No branches or pull requests

4 participants