Skip to content

jme3-bullet fails on aarch64 architecture #1286

@stephengold

Description

@stephengold

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.

Metadata

Metadata

Assignees

Labels

PhysicsIssues with all kinds of Physics and their BindingsbugSomething that is supposed to work, but doesn't. More severe than a "defect".

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions