Howdy, Stranger!

It looks like you're new here. Sign in or register to get started.

If you have any questions, reports, suggestions, or requests about Live2D, please send them to this forum.
※We cannot guarantee statements or answers from Live2D staff. Thank you for your understanding in advance.
 
Live2D Cubism
Cubism Products and Downloads
Cubism product manuals and tutorials
Cubism Editor Manual    Cubism Editor Tutorial    Cubism SDK Manual    Cubism SDK Tutorial
[Notice of Holidays]
Please note that our staff will not be available from 2024/Dec/28 - 2025/Jan/5 JST.
The Live2D Creators Forum will remain open during the holidays.
Submissions that require a response will be answered after we reopen for business.
Please note that it will take longer than usual to respond to your request.

Have problem when call live2d opengl api

i want to call the live2d to draw animation at android plateform。 but the animation don't need directly show to surface, instead of pass each frame to other place. we create a pb buffer surface use API eglCreatePbufferSurface, and let the live2d draw on this surface, and use API glReadPixels read from GPU, we build a so library, and create a demo app to call this library. it's work ok. but when we ingergate to qcom hardware layer to call this library, can not work, we always got this error . but there have no detail description. i don't know how to debug this.

D/live2d ( 300): ******************** < ERROR[ 2] @UtDebug > ********************
D/live2d ( 300): ******************** < ERROR[ 3] @UtDebug > ********************
Sign In or Register to comment.