Page 1 of 1

[SOLVED]Ceed Error

Posted: Tue May 05, 2020 17:13
by orion
hi all ,

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

Re: Ceed Error

Posted: Tue May 05, 2020 19:48
by Ident
Where did you get CEED from?

Re: Ceed Error

Posted: Thu May 07, 2020 14:18
by orion
hi IDENT

from here http://cegui.org.uk/download

Re: Ceed Error

Posted: Mon Nov 30, 2020 21:54
by niello
Hi. Please use the latest release from https://github.com/cegui/ceed-cpp/releases

Re: Ceed Error

Posted: Fri Jan 29, 2021 00:16
by orion
all good now thanks :mrgreen:
forgot to install some prerequesist so i started from scracth and followed the wiki article :hammer: