|
|
双击朋友发送过来的相片,就死掉了。那些聊天纪录也没有保存下来。
系统是redhat9,使用tcp方式登录。
下面是保存下来的错误代码:
[root@JszxLee LumaQQ]# 0 [Porter] ERROR edu.tsinghua.lumaqq.qq.net.Porter -
4 [Porter] ERROR edu.tsinghua.lumaqq.qq.net.Porter -
5 [Porter] ERROR edu.tsinghua.lumaqq.qq.net.Porter -
。。。。。。。。。。。。。。。。。。。。。。。。。
43 [Porter] ERROR edu.tsinghua.lumaqq.qq.net.Porter -
43 [Porter] ERROR edu.tsinghua.lumaqq.qq.net.Porter -
43 [Porter] ERROR edu.tsinghua.lumaqq.qq.net.Porter -
Exception in thread "main" java.lang.NullPointerException
at edu.tsinghua.lumaqq.ui.ClusterIMDelegate.sendRequestAgent(ClusterIMDelegate.java:251)
at edu.tsinghua.lumaqq.ui.ClusterIMDelegate.doCustomFlow(ClusterIMDelegate.java:216)
at edu.tsinghua.lumaqq.ui.ClusterIMDelegate.start(ClusterIMDelegate.java:114)
at edu.tsinghua.lumaqq.ui.SendClusterIMWindow.sendMessage(SendClusterIMWindow.java:1329)
at edu.tsinghua.lumaqq.ui.SendClusterIMWindow$3.run(SendClusterIMWindow.java:288)
at edu.tsinghua.lumaqq.widgets.rich.RichBox.handleKey(RichBox.java:927)
at edu.tsinghua.lumaqq.widgets.rich.RichBox.handleKeyDown(RichBox.java:866)
at edu.tsinghua.lumaqq.widgets.rich.RichBox$8.handleEvent(RichBox.java:319)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1021)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1045)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1030)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1057)
at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:621)
at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:1964)
at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:560)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1365)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3442)
at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:4777)
at org.eclipse.swt.widgets.Display.eventProc(Display.java:1067)
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1158)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2570)
at edu.tsinghua.lumaqq.ui.MainShell.open(MainShell.java:399)
at edu.tsinghua.lumaqq.LumaQQ.main(LumaQQ.java:138) |
|