can someone point me in the right direction to solve this error
my grahics card specs are here https://www.geforce.co.uk/hardware/desktop-gpus/geforce-gtx-760/specifications
problem is i goto create a new project all fine there buit then i try to create a new layout and as soon as click on it to open it this throws
Code: Select all
Exception message: GLError(
err = 1280,
description = 'invalid enumerant',
baseOperation = glClearColor,
cArguments = (0, 0, 0, 0)
)
Traceback:
========================
File "e:\dev\Scamper\cegui_mk2\ceed11\ceed\cegui\qtgraphics.py", line 126, in drawBackground
File "D:\python_2-7-2\lib\site-packages\OpenGL\error.py", line 208, in glCheckError
Versions:
========================
CEED revision: Can't execute "hg"
CEED version: snapshot11
HW architecture: ('32bit', 'WindowsPE')
HW type: AMD64
HW processor: Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
OS type: Windows
OS release: post2008Server
OS version: 6.2.9200
OS Windows: ('post2008Server', '6.2.9200', '', u'Multiprocessor Free')
SW Python: 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]
SW PySide: 1.1.2
SW Qt: 4.8.2
SW PyCEGUI: 0.8.9090
GL bindings version: 3.0.2
GL version: 1.1.0
GL vendor: Microsoft Corporation
GL renderer: GDI Generic
GL extensions:
- GL_WIN_swap_hint,
- GL_EXT_bgra,
- GL_EXT_paletted_texture
Thanks