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

JNI crash when loading a 3D Tiles dataset. #333

Open
algostrat opened this issue Dec 4, 2024 · 0 comments
Open

JNI crash when loading a 3D Tiles dataset. #333

algostrat opened this issue Dec 4, 2024 · 0 comments

Comments

@algostrat
Copy link

algostrat commented Dec 4, 2024

An exception is thrown when zooming into the dataset after loading and selecting it in the overlays menu.
aircraft-carrier.zip. The tileset is just one b3dm model located near the golden gate bridge.

I've tried other datasets using gltf and .3tz and the same exception is thrown. This is happening on ATAK-5.3.0.4-a0a821fa-civ-release.apk.

The device is a samsung tab s7.

java.lang.UnsatisfiedLinkError: No implementation found for boolean com.atakmap.map.formats.c3dt.n.intersects(long, double, double, double, double) (tried Java_com_atakmap_map_formats_c3dt_n_intersects and Java_com_atakmap_map_formats_c3dt_n_intersects__JDDDD) at com.atakmap.map.formats.c3dt.n.intersects(Native Method) at com.atakmap.map.formats.c3dt.n.a(SourceFile:725) at com.atakmap.map.formats.c3dt.n.a(SourceFile:279) at com.atakmap.map.formats.c3dt.o.draw(SourceFile:240) at com.atakmap.map.opengl.b.draw(SourceFile:346) at com.atakmap.map.layer.opengl.d.draw(SourceFile:45) at atak.core.np.draw(SourceFile:133) at com.atakmap.map.layer.opengl.f.a(SourceFile:103) at com.atakmap.map.layer.opengl.b.draw(SourceFile:63) at com.atakmap.map.layer.opengl.g.a(SourceFile:148) at com.atakmap.map.layer.opengl.b.draw(SourceFile:63) at com.atakmap.map.layer.opengl.f.a(SourceFile:103) at com.atakmap.map.layer.opengl.b.draw(SourceFile:63) at com.atakmap.map.opengl.GLMapView.render(Native Method) at com.atakmap.map.opengl.GLMapView.render(SourceFile:1370) at com.atakmap.map.opengl.h.onDrawFrame(SourceFile:104) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1593) at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1287)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant