nsf - Segmentation fault
Yeah...it doesn't work. Any tips?$ python main.py
start game!
1024
(process:4039): GdkPixbuf-CRITICAL **: gdk_pixbuf_copy: assertion `GDK_IS_PIXBUF (pixbuf)' failed
(process:4039): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed
(process:4039): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed
(process:4039): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)' failed
(process:4039): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)' failed
(process:4039): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)' failed
Segmentation fault
(log in to comment)
Comments
It works for me. I'm running Python 2.6 on Windows 7..
I'm on Python 2.6 as well but Linux Mint 9.
googling
GDK_IS_PIXBUF (pixbuf)' failed pyglet
shows some hits, the first n the pyglet issue tracker.
GDK_IS_PIXBUF (pixbuf)' failed pyglet
shows some hits, the first n the pyglet issue tracker.
Patch in http://code.google.com/p/pyglet/issues/detail?id=411 works
taejo on
2010/09/01 15:59:
I get the same