secretkeysio / GCAdapterDriver

A macOS driver for devices that report as Gamecube controllers.
MIT License
57 stars 3 forks source link

Error: Error Domain=OSSystemExtensionErrorDomain Code=10 "(null)" #10

Closed tejomaygadgil closed 2 years ago

tejomaygadgil commented 2 years ago

Getting this error when I toggle GCAdapter on:

Failed to activate extension!

Error: Error Domain=OSSystemExtensionErrorDomain Code=10 "(null)"

Details: The operation couldn’t be completed. (OSSystemExtensionErrorDomain error 10.)

I'm running it on a MacBook Pro (13-inch, M1, 2020) running MacOS Monterey.

image
ryanmcgrath commented 2 years ago

Code 10 indicates your system isn't allowed to install extensions like this. Are you on a managed device (work, school, parents)...?

tejomaygadgil commented 2 years ago

Yeah ;(

Any workarounds?

ryanmcgrath commented 2 years ago

Unfortunately no - the driver can't really work around that restriction. :(

If you're looking to play on Dolphin and your adapter supports "PC Mode" (via a hardware switch), you can set it up under "Standard Controller" and use it that way since it doesn't require a driver. Not all adapters support this though (Mayflash, for instance, does).