Hi all, long time no see.
Salient info:
2021 M1 Mac
Sonoma 14.4.1
I have just received a Digitech Retro Arcade Game Controller that I’d like to incorporate into my processing projects. I assumed ( and after talking to someone at the shop it came from) that it would register as another mouse since it is just plug and play. It appears not to.
I have seen talk of the GameControlPlus library for gamepads and the like, but it throws ugly errors (shown below) about the wrong architecture whenever I run it.
Does anyone have any idea of how I can get this running in Processing?
Much appreciation for assistance.
Error:
UnsatisfiedLinkError: /Users/userName/Documents/Processing/libraries/GameControlPlus/library/libjinput-osx.jnilib: dlopen(/Users/userName/Documents/Processing/libraries/GameControlPlus/library/libjinput-osx.jnilib, 0x0001): tried: ‘/Users/userName/Documents/Processing/libraries/GameControlPlus/library/libjinput-osx.jnilib’ (fat file, but missing compatible architecture (have ‘unknown,i386,x86_64’, need ‘arm64e’ or ‘arm64’)), ‘/System/Volumes/Preboot/Cryptexes/OS/Users/userName/Documents/Processing/libraries/GameControlPlus/library/libjinput-osx.jnilib’ (no such file), ‘/Users/userName/Documents/Processing/libraries/GameControlPlus/library/libjinput-osx.jnilib’ (fat file, but missing compatible architecture (have ‘unknown,i386,x86_64’, need ‘arm64e’ or ‘arm64’))