SHARE
TWEET

Untitled

a guest Sep 9th, 2014 5 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load file: skin/uiskin.png
  2.         at com.badlogic.gdx.graphics.Pixmap.<init>(Pixmap.java)
  3.         at com.badlogic.gdx.graphics.glutils.FileTextureData.prepare(FileTextureData.java)
  4.         at com.badlogic.gdx.graphics.Texture.load(Texture.java)
  5.         at com.badlogic.gdx.graphics.Texture.<init>(Texture.java)
  6.         at com.badlogic.gdx.graphics.Texture.<init>(Texture.java)
  7.         at com.badlogic.gdx.graphics.g2d.TextureAtlas.load(TextureAtlas.java)
  8.         at com.badlogic.gdx.graphics.g2d.TextureAtlas.<init>(TextureAtlas.java)
  9.         at com.badlogic.gdx.graphics.g2d.TextureAtlas.<init>(TextureAtlas.java)
  10.         at com.badlogic.gdx.graphics.g2d.TextureAtlas.<init>(TextureAtlas.java)
  11.         at com.badlogic.gdx.graphics.g2d.TextureAtlas.<init>(TextureAtlas.java)
  12.         at com.badlogic.gdx.scenes.scene2d.ui.Skin.<init>(Skin.java)
  13.         at com.particlebrothers.tagtile.TagTile.create(TagTile.java)
  14.         at com.badlogic.gdx.backends.iosrobovm.IOSGraphics.draw(IOSGraphics.java)
  15.         at com.badlogic.gdx.backends.iosrobovm.IOSGraphics$1.draw(IOSGraphics.java)
  16.         at org.robovm.apple.uikit.UIView.$cb$drawRect$(UIView.java)
  17.         at org.robovm.apple.uikit.UIApplication.main(Native Method)
  18.         at org.robovm.apple.uikit.UIApplication.main(UIApplication.java)
  19.         at com.particlebrothers.tagtile.IOSLauncher.main(IOSLauncher.java)
  20. Caused by: java.io.IOException: couldn't load pixmap bad zlib header
  21.         at com.badlogic.gdx.graphics.g2d.Gdx2DPixmap.<init>(Gdx2DPixmap.java)
  22.         ... 18 more
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top