vlang / ui

A cross-platform UI library written in V

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Window frozen "Not responding" with Windows 7 x64

josephernest opened this issue · comments

Congrats for V lang which looks very nice!

It seems that all projects with UI don't work out-of-the-box with Windows 7 x64.

I tried v.exe 2048.v or v.exe life_gg.v. Then when executing it, the window is frozen with "Not responding". After ~ 30 seconds, it crashes.

image

Would you have an idea @medvednikov ?

gg error: WGL: ARB_create_context_profile required!
It's the same err on my os: Win7 x64!

If your os is Win10 x64,maybe ok.

Download openGL version >=3.2 and try it out
If you can update the cpu core display driver to openGL version>=3.2, it will be ok, otherwise the computer cpu hardware is too old.