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

Crash When running on Android #3904

Closed
iyansr opened this issue Aug 12, 2021 · 2 comments
Closed

Crash When running on Android #3904

iyansr opened this issue Aug 12, 2021 · 2 comments

Comments

@iyansr
Copy link

iyansr commented Aug 12, 2021

Goals

Running on android normally

Expected Results

Running on android normally

Actual Results

Got Crash :

Name
FATAL EXCEPTION: create_react_context
Reason
java.lang.UnsatisfiedLinkError: couldn't find DSO to load: librealm.so caused by: couldn't find DSO to load: libjsc.so result: 0 result: 0
Stacktrace
FATAL EXCEPTION: create_react_context
Process: com.valar.pintu.debug, PID: 6019
java.lang.UnsatisfiedLinkError: couldn't find DSO to load: librealm.so caused by: couldn't find DSO to load: libjsc.so result: 0 result: 0
at com.facebook.soloader.SoLoader.doLoadLibraryBySoName(SoLoader.java:825)
at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:673)
at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:611)
at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:559)
at io.realm.react.RealmReactModule.(RealmReactModule.java:57)
at io.realm.react.RealmReactPackage.createNativeModules(RealmReactPackage.java:31)
at com.facebook.react.ReactPackageHelper.getNativeModuleIterator(ReactPackageHelper.java:42)
at com.facebook.react.NativeModuleRegistryBuilder.processPackage(NativeModuleRegistryBuilder.java:42)
at com.facebook.react.ReactInstanceManager.processPackage(ReactInstanceManager.java:1347)
at com.facebook.react.ReactInstanceManager.processPackages(ReactInstanceManager.java:1318)
at com.facebook.react.ReactInstanceManager.createReactContext(ReactInstanceManager.java:1225)
at com.facebook.react.ReactInstanceManager.access$1100(ReactInstanceManager.java:131)
at com.facebook.react.ReactInstanceManager$5.run(ReactInstanceManager.java:1016)
at java.lang.Thread.run(Thread.java:919)

Steps to Reproduce

instal realm package
run on android emulatoirs

Code Sample

Version of Realm and Tooling

  • Realm JS SDK Version: 10.6.1
  • Node or React Native: Node v14.16.0 / RN 0.63.4
  • Client OS & Version: Windows 10
  • Which debugger for React Native: Flipper
@kneth
Copy link
Contributor

kneth commented Aug 13, 2021

couldn't find DSO to load: libjsc.so indicates that you are using Hermes. We currently don't support Hermes - see #3792.

@sync-by-unito sync-by-unito bot added the More-information-needed More information is needed to progress. The issue will close automatically in 2 weeks. label Aug 13, 2021
@iyansr iyansr closed this as completed Aug 13, 2021
@iyansr
Copy link
Author

iyansr commented Aug 13, 2021

couldn't find DSO to load: libjsc.so indicates that you are using Hermes. We currently don't support Hermes - see #3792.

Yes, it works now, thanks

@no-response no-response bot removed the More-information-needed More information is needed to progress. The issue will close automatically in 2 weeks. label Aug 13, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants