Problem Error with launcher crashing! FML not downloading correctly?

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Cole

New Member
Jul 29, 2019
3
0
0
Basically, everytime i launch the game, it goes to download FML files or whatever they are and it crashes after it downloads it everytime! i re-downloaded everything 3 times and it still isnt working. Running on Mac 10.8.2
Heres my console after it crashes- http://pastebin.com/BnnXQVy8 Please help me.
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
Yups
Code:
_NSJVMLoadLibrary: NSAddLibrary failed for /libjawt.dylib
JavaVM FATAL: lookup of function JAWT_GetAWT failed. Exit
Not sure if you tried it but there is alot of comments on java 7 being "bad" for MAC, maybe try downgrading to java 6 for the time being and see if that still gives the same error?

http://lwjgl.org/forum/index.php?topic=4326.0
 

Cole

New Member
Jul 29, 2019
3
0
0
Ok Ive got it, for some reason you must launch FTB through Terminal i will post the code for you people incase you would like to help out or have the same problem

cd ~/Desktop/ftb/
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
java -jar FTB_Launcher.jar

Simply copy this into terminal and hit enter, launcher will, well launch and your game should load fine![DOUBLEPOST=1359393827][/DOUBLEPOST]make sure all Downloads and things related to FTB are in a folder on your desktop and that the folder is named ftb <--- exactly like that
 
  • Like
Reactions: Nessiroj