|
2012-10-14 13:18
==============================================
Traceback (most recent call last):
File "src\start_client.py", line 106, in <module>
start_ui()
File "C:\Users\Administrator\Desktop\sgs replay\THB\src\client\ui\entry.py", line 62, in start_ui
sss = ServerSelectScreen()
File "C:\Users\Administrator\Desktop\sgs replay\THB\src\client\ui\screens.py", line 101, in __init__
x=(self.width-800)//2, y=(self.height-600)//2
File "C:\Users\Administrator\Desktop\sgs replay\THB\src\client\ui\screens.py", line 82, in __init__
width=120, height=40,
File "C:\Users\Administrator\Desktop\sgs replay\THB\src\client\ui\controls.py", line 133, in __init__
self.update()
File "C:\Users\Administrator\Desktop\sgs replay\THB\src\client\ui\controls.py", line 174, in update
build(color, self._dl)
File "C:\Users\Administrator\Desktop\sgs replay\THB\src\client\ui\controls.py", line 172, in build
lbl.draw()
File "C:\Users\Administrator\Desktop\sgs replay\THB\Python27\lib\site-packages\pyglet\text\layout.py", line 835, in draw
self.batch.draw()
File "C:\Users\Administrator\Desktop\sgs replay\THB\Python27\lib\site-packages\pyglet\graphics\__init__.py", line 538, in draw
func()
File "C:\Users\Administrator\Desktop\sgs replay\THB\Python27\lib\site-packages\pyglet\graphics\__init__.py", line 470, in <lambda>
(lambda d, m: lambda: d.draw(m))(domain, mode))
File "C:\Users\Administrator\Desktop\sgs replay\THB\Python27\lib\site-packages\pyglet\graphics\vertexdomain.py", line 286, in draw
glDrawArrays(mode, starts[0], sizes[0])
WindowsError: exception: access violation reading 0x00000000
怎么回事………… |
|