arcore_flutter_plugin icon indicating copy to clipboard operation
arcore_flutter_plugin copied to clipboard

Crash rendering glb model

Open leeprobert opened this issue 4 years ago • 0 comments

I'm loading a glb file using the ArCoreReferenceNode but the app is crashing after download of the file. The camera feed is rendered for a second and then it crashes with this log:

I/FrameFlow( 9536): FrameFlowInit app is not supported by frameflow solution
I/Filament( 9536): FEngine (64 bits) created at 0x6f51a00000 (threading is enabled)
D/Filament( 9536): Using ASurfaceTexture
D/Filament( 9536): FEngine resolved backend: OpenGL
I/FrameFlow( 9536): FrameFlowInit app is not supported by frameflow solution
I/SceneView( 9536): Optional library com.google.ar.sceneform.animation not present. Sceneform animation disabled
I/DecorView[]( 9536):  old windowMode:0 new windoMode:1
D/InputEventReceiver( 9536): dispatchInputInterval 1000000
I/HiTouch_HiTouchSensor( 9536): HiTouch restricted: Sub windows restricted.
D/HiTouch_PressGestureDetector( 9536): onAttached, package=com.penshurstplace.android, windowType=2030, mHiTouchRestricted=true
D/mali_winsys( 9536): EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
I/FrameFlow( 9536): FrameFlowInit app is not supported by frameflow solution
D/DecorView( 9536): showOrHideHighlightView: hasFocus=false; winMode=1; isMrgNull=true
D/RtgSched( 9536): resetRtgSchedHandle failed enable:0
2
I/FrameFlow( 9536): FrameFlowInit app is not supported by frameflow solution
F/libc    ( 9536): Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 9729 (AsyncTask #3), pid 9536 (stplace.android)
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'HUAWEI/ELE-L29EEA/HWELE:10/HUAWEIELE-L29/10.1.0.150C431:user/release-keys'
Revision: '0'
ABI: 'arm64'
Timestamp: 2021-07-16 12:27:05+0100
pid: 9536, tid: 9729, name: AsyncTask #3  >>> com.penshurstplace.android <<<
uid: 10197
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
Cause: null pointer dereference
    x0  00000070230ef5f0  x1  0000000000000000  x2  000000000000000c  x3  0000000000000000
    x4  000000000000000c  x5  00000070230ef5fc  x6  305f73656873656d  x7  305f73656873656d
    x8  0000000000000000  x9  0000000000000000  x10 0000000000000001  x11 0000000000000000
    x12 0000000000000038  x13 aaaaaaaaaaaaaaab  x14 0000000000000106  x15 0000006f36001970
    x16 0000006f339dc208  x17 000000717c2f6b40  x18 0000007020d5a000  x19 00000000000008b1
    x20 0000000000000000  x21 000000000000000c  x22 0000000000000000  x23 0000000000001a13
    x24 0000006f3aa85240  x25 0000000000000000  x26 0000006f36026e08  x27 0000000000000000
    x28 000000000000000c  x29 0000000000000001
    sp  00000070230ef570  lr  0000006f338fce64  pc  000000717c2f6a28

leeprobert avatar Jul 16 '21 11:07 leeprobert