|
|
发表于 2005-4-30 12:01:42
|
显示全部楼层
发现两个问题,请Luma大哥确认一下:
1、当添加自定义表情的时候,在“表情管理”框内,倘若没有自己预先建立一个分组而直接添加表情,lumaqq直接崩溃退出。错误信息如下:
- [shine@localhost ~]$ Exception in thread "main" java.lang.NullPointerException
- at edu.tsinghua.lumaqq.utils.FaceUtil.addFace(FaceUtil.java:299)
- at edu.tsinghua.lumaqq.ui.config.face.FaceManagePage$2.mouseUp(FaceManagePage.java:184)
- at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:136)
- at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
- at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954)
- at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2595)
- at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2298)
- at edu.tsinghua.lumaqq.ui.MainShell.open(MainShell.java:525)
- at edu.tsinghua.lumaqq.LumaQQ.main(LumaQQ.java:136)
复制代码
2、当我已经自建一个分组来存放表情的时候,在添加的时候点击我想要添加的表情,但在发送框内什么都没有。发送的时候提示“不能发空消息。” |
|