-
Notifications
You must be signed in to change notification settings - Fork 17
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
Issue about jna #17
Comments
This is a serious problem that affects mod that uses JNA. Could we get backports of the library to fix all latest major versions of Minecraft? Honestly, just a copy/paste of the Kotlin project seems to be in order. That repo has received significantly more love than this one, and the improvements could be easily transferred. |
Just to confirm this was caused by the latest update to scala? If so I can remove the broken build. |
The kotlin project is also a right pain to maintain, if it ever requires more work than just changing version numbers I will most likely rewrite to use a groovy gradle buildscript. |
This has been an issue for ~3 years (if my |
Ok thanks for looking into it. I will take a look ASAP. |
This makes me unable to use this mod on m1 |
This issue is still an absolute pain. Means if a single modpack has one mod that relies on Fabric Language Scala you can't play it |
I found that
[email protected]+scala.2.13.6
in curseforge containscom.sun.jna
, after I installfabric-language-scala
, it will cause jna register fail, printI read the source code in jna, and found that
Native.getConversion
return -1.https://github.com/java-native-access/jna/blob/7ae36913c7094f14fc841555c8dd36ffdb67a3ee/src/com/sun/jna/Native.java#L1731
And I write the test code:
Before install
fabric-language-scala
:After install
fabric-language-scala
:The text was updated successfully, but these errors were encountered: