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
[Notice of Holidays]
Please note that our staff will not be available from 2024/Dec/28 - 2025/Jan/5 JST.
The Live2D Creators Forum will remain open during the holidays.
Submissions that require a response will be answered after we reopen for business.
Please note that it will take longer than usual to respond to your request.

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