You are not logged in.

#1 2013-11-05 19:46:06

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

[Solved] Launching feed the beast

I get the following error:

Launching with applet wrapper... 
2013-11-05 19:41:53 [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.23.737 for Minecraft 1.5.2 loading 
2013-11-05 19:41:53 [INFO] [ForgeModLoader] Java is OpenJDK 64-Bit Server VM, version 1.7.0_45, running on Linux:amd64:3.11.6-1-ARCH, installed at /usr/lib/jvm/java-7-openjdk/jre 
2013-11-05 19:41:53 [WARNING] [ForgeModLoader] The coremod cofh.asm.CoFHPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 
2013-11-05 19:41:53 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 
2013-11-05 19:41:53 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 
2013-11-05 19:41:53 [WARNING] [ForgeModLoader] The coremod denoflionsx.denLib.CoreMod.denLibCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft 
2013-11-05 19:41:54 [INFO] [STDOUT] Adding Accesstransformer map: ccm_at.cfg 
2013-11-05 19:41:54 [INFO] [STDOUT] Adding Accesstransformer map: pcc_at.cfg 
2013-11-05 19:41:54 [INFO] [STDOUT] Adding Accesstransformer map: denLib_at.cfg 
2013-11-05 19:41:56 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d 
2013-11-05 19:41:57 [INFO] [STDOUT] Adding Accesstransformer map: codechickencore_at.cfg 
2013-11-05 19:41:57 [INFO] [STDOUT] Adding AccessTransformer: chickenchunks_at.cfg 
2013-11-05 19:41:57 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat 
2013-11-05 19:41:57 [INFO] [STDOUT] Adding Accesstransformer map: nei_at.cfg 
2013-11-05 19:41:57 [INFO] [ForgeModLoader] [denLibCore]: Registered updater for denLib 
2013-11-05 19:42:04 [INFO] [STDOUT] Inserted super call into azg.c 
2013-11-05 19:42:04 [INFO] [STDOUT] ayl was overriden from NotEnoughItems 1.5.2.28.jar 
2013-11-05 19:42:05 [INFO] [STDOUT] RenderGlobal Class Detected 
2013-11-05 19:42:05 [INFO] [STDOUT] RenderGlobal (Obfuscated) Function Injection Detected 
2013-11-05 19:42:05 [INFO] [STDOUT] RenderGlobal Injection Point Detected (updateEntityCape(Lmp;)V) 
OpenJDK 64-Bit Server VM warning: You have loaded library /home/adam/.ftblauncher/Unleashed/minecraft/bin/natives/liblwjgl.so which might have disabled stack guard. The VM will try to fix the stack guard now. 
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'. 
2013-11-05 19:42:09 [INFO] [STDOUT] Generated BlockMobSpawner helper method. 
2013-11-05 19:42:10 [INFO] [InfiniBows] Fix injected. 
2013-11-05 19:42:11 [INFO] [STDOUT] 229 recipes 
2013-11-05 19:42:11 [INFO] [STDOUT] 27 achievements 
2013-11-05 19:42:11 [INFO] [Minecraft-Client] Setting user: kabads 
2013-11-05 19:42:11 [INFO] [STDOUT] (Session ID is 93fe660bae444ac3b414b8da3dfe1ea0) 
2013-11-05 19:42:11 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.ExceptionInInitializerError 
2013-11-05 19:42:11 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:355) 
2013-11-05 19:42:11 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56) 
2013-11-05 19:42:11 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733) 
2013-11-05 19:42:11 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:744) 
2013-11-05 19:42:11 [INFO] [STDERR] Caused by: java.lang.ArrayIndexOutOfBoundsException: 0 
2013-11-05 19:42:11 [INFO] [STDERR] at org.lwjgl.opengl.XRandR$Screen.<init>(XRandR.java:234) 
2013-11-05 19:42:11 [INFO] [STDERR] at org.lwjgl.opengl.XRandR$Screen.<init>(XRandR.java:196) 
2013-11-05 19:42:11 [INFO] [STDERR] at org.lwjgl.opengl.XRandR.populate(XRandR.java:87) 
2013-11-05 19:42:11 [INFO] [STDERR] at org.lwjgl.opengl.XRandR.access$100(XRandR.java:52) 
2013-11-05 19:42:11 [INFO] [STDERR] at org.lwjgl.opengl.XRandR$1.run(XRandR.java:110) 
2013-11-05 19:42:11 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method) 
2013-11-05 19:42:11 [INFO] [STDERR] at org.lwjgl.opengl.XRandR.getConfiguration(XRandR.java:108) 
2013-11-05 19:42:11 [INFO] [STDERR] at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:618) 
2013-11-05 19:42:11 [INFO] [STDERR] at org.lwjgl.opengl.Display.<clinit>(Display.java:135) 
2013-11-05 19:42:11 [INFO] [STDERR] ... 4 more

This is with the latest aur package - is there anything within X that would prevent this running? The references to xrandr above make me think this might be to do with X. Has anyone got this running successfully?

Just for info, I'm running xfce, although that shouldn't affect anything.

TIA

OK - I got this working by doing the usual lwjgl fix - copying over the files of 2.9.0 to the .ftblauncher/yogscraft/minecraft/bin directory.

Last edited by kabads (2013-11-05 21:04:16)

Offline

Board footer

Powered by FluxBB