I am getting the following error while running preview on both local and device , but only local preview works fine.
[Viewport]: System.ExecutionEngineException: SIGILL
at Fuse.Scripting.V8.Context.ThrowPendingExceptions () <0x100ca0d0 + 0x0003f> in <filename unknown>:0
at Fuse.Scripting.V8.Function.Call (System.Object[] args) <0x100cc178 + 0x0029f> in <filename unknown>:0
at Fuse.Reactive.FunctionMirror+CallClosure.Call () <0x14fda718 + 0x002f5> in <filename unknown>:0
at Fuse.Reactive.ThreadWorker.RunInner () <0x100c7db0 + 0x0039f> in <filename unknown>:0
My current Fusetools version is 0.37 , Using iMac with OS macOS Sierra, and Device is Android phone with Android version 6.0 Marshmallow.
exactly what is the Android device? A brand name and model number would be nice. And which Fuse 0.37 build number are you on?
Could you also happen to have a minimal reproduction which results in this error that you could share? From the looks of it, the problem might be related to some Observable function (FunctionMirror hints at that), but there’s no telling without seeing some code that triggers the error.
Hi Uldis, Thanks for Reply
Android Device is " LeTV Le 2" a chines brand model number (le X620), Fuse 0.37.0 (build 12978) , I have a MapView a long side of other Panels , With a popUp , I think the popUp part is creating this problem, Because an Observable for checking the condition.