Skip to content

Instantly share code, notes, and snippets.

@diiq
Created April 24, 2015 22:32
Show Gist options
  • Save diiq/43bf154a48e30ad7d625 to your computer and use it in GitHub Desktop.
Save diiq/43bf154a48e30ad7d625 to your computer and use it in GitHub Desktop.
baguettes error
2015-04-24 18:30:41.731 java[34728:8566463] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 7. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
2015-04-24 18:30:41.731 java[34728:8566463] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 7. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
Apr 24, 2015 6:30:41 PM net.java.games.input.DefaultControllerEnvironment getControllers
INFO: Loading: net.java.games.input.OSXEnvironmentPlugin
java.lang.UnsatisfiedLinkError: Can't load library: /Users/diiq/LudumEngine/natives/libjinput-osx.dylib
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1086)
at net.java.games.input.OSXEnvironmentPlugin$1.run(OSXEnvironmentPlugin.java:76)
at java.security.AccessController.doPrivileged(Native Method)
at net.java.games.input.OSXEnvironmentPlugin.loadLibrary(OSXEnvironmentPlugin.java:70)
at net.java.games.input.OSXEnvironmentPlugin.<clinit>(OSXEnvironmentPlugin.java:110)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at net.java.games.input.DefaultControllerEnvironment.getControllers(DefaultControllerEnvironment.java:159)
at org.lwjgl.input.Controllers.create(Controllers.java:71)
at org.lengine.GameBase.initOpenGL(GameBase.scala:39)
at org.lengine.GameBase.delayedEndpoint$org$lengine$GameBase$1(GameBase.scala:271)
at org.lengine.GameBase$delayedInit$body.apply(GameBase.scala:14)
at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
at scala.App$$anonfun$main$1.apply(App.scala:76)
at scala.App$$anonfun$main$1.apply(App.scala:76)
at scala.collection.immutable.List.foreach(List.scala:381)
at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
at scala.App$class.main(App.scala:76)
at org.lengine.GameBase.main(GameBase.scala:14)
at org.oc.ld32.Game.main(Game.scala)
Apr 24, 2015 6:30:41 PM net.java.games.input.ControllerEnvironment log
INFO: net.java.games.input.OSXEnvironmentPlugin is not supported
Error while compiling vertex shader: ERROR: 0:1: '' : version '330' is not supported
ERROR: 0:3: 'layout' : syntax error: syntax error
Error while compiling fragment shader: ERROR: 0:1: '' : version '330' is not supported
Error while linking shader: ERROR: One or more attached shaders not successfully compiled
Error while validating shader: Validation Failed: Link error:
Program is not successfully linked.
Could not update uniform transform
Could not update uniform projection
Could not update uniform projection
Exception in thread "main" java.lang.IllegalStateException: Function is not supported
at org.lwjgl.BufferChecks.checkFunctionAddress(BufferChecks.java:58)
at org.lwjgl.opengl.GL30.glGenVertexArrays(GL30.java:1550)
at org.lengine.render.VertexArray.compile(VertexArray.scala:67)
at org.lengine.GameBase.initFramebuffer(GameBase.scala:61)
at org.lengine.GameBase.initOpenGL(GameBase.scala:41)
at org.lengine.GameBase.delayedEndpoint$org$lengine$GameBase$1(GameBase.scala:271)
at org.lengine.GameBase$delayedInit$body.apply(GameBase.scala:14)
at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
at scala.App$$anonfun$main$1.apply(App.scala:76)
at scala.App$$anonfun$main$1.apply(App.scala:76)
at scala.collection.immutable.List.foreach(List.scala:381)
at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
at scala.App$class.main(App.scala:76)
at org.lengine.GameBase.main(GameBase.scala:14)
at org.oc.ld32.Game.main(Game.scala)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment