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
[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.

[BUG] Glue binding generated ID exceeding maximum length

I just had this error when exporting my model:
[ERROR] java.lang.IllegalStateException: Id length is greater than 64
[ERROR] 	at com.live2d.cubism.doc.model.exporter.dw.d(Unknown Source)
[ERROR] 	at com.live2d.cubism.doc.model.exporter.a.a(Unknown Source)
[ERROR] 	at com.live2d.cubism.doc.model.exporter.J.a(Unknown Source)
[ERROR] 	at com.live2d.cubism.doc.model.exporter.x.a(Unknown Source)
[ERROR] 	at com.live2d.cubism.doc.model.exporter.x.a(Unknown Source)
[ERROR] 	at com.live2d.cubism.doc.model.exporter.b.a(Unknown Source)
[ERROR] 	at com.live2d.cubism.doc.model.exporter.b.a(Unknown Source)
[ERROR] 	at com.live2d.cubism.doc.model.exporter.f.a(Unknown Source)
[ERROR] 	at com.live2d.cubism.doc.model.exporter.f.invoke(Unknown Source)
[ERROR] 	at com.live2d.util.ad.a(Unknown Source)
[ERROR] 	at com.live2d.util.af.run(Unknown Source)
[ERROR] 	at java.lang.Thread.run(Unknown Source)
Upon looking at the logs I noticed this line
[ERROR] ???????ID????? Glue__IV_tube_2__adjust_to_fit_angle_2__IV_tube_2__adjust_to_fit_angle_

One of the glue generated in the project has exceeded 64 characters limit, because the glued layers have a very long name.
Fortunately the error can be corrected just by editing the ID, however it wasn't obvious at first.

There should be a length validation check in the glue creation process.
I would like to see this corrected in future update.

Version: Live2D Cubism 4.2.02
Windows 10

Comments

Sign In or Register to comment.