hajimehoshi / ebiten

Ebitengine - A dead simple 2D game engine for Go
https://ebitengine.org
Apache License 2.0
10.74k stars 649 forks source link

Ebiten causes an access error in 'go mod vendor' forcing a system reboot. #3050

Closed dineth-lochana closed 1 month ago

dineth-lochana commented 1 month ago

Ebitengine Version

2.7.7

Operating System

Go Version (go version)

1.22.5

What steps will reproduce the problem?

Running 'go mod vendor' in Windows cmd, and trying to update it after some time. I think? this issue is being caused by the same reason here (https://github.com/golang/go/issues/46867)

What is the expected result?

For 'go mod vendor' to update the files in the vendor folder.

What happens instead?

image The command causes the vendor directory to be unworkable. The only solution I've found so far is to reboot.

Anything else you feel useful to add?

The same issue seems to be faced here -> https://github.com/golang/go/issues/46867

hajimehoshi commented 1 month ago

If this is the same as https://github.com/golang/go/issues/46867, there is nothing we can do.

dineth-lochana commented 1 month ago

Yeah, you're correct. I've been travelling without data, so that's why I tried to use go mod vendor. I suppose manually copying the pkg directory is possible.

Thanks @hajimehoshi . I'll close the isssue

dineth-lochana commented 1 month ago

I'll try building go with the suggest change, but yes, this is not regarding Ebiten.