|

楼主 |
发表于 2012-8-22 13:28:11
|
显示全部楼层
2012-08-22 12:47
==============================================
ERROR:shaders:glCreateShaderObjectARB is not exported by the available OpenGL driver. ARB_shader_objects is required for this functionality.
Traceback (most recent call last):
File "F:\thb\src\client\ui\shaders.py", line 55, in <module>
FontShadowThick = ShaderProgram(FragmentShader(thick))
File "F:\thb\src\client\ui\base\shader.py", line 22, in __init__
sid = glCreateShaderObjectARB(self.shader_type)
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib_wgl.py", line 94, in __call__
result = self.func(*args, **kwargs)
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib.py", line 63, in MissingFunction
raise MissingFunctionException(name, requires, suggestions)
MissingFunctionException: glCreateShaderObjectARB is not exported by the available OpenGL driver. ARB_shader_objects is required for this functionality.
ERROR:shaders:glCreateShaderObjectARB is not exported by the available OpenGL driver. ARB_shader_objects is required for this functionality.
Traceback (most recent call last):
File "F:\thb\src\client\ui\shaders.py", line 106, in <module>
'''
File "F:\thb\src\client\ui\base\shader.py", line 22, in __init__
sid = glCreateShaderObjectARB(self.shader_type)
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib_wgl.py", line 81, in __call__
return self.func(*args, **kwargs)
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib.py", line 63, in MissingFunction
raise MissingFunctionException(name, requires, suggestions)
MissingFunctionException: glCreateShaderObjectARB is not exported by the available OpenGL driver. ARB_shader_objects is required for this functionality.
ERROR:shaders:glCreateShaderObjectARB is not exported by the available OpenGL driver. ARB_shader_objects is required for this functionality.
Traceback (most recent call last):
File "F:\thb\src\client\ui\shaders.py", line 150, in <module>
for i, v in zip(xrange(-l, l+1), coef)
File "F:\thb\src\client\ui\base\shader.py", line 22, in __init__
sid = glCreateShaderObjectARB(self.shader_type)
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib_wgl.py", line 81, in __call__
return self.func(*args, **kwargs)
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib.py", line 63, in MissingFunction
raise MissingFunctionException(name, requires, suggestions)
MissingFunctionException: glCreateShaderObjectARB is not exported by the available OpenGL driver. ARB_shader_objects is required for this functionality.
Traceback (most recent call last):
File "src\start_client.py", line 100, in <module>
from client.ui.entry import start_ui
File "F:\thb\src\client\ui\entry.py", line 4, in <module>
from screens import UpdateScreen, ServerSelectScreen
File "F:\thb\src\client\ui\screens.py", line 6, in <module>
from client.ui.controls import *
File "F:\thb\src\client\ui\controls.py", line 85, in <module>
class Button(Control):
File "F:\thb\src\client\ui\controls.py", line 90, in Button
auxfbo = Framebuffer()
File "F:\thb\src\utils\misc.py", line 125, in __init__
gl.glGenFramebuffersEXT(1, gl.byref(fbo_id))
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib_wgl.py", line 94, in __call__
result = self.func(*args, **kwargs)
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib.py", line 63, in MissingFunction
raise MissingFunctionException(name, requires, suggestions)
pyglet.gl.lib.MissingFunctionException: glGenFramebuffersEXT is not exported by the available OpenGL driver. EXT_framebuffer_object is required for this functionality.
2012-08-22 12:47
==============================================
ERROR:shaders:glCreateShaderObjectARB is not exported by the available OpenGL driver. ARB_shader_objects is required for this functionality.
Traceback (most recent call last):
File "F:\thb\src\client\ui\shaders.py", line 55, in <module>
FontShadowThick = ShaderProgram(FragmentShader(thick))
File "F:\thb\src\client\ui\base\shader.py", line 22, in __init__
sid = glCreateShaderObjectARB(self.shader_type)
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib_wgl.py", line 94, in __call__
result = self.func(*args, **kwargs)
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib.py", line 63, in MissingFunction
raise MissingFunctionException(name, requires, suggestions)
MissingFunctionException: glCreateShaderObjectARB is not exported by the available OpenGL driver. ARB_shader_objects is required for this functionality.
ERROR:shaders:glCreateShaderObjectARB is not exported by the available OpenGL driver. ARB_shader_objects is required for this functionality.
Traceback (most recent call last):
File "F:\thb\src\client\ui\shaders.py", line 106, in <module>
'''
File "F:\thb\src\client\ui\base\shader.py", line 22, in __init__
sid = glCreateShaderObjectARB(self.shader_type)
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib_wgl.py", line 81, in __call__
return self.func(*args, **kwargs)
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib.py", line 63, in MissingFunction
raise MissingFunctionException(name, requires, suggestions)
MissingFunctionException: glCreateShaderObjectARB is not exported by the available OpenGL driver. ARB_shader_objects is required for this functionality.
ERROR:shaders:glCreateShaderObjectARB is not exported by the available OpenGL driver. ARB_shader_objects is required for this functionality.
Traceback (most recent call last):
File "F:\thb\src\client\ui\shaders.py", line 150, in <module>
for i, v in zip(xrange(-l, l+1), coef)
File "F:\thb\src\client\ui\base\shader.py", line 22, in __init__
sid = glCreateShaderObjectARB(self.shader_type)
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib_wgl.py", line 81, in __call__
return self.func(*args, **kwargs)
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib.py", line 63, in MissingFunction
raise MissingFunctionException(name, requires, suggestions)
MissingFunctionException: glCreateShaderObjectARB is not exported by the available OpenGL driver. ARB_shader_objects is required for this functionality.
Traceback (most recent call last):
File "src\start_client.py", line 100, in <module>
from client.ui.entry import start_ui
File "F:\thb\src\client\ui\entry.py", line 4, in <module>
from screens import UpdateScreen, ServerSelectScreen
File "F:\thb\src\client\ui\screens.py", line 6, in <module>
from client.ui.controls import *
File "F:\thb\src\client\ui\controls.py", line 85, in <module>
class Button(Control):
File "F:\thb\src\client\ui\controls.py", line 90, in Button
auxfbo = Framebuffer()
File "F:\thb\src\utils\misc.py", line 125, in __init__
gl.glGenFramebuffersEXT(1, gl.byref(fbo_id))
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib_wgl.py", line 94, in __call__
result = self.func(*args, **kwargs)
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib.py", line 63, in MissingFunction
raise MissingFunctionException(name, requires, suggestions)
pyglet.gl.lib.MissingFunctionException: glGenFramebuffersEXT is not exported by the available OpenGL driver. EXT_framebuffer_object is required for this functionality.
2012-08-22 12:49
==============================================
ERROR:shaders:glCreateShaderObjectARB is not exported by the available OpenGL driver. ARB_shader_objects is required for this functionality.
Traceback (most recent call last):
File "F:\thb\src\client\ui\shaders.py", line 55, in <module>
FontShadowThick = ShaderProgram(FragmentShader(thick))
File "F:\thb\src\client\ui\base\shader.py", line 22, in __init__
sid = glCreateShaderObjectARB(self.shader_type)
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib_wgl.py", line 94, in __call__
result = self.func(*args, **kwargs)
File "F:\thb\Python27\lib\site-packages\pyglet\gl\lib.py", line 63, in MissingFunction
|
|