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
[About macOS Sequoia] (Updated October 22, 2024)
Live2D Cubism Editor 5.1.02 now supports macOS Sequoia.
Other Live2D Cubism products currently released are not guaranteed to work on macOS Sequoia.
Please refrain from upgrading macOS, as it may not operate properly.

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