[Regarding macOS Tahoe](Updated September 18, 2025)
We cannot guarantee the compatibility of the current releases of Live2D Cubism Editor and Cubism SDK with macOS Tahoe.
We advise against upgrading your macOS at this time as it may cause Live2D products not to function correctly.
Upgrading macOS can also cause you to lose your Cubism Editor license file.
Please make sure to deactivate your Cubism Editor license before upgrading the macOS.
For more details:
https://help.live2d.com/en/other/other_09/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 .