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](03/28/2024)
Cubism Editor 5.1 alpha version is now available!
Find out how to use the new features here.
Please take this opportunity to use it and give us your feedback!

For more information and download, please check out the Cubism Editor 5.1 alpha category.

Unable to export to moc v2.1, error log below

For some reason Export to moc v2.1 doesn't show up and when I checked error log I found this...
Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: Not impl App : NOT_INIT
at jp.live2d.cubism.aE.d(Unknown Source)
at jp.live2d.cubism.aE.c(Unknown Source)
at jp.live2d.cubism.ui.i.a.(Unknown Source)
at com.live2d.cubism.doc.model.io.a.a.(Unknown Source)
at com.live2d.cubism.a.D.c(Unknown Source)
at com.live2d.cubism.CEAppCtrl.command_exportModelData21(Unknown Source)
at com.live2d.cubism.CEAppCtrl.actionPerformed(Unknown Source)
at com.live2d.cubism.view.CEMainFrameCtrl.actionPerformed(Unknown Source)
at com.live2d.cubism.view.CEMainFrameCtrl.actionPerformed$default(Unknown Source)
at com.live2d.cubism.view.u.a(Unknown Source)
at com.live2d.cubism.view.u.invoke(Unknown Source)
at com.live2d.cubism.view.g.a(Unknown Source)
at com.live2d.cubism.view.g.invoke(Unknown Source)
at com.live2d.ui.control.d.a(Unknown Source)
at com.live2d.ui.control.d.invoke(Unknown Source)
at com.live2d.ui.menu.CMenuItem.doAction_exe(Unknown Source)
at com.live2d.ui.control.c.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Please help as I needed the export to v2.1 feature for this project, I could provide my .cmo3 file in private if needed.
Thank you.

Comments

  • Just want to report that the problem is gone, somehow. But I will report when the issue returns.
  • edited June 2017
    I'm having this near exact problem as well... I was able to export earlier in the day... I can't really (nor remember) any significant changes I had done to the file as as well.

    Specs:
    Windows 10, 64-bit
    Live2d Cubism Editor 3.0.06 free version

    I'm only posting here since I think it's the same problem. :)

    Also I've uninstalled and reinstalled the prog.

    attempted to export to 2.1
    Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: Not impl App : NOT_INIT at jp.live2d.cubism.aE.d(Unknown Source) at jp.live2d.cubism.aE.c(Unknown Source) at jp.live2d.cubism.ui.i.a.<init>(Unknown Source) at com.live2d.cubism.doc.model.io.a.a.<init>(Unknown Source) at com.live2d.cubism.a.D.c(Unknown Source) at com.live2d.cubism.CEAppCtrl.command_exportModelData21(Unknown Source) at com.live2d.cubism.CEAppCtrl.actionPerformed(Unknown Source) at com.live2d.cubism.view.CEMainFrameCtrl.actionPerformed(Unknown Source) at com.live2d.cubism.view.CEMainFrameCtrl.actionPerformed$default(Unknown Source) at com.live2d.cubism.view.u.a(Unknown Source) at com.live2d.cubism.view.u.invoke(Unknown Source) at com.live2d.cubism.view.g.a(Unknown Source) at com.live2d.cubism.view.g.invoke(Unknown Source) at com.live2d.ui.control.d.a(Unknown Source) at com.live2d.ui.control.d.invoke(Unknown Source) at com.live2d.ui.menu.CMenuItem.doAction_exe(Unknown Source) at com.live2d.ui.control.c.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
  • Yeah this still happens occasionally, even on new projects. One time I fixed the error by creating a new deformer, but I cannot reproduce the issue although I have followed the same step.
  • Hi guys,

    Thank you for sharing these issue. They are going to be fixed in the next update!

    Thanks,
  • Thank you for the update, @dai.s@live2d :smiley: Are they now fixed in latest version 3.0.0.7?
  • edited August 2017
    Just want to give a heads up that the issue still exists in 3.0.11.

    The steps was fairly simple, I just imported a PSD, made few changes, saved it, tried to Export , had a notification that I should generate texture atlas, generate it, and it's still having this error.

    [ERROR] Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: Not impl App : NOT_INIT
    [ERROR] at jp.live2d.cubism.aE.d(Unknown Source)
    [ERROR] at jp.live2d.cubism.aE.c(Unknown Source)
    [ERROR] at jp.live2d.cubism.ui.i.a.(Unknown Source)
    [ERROR] at com.live2d.cubism.doc.model.io.a.a.(Unknown Source)
    [ERROR] at com.live2d.cubism.appCtrlImpl.D.c(Unknown Source)
    [ERROR] at com.live2d.cubism.CEAppCtrl.command_exportModelData21(Unknown Source)
    [ERROR] at com.live2d.cubism.CEAppCtrl.actionPerformed(Unknown Source)
    [ERROR] at com.live2d.cubism.view.CEMainFrameCtrl.actionPerformed(Unknown Source)
    [ERROR] at com.live2d.cubism.view.CEMainFrameCtrl.actionPerformed$default(Unknown Source)
    [ERROR] at com.live2d.cubism.view.A.a(Unknown Source)
    [ERROR] at com.live2d.cubism.view.A.invoke(Unknown Source)
    [ERROR] at com.live2d.cubism.view.g.a(Unknown Source)
    [ERROR] at com.live2d.cubism.view.g.invoke(Unknown Source)
    [ERROR] at com.live2d.ui.control.d.a(Unknown Source)
    [ERROR] at com.live2d.ui.control.d.invoke(Unknown Source)
    [ERROR] at com.live2d.ui.menu.CMenuItem.doAction_exe(Unknown Source)
    [ERROR] at com.live2d.ui.control.c.actionPerformed(Unknown Source)
    [ERROR] at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    [ERROR] at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    [ERROR] at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    [ERROR] at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    [ERROR] at javax.swing.AbstractButton.doClick(Unknown Source)
    [ERROR] at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
    [ERROR] at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
    [ERROR] at java.awt.Component.processMouseEvent(Unknown Source)
    [ERROR] at javax.swing.JComponent.processMouseEvent(Unknown Source)
    [ERROR] at java.awt.Component.processEvent(Unknown Source)
    [ERROR] at java.awt.Container.processEvent(Unknown Source)
    [ERROR] at java.awt.Component.dispatchEventImpl(Unknown Source)
    [ERROR] at java.awt.Container.dispatchEventImpl(Unknown Source)
    [ERROR] at java.awt.Component.dispatchEvent(Unknown Source)
    [ERROR] at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    [ERROR] at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    [ERROR] at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    [ERROR] at java.awt.Container.dispatchEventImpl(Unknown Source)
    [ERROR] at java.awt.Window.dispatchEventImpl(Unknown Source)
    [ERROR] at java.awt.Component.dispatchEvent(Unknown Source)
    [ERROR] at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    [ERROR] at java.awt.EventQueue.access$500(Unknown Source)
    [ERROR] at java.awt.EventQueue$3.run(Unknown Source)
    [ERROR] at java.awt.EventQueue$3.run(Unknown Source)
    [ERROR] at java.security.AccessController.doPrivileged(Native Method)
    [ERROR] at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    [ERROR] at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    [ERROR] at java.awt.EventQueue$4.run(Unknown Source)
    [ERROR] at java.awt.EventQueue$4.run(Unknown Source)
    [ERROR] at java.security.AccessController.doPrivileged(Native Method)
    [ERROR] at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    [ERROR] at java.awt.EventQueue.dispatchEvent(Unknown Source)
    [ERROR] at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    [ERROR] at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    [ERROR] at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    [ERROR] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    [ERROR] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    [ERROR] at java.awt.EventDispatchThread.run(Unknown Source)
    [WARN ] hitTest : 2.003 msec (OVER 2ms)
  • edited August 2017
    Anyway I fixed it by making a deformer... is it true that there should be at least one deformer before we Export to 2.1? If that's the case there should be an informative error message.
  • Hi,

    Thank you for your report. I apologize for your inconvenience.

    Now we are looking for the cause and solution of this issue. I'd like you to give us a bit more time.

    Sincerely,

    Dai
  • Hi,

    Could you please send us your current model data in order to fix the issue?

    Thanks,
Sign In or Register to comment.