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
[INFORMATION](4/11/2024)
Cubism Editor 5.1 alpha2 is now available!

We have incorporated some of your comments and suggestions. Thank you for your comments and requests!
We will continue to welcome your feedback on alpha2.

Download/ Manual and Update History
Options

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