Mac FTB don't work

  • 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
Status
Not open for further replies.

k3936

New Member
Jul 29, 2019
8
0
0
Hi everybody,
I'm here to explain a problem that I have with the ftb launcher, I don't know how to explain it, so i made a video so you can watch it.

Also, I copied the console log to paste bin: http://pastebin.com/B7BVcL9f

I think that I have to say that yesterday I upgraded to OSX Mavericks, before that upgrade I could start the launcher with this code


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

Today, with the upgrade it doesn't work.

I would be very thanked to you if anyone can help me.

Sorry for my english, it's not my native language.
 

k3936

New Member
Jul 29, 2019
8
0
0
I have the solution for this problem, after a lot of hours of research I found out that if you do an app with the code, you can make it run.
Here you have the app: https://www.dropbox.com/s/yneyfko2kriehgh/FTB.app

The code is
Code:
tell application "Terminal"
do script "cd ~/Desktop/ftb/;export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home;java -jar FTB_Launcher.jar"
end tell
 
Status
Not open for further replies.