For inquiries regarding issues with license purchases or license activation errors, please contact us through the
email form.Question - replay/load exception
Sometimes I get this exception (not always) when I load upon replay.:
File: http://.../lib/live2d.min.js. Line: 2. Message: Uncaught TypeError: Cannot read property 'createProgram' of null
live2d.min.js:formatted:5930 Uncaught TypeError: Cannot read property 'createProgram' of null
How do I solve this?
0 ·
Comments
I don't know only this error message .
If it is possible to show the source code to investigate .
I fixed a bug to do with gl, and the problem is gone.
When I looked through lib/live2d.min.js , it does seem that createProgram is related to gl .
So I guess the tip for anyone who encounter this problem in the future is - to ensure nothing is wrong with gl .