Im getting a RuntimeException on my android app

Hello, am having a rare exception on one of my apps that are currently in use. The app works fine on most of devices, but there are some devices that it dont, the app install but does not run. Im using sentry and im receiving the next exception

RuntimeException

failed to set system property

  • android.os.SystemProperties in native_set

  • android.os.SystemProperties in set at line 183

  • me.phh.treble.app.QtiAudio$startup$1 in invoke at line 67

  • me.phh.treble.app.QtiAudio$startup$1 in invoke at line 14

  • kotlin.concurrent.ThreadsKt$thread$thread$1 in run at line 30

In some devices the app get stuck on splashscreen but i dont know if it is the same problem. I really appreciate any help. Thanks in advance