You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: