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.

I can't export to .moc3, what does this error msg means!?!?

plsssss help, this is my first time doing a model, and when i tried to export this error appeared, what does it mean? how can I solve it!?

[ERROR] net.arnx.jsonic.JSONException: 218: unexpected char: H
[ERROR] "Name": "Bear "H <- ?
[ERROR] at net.arnx.jsonic.parse.JSONParser.createParseException(JSONParser.java:902)
[ERROR] at net.arnx.jsonic.parse.TraditionalParser.afterValue(TraditionalParser.java:456)
[ERROR] at net.arnx.jsonic.parse.JSONParser.next(JSONParser.java:121)
[ERROR] at net.arnx.jsonic.JSONReader.getValue(JSONReader.java:181)
[ERROR] at net.arnx.jsonic.JSON.parse(JSON.java:1121)
[ERROR] at net.arnx.jsonic.JSON.decode(JSON.java:652)
[ERROR] at com.live2d.cubism.doc.gameData.a.a.a(Unknown Source)
[ERROR] at com.live2d.cubism.doc.model.exporter.b$a.a(Unknown Source)
[ERROR] at com.live2d.cubism.doc.model.exporter.b$a.a(Unknown Source)
[ERROR] at com.live2d.cubism.doc.model.exporter.d.a(Unknown Source)
[ERROR] at com.live2d.cubism.doc.model.exporter.d.invoke(Unknown Source)
[ERROR] at com.live2d.util.ab.a(Unknown Source)
[ERROR] at com.live2d.util.aa.a(Unknown Source)
[ERROR] at java.base/java.lang.Thread.run(Unknown Source)

I really put so much effort on my first model, and i feel kinda disappointed for not being able to export 😭😭😭

Best Answer

  • @Vanila_Xofee

    Thank you very much for submitting your files.

    We have examined the file you submitted and found that there are [Bear "Hair" Swing] and [Bear "Hair" Squish] in the names of the physics operation groups, and ["] (double quotation)is a character that causes an error when exporting the file.

    Therefore, please go to [Physics Settings] and edit the name of the physics group, and change the name to one that does not use ["](double quotation).

    Ex)
    Bear "Hair" Swing" → "Bear Hair Swing

    Please revise as per the above item.

Answers

Sign In or Register to comment.