defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

The graphics device does not support: glGenBuffers GPU: GDI Generic --Driver: 1.1.0 #1364

Closed fredaudy closed 6 years ago

fredaudy commented 6 years ago

Expected behaviour

launch a register dashboard project

Actual behaviour

error during the launch time dachboard project

Steps to reproduce

open exiting project via dashboard then error, in fact any time the editor is supposed to display something, the error occured


OS nameWindows 8.1
Defold version1.2.115
Build time2017-10-27T11:20:27.904016
GPUGDI Generic
Defold editor shac365ab67009a66cefb521f560845dc42cf24a721
GPU Driver1.1.0
OS version6.3
Java version1.8.0_102-b14
Error9488cdd086fe48bdad04bb5058dcfadf
Defold engine sha57fb5f1ad5df59262aa415f298f97694debc991c
OS archamd64
erikangelin-king commented 6 years ago

Hi! This usually happens with old graphics drivers, can you try updating them? Otherwise, if you're running on a virtual machine try finding a setting for opengl or "Enable 3d acceleration".

fredaudy commented 6 years ago

Hi!

my graphic card (nvidia gtx 660) is up to date, and it design for openGL4.3, and i'm not on a virtual machine.

erikangelin-king commented 6 years ago

Hmm... The card and gl version should be enough, but the error indicates we only find "GDI Generic" drivers for your card, and these won't work. Are you using these drivers? http://www.nvidia.com/download/driverResults.aspx/125894/en-us

fredaudy commented 6 years ago

thank's a lot, I was convinced that my graphic card was up to date... and i was wrong.

erikangelin-king commented 6 years ago

Great you got it to work :)