filament icon indicating copy to clipboard operation
filament copied to clipboard

gltfio::DependencyGraph::checkReadiness(filament::MaterialInstance*) crash

Open simonsland opened this issue 2 years ago • 2 comments

截屏2022-07-20 23 32 50 Above is the thread stack and info which crashed when I try to createAssetFromBinary. Is there clue the crash happen?

simonsland avatar Jul 20 '22 15:07 simonsland

Can you show more of the stack trace? My hunch is it's this assert being triggered. @prideout probably has more thoughts. If you're able to upload the glTF file you're attempting to load, that would be helpful.

bejado avatar Jul 20 '22 19:07 bejado

@starccode can you provide repro steps?

prideout avatar Jul 27 '22 16:07 prideout

no activity in a month, closing.

pixelflinger avatar Aug 16 '22 19:08 pixelflinger

The stack trace as following: 截屏2022-09-01 19 14 39 It crashed because of bad access of NULL value

simonsland avatar Sep 01 '22 11:09 simonsland

the cash is caused by wrong texture data

simonsland avatar Sep 02 '22 03:09 simonsland

Is there an example asset that I can use to reproduce the issue? Is it intermittent or reliable? This area of glTF has been in flux in recently, so you might want to update your copy of Filament.

prideout avatar Sep 06 '22 15:09 prideout