SceneView / sceneview-android

SceneView is a 3D and AR Android Composable and View with Google Filament and ARCore. This is a Sceneform replacement in Kotlin
Apache License 2.0
839 stars 160 forks source link

App crash while dismissing ar view. #549

Open bpn-work opened 3 months ago

bpn-work commented 3 months ago

When dismiss AR view on setting flag to false. App crashes will following log:

if(flag){ // show arview }else{ dismiss ar view }


28407-28407 OplusBracketLog          E  [OplusViewMirrorManager] updateHostViewRootIfNeeded, not support android.view.ViewRootImpl@9ca11b8
28407-28453 OpenGLRenderer           E  Unable to match the desired swap behavior.
28407-28407 native                   E  E0000 00:00:1722933115.899071   28407 hit_test.cc:426] INTERNAL: No point hit.
28407-28407 native                   E  E0000 00:00:1722933116.008087   28407 hit_test.cc:426] INTERNAL: No point hit.
28407-28407 native                   E  E0000 00:00:1722933116.110264   28407 hit_test.cc:426] INTERNAL: No point hit.
28407-28407 native                   E  E0000 00:00:1722933116.207597   28407 hit_test.cc:426] INTERNAL: No point hit.
28407-28407 native                   E  E0000 00:00:1722933116.306110   28407 hit_test.cc:426] INTERNAL: No point hit.
28407-28407 native                   E  E0000 00:00:1722933116.413636   28407 hit_test.cc:426] INTERNAL: No point hit.
28407-28407 native                   E  E0000 00:00:1722933116.504898   28407 hit_test.cc:426] INTERNAL: No point hit.
28407-28407 native                   E  E0000 00:00:1722933116.617004   28407 hit_test.cc:426] INTERNAL: No point hit.
28407-28407 Filament                 E  in terminateAndDestroy:941
                                        reason: Object <no-rtti> at 0xb4000074248bbc40 doesn't exist (double free?)
28407-28407 Filament                 E  
28407-28407 Filament                 E  in terminateAndDestroy:941
                                        reason: Object <no-rtti> at 0xb4000074248bca40 doesn't exist (double free?)
28407-28407 Filament                 E  
28407-28407 Filament                 E  in terminateAndDestroy:941
                                        reason: Object <no-rtti> at 0xb4000074248bbc40 doesn't exist (double free?)
28407-28407 Filament                 E  
28407-28407 Filament                 E  in terminateAndDestroy:941
                                        reason: Object <no-rtti> at 0xb4000074248bca40 doesn't exist (double free?)
28407-28407 Filament                 E  
28407-28581 CameraManagerGlobal      E  Camera 4 is not present. Ignore physical camera status change
28407-29119 GPUAUX                   E  [AUX]GuiExtAuxCheckAuxPath:674: Null anb
28407-29119 GPUAUX                   E  [AUX]GuiExtAuxCheckAuxPath:674: Null anb
28407-29119 GPUAUX                   E  [AUX]GuiExtAuxCheckAuxPath:674: Null anb
28407-29119 GPUAUX                   E  [AUX]GuiExtAuxCheckAuxPath:674: Null anb
28407-29119 GPUAUX                   E  [AUX]GuiExtAuxCheckAuxPath:674: Null anb
28407-29119 GPUAUX                   E  [AUX]GuiExtAuxCheckAuxPath:674: Null anb
29166-29166 SchedAssist              E  ofbOpen failed with error=No such file or directory
29166-29166 SchedAssist              E  sysOpen failed with error=No such file or directory
29166-29166 SchedAssist              E  sharedImFd failed with error=Permission denied
github-actions[bot] commented 2 days ago

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.