Posted October 25, 201212 yr Hey, So, I'm working on a mod... Started out on windows, but switched over to Ubuntu last night. Now I can't run the client from inside of eclipse. Just get the following error: 2012-10-25 15:10:55 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.1.35.394 for Minecraft client:1.3.2, server:1.3.2 loading 2012-10-25 15:10:56 [iNFO] [sTDERR] java.lang.reflect.InvocationTargetException 2012-10-25 15:10:56 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-10-25 15:10:56 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2012-10-25 15:10:56 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2012-10-25 15:10:56 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Method.java:601) 2012-10-25 15:10:56 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:111) 2012-10-25 15:10:56 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26) 2012-10-25 15:10:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.main(Minecraft.java:2112) 2012-10-25 15:10:56 [iNFO] [sTDERR] at Start.main(Start.java:29) 2012-10-25 15:10:56 [iNFO] [sTDERR] Caused by: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path 2012-10-25 15:10:56 [iNFO] [sTDERR] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1856) 2012-10-25 15:10:56 [iNFO] [sTDERR] at java.lang.Runtime.loadLibrary0(Runtime.java:845) 2012-10-25 15:10:56 [iNFO] [sTDERR] at java.lang.System.loadLibrary(System.java:1084) 2012-10-25 15:10:56 [iNFO] [sTDERR] at org.lwjgl.Sys$1.run(Sys.java:72) 2012-10-25 15:10:56 [iNFO] [sTDERR] at java.security.AccessController.doPrivileged(Native Method) 2012-10-25 15:10:56 [iNFO] [sTDERR] at org.lwjgl.Sys.doLoadLibrary(Sys.java:65) 2012-10-25 15:10:56 [iNFO] [sTDERR] at org.lwjgl.Sys.loadLibrary(Sys.java:81) 2012-10-25 15:10:56 [iNFO] [sTDERR] at org.lwjgl.Sys.<clinit>(Sys.java:98) 2012-10-25 15:10:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.getSystemTime(Minecraft.java:2423) 2012-10-25 15:10:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.fmlReentry(Minecraft.java:2122) 2012-10-25 15:10:56 [iNFO] [sTDERR] ... 8 more Any help is much appreciated.
October 25, 201212 yr Apparently it can't find lwjgl... did you copy your whole bin from .minecraft into the mcp72 jars folder?
October 25, 201212 yr Author It's all good, I fixed it. yeah, something to do where Ubuntu was looking for it. Just added a command line and it worked fine.
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.