It looks like you're new here. Sign in or register to get started.
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
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 .