Mac Repair For Launcher On Mac (Minecraft Crashes Instantly)


JavaScript is disabled. For a better expertise, please enable JavaScript in your browser earlier than proceeding.


You might be using an out of date browser. It may not show this or different web sites correctly.
You need to upgrade or use an alternative browser.


Standing Not open for additional replies.


1
2
three
- Go to web page


6


Next
1 of 6 Go to page


Go


Subsequent Last


-
- #1


It is understood that the mac launcher doesn't work, minecraft crashes on launch.


You may download an app file to do that for you


Reactions: Jakob Daniels, Quacktiamauct and TomScheeper


-
- #2


The total process for launching properly is
1. Save the launcher jar on the Desktop in a folder known as ftb
2. Open terminal and type


Reactions: Badlaserman2000, aleena, Quacktiamauct and 2 others


Samuel Fielder


-
- #three


Thank you A lot!!!!


Reactions: help_me


N


natchu96


52


-
- #4


IT LIVES!!!!!


Googled it. came up with Automator workflows saved as software format. Well, that was straightforward O_0


-
- #5


natchu96 mentioned:
IT LIVES!!!!!


Thanks! Now if only there was a method to do this without copy-pasting your submit into the terminal every time.


Googled it. came up with Automator workflows saved as software format. Effectively, that was easy O_zero
Click on to develop...


There is a plan (I'm fairly sure) to release the launcher in utility format for mac that can do this. (Will be linked changing the crossed out area on the primary publish). Nonetheless, good resolution.


Slydsooz


2


-
- #6


thank you so much!!! It solved The whole lot for me


-
- #7


thanks!!!


Sir_Squ


22


- Nov 11, 2012


-
- #eight


Sticky?


E


emcginnis


3


-
- #9


Identical to with Vanilla server you can make a launch.command file
Heres a one I threw together primarily based on the code above


Just unzip and drop it into the same folder you've got the FTB.jar in and double click.
For those who get an error saying it does not have permission, open a brand new terminal window sort in without the quotes "sudo chmod +x (drag launch.command here)" then hit enter.
Ensure that you've got a space between the "+x" and the file path.


Reactions: Dravarden


-
- #10


Have any of you tried simply starting it with this:
Code:
cd ~/Desktop/ftb/ java -jar FTB_Launcher.jar


This has worked for me. I discover it bizarre although that the game cannot run with out starting it this way. Especially because it doesn't throw any errors, however merely closes...
HaveMinecraft serversinvestigated the cause for the odd behavior when launching the jar by double clicking it, or is it still a thriller why it acts the best way it does?


-
- #Eleven


Komoden said:
Have any of you tried merely starting it with this:
Code:
cd ~/Desktop/ftb/ java -jar FTB_Launcher.jar


This has worked for me. I discover it bizarre although that the sport cannot run without starting it this way. Especially because it doesn't throw any errors, however simply closes...
Have anybody investigated the trigger for the odd habits when launching the jar by double clicking it, or is it still a thriller why it acts the way in which it does?
Click on to expand...


When you have java 7 put in it will not work on OS X. If you have an interest, read http://lwjgl.org/forum/index.php?matter=4711.0 .


Ok


Komoden


thirteen


- Nov 12, 2012


-
- #12


I have Java 7 put in... and it works effective for me.. no less than im 98% sure i have Java 7, must check when i get again home..
I do know of the issues with LWJGL, have been following the development of that thread for a while.. wanna get the brand new model. The one that ships with Minecraft has a nasty memoryleak relating to age-changing in Mystcraft (probably also Nether/End, but unsure)


Dravarden


1,693


- Nov 14, 2012


-
- #thirteen


emcginnis said:
Similar to with Vanilla server you may make a launch.command file
Heres a one I threw collectively primarily based on the code above


http://dl.dropbox.com/u/16704552/launch.command.zip


Simply unzip and drop it into the identical folder you will have the FTB.jar in and double click on.
For those who get an error saying it doesn't have permission, open a new terminal window sort in with out the quotes "sudo chmod +x (drag launch.command here)" then hit enter.
Be certain you have got an area between the "+x" and the file path.
Click to broaden...


This one works the perfect, thanks!


Additionally, you are able to do an alias and put it wherever you want, and rename it nonetheless you want


D


DarklingGX


9


- Nov 15, 2012


-
- #14


Hallelujah! It exists!


A


Ashzification


7,425


- Nov 17, 2012


-
- #15


or


You may obtain an app file to do this for you
Click on to expand...


Do you thoughts if I include this repair on my CP&S document?
This is what I'd put:
# Mac crash errors and Login problems: take a look at this thread here: the OP


G


ghost20199


-
- #sixteen


portablejim stated:
It is understood that the mac launcher doesn't work, minecraft crashes on launch.


To repair it run
Code:
export JAVA_Dwelling=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/House


in terminal simply earlier than launching the launcher from terminal.


I had the same drawback however how can I start minacraft?? where is the folder java frameworks? the code I need to insert it into the terminal of mac
Click on to increase...


S


Snickerdoodlz


- Nov 20, 2012


-
- #17


It really works! Thanks pic


L


longboarderpbc


-
- #18


what do you imply by open the terminal


P


portablejim


267


1


- Nov 21, 2012


-
- #19


longboarderpbc stated:
what do you mean by open the terminal
Click on to broaden...


You'll be able to open the terminal in two ways:
- Go to Finder, click on "Purposes", scroll right down to "Utilities" and double click to open it. Scroll all the way down to "Terminal" and double click on on it.
- Hit Command + House (to open highlight) and kind "Terminal" (without the quotes).


H


Haidy777


New Member


Jul 29, 2019


four


0


- Nov 23, 2012


-
- #20


portablejim said:
The complete process for launching properly is
1. Save the launcher jar on the Desktop in a folder referred to as ftb
2. Open terminal and type


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


3. The launcher ought to launch and work correctly


Click to expand...


Thanks. Its now it is working again.