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

open NUL: The system cannot find the file spec #27895

Closed
QylinFly opened this issue Sep 27, 2018 · 6 comments
Closed

open NUL: The system cannot find the file spec #27895

QylinFly opened this issue Sep 27, 2018 · 6 comments
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.

Comments

@QylinFly
Copy link

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

go1.9.2

What did you do?

win 10
go run test.go

open NUL: The system cannot find the file spec

@agnivade
Copy link
Contributor

Hi @QylinFly , are you sure you don't have a corrupted file ? Can you upload the file for us to try ? Have you tried with Go 1.11 ?

@as
Copy link
Contributor

as commented Sep 27, 2018

NUL is a name of a device file on Windows. Please post any particularly relevant contents of test.go for further analysis. (Such as, a call to Open or Create).

@katiehockman katiehockman added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Sep 27, 2018
@lan1009627065
Copy link

lan1009627065 commented Oct 16, 2018

I have the same problem too.
my test.go is only a hello world
`package main

import "fmt"

func main() {
fmt.Println("Hello, world")
}`

I use win10 and go 1.11, and test go1.10 go1.9 too,
go tool compile open NUL:The system cannot find the file specified

@alexbrainman
Copy link
Member

go tool compile open NUL:The system cannot find the file specified

@lan1009627065 please show us exact commands that you run. Thank you.

Maybe a duplicate of #28035 ?

Alex

@lan1009627065
Copy link

go run test.go

I think it is a windows 10 problem. I have solved problem by upgrading windows 10 to the latest version last night. Thank you for your reply.

@gopherbot
Copy link
Contributor

Timed out in state WaitingForInfo. Closing.

(I am just a bot, though. Please speak up if this is a mistake or you have the requested information.)

@golang golang locked and limited conversation to collaborators Oct 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

7 participants