|
点了它没反应,在终端里运行,有这样的提示:
** (SWT:14389): WARNING **: Binding '<Ctrl><Alt>Z' failed!
0 [main] ERROR edu.tsinghua.lumaqq.ui.helper.ConfigHelper - 提起消息热键绑定失败
Exception in thread "main" java.lang.NullPointerException
at edu.tsinghua.lumaqq.ui.sorter.ModelSorter.compare(ModelSorter.java:69)
at edu.tsinghua.lumaqq.ui.sorter.ModelSorter.compare(ModelSorter.java:1)
at java.util.Arrays.mergeSort(Arrays.java:1284)
at java.util.Arrays.sort(Arrays.java:1223)
at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.refresh(QTreeViewer.java:230)
at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.setInput(QTreeViewer.java:501)
at edu.tsinghua.lumaqq.ui.helper.BlindHelper.initTreeMode(BlindHelper.java:545)
at edu.tsinghua.lumaqq.ui.helper.BlindHelper.resetMode(BlindHelper.java:731)
at edu.tsinghua.lumaqq.ui.helper.BlindHelper.setTreeMode(BlindHelper.java:814)
at edu.tsinghua.lumaqq.ui.MainShell.setClient(MainShell.java:433)
at edu.tsinghua.lumaqq.LumaQQ.main(LumaQQ.java:142)
怎么办? |
|