-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on macOS running ARM M1 processor (Mumble is also running ARM native) #42
Comments
Thank you! I'll give it a try tomorrow and comment if it worked. |
|
I managed to compile an arm version of the dylib:
I think I can make an x86 and amr64 dylib .. maybe it's time to drop 32bit and support a new version of universal binary (x86/arm)? I'm not familiar with gradlew or all the java stuff so I can't compile the mod, but I'm willing to be the mac build and test environment to get this mod working on M1 Macs. |
Hey! That sounds great. You do not need to compile the mod. All you should need to do is use some zip tool and replace the dylib inside the mod's jar file within it's darwin folder. |
I am sorry. We still might have a problem ... I had not updated the natives folder in this repo see #8. It might be that you compiled for JNI and not JNA? |
I did compile the natives in the repo, the JNI ones. Honestly, I'm trying to use the fabric mod. I'm only here in a desperate attempt to try and get M1 Mac + mumble link + Mumble all natively without Rosetta in some form.
Seems like the fabric version doesn't require natives.
Edit: I can still try and make an x86/arm version for you though.
… On Jul 24, 2021, at 18:42, zsawyer ***@***.***> wrote:
I am sorry. We still might have a problem ... I had not updated the natives folder in this repo see #8. It might be that you compiled for JNI and not JNA?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
It does. It just does it a bit differently: https://github.com/magneticflux-/jvm-shared-memory |
The text was updated successfully, but these errors were encountered: