|
|
在FC4的KDE下运行,使用的是自带java运行环境的LumaQQ2004T
运行登录都正常
但只要一有消息就退出了
错误代码如下
[root@NERV ~]# Exception in thread "main" org.eclipse.swt.SWTException: Failed t
o execute runnable (java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja
va:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2844)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2575)
at edu.tsinghua.lumaqq.ui.MainShell.open(MainShell.java:399)
at edu.tsinghua.lumaqq.LumaQQ.main(LumaQQ.java:138)
Caused by: java.lang.NullPointerException
at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTree
Viewer.java:277)
at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTree
Viewer.java:256)
at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTree
Viewer.java:259)
at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTree
Viewer.java:259)
at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.refresh(QTreeViewer.ja
va:199)
at edu.tsinghua.lumaqq.ui.helper.BlindHelper.refreshGroup(BlindHelper.ja
va:361)
at edu.tsinghua.lumaqq.ui.QQEventProcessor$38.run(QQEventProcessor.java:
1215)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja
va:123)
... 4 more
Exception in thread "Listener" org.eclipse.swt.SWTException: Failed to execute r
unnable (java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:178)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:3366)
at edu.tsinghua.lumaqq.ui.QQEventProcessor.processClusterGetInfoSuccess(
QQEventProcessor.java:1184)
at edu.tsinghua.lumaqq.ui.QQEventProcessor.qqEvent(QQEventProcessor.java
:243)
at edu.tsinghua.lumaqq.qq.QQClient.fireQQEvent(QQClient.java:1742)
at edu.tsinghua.lumaqq.qq.BasicFamilyProcessor.processClusterGetInfoRepl
y(BasicFamilyProcessor.java:862)
at edu.tsinghua.lumaqq.qq.BasicFamilyProcessor.processClusterCommandRepl
y(BasicFamilyProcessor.java:422)
at edu.tsinghua.lumaqq.qq.BasicFamilyProcessor.packetArrived(BasicFamily
Processor.java:258)
at edu.tsinghua.lumaqq.qq.ProcessorRouter.packetArrived(ProcessorRouter.
java:60)
at edu.tsinghua.lumaqq.qq.QQClient.firePacketArrivedEvent(QQClient.java:
2325)
at edu.tsinghua.lumaqq.qq.net.ListenerThread.run(ListenerThread.java:83)
Caused by: java.lang.NullPointerException
at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTree Viewer.java:277)
at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTree Viewer.java:256)
at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTree Viewer.java:259)
at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTree Viewer.java:259)
at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.refresh(QTreeViewer.ja va:199)
at edu.tsinghua.lumaqq.ui.helper.BlindHelper.refreshGroup(BlindHelper.ja va:361)
at edu.tsinghua.lumaqq.ui.QQEventProcessor$38.run(QQEventProcessor.java: 1215)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja va:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2844)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2575)
at edu.tsinghua.lumaqq.ui.MainShell.open(MainShell.java:399)
at edu.tsinghua.lumaqq.LumaQQ.main(LumaQQ.java:138)
不知道是我机器的问题还是什么,传上来高手看看,顺便解决上QQ的问题,我不用EVA什么的,这个弄不好我就没得聊了 |
|