SHARE
TWEET

Untitled

a guest Sep 25th, 2014 206 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Exception in thread "LWJGL Application" java.lang.IllegalArgumentException: Error compiling shader: ERROR: 0:1: '' :  #version required and missing.
  2. ERROR: 0:1: 'attribute' : syntax error syntax error
  3. ERROR: 0:1: '' :  #version required and missing.
  4. ERROR: 0:7: 'varying' : syntax error syntax error
  5.  
  6.         at com.badlogic.gdx.graphics.g2d.SpriteBatch.createDefaultShader(SpriteBatch.java:152)
  7.         at com.badlogic.gdx.graphics.g2d.SpriteBatch.<init>(SpriteBatch.java:115)
  8.         at com.badlogic.gdx.graphics.g2d.SpriteBatch.<init>(SpriteBatch.java:72)
  9.         at de.r2soft.empires.client.core.R2Core.create(R2Core.java:48)
  10.         at de.r2soft.empires.client.core.GameCore.create(GameCore.java:71)
  11.         at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:136)
  12.         at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:114)
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