Mac Fix For Launcher On Mac (Minecraft Crashes Immediately)

· 4 min read
Mac Fix For Launcher On Mac (Minecraft Crashes Immediately)

JavaScript is disabled. For a greater experience, please enable JavaScript in your browser earlier than proceeding.


You might be utilizing an out of date browser. It may not show this or other web sites accurately.
It is best to upgrade or use an alternate browser.


Standing Not open for further replies.


1
2
3
- … Go to web page


6


Next
1 of 6 Go to page


Go


Subsequent Final


-
- #1


It is understood that the mac launcher does not work, minecraft crashes on launch.


You'll be able to obtain an app file to do this for you


Reactions: Jakob Daniels, Quacktiamauct and TomScheeper


-
- #2


The total course of for launching correctly is
1. Save the launcher jar on the Desktop in a folder known as ftb
2. Open terminal and sort


Reactions: Badlaserman2000, aleena, Quacktiamauct and 2 others


Samuel Fielder


-
- #three


Thank you A lot!!!!


Reactions: help_me


N


natchu96


fifty two


-
- #four


IT LIVES!!!!!


Googled it. got here up with Automator workflows saved as application format. Effectively, that was simple O_zero


-
- #5


natchu96 said:
IT LIVES!!!!!


Thanks! Now if solely there was a means to do that without copy-pasting your put up into the terminal each time.


Googled it. came up with Automator workflows saved as utility format.  Strongcraft Well, that was simple O_zero
Click to expand...


There's a plan (I'm pretty positive) to launch the launcher in software format for mac that can do that. (Shall be linked changing the crossed out space on the first put up). Nevertheless, good resolution.


Slydsooz


2


-
- #6


thanks so much!!! It solved Every thing for me


-
- #7


thank you!!!


Sir_Squ


22


- Nov 11, 2012


-
- #8


Sticky?


E


emcginnis


three


-
- #9


Similar to with Vanilla server you can also make a launch.command file
Heres a one I threw collectively based on the code above


Simply unzip and drop it into the identical folder you may have the FTB.jar in and double click.
If you get an error saying it would not have permission, open a new terminal window kind in without the quotes "sudo chmod +x (drag launch.command right here)" then hit enter.
Be sure that you have got an area between the "+x" and the file path.


Reactions: Dravarden


-
- #10


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


This has worked for me. I find it weird though that the sport can't run without beginning it this way. Particularly since it would not throw any errors, however simply closes...
Have anybody investigated the trigger for the odd conduct when launching the jar by double clicking it, or is it nonetheless a thriller why it acts the way in which it does?


-
- #Eleven


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


This has labored for me. I find it weird though that the game can't run without beginning it this way. Especially because it does not throw any errors, however simply closes...
Have anybody investigated the cause for the odd conduct 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've got java 7 installed it is not going to work on OS X. If you are interested, learn http://lwjgl.org/discussion board/index.php?subject=4711.0 .


Okay


Komoden


thirteen


- Nov 12, 2012


-
- #12


I have Java 7 installed... and it works fantastic for me.. at the very least im 98% certain i have Java 7, will have to check when i get back residence..
I do know of the problems with LWJGL, have been following the development of that thread for some time.. wanna get the brand new model. The one which ships with Minecraft has a nasty memoryleak with regards to age-altering in Mystcraft (possibly also Nether/End, however undecided)


Dravarden


1,693


- Nov 14, 2012


-
- #thirteen


emcginnis said:
Similar to with Vanilla server you can 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 same folder you have the FTB.jar in and double click on.
In case you get an error saying it would not have permission, open a new terminal window type in without the quotes "sudo chmod +x (drag launch.command right here)" then hit enter.
Ensure you could have an area between the "+x" and the file path.
Click to increase...


This one works the most effective, thanks!


Also, you can 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 download an app file to do that for you
Click on to develop...


Do you mind if I embrace this repair on my CP&S document?
This is what I'd put:
# Mac crash errors and Login issues: check out this thread here: the OP


G


ghost20199


-
- #16


portablejim said:
It is known that the mac launcher does not work, minecraft crashes on launch.


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


in terminal just before launching the launcher from terminal.


I had the identical downside but how can I start minacraft?? where is the folder java frameworks? the code I need to insert it into the terminal of mac
Click to broaden...


S


Snickerdoodlz


- Nov 20, 2012


-
- #17


It works! Thank you pic


L


longboarderpbc


-
- #18


what do you mean by open the terminal


P


portablejim


267


1


- Nov 21, 2012


-
- #19


longboarderpbc mentioned:
what do you imply by open the terminal
Click to expand...


You can open the terminal in two methods:
- Go to Finder, click on on "Purposes", scroll all the way down to "Utilities" and double click on to open it. Scroll down to "Terminal" and double click on on it.
- Hit Command + Area (to open highlight) and sort "Terminal" (with out the quotes).


H


Haidy777


New Member


Jul 29, 2019


4


zero


- Nov 23, 2012


-
- #20


portablejim said:
The complete course of for launching correctly is
1. Save the launcher jar on the Desktop in a folder known as ftb
2. Open terminal and sort


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


3. The launcher should launch and work properly


Click to expand...


Thanks. Its now it is working again.