Advertisement
navybofus

Stack Trace IllegalStateException

Nov 15th, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Erlang 1.25 KB | None | 0 0
  1. Nov 15, 2014 5:41:12 PM com.jme3.app.Application handleError
  2. SEVERE: Uncaught exception thrown in Thread[LWJGL Renderer Thread,5,main]
  3. java.lang.IllegalStateException: No loader registered for type ""
  4.     at com.jme3.asset.ImplHandler.aquireLoader(ImplHandler.java:198)
  5.     at com.jme3.asset.DesktopAssetManager.loadAsset(DesktopAssetManager.java:271)
  6.     at com.jme3.asset.DesktopAssetManager.loadTexture(DesktopAssetManager.java:346)
  7.     at com.jme3.asset.DesktopAssetManager.loadTexture(DesktopAssetManager.java:356)
  8.     at tonegod.gui.core.Element.<init>(Element.java:281)
  9.     at tonegod.gui.controls.buttons.Button.setButtonIcon(Button.java:515)
  10.     at com.navybofus.GUI.createInventorySlot(GUI.java:142)
  11.     at com.navybofus.GUI.createInvSlots(GUI.java:88)
  12.     at com.navybofus.GUI.initInventory(GUI.java:78)
  13.     at com.navybofus.GUI.initCursor(GUI.java:55)
  14.     at com.navybofus.GUI.<init>(GUI.java:49)
  15.     at com.navybofus.Main.simpleInitApp(Main.java:101)
  16.     at com.jme3.app.SimpleApplication.initialize(SimpleApplication.java:226)
  17.     at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:130)
  18.     at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:207)
  19.     at java.lang.Thread.run(Thread.java:744)
  20.  
  21. BUILD SUCCESSFUL (total time: 5 seconds)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement