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
50 replies

Jan 2, 2017 3:51 PM in response to kenb0t

Thanks for the suggestion but this does not work on El Capitan At least not 10.11.6. None of the above suggestions in this thread work. At least not on my iMac. It just reappears and keeps phoning away I also get 'Could not write domain /System/Library/LaunchAgents/com.apple.gamed; exiting'.


Its amazing Apple seem to have made it indestructible in this version. There seem to be no library files relating to Gamed visible and even the process pathway logged by Little Snitch (/System/Library/PrivateFrameworks/GameCenterFoundation.framework/Versions/A) does not exist or is invisible.


I have it blocked on LS and it phones about 400 times each startup before giving up. This doesnt seem to do any harm or slow things, its just annoying something unneccessary cant be stopped! Its seems a mystery why Apple have made it so unstoppable and insistent in its connection attempts, though maybe its for reasons greater than just games... ooer spooky! 


If anybody ever finds a way to 100% stop it on 10.11 and later please post!

Oct 30, 2013 1:01 PM in response to Colin Robinson

Ah. Well spotted. I guess I should pay more attention to the less well publicised additions a new OSX upgrade brings.


Anyway, just because I got so irritated watching LittleSnitch's menubar icon flashing away like a semaphore blocking the ridiculous number of network connections that the gamed process keeps trying to make, I disabled that particular framework:


sudo mkdir /System/Library/LaunchAgentsDisabled

sudo mv /System/Library/LaunchAgents/com.apple.gamed.plist /System/Library/LaunchAgentsDisabled/

No ill effects and a few processor cycles reclaimed.

Feb 6, 2014 2:42 PM in response to otgkhan

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..

Mar 4, 2014 5:50 PM in response to stíobhart

As an alternative to disabling com.apple.gamed, I think you can solve the problem by logging out of Game Center. I have a Mac Pro and a Macbook, and the Mac Pro is getting constant notifications from Little Snitch that gamed is connecting to different IP addresses. The Macbook does not get these messages. The two Macs are both running 10.9.2, and the gamed notifications started after that update.

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 ID.