Pygame.error: Mixer not initialized

I don’t know pygame much but actually the error you’re seeing implies you’re not doing pygame.mixer.init. I note you’re doing pygame.mixer.pre_init at https://github.com/tuxbert/outbreak/blob/master/outbreak/sound.py#L6 - is that related?

1 Like