andrewtremblay / platform-mechanics

An analysis / exploration tool for 2D platform movement
GNU General Public License v2.0
0 stars 1 forks source link

Warning: Carbon Component Manager is being deprecated #1

Open andrewtremblay opened 8 years ago

andrewtremblay commented 8 years ago

Running python3 main.py in its current state will give the following warning:

2016-01-08 17:25:01.903 Python[34855:7745809] 17:25:01.902 WARNING:  140: 
This application, or a library it uses, is using the deprecated Carbon Component Manager 
for hosting Audio Units. Support for this will be removed in a future release. Also, this 
makes the host incompatible with version 3 audio units. Please transition to the API's in 
AudioComponent.h.
andrewtremblay commented 8 years ago

It's a pygame dependency bug and there's already an issue for it on the pygame repo: https://bitbucket.org/pygame/pygame/issues/284/max-osx-el-capitan-using-the-deprecated

Rather than patch this error ourselves, I think it's safe to just keep an eye on the official thread and update pygame as soon as a fix is approved.