Posted April 5, 201312 yr hi I downloaded the newest source, and installed it. I tried to start it with the green "run"-button in eclipse. At first it works, but then an error occours: 2013-04-05 18:16:41 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.1.15.637 for Minecraft 1.5.1 loading 2013-04-05 18:16:41 [iNFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_17, running on Linux:amd64:3.5.0-26-generic, installed at /opt/Oracle_Java/jre1.7.0_17 2013-04-05 18:16:41 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation 2013-04-05 18:16:42 [iNFO] [sTDERR] java.lang.reflect.InvocationTargetException 2013-04-05 18:16:42 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-04-05 18:16:42 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-04-05 18:16:42 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-04-05 18:16:42 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2013-04-05 18:16:42 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:123) 2013-04-05 18:16:42 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:38) 2013-04-05 18:16:42 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.main(Minecraft.java:2228) 2013-04-05 18:16:42 [iNFO] [sTDERR] at Start.main(Start.java:29) 2013-04-05 18:16:42 [iNFO] [sTDERR] Caused by: java.lang.UnsatisfiedLinkError: /home/johannes/Dropbox/Programming/Java/Minecraft/Forge/forge/mcp/jars/bin/natives/liblwjgl.so: /home/johannes/Dropbox/Programming/Java/Minecraft/Forge/forge/mcp/jars/bin/natives/liblwjgl.so: falsche ELF-Klasse: ELFCLASS32 (Possible cause: architecture word width mismatch) 2013-04-05 18:16:42 [iNFO] [sTDERR] at java.lang.ClassLoader$NativeLibrary.load(Native Method) 2013-04-05 18:16:42 [iNFO] [sTDERR] at java.lang.ClassLoader.loadLibrary1(Unknown Source) 2013-04-05 18:16:42 [iNFO] [sTDERR] at java.lang.ClassLoader.loadLibrary0(Unknown Source) 2013-04-05 18:16:42 [iNFO] [sTDERR] at java.lang.ClassLoader.loadLibrary(Unknown Source) 2013-04-05 18:16:42 [iNFO] [sTDERR] at java.lang.Runtime.loadLibrary0(Unknown Source) 2013-04-05 18:16:42 [iNFO] [sTDERR] at java.lang.System.loadLibrary(Unknown Source) 2013-04-05 18:16:42 [iNFO] [sTDERR] at org.lwjgl.Sys$1.run(Sys.java:72) 2013-04-05 18:16:42 [iNFO] [sTDERR] at java.security.AccessController.doPrivileged(Native Method) 2013-04-05 18:16:42 [iNFO] [sTDERR] at org.lwjgl.Sys.doLoadLibrary(Sys.java:65) 2013-04-05 18:16:42 [iNFO] [sTDERR] at org.lwjgl.Sys.loadLibrary(Sys.java:81) 2013-04-05 18:16:42 [iNFO] [sTDERR] at org.lwjgl.Sys.<clinit>(Sys.java:98) 2013-04-05 18:16:42 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.getSystemTime(Minecraft.java:2559) 2013-04-05 18:16:42 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.fmlReentry(Minecraft.java:2238) 2013-04-05 18:16:42 [iNFO] [sTDERR] ... 8 more Is this a forge bug or is it a bug of Linux? (I use Kubuntu 12.10) aligator123456
April 5, 201312 yr Seems that it doesn't like your natives, try getting a fresh copy. Your os doesnt like loading the 32-bit version it seems... I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
April 5, 201312 yr https://bbs.archlinux.org/viewtopic.php?id=126112 I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
April 5, 201312 yr Author I have done this already. edit: I tried 32-bit java, but it doesn't work, too . :'(
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.