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

Windows 10 - Installation issues #290

Closed
locojuhi opened this issue Aug 11, 2019 · 4 comments · Fixed by #1112
Closed

Windows 10 - Installation issues #290

locojuhi opened this issue Aug 11, 2019 · 4 comments · Fixed by #1112

Comments

@locojuhi
Copy link

I've just follow up the docs to install this library but when I just want to try a basic examples it's says that some packages were not found.

So It would be helpfull to understand how does this works to improove the installation docs.
I think it can be better.

Could you please at least update the installation on windows to get this working?

@rcoreilly
Copy link
Member

If you could add more specific error messages that would be good. I just tested on my virtual machine and it seemed to work fine for me.

@rcoreilly
Copy link
Member

closing in the absence of more info at this point.

@ddkwork
Copy link
Contributor

ddkwork commented Aug 19, 2022

windows 11 hass error :

GOROOT=C:\Program Files\Go #gosetup
GOPATH=C:\Users\Admin\go #gosetup
"C:\Program Files\Go\bin\go.exe" build -o C:\Users\Admin\AppData\Local\Temp\GoLand___go_build_github_com_goki_gide_cmd_pie.exe github.com/goki/gide/cmd/pie #gosetup
C:\Users\Admin\AppData\Local\Temp\GoLand___go_build_github_com_goki_gide_cmd_pie.exe
2022/08/18 21:10:00 vulkan warning: missing 1 required instance extensions during Config
panic: vulkan error: vulkan error: incompatible driver (-9) on C:/Users/Admin/go/pkg/mod/github.com/goki/vgpu@v1.0.5/vgpu/errors.go:23 (0x7ff79e72003e)
NewError: pc, _, _, ok := runtime.Caller(0)

goroutine 1 [running, locked to thread]:
github.com/goki/vgpu/vgpu.IfPanic(...)
C:/Users/Admin/go/pkg/mod/github.com/goki/vgpu@v1.0.5/vgpu/errors.go:40
github.com/goki/vgpu/vgpu.(*GPU).Config(0xc00047a400, {0x7ff79f58fb71?, 0x7ff79f5c1710?})
C:/Users/Admin/go/pkg/mod/github.com/goki/vgpu@v1.0.5/vgpu/gpu.go:172 +0xbb5
github.com/goki/gi/oswin/driver/vkos.(*appImpl).initVk(0x7ff79f2e0020)
C:/Users/Admin/go/pkg/mod/github.com/goki/gi@v1.3.7/oswin/driver/vkos/app.go:195 +0x413
github.com/goki/gi/oswin/driver/vkos.Main(0x7ff79ee1a4e0?)
C:/Users/Admin/go/pkg/mod/github.com/goki/gi@v1.3.7/oswin/driver/vkos/app.go:74 +0x45
github.com/goki/gi/oswin/driver.driverMain(...)
C:/Users/Admin/go/pkg/mod/github.com/goki/gi@v1.3.7/oswin/driver/driver_vkos.go:18
github.com/goki/gi/oswin/driver.Main(...)
C:/Users/Admin/go/pkg/mod/github.com/goki/gi@v1.3.7/oswin/driver/driver.go:27
github.com/goki/gi/gimain.Main(0x7ff79f6857a8?)
C:/Users/Admin/go/pkg/mod/github.com/goki/gi@v1.3.7/gimain/gimain.go:31 +0x57
main.main()
C:/Users/Admin/Downloads/gi/gide/cmd/pie/pie.go:17 +0x25

Process finished with the exit code 2

@rcoreilly
Copy link
Member

This is the relevant bit:

2022/08/18 21:10:00 vulkan warning: missing 1 required instance extensions during Config
panic: vulkan error: vulkan error: incompatible driver (-9) on 

Can you update your graphics drivers? or google vulkan and the name of your GPU setup?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants