|
|
发表于 2005-7-10 12:37:01
|
显示全部楼层
luma,我打了最新的补丁(07-09)后还是不行的,查看某些好友发过来的消息时候,仍然会跳出来。信息如下:
Exception in thread "main" java.lang.IllegalArgumentException: Argument cannot be null
at org.eclipse.swt.SWT.error(SWT.java:2926)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.SWT.error(SWT.java:2836)
at org.eclipse.swt.graphics.FontData.setName(FontData.java:387)
at edu.tsinghua.lumaqq.widgets.rich.LineStyle.createFontData(LineStyle.java:241)
at edu.tsinghua.lumaqq.widgets.rich.LineStyler.getLineFont(LineStyler.java:90)
at edu.tsinghua.lumaqq.widgets.rich.ContentHelper.getWidth(ContentHelper.java:94)
at edu.tsinghua.lumaqq.widgets.rich.ContentHelper.getLineWidth(ContentHelper.java:449)
at edu.tsinghua.lumaqq.widgets.rich.ContentHelper.splitLine(ContentHelper.java:391)
at edu.tsinghua.lumaqq.widgets.rich.WrappedContent.setLineStyle(WrappedContent.java:395)
at edu.tsinghua.lumaqq.widgets.rich.RichBox.appendText(RichBox.java:2135)
at edu.tsinghua.lumaqq.ui.SendIMWindow.appendMessage(SendIMWindow.java:1039)
at edu.tsinghua.lumaqq.ui.tool.ShellLauncher.openNormalIMWindow(ShellLauncher.java:471)
at edu.tsinghua.lumaqq.ui.tool.ShellLauncher.openIMShell(ShellLauncher.java:429)
at edu.tsinghua.lumaqq.ui.MainShell$5.handleEvent(MainShell.java:501)
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.Display.runDeferredEvents(Display.java:2867)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2572)
at edu.tsinghua.lumaqq.ui.MainShell.open(MainShell.java:399)
at edu.tsinghua.lumaqq.LumaQQ.main(LumaQQ.java:138) |
|