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

Chocolatey is unable to resolve Chrome's path #1111

Open
d35ha opened this issue Jul 23, 2024 · 3 comments
Open

Chocolatey is unable to resolve Chrome's path #1111

d35ha opened this issue Jul 23, 2024 · 3 comments
Assignees
Labels
🐛 bug Something isn't working

Comments

@d35ha
Copy link
Member

d35ha commented Jul 23, 2024

It seems chocolatey is not able to resolve this path:

$iconLocation = "%ProgramFiles%\Google\Chrome\Application\chrome.exe"

cyber_chef

@d35ha d35ha added the 🐛 bug Something isn't working label Jul 23, 2024
@d35ha d35ha self-assigned this Jul 23, 2024
@d35ha
Copy link
Member Author

d35ha commented Jul 24, 2024

Fixed at 4951414.

@d35ha d35ha closed this as completed Jul 24, 2024
@Ana06
Copy link
Member

Ana06 commented Jul 25, 2024

@d35ha I think there is no PR for that change, so this is not fixed. Or am I missing something?

@Ana06 Ana06 reopened this Jul 25, 2024
@emtuls
Copy link
Member

emtuls commented Sep 16, 2024

@Ana06 @d35ha

I believe this issue is related to a Google Chrome installation failure which occurs when Github Actions images are updated to use the latest chrome version (this happens periodically), and we cannot install our googlechrome.vm package (which uses the latest version) because it is already installed.

When the image that is used by Github Actions updates to use the latest Google Chrome, an error occurs with the googlechrome.vm installation because the same version is already installed, thus causing the package to fail to install.

When this package fails to install, it also causes an error for other packages that depend on googlechrome.vm, one of those being cyberchef.vm. When googlechrome.vm is not installed, the path to the browser is not in the location we expect, which also causes a failure for finding the icon in the path we are using.
This particular part of the issue will be resolved when we change the icon for CyberChef to be something other than Google Chrome in this PR: #1054

See error below for what I mean by googlechrome.vm failing to install in the latest run. The image was recently updated to use the latest chrome browser, which can be seen here:
Github Action Image Info - https://github.com/actions/runner-images/releases/tag/win22%2F20240912.1
Google Chrome Versioning - https://chromiumdash.appspot.com/releases?platform=Windows)

This issue has been noted in other areas as an issue that can occur: yarnpkg/yarn#1647 (comment)
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants