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

x/build/cmd/release: menu install from right-click fails on Windows #46570

Closed
iwdgo opened this issue Jun 4, 2021 · 2 comments
Closed

x/build/cmd/release: menu install from right-click fails on Windows #46570

iwdgo opened this issue Jun 4, 2021 · 2 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Milestone

Comments

@iwdgo
Copy link
Contributor

iwdgo commented Jun 4, 2021

What version of Go are you using (go version)?

go version go1.16.4 windows/amd64

Microsoft Windows [Version 10.0.19042.985]

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

go env Output
set GO111MODULE=on
set GOARCH=amd64
set GOBIN=
set GOCACHE=\go-build
set GOENV=\go\env
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GOMODCACHE=%GOPATH%\pkg\mod
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=%UserProfile%\Documents\
set GOPRIVATE=
set GOPROXY=https://proxy.golang.org,direct
set GOROOT=%ProgramFiles%\Go
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLDIR=%ProgramFiles%\Go\pkg\tool\windows_amd64
set GOVCS=
set GOVERSION=go1.16.4
set GCCGO=gccgo
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=0
set GOMOD=NUL
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=\Temp\go-build3116843351=/tmp/go-build -gno-record-gcc-switches

What did you do?

Download latest windows msi package from https://golang.org/dl
Open Explorer and right-click to select "Install" menu (default in bold).
image

What did you expect to see?

Usual prompt to confirm installation.

What did you see instead?

image
Issue already occurs on go1.16.4

Workaround is to open CMD and run the msi. Then, the installation starts successfully.

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Jun 4, 2021
@gopherbot gopherbot added this to the Unreleased milestone Jun 4, 2021
@AlexRouSg
Copy link
Contributor

I cannot reproduce this on windows, might be a antivirus thing or something local.

@iwdgo
Copy link
Contributor Author

iwdgo commented Jun 4, 2021

There is no report in the antivirus log but I cannot reproduce it anymore. Sorry for the noise.

@iwdgo iwdgo closed this as completed Jun 4, 2021
@golang golang locked and limited conversation to collaborators Jun 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

3 participants