3

Now, can you please help me with this error? I'm doing a game with Python and Pygame. It runs perfectly on my desktop Windows PC, but when I try it on my Macbook, the following error surges:

pygame.mixer.init()
  pygame.error: Failed to start CoreAudio: AudioUnitSetProperty (kAudioUnitPropoerty_SetInputCallback)

I have been looking for this problem here, but have not found a solution. PD: Obviously the Python and Pygame versions are the same in my desktop PC and in mi Macbook.

Red
  • 26,798
  • 7
  • 36
  • 58
  • Maybe Python and Pygame are the same but they use other things like C/C++ libraries (ie. SDL) which use other elements (etc.) and they can be different on different system :/ It hard to say anything. Try to find the same error message in Google. – furas Nov 17 '16 at 02:04
  • Welcome to Stackoverflow. To make it easier for people to understand and reproduce your problem please provide a [Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve). Providing the error message was a good start. – MikeJRamsey56 Nov 17 '16 at 02:59
  • Thanks you both. I finally just fixed the issue. I reinstalled Pygame, and then installed this [link](http://stackoverflow.com/a/40295704/7170497). Now it works :) – Kevin Arévalo Nov 17 '16 at 04:37

0 Answers0