[Solved] Error during/after FML setup

Status
Not open for further replies.

Legato

New Member
Jul 29, 2019
14
0
0
I can start the launcher without problem, and as far as I can tell the mods install without fail, but as soon as I try to actually RUN one of them, it freezes on a black screen, and the following errors are displayed in the console:
Code:
...
2013-03-08 10:50:26 [INFO] [STDOUT] avf was overriden from NotEnoughItems 1.4.5.1.jar
2013-03-08 10:50:27 [INFO] [STDOUT] FMLRelauncher.relaunchApplet
2013-03-08 10:50:27 [INFO] [STDERR] java.lang.reflect.InvocationTargetException
2013-03-08 10:50:27 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-03-08 10:50:27 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-03-08 10:50:27 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-03-08 10:50:27 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-03-08 10:50:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:230)
2013-03-08 10:50:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2013-03-08 10:50:27 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-03-08 10:50:27 [INFO] [STDERR] at net.minecraft.Launcher.replace(Launcher.java:50)
2013-03-08 10:50:27 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-03-08 10:50:27 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-03-08 10:50:27 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-03-08 10:50:27 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-03-08 10:50:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2013-03-08 10:50:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2013-03-08 10:50:27 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-03-08 10:50:27 [INFO] [STDERR] at net.minecraft.Launcher.init(Launcher.java:84)
2013-03-08 10:50:27 [INFO] [STDERR] at net.ftb.mclauncher.MinecraftFrame.start(MinecraftFrame.java:117)
2013-03-08 10:50:27 [INFO] [STDERR] at net.ftb.mclauncher.MinecraftLauncher.main(MinecraftLauncher.java:212)
2013-03-08 10:50:27 [INFO] [STDERR] Caused by: java.lang.UnsatisfiedLinkError: /home/legato/Minecraft/Feed the Beast/Magic_World/minecraft/bin/natives/liblwjgl.so: libjawt.so: cannot open shared object file: No such file or directory
2013-03-08 10:50:27 [INFO] [STDERR] at java.lang.ClassLoader$NativeLibrary.load(Native Method)
2013-03-08 10:50:27 [INFO] [STDERR] at java.lang.ClassLoader.loadLibrary1(Unknown Source)
2013-03-08 10:50:27 [INFO] [STDERR] at java.lang.ClassLoader.loadLibrary0(Unknown Source)
2013-03-08 10:50:27 [INFO] [STDERR] at java.lang.ClassLoader.loadLibrary(Unknown Source)
2013-03-08 10:50:27 [INFO] [STDERR] at java.lang.Runtime.load0(Unknown Source)
2013-03-08 10:50:27 [INFO] [STDERR] at java.lang.System.load(Unknown Source)
2013-03-08 10:50:27 [INFO] [STDERR] at org.lwjgl.Sys$1.run(Sys.java:69)
2013-03-08 10:50:27 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)
2013-03-08 10:50:27 [INFO] [STDERR] at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)
2013-03-08 10:50:27 [INFO] [STDERR] at org.lwjgl.Sys.loadLibrary(Sys.java:81)
2013-03-08 10:50:27 [INFO] [STDERR] at org.lwjgl.Sys.<clinit>(Sys.java:98)
2013-03-08 10:50:27 [INFO] [STDERR] at net.minecraft.client.Minecraft.F(Minecraft.java:2556)
2013-03-08 10:50:27 [INFO] [STDERR] at asz.<init>(SourceFile:20)
2013-03-08 10:50:27 [INFO] [STDERR] at net.minecraft.client.Minecraft.<init>(Minecraft.java:154)
2013-03-08 10:50:27 [INFO] [STDERR] at asq.<init>(SourceFile:38)
2013-03-08 10:50:27 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32)
2013-03-08 10:50:27 [INFO] [STDERR] ... 18 more

I have been looking around, and it seems that the error message itself is not all that unusual and show up for a variety of problems, but I haven't found a working solution for me as of yet. I really hope that you can help me!
I'm running Ubuntu 12.10 with Java 7.
Thank you in advance!
 

StinkyDad

New Member
Jul 29, 2019
2
0
0
I have similar error, just solved it, further up in the log u should see Loading jars... Loading URL: then filenames. Check they match with /home/legato/Minecraft/Feed the Beast/Magic_World/minecraft/bin/natives/ if not open ftb >options & change the install folder to match the ones mentioned in Loading jars... part.

This fixed my problem good luck.
 

Legato

New Member
Jul 29, 2019
14
0
0
Sadly, the install folder already seems to match, so this solution probably isn't workable. Thanks though, hopefully this is a small step forward!
 

Legato

New Member
Jul 29, 2019
14
0
0
Frankly, I'm not very familiar with the launcher, but changing to debug is as simple as changing from "minimal" to "debug" in the console, no? At least I hope so. If that's the case, the log is here http://pastebin.com/2itwQrzh
 

Hobby boy

New Member
Jul 29, 2019
88
0
0
I had a similar problem earlier on Ubuntu with both OpenJDK 7 and Oracle Java 7. In the end, updating LWJGL to 2.8.5 fixed it.
 
Status
Not open for further replies.