Debug crash on android

Hi, I got this crash on an app:

08-11 16:01:28.901 10128 10128 E AndroidRuntime: Process: com.apps.xxx, PID: 10128
08-11 16:01:28.901 10128 10128 E AndroidRuntime: java.lang.RuntimeException: Uno.Exception: Unhandled exception ---> Uno.Exception: Unexpected exception ---> Uno.Exception: Unexpected exception ---> Fuse.Scripting.ScriptException:
08-11 16:01:28.901 10128 10128 E AndroidRuntime:     --- End of inner exception stack trace ---
08-11 16:01:28.901 10128 10128 E AndroidRuntime:     --- End of inner exception stack trace ---
08-11 16:01:28.901 10128 10128 E AndroidRuntime:     --- End of inner exception stack trace ---
08-11 16:01:28.901 10128 10128 E AndroidRuntime:     at com.Bindings.ExternedBlockHost.callUno_Fuse_App_OnFrameCallback244(Native Method)
08-11 16:01:28.901 10128 10128 E AndroidRuntime:     at com.foreign.Fuse.App$1.doFrame(App.java:39)
08-11 16:01:28.901 10128 10128 E AndroidRuntime:     at android.view.Choreographer$CallbackRecord.run(Choreographer.java:918)
08-11 16:01:28.901 10128 10128 E AndroidRuntime:     at android.view.Choreographer.doCallbacks(Choreographer.java:695)
08-11 16:01:28.901 10128 10128 E AndroidRuntime:     at android.view.Choreographer.doFrame(Choreographer.java:628)
08-11 16:01:28.901 10128 10128 E AndroidRuntime:     at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:906)
08-11 16:01:28.901 10128 10128 E AndroidRuntime:     at android.os.Handler.handleCallback(Handler.java:739)
08-11 16:01:28.901 10128 10128 E AndroidRuntime:     at android.os.Handler.dispatchMessage(Handler.java:95)
08-11 16:01:28.901 10128 10128 E AndroidRuntime:     at android.os.Looper.loop(Looper.java:158)
08-11 16:01:28.901 10128 10128 E AndroidRuntime:     at android.app.ActivityThread.main(ActivityThread.java:7229)
08-11 16:01:28.901 10128 10128 E AndroidRuntime:     at java.lang.reflect.Method.invoke(Native Method)
08-11 16:01:28.901 10128 10128 E AndroidRuntime:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
08-11 16:01:28.901 10128 10128 E AndroidRuntime:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)

$ fuse --version
Fuse version 0.24.0 (build 7243)
Copyright (C) 2016 Fusetools

Hey Bjørn-Olav, and thanks for your report.

Do you have a reproduction? The stack trace isn’t very informative unfortunately. :confused: