SHARE
TWEET

Untitled

a guest Mar 1st, 2018 26 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Exception in thread "LWJGL Application" com.badlogic.gdx.utils.SerializationException: Error reading file: data/uiskin.json
  2.     at com.badlogic.gdx.scenes.scene2d.ui.Skin.load(Skin.java:98)
  3.     at com.badlogic.gdx.scenes.scene2d.ui.Skin.<init>(Skin.java:75)
  4.     at com.badlogic.gdx.ai.tests.PathFinderTests.create(PathFinderTests.java:76)
  5.     at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:149)
  6.     at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)
  7. Caused by: com.badlogic.gdx.utils.SerializationException: Error reading file: data/uiskin.json
  8.     at com.badlogic.gdx.utils.Json.fromJson(Json.java:711)
  9.     at com.badlogic.gdx.scenes.scene2d.ui.Skin.load(Skin.java:96)
  10.     ... 4 more
  11. Caused by: com.badlogic.gdx.utils.SerializationException: Error parsing file: data/uiskin.json
  12.     at com.badlogic.gdx.utils.JsonReader.parse(JsonReader.java:78)
  13.     at com.badlogic.gdx.utils.Json.fromJson(Json.java:709)
  14.     ... 5 more
  15. Caused by: com.badlogic.gdx.utils.GdxRuntimeException: File not found: data\uiskin.json (Internal)
  16.     at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:136)
  17.     at com.badlogic.gdx.files.FileHandle.reader(FileHandle.java:163)
  18.     at com.badlogic.gdx.utils.JsonReader.parse(JsonReader.java:76)
  19.     ... 6 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