Pygame Display Causing Segmentation Fault 11
I'm using python 2.7.10 and pygame 1.9.1 on OS X 10.11.1 I'm getting Segmentation fault: 11 & python crashes whenever I draw anything on or fill a pygame surface (at least I th
Solution 1:
I know this is old, but it's a bug in the built in SDL library.
Download the SDL-1.2.15 lib for Mac from the official site
Post a Comment for "Pygame Display Causing Segmentation Fault 11"