You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Mavericks: GameKit.framework 'gamed' process –constant network connections

Since upgrading to Mavericks, Little Snitch's network monitor is showing a ridiculous amount of attempts by a process called gamed, which is part of the GameKit.framework, at making network connections. Sometimes it will try dozens of times in a row before giving up. Obviously this framework is something to do with Apple's Game Centre, which I've only previously come across on iOS. What is it now doing on OSX, given that there seems to be no GUI 'front-end' for it? And how the **** do I disable it? I have no games on my comp and no intention of installing any, so I don't really want to be wasting processor cycles with some framework which won't take [Little Snitch's] "no" for an answer, continually trying to beat a path to the internet.


Screengrab link: http://d.pr/i/r4np+

MacBook Air, OS X Mountain Lion (10.8.5)

Posted on Oct 28, 2013 11:13 AM

Reply
Question marked as Top-ranking reply

Posted on Feb 6, 2014 2:42 PM

err... tried stiobhart's method and the notifications stopped..... temporarily.. today, I have another thousand blocks by little snitch. *** gives? Any advice?


Did you restart the computer after moving com.apple.gamed.plist into the disabled folder?


Anyway... This was bothering me, too. So, after some reading, I added this to the gamed plist file -


<key>Disabled</key>

<true/>

This is what Apple suggests...


https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/ man5/launchd.plist.5.html


...and it definitely gets the job done. You'd need to do this as root, so type very carefully. Lanuch the Terminal program, then -


Sluggy:/Users/billy> sudo su -

Password:

Sluggy:~ root# cd /System/Library/LaunchAgents/

Sluggy:LaunchAgents root# pico com.apple.gamed.plist



and write in the two Disabled key lines just below these, near the top of the file -


<key>Label</key>

<string>com.apple.gamed</string>


Then type Control-X and answer Yes to save the new file.


You probably should make a backup copy first - open the /System/Library/LaunchAgents folder and

while holding down the Option key drag a copy to your Desktop.


Billy Y..

50 replies

Mavericks: GameKit.framework 'gamed' process –constant network connections

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.