View Single Post
Posts: 35 | Thanked: 60 times | Joined on Sep 2011
#2
I know this thread is old, but as it is the first google hit for pygame.mixer.init() crash...

For me this solution worked well

Originally Posted by hxka View Post
The problem of game crashing when launched from menu is in package libsdl-mixer1.2 from extras.
To restore original one, type as root:
Code:
apt-get install libsdl-mixer1.2=1:1.2.6-5+0m5
To prevent upgading to extras version with apt-get upgrade:
Code:
echo libsdl-mixer1.2 hold | dpkg --set-selections
 

The Following User Says Thank You to whisk4s For This Useful Post: