-
Notifications
You must be signed in to change notification settings - Fork 297
Problem in run on windows 64 bit #130
Comments
Hi @myalexer, Can you please post a little more information about your setup, that will help with resolving this issue.
|
Thanks , sorry for little information gcc version: my os : |
Thanks, what commit of |
Hi I have the same issue when I tried out the 'samples' today Running on Windows 8.1 Pro Regards |
That's the latest commit and it should work. Can you please try two older commits, specifically a292a3d and 51a2d4d? If one of those works, then this must be related to the recent GL/GLFW package changes. Otherwise, the issue must be elsewhere. Also, can you please verify you have the latest versions of all dependencies? If you have # Show status of all dependencies (recursive) of gxui.
go list -f '{{join .Deps "\n"}}' github.com/google/gxui/... | gostatus --stdin -v Output should be like this: github.com/google/gxui/...
code.google.com/p/freetype-go/...
github.com/go-gl/gl/...
github.com/go-gl/glfw/...
github.com/goxjs/glfw/...
github.com/goxjs/gl/...
golang.org/x/tools/... (If there are any prefix characters, then something is not clean or out of date.) |
I'd say after much testing that my graphics card/driver does not support opengl as i ran on another machine successfully ... sorry about that .. Regards Mark |
i want to test gxui on:
and get the following error...any idea?
edit: i additionally installed mercurial on windows. that fixed this issue. |
@shurcooL it works fine on windows 7 x64 install steps: 1.) install msys2 (msys2-x86_64-20150512.exe) from: https://msys2.github.io/ 2.) start C:\msys64\msys2_shell.bat and install git + gcc:
3.) start msys2 via C:\msys64\mingw64_shell.bat:
4.) build and run hello_world app
i can build and execute /gxui/samples/hello_world without any problems :-) are there any limitations using gxui on windows? |
I got the same issue this morning.
I try build a windows app it crash with the same issue both 32bit and 64bit. |
Hello
i try to run examples but it return this error :
panic: APIUnavailable: WGL: The driver does not appear to support OpenGL
goroutine 1 [running, locked to thread]:
github.com/google/gxui/drivers/gl.newViewport(0xc0820042e0, 0x320, 0x258, 0x7e1
70, 0x5, 0x0, 0xc082123e80)
E:/workspace/src/github.com/google/gxui/drivers/gl/viewport.go:81 +0x1f
github.com/google/gxui/drivers/gl.func┬╖019()
E:/workspace/src/github.com/google/gxui/drivers/gl/driver.go:196 +0x6d
github.com/google/gxui/drivers/gl.func┬╖012()
E:/workspace/src/github.com/google/gxui/drivers/gl/driver.go:61 +0x36
github.com/google/gxui/drivers/gl.(*driver).driverLoop(0xc0820042e0)
E:/workspace/src/github.com/google/gxui/drivers/gl/driver.go:82 +0x7c
github.com/google/gxui/drivers/gl.StartDriver(0xc275c8)
E:/workspace/src/github.com/google/gxui/drivers/gl/driver.go:51 +0x2c0
main.main()
E:/workspace/src/github.com/google/gxui/samples/lists/main.go:169 +0x31
goroutine 17 [syscall, locked to thread]:
runtime.goexit()
c:/go/src/runtime/asm_amd64.s:2232 +0x1
goroutine 5 [chan receive]:
github.com/google/gxui/drivers/gl.(_driver).syncDriver(0xc0820042e0, 0xc08219ae
0)
E:/workspace/src/github.com/google/gxui/drivers/gl/driver.go:62 +0x137
github.com/google/gxui/drivers/gl.(_driver).CreateWindowedViewport(0xc0820042e0
0x320, 0x258, 0x7e1c70, 0x5, 0x0, 0x0)
E:/workspace/src/github.com/google/gxui/drivers/gl/driver.go:201 +0x1e1
github.com/google/gxui/mixins.(_Window).Init(0xc0821acd80, 0x1289808, 0xc0821ac
80, 0x1282328, 0xc0820042e0, 0x320, 0x258, 0x7e1c70, 0x5)
E:/workspace/src/github.com/google/gxui/mixins/window.go:124 +0xd0d
github.com/google/gxui/themes/dark.CreateWindow(0xc0821a8000, 0x320, 0x258, 0x7
1c70, 0x5, 0x0, 0x0)
E:/workspace/src/github.com/google/gxui/themes/dark/window.go:18 +0x139
github.com/google/gxui/themes/dark.(_Theme).CreateWindow(0xc0821a8000, 0x320, 0
258, 0x7e1c70, 0x5, 0x0, 0x0)
E:/workspace/src/github.com/google/gxui/themes/dark/theme.go:177 +0x69
main.appMain(0x1282328, 0xc0820042e0)
E:/workspace/src/github.com/google/gxui/samples/lists/main.go:160 +0x1d
github.com/google/gxui/drivers/gl.func┬╖011()
E:/workspace/src/github.com/google/gxui/drivers/gl/driver.go:49 +0x69
github.com/google/gxui/drivers/gl.(*driver).applicationLoop(0xc0820042e0)
E:/workspace/src/github.com/google/gxui/drivers/gl/driver.go:100 +0x72
created by github.com/google/gxui/drivers/gl.StartDriver
E:/workspace/src/github.com/google/gxui/drivers/gl/driver.go:50 +0x2ad
i don't know how to solved this problem
please help me
The text was updated successfully, but these errors were encountered: