|
2012-12-05 18:16
==============================================
F:\TDDOWNLOAD\thb\Python27\lib\site-packages\pyglet\window\win32\__init__.py:552: UserWarning: Could not set vsync; unsupported extension.
warnings.warn('Could not set vsync; unsupported extension.')
Traceback (most recent call last):
File "src\start_client.py", line 121, in <module>
start_ui()
File "F:\TDDOWNLOAD\thb\src\client\ui\entry.py", line 35, in start_ui
import gamepack
File "F:\TDDOWNLOAD\thb\src\gamepack\__init__.py", line 1, in <module>
from thb import *
File "F:\TDDOWNLOAD\thb\src\gamepack\thb\__init__.py", line 7, in <module>
import ui # force init
File "F:\TDDOWNLOAD\thb\src\gamepack\thb\ui\__init__.py", line 1, in <module>
from view import *
File "F:\TDDOWNLOAD\thb\src\gamepack\thb\ui\view.py", line 10, in <module>
import resource as gres
File "F:\TDDOWNLOAD\thb\src\gamepack\thb\ui\resource.py", line 20, in <module>
hurt = anim('hurt.png', [50, 50, 50, 50, 200, 30, 30, 30, 30, 2000])
File "F:\TDDOWNLOAD\thb\src\client\ui\resource.py", line 61, in anim
a.add_to_texture_bin(tb)
File "F:\TDDOWNLOAD\thb\Python27\lib\site-packages\pyglet\image\__init__.py", line 2439, in add_to_texture_bin
frame.image = bin.add(frame.image)
File "F:\TDDOWNLOAD\thb\Python27\lib\site-packages\pyglet\image\atlas.py", line 249, in add
return atlas.add(img)
File "F:\TDDOWNLOAD\thb\Python27\lib\site-packages\pyglet\image\atlas.py", line 207, in add
self.texture.blit_into(img, x, y, 0)
File "F:\TDDOWNLOAD\thb\Python27\lib\site-packages\pyglet\image\__init__.py", line 1633, in blit_into
source.blit_to_texture(self.target, self.level, x, y, z)
File "F:\TDDOWNLOAD\thb\Python27\lib\site-packages\pyglet\image\__init__.py", line 966, in blit_to_texture
data)
WindowsError: exception: access violation reading 0x03809000
就是这样 |
|