Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some GLTF model load failed #229

Open
conanlee88 opened this issue Nov 22, 2022 · 1 comment
Open

Some GLTF model load failed #229

conanlee88 opened this issue Nov 22, 2022 · 1 comment
Labels

Comments

@conanlee88
Copy link

I try to load the gltf model. Some of them load correctly, some load incorrectly, and some fail to load.
Below is the log of the error that failed to load.
E/CrashReport: SIGSEGV(SEGV_MAPERR) 0x7ffc80000 #00 pc 000000000001df00 /system/lib64/libc.so (memcpy+880) [arm64-v8a::abf2cb59cb696c5ea6c7ad8d85799608] #01 pc 00000000001c0534 /vendor/lib64/egl/libGLESv2_adreno.so (_ZN20EsxVertexArrayObject18UpdateInternalVbosEPK17EsxDrawDescriptorjPK16EsxAttributeDesc+1580) [arm64-v8a::a56b0625c5af351c13a4b73623da17df] #02 pc 000000000032f998 /vendor/lib64/egl/libGLESv2_adreno.so (_ZN20A6xVertexArrayObject11CalcVfdRegsEPK17EsxDrawDescriptorP10A6xVfdRegs+72) [arm64-v8a::a56b0625c5af351c13a4b73623da17df] #03 pc 0000000000340ac4 /vendor/lib64/egl/libGLESv2_adreno.so (_ZN10A6xContext13ValidateStateEPK17EsxDrawDescriptor+1720) [arm64-v8a::a56b0625c5af351c13a4b73623da17df] #04 pc 00000000003353b4 /vendor/lib64/egl/libGLESv2_adreno.so (_ZN10A6xContext18HwValidateGfxStateEPK17EsxDrawDescriptor+16) [arm64-v8a::a56b0625c5af351c13a4b73623da17df] #05 pc 0000000000112ed4 /vendor/lib64/egl/libGLESv2_adreno.so (_ZN10EsxContext16ValidateGfxStateEPK17EsxDrawDescriptor+2192) [arm64-v8a::a56b0625c5af351c13a4b73623da17df] #06 pc 000000000010931c /vendor/lib64/egl/libGLESv2_adreno.so (_ZN10EsxContext21DrawElementsInstancedE11EsxPrimTypej10EsxPixTypePKvji+996) [arm64-v8a::a56b0625c5af351c13a4b73623da17df] #07 pc 00000000000d5258 /system/lib64/libandroid_runtime.so [arm64-v8a::29ad66b350d5ef9362c92464e3401a7d] #08 pc 000000000105b7a4 /system/framework/arm64/boot-framework.oat (oatexec+7014308) [arm64-v8a::72121e6461776c4dd992a114ceb71376] java: org.the3deer.android_3d_model_engine.drawer.GLES20Renderer.drawObjectElement(GLES20Renderer.java:699) org.the3deer.android_3d_model_engine.drawer.GLES20Renderer.drawTrianglesUsingIndex(GLES20Renderer.java:559) org.the3deer.android_3d_model_engine.drawer.GLES20Renderer.drawShape(GLES20Renderer.java:491) org.the3deer.android_3d_model_engine.drawer.GLES20Renderer.draw(GLES20Renderer.java:314) org.the3deer.android_3d_model_engine.view.ModelRenderer.drawObject(ModelRenderer.java:881) org.the3deer.android_3d_model_engine.view.ModelRenderer.onDrawFrame(ModelRenderer.java:622) org.the3deer.android_3d_model_engine.view.ModelRenderer.onDrawFrame(ModelRenderer.java:501) android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1575) android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1270)

@conanlee88
Copy link
Author

scene.gltf.zip
This is the file that failed to load

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants