From: <ho...@by...> - 2004-12-21 08:52:07
|
d sanders <dsa...@ya...> schrieb am 21.12.2004, 06:15:27: > Hello, > > I found a Null Pointer Exception in the current > CVS version: > > java.lang.NullPointerException > at jake2.client.Menu.SpinControl_Draw(Menu.java:4904) > at jake2.client.Menu.Menu_Draw(Menu.java:4642) > at > jake2.client.Menu.StartServer_MenuDraw(Menu.java:2883) > at jake2.client.Menu$98.execute(Menu.java:2912) > at jake2.client.Menu.Draw(Menu.java:4325) > at jake2.client.SCR.UpdateScreen2(SCR.java:1283) > at jake2.client.SCR$1.execute(SCR.java:1313) > at > jake2.render.lwjgl.LWJGLBase.updateScreen(LWJGLBase.java:322) > at jake2.client.SCR.UpdateScreen(SCR.java:1319) > at jake2.client.CL.Frame(CL.java:1574) > at jake2.qcommon.Qcommon.Frame(Qcommon.java:215) > at jake2.Jake2.main(Jake2.java:77) > > Thanks, > > David Thanks for reporting the bug. I guess the map list for the first menu entry in the start server menu is not initialized properly under all circumstances. I could not reproduce the bug here. Can you try to give a description how to trigger this bug? You can use the bug tracking system at sourceforge to submit bugs. Thanks Holger |