Mihir Trivedi

Results 7 comments of Mihir Trivedi

> Does this happen 100% of the time or only sometimes? Can you attach your animation or a sample project? Was your animation exported with Bodymovin for After Effects or...

Here is more detail about the crash - device, and os. Attached the screenshots ![Screenshot 2022-06-28 at 7 55 32 PM](https://user-images.githubusercontent.com/2102271/176208845-413518f3-093d-4d2e-94c8-c222fb4c045e.png) ![Screenshot 2022-06-28 at 7 55 39 PM](https://user-images.githubusercontent.com/2102271/176208874-68148e0a-ee44-4ab0-9cf6-0b4620a1de03.png)

> @Mihir3646 I thought you said it happened 100% of the time. If that's true then OS/device metrics aren't important. Without a repro, I won't be able to help here,...

On `Realm.init(this);` getting the same error in **lib version 10.18.0** ``` Fatal Exception: java.lang.UnsatisfiedLinkError dlopen failed: cannot locate symbol "ExecuteProgram" referenced by "/data/data/com.my.app/app_lib/librealm-jni.so.10.18.0"... java.lang.Runtime.load0 (Runtime.java:933) java.lang.System.load (System.java:1729) com.getkeepsafe.relinker.ReLinkerInstance.loadLibraryInternal (ReLinkerInstance.java:204) com.getkeepsafe.relinker.ReLinkerInstance.loadLibrary...

> So, is this project now abandoned by MongoDB? This issue here will break all apps using Realm on Android devices with the new 16KB page size and they don't...

I think the 16KB page size issue fixed in version [10.19.0](https://github.com/realm/realm-java/blob/main/CHANGELOG.md#10190-2024-09-13)

> > I think the 16KB page size issue fixed in version [10.19.0](https://github.com/realm/realm-java/blob/main/CHANGELOG.md#10190-2024-09-13) > > Obviously not, crashes during initialization I am also using this lib in my project, but...