electric-monk / 360Controller

XBox 360 controller driver for OSX official repo
http://tattiebogle.net/index.php/ProjectRoot/Xbox360Controller/OsxDriver
GNU General Public License v2.0
155 stars 54 forks source link

Driver has invalid signature #3

Open jjonesnook opened 9 years ago

jjonesnook commented 9 years ago

I just installed this driver on my Yosemite MacBook Pro and I am having trouble getting the controller I have to work. I noticed this in the console logs and think this may be an issue:

com.apple.kextd[41]: ERROR: invalid signature for com.mice.driver.Xbox360Controller, will not load

mele113 commented 9 years ago

Are you running RodrigoCard 0.15 version https://github.com/d235j/360Controller its signed

jjonesnook commented 9 years ago

NO, I was running the version that came from the tattiboogle site itself. I didn’t even know about this version. I will give this a try later on.

Thanks, Joe

From: "Patrick J. Mele" Reply-To: electric-monk/360Controller Date: Friday, May 15, 2015 at 9:31 AM To: electric-monk/360Controller Cc: Joseph Jones Subject: Re: [360Controller] Driver has invalid signature (#3)

Are you running RodrigoCard 0.15 version https://github.com/d235j/360Controller its signed

— Reply to this email directly or view it on GitHubhttps://github.com/electric-monk/360Controller/issues/3#issuecomment-102453741.

electric-monk commented 9 years ago

Yes, I need to update the version on my site with a new signature.

I assume a less useful alternative is to allow apps from "Anywhere" in the security settings until I get that done.

jeffomatic commented 9 years ago

I don't think the "Anywhere" setting applies to kernel extensions...I tried changing this and realized it was already set to "Anywhere." I may try compiling from source to see what happens.

jjonesnook commented 9 years ago

The beta 0.15 driver from rodrigocard worked for me first time. Thanks for the pointer.

Sent from my iPhone

On May 16, 2015, at 7:03 PM, Jeff Lee notifications@github.com<mailto:notifications@github.com> wrote:

I don't think the "Anywhere" setting applies to kernel extensions...I tried changing this and realized it was already set to "Anywhere." I may try compiling from source to see what happens.

Reply to this email directly or view it on GitHubhttps://github.com/electric-monk/360Controller/issues/3#issuecomment-102721745.

mele113 commented 9 years ago

Your welcome jjonesnook

jaraco commented 9 years ago

In case it's of any value, I've merged the d235j code with the electric-monk code in the jaraco fork. @electric-monk, Feel free to pull those changes if that saves you any time making a new release. I can make a Pull Request also if you prefer.