qlf9's blog

By qlf9, history, 4 years ago, In English

Hello,

I am unfortunately having some issues with the CHelper plugin. I downloaded it and got it to work completely. I then wrote my own Reader class to use as its input class, after which it still worked. However, after I closed IDEA and reopened it, it has completely stopped working. I can still add new problems and parse them from online, and the tests show up, but when I run the program, absolutely nothing happens. I also got this IDE error, but I don't know if it's related to my issue, because I got the same IDE error when CHelper was working for me.

java.lang.Throwable: AWT events are not allowed inside write action: java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=javax.swing.Timer$DoPostEvent@4057960b,notifier=null,catchExceptions=false,when=1578874736618] on sun.awt.windows.WToolkit@4a2f786

Has anyone had the same issue, and does anyone know how to resolve it? I would really appreciate any help or guidance on this.

-qlf9

  • Vote: I like it
  • +16
  • Vote: I do not like it

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by qlf9 (previous revision, new revision, compare).

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

I've met such situation, and I can hardly remember how to fix it. What I can remember is it was caused by conflict configuration, you can check whether you project setting, chelper.properties, and the generated json file using the same input output class.