Search results

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. S

    Direwolf 20: 1.6.4 {PUBLIC BETA} Crash issues

    Make sure you have Make sure you have downloaded Java 7 installed with 64-bit.
  2. S

    Direwolf 20: 1.6.4 {PUBLIC BETA} Crash issues

    Make sure you have downloaded the latest Java 7 from the java website here then: On Mac, open Terminal and run : /System/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/java -jar <directory of launcher> e.g...
  3. S

    Direwolf 20: 1.6.4 {PUBLIC BETA} Crash issues

    Download Java 7 and you may need to force ftb launcher to run with Java 7, I have explained how to do this a few different ways if you look at the past 2-3 pages. Force FTB launcher to run in Java 7 (instructions are on the previous 3 pages) Update to java 7, and if necessary, force FTB...
  4. S

    Direwolf 20: 1.6.4 {PUBLIC BETA} Crash issues

    You shouldn't have to do anything, it should open your ftb launcher and you should be able to launch the pack and it shouldn't crash. I'll upload instructions on how to create a file that you only have to double click to launch the launcher without needing to type that in every time. Does he...
  5. S

    Direwolf 20: 1.6.4 {PUBLIC BETA} Crash issues

    Are you administrator on your Mac?
  6. S

    Direwolf 20: 1.6.4 {PUBLIC BETA} Crash issues

    Or when you type it, instead of typing "/~/Desktop/FTB_Launcher.jar" Drag "FTB_Launcher.jar" into the terminal window.
  7. S

    Direwolf 20: 1.6.4 {PUBLIC BETA} Crash issues

    Try typing just this part /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/Java
  8. S

    Direwolf 20: 1.6.4 {PUBLIC BETA} Crash issues

    Make sure on your desktop is the fib launcher jar and name it "FTB_Launcher.jar" then run in the terminal /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/Java -jar /~/Desktop/FTB_Launcher.jarIt's happening because Modular Powersuits calling for something that is not in...
  9. S

    Direwolf 20: 1.6.4 {PUBLIC BETA} Crash issues

    The only difference here is that you're running Windows. Make sure you've got Java 7 and the crash happens when Java7 is installed. If crash still happens after installing Java 7 then: You should get past with the same solution but instead of using terminal, you can use CMD (search it in...
  10. S

    Direwolf 20: 1.6.4 {PUBLIC BETA} Crash issues

    I think Modular power suits is calling for something that is only in Java 7 and not in Java 6, so you have a few options 1)Backdate your pack 2)Backdate your Modular Powersuits 3)Remove Modular Powersuits from you installation 4)Install Java 7 and follow the instructions that I...
  11. S

    Direwolf 20: 1.6.4 {PUBLIC BETA} Crash issues

    Apple only distributes Java 6 to macs. I think they made their own version of java for mac up until Java 6, after which they stopped. You can download java 7 for mac off the java website. You can have multiple kavas installed. All my instructions did was make the fib launcher launch with java...
  12. S

    Direwolf 20: 1.6.4 {PUBLIC BETA} Crash issues

    I was crashing on Mac OSX when launching Direwolf20 1.6.4 pack v1.0.4, I fixed it by doing this: You will require the latest version of java 7 1) Open terminal 2) Change the directory to the directory of your ftb launcher jar by typing this command into terminal cd...