Client crashing when trying to smith.
Posted: Thu Aug 20, 2009 3:20 pm
Whenever I try to smith something my client crashes instantly, this is the error log, hopefully you can see what the problem is ><...
Illarion Client V1.21 started Thu Aug 20 14:15:12 BST 2009
LWJGL: null
VM: 1.5.0_06
OS: Mac OS X 10.4.11 i386
Unable to load texture: data/items/wappenkleid_weifl.itx
java.lang.NullPointerException
at illarion.client.util.IllaTexture.<init>(IllaTexture.java:76)
at illarion.client.util.TextureLoader.getTexture(TextureLoader.java:92)
at illarion.client.graphics.Sprite.activate(Sprite.java:176)
at illarion.client.graphics.Item.activate(Item.java:87)
at illarion.client.graphics.ItemFactory.processRecord(ItemFactory.java:111)
at illarion.client.util.TableLoader.loadTable(TableLoader.java:151)
at illarion.client.util.TableLoader.<init>(TableLoader.java:94)
at illarion.client.util.TableLoader.<init>(TableLoader.java:63)
at illarion.client.graphics.ItemFactory.<init>(ItemFactory.java:45)
at illarion.client.graphics.ItemFactory.<clinit>(ItemFactory.java:12)
at illarion.client.world.Game.init(Game.java:161)
at illarion.client.IllaClient.<init>(IllaClient.java:156)
at illarion.client.IllaClient.main(IllaClient.java:612)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.javaws.Launcher.executeApplication(Launcher.java:1154)
at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1101)
at com.sun.javaws.Launcher.continueLaunch(Launcher.java:944)
at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:515)
at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:218)
at com.sun.javaws.Launcher.run(Launcher.java:165)
at java.lang.Thread.run(Thread.java:613)
java.lang.IllegalArgumentException: only two uses are supported
at illarion.client.net.client.UseCmd.addUse(UseCmd.java:68)
at illarion.client.gui.menu.SelectionMenu.selectEntry(SelectionMenu.java:189)
at illarion.client.gui.menu.MenuSlot.lookAt(MenuSlot.java:53)
at illarion.client.gui.InputManager.mainAction(InputManager.java:500)
at illarion.client.gui.MouseHandler.handleButtonUp(MouseHandler.java:141)
at illarion.client.gui.MouseHandler.handle(MouseHandler.java:116)
at illarion.client.gui.InputManager.handle(InputManager.java:276)
at illarion.client.gui.Gui.handleInput(Gui.java:201)
at illarion.client.world.Game.gameLoop(Game.java:234)
at illarion.client.IllaClient.<init>(IllaClient.java:164)
at illarion.client.IllaClient.main(IllaClient.java:612)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.javaws.Launcher.executeApplication(Launcher.java:1154)
at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1101)
at com.sun.javaws.Launcher.continueLaunch(Launcher.java:944)
at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:515)
at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:218)
at com.sun.javaws.Launcher.run(Launcher.java:165)
at java.lang.Thread.run(Thread.java:613)
Fatal error: A technical problem has occurred.
Check logfiles for details.
Terminating client!