Keith Mayoral

Results 20 comments of Keith Mayoral

+1 I always get this as well.

I see that this was labeled as fixed in upcoming release on January 27th, 2022. Since then, there have been 3 releases of the SDK. Was this fix included in...

I also still see this type of stack trace in my own app a year later with similar cause of `null pointer dereference` at `Java_com_google_ar_infrastructure_nativedatasource_imagesubsystem_NativeImageStreamCallback_nativeInvoke`: ``` *** *** *** ***...

I'm also seeing a similar stack trace for a single user in production: ``` Fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed: library "libbarhopper_v3.so" not found at java.lang.Runtime.loadLibrary0(Runtime.java:1077) at java.lang.Runtime.loadLibrary0(Runtime.java:998) at java.lang.System.loadLibrary(System.java:1661) at...

Hi all, thanks for the work here! Just a heads up that I still see NDK crashes coming from ARCore when calling destroy which seem to indicate a double call....

I forgot to share the stacktrace I'm seeing: ``` 2024-03-29 10:30:44.457 10041-10041 SceneViewActivity com.test.android I onDestroyed() 2024-03-29 10:30:44.459 10041-10041 WindowOnBackDispatcher com.test.android W sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@a63e9dc 2024-03-29 10:30:44.460 10041-10041 Sceneview com.test.android D...

@sameerjj / @Antiglobalist I just submitted a PR change which appears to fix the issue on my end if you'd like to review, thanks! https://github.com/SceneView/sceneview-android/pull/451 Thanks all and @ThomasGorisse for...

Hopefully it's still ok since it wasn't an issue in [v2.1.1](https://github.com/SceneView/sceneview-android/releases/tag/v2.1.1) where #451 was originally released but 🤞 , thanks again!

Just wanted to bump this issue and see if there might be additional context that might be required from my end to move this forward? I see that my PR...