yoshiquest Posted October 6, 2016 Posted October 6, 2016 Ok, I'm trying to create a rendering system, and I keep getting this crash: 10:26:48 AM: Executing external task 'build'... 'warnOnReflection' is deprecated and will go away in a future version. Please use 'clojure.warnOnReflection' instead. 'aotCompile' is deprecated and will go away in a future version. Please use 'clojure.aotCompile' instead. Version string '' does not match SemVer specification You should try SemVer : http://semver.org/ :deobfCompileDummyTask :deobfProvidedDummyTask :compileApiClojure UP-TO-DATE :sourceApiJava UP-TO-DATE :compileApiJava UP-TO-DATE :processApiResources UP-TO-DATE :apiClasses UP-TO-DATE Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path, compiling:(yoshiquest/test_mod/client/renderers/test_mob.clj:18:1) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6875) at clojure.lang.Compiler.analyze(Compiler.java:6669) at clojure.lang.Compiler.access$300(Compiler.java:38) at clojure.lang.Compiler$LetExpr$Parser.parse(Compiler.java:6269) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6868) at clojure.lang.Compiler.analyze(Compiler.java:6669) at clojure.lang.Compiler.analyze(Compiler.java:6625) at clojure.lang.Compiler$BodyExpr$Parser.parse(Compiler.java:6001) at clojure.lang.Compiler$FnMethod.parse(Compiler.java:5380) at clojure.lang.Compiler$FnExpr.parse(Compiler.java:3972) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6866) at clojure.lang.Compiler.analyze(Compiler.java:6669) at clojure.lang.Compiler.analyze(Compiler.java:6625) at clojure.lang.Compiler$InvokeExpr.parse(Compiler.java:3766) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6870) at clojure.lang.Compiler.analyze(Compiler.java:6669) at clojure.lang.Compiler.analyze(Compiler.java:6625) at clojure.lang.Compiler$LetExpr$Parser.parse(Compiler.java:6231) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6868) at clojure.lang.Compiler.analyze(Compiler.java:6669) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6856) at clojure.lang.Compiler.analyze(Compiler.java:6669) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6856) at clojure.lang.Compiler.analyze(Compiler.java:6669) at clojure.lang.Compiler.access$300(Compiler.java:38) at clojure.lang.Compiler$DefExpr$Parser.parse(Compiler.java:589) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6868) at clojure.lang.Compiler.analyze(Compiler.java:6669) at clojure.lang.Compiler.analyze(Compiler.java:6625) at clojure.lang.Compiler.compile1(Compiler.java:7469) at clojure.lang.Compiler.compile1(Compiler.java:7464) at clojure.lang.Compiler.compile(Compiler.java:7541) at clojure.lang.RT.compile(RT.java:406) at clojure.lang.RT.load(RT.java:451) at clojure.lang.RT.load(RT.java:419) at clojure.core$load$fn__5677.invoke(core.clj:5893) at clojure.core$load.invokeStatic(core.clj:5892) at clojure.core$load.doInvoke(core.clj:5876) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.core$load_one.invokeStatic(core.clj:5697) at clojure.core$load_one.invoke(core.clj:5692) at clojure.core$load_lib$fn__5626.invoke(core.clj:5737) at clojure.core$load_lib.invokeStatic(core.clj:5736) at clojure.core$load_lib.doInvoke(core.clj:5717) at clojure.lang.RestFn.applyTo(RestFn.java:142) at clojure.core$apply.invokeStatic(core.clj:648) at clojure.core$load_libs.invokeStatic(core.clj:5774) at clojure.core$load_libs.doInvoke(core.clj:5758) at clojure.lang.RestFn.applyTo(RestFn.java:137) at clojure.core$apply.invokeStatic(core.clj:648) at clojure.core$require.invokeStatic(core.clj:5796) at clojure.core$require.doInvoke(core.clj:5796) at clojure.lang.RestFn.invoke(RestFn.java:805) at yoshiquest.test_mod.client$loading__5569__auto____65.invoke(client.clj:1) at clojure.lang.AFn.applyToHelper(AFn.java:152) at clojure.lang.AFn.applyTo(AFn.java:144) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3652) at clojure.lang.Compiler.compile1(Compiler.java:7474) at clojure.lang.Compiler.compile1(Compiler.java:7464) at clojure.lang.Compiler.compile(Compiler.java:7541) at clojure.lang.RT.compile(RT.java:406) at clojure.lang.RT.load(RT.java:451) at clojure.lang.RT.load(RT.java:419) at clojure.core$load$fn__5677.invoke(core.clj:5893) at clojure.core$load.invokeStatic(core.clj:5892) at clojure.core$load.doInvoke(core.clj:5876) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.core$load_one.invokeStatic(core.clj:5697) at clojure.core$compile$fn__5682.invoke(core.clj:5903) at clojure.core$compile.invokeStatic(core.clj:5903) at clojure.core$compile.invoke(core.clj:5895) at clojuresque.tasks.compile$eval43$main_task_driver__45$fn__49.invoke(Unknown Source) at clojuresque.tasks.compile$eval43$main_task_driver__45.invoke(Unknown Source) at clojuresque.tasks.compile$eval43$main__58.invoke(Unknown Source) at clojuresque.tasks.compile$eval63.invokeStatic(Unknown Source) at clojuresque.tasks.compile$eval63.invoke(Unknown Source) at clojure.lang.Compiler.eval(Compiler.java:6927) at clojure.lang.Compiler.load(Compiler.java:7379) at clojure.lang.Compiler.load(Compiler.java:7326) at clojure.core$load_reader.invokeStatic(core.clj:3957) at clojure.main$script_opt.invokeStatic(main.clj:335) at clojure.main$script_opt.invoke(main.clj:330) at clojure.main$main.invokeStatic(main.clj:421) at clojure.main$main.doInvoke(main.clj:384) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.lang.Var.invoke(Var.java:379) at clojure.lang.AFn.applyToHelper(AFn.java:154) at clojure.lang.Var.applyTo(Var.java:700) at clojure.main.main(main.java:37) Caused by: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1857) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1119) at org.lwjgl.Sys$1.run(Sys.java:73) at java.security.AccessController.doPrivileged(Native Method) at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) at org.lwjgl.Sys.loadLibrary(Sys.java:95) at org.lwjgl.Sys.<clinit>(Sys.java:112) at org.lwjgl.opengl.GLContext.<clinit>(GLContext.java:112) at org.lwjgl.opengl.GL11.glGenTextures(GL11.java:1403) at net.minecraft.client.renderer.GlStateManager.generateTexture(GlStateManager.java:330) at net.minecraft.client.renderer.texture.TextureUtil.glGenTextures(TextureUtil.java:33) at net.minecraft.client.renderer.texture.AbstractTexture.getGlTextureId(AbstractTexture.java:54) at net.minecraft.client.renderer.texture.DynamicTexture.<init>(DynamicTexture.java:30) at net.minecraft.client.renderer.texture.TextureUtil.<clinit>(TextureUtil.java:27) at net.minecraft.client.renderer.texture.AbstractTexture.getGlTextureId(AbstractTexture.java:54) at net.minecraft.client.renderer.texture.DynamicTexture.<init>(DynamicTexture.java:30) at net.minecraft.client.renderer.entity.RendererLivingEntity.<clinit>(RendererLivingEntity.java:35) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:340) at clojure.lang.RT.classForName(RT.java:2168) at clojure.lang.RT.classForName(RT.java:2177) at clojure.lang.Compiler.maybeResolveIn(Compiler.java:7187) at clojure.core$ns_resolve.invokeStatic(core.clj:4240) at clojure.core$ns_resolve.invokeStatic(core.clj:4229) at clojure.core$resolve.invokeStatic(core.clj:4242) at clojure.core$proxy$fn__5961.invoke(core_proxy.clj:335) at clojure.core$map$fn__4785.invoke(core.clj:2644) at clojure.lang.LazySeq.sval(LazySeq.java:40) at clojure.lang.LazySeq.seq(LazySeq.java:49) at clojure.lang.LazySeq.first(LazySeq.java:71) at clojure.lang.RT.first(RT.java:667) at clojure.core$first__4339.invokeStatic(core.clj:55) at clojure.core$get_super_and_interfaces.invokeStatic(core_proxy.clj:252) at clojure.core$proxy.invokeStatic(core_proxy.clj:309) at clojure.core$proxy.doInvoke(core_proxy.clj:309) at clojure.lang.RestFn.invoke(RestFn.java:497) at clojure.lang.Var.invoke(Var.java:401) at clojure.lang.AFn.applyToHelper(AFn.java:171) at clojure.lang.Var.applyTo(Var.java:700) at clojure.lang.Compiler.macroexpand1(Compiler.java:6776) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6854) ... 88 more :compileClojure FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileClojure'. > Process 'command '/Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/bin/java'' finished with non-zero exit value 1 * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 13.339 secs Process 'command '/Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/bin/java'' finished with non-zero exit value 1 10:27:02 AM: External task execution finished 'build'. As far as I'm aware, I have lwjgl in the classpath, so what is the problem? Quote Currently working on a mod to provide support for the Clojure programming language in Minecraft, check it out here.
jeffryfisher Posted October 6, 2016 Posted October 6, 2016 I think that's the graphics library. Either your workspace is corrupted, or you are missing a switch somewhere that would tell Eclipse where to find it. You may need to fuss with project -> properties -> Libraries. Quote The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.
yoshiquest Posted October 6, 2016 Author Posted October 6, 2016 I think that's the graphics library. Either your workspace is corrupted, or you are missing a switch somewhere that would tell Eclipse where to find it. You may need to fuss with project -> properties -> Libraries. I'm using IntelliJ, not Eclipse. Quote Currently working on a mod to provide support for the Clojure programming language in Minecraft, check it out here.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.