Skip to content
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

jme3-bullet fails on aarch64 architecture #1286

Closed
stephengold opened this issue Feb 10, 2020 · 1 comment
Closed

jme3-bullet fails on aarch64 architecture #1286

stephengold opened this issue Feb 10, 2020 · 1 comment
Assignees
Labels
bug Something that is supposed to work, but doesn't. More severe than a "defect". Physics Issues with all kinds of Physics and their Bindings
Milestone

Comments

@stephengold
Copy link
Member

stephengold commented Feb 10, 2020

In current "master" branch, jme3-bullet-native builds a "libbulletjme.so" native library for Platform.Linux_ARM64.

However, NativeLibraryLoader is unable to load the native library, because JmeSystemDelegate.getPlatform() identifies aarch64 architectures as Platform.Linux64 instead of Platform.Linux_ARM64.

Here's the culprit:

I'll fix it in "master". The fix should be backported to "v3.3" branch.

@stephengold stephengold self-assigned this Feb 10, 2020
stephengold added a commit that referenced this issue Feb 10, 2020
@stephengold
Copy link
Member Author

Fixed in master at f268d00

@stephengold stephengold added this to the v3.3.0 milestone Feb 12, 2020
@stephengold stephengold added the bug Something that is supposed to work, but doesn't. More severe than a "defect". label Feb 24, 2020
pspeed42 pushed a commit that referenced this issue Mar 24, 2020
@stephengold stephengold added the Physics Issues with all kinds of Physics and their Bindings label Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that is supposed to work, but doesn't. More severe than a "defect". Physics Issues with all kinds of Physics and their Bindings
Projects
None yet
Development

No branches or pull requests

1 participant