Windows .exe FTB Crashes every single damn time

  • 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

DemonicKills

New Member
Jul 29, 2019
9
0
0
So I think you guys need the raw logs so I'll link those below. The issue I'm running into is that every time I go to load the game FTB goes through the console a bunch of stuff loads, then Mojang pops up on Minecraft but then the games takes about 2 minutes or so then BOOM crashes the FTB client and Minecraft. It's really frustrating honestly. Maybe I'm dumb adn over looking something but someone please help ASAP!


http://pastebin.com/yD7mjtfx
 
Last edited:

DemonicKills

New Member
Jul 29, 2019
9
0
0
Regardless if that's the reason, I still can't get into the game. If it's the reason why then I apologize, but it seems no ones been helping anyone tonight.
 

Tristam Izumi

New Member
Jul 29, 2019
1,460
0
0
My suggestion would be to work through the troublshooting guide; you have multiple Java installs, which may or may not be causing the problems. Also, try assigning more than 1GB RAM; 2GB is the usual minimum recommended amount of RAM to run most FTB packs.
 

SatanicSanta

New Member
Jul 29, 2019
4,849
-3
0
It's basically java's (poorly made) garbage collector running out of space. How much RAM do you have?

Edit: Just noticed something in your JVM args:
Code:
-Xms256M -Xmx1536M -XX:PermSize=256m -Xmx512M
What I'm looking at is the final argument, remove it.
 

DemonicKills

New Member
Jul 29, 2019
9
0
0
Getting rid of it now and I currently have 8gigs of RAM[DOUBLEPOST=1390811548][/DOUBLEPOST]I switched back to 64 bit java because that's what my computer naturally has and heres the new crash log AFTER deleting what you told me to http://pastebin.com/ZCMLNy2z
 

SatanicSanta

New Member
Jul 29, 2019
4,849
-3
0
I can see that you didn't delete it.

Okay, just replace your JVM args with:
Code:
-Xms256 -Xmx2500M -XX:PermSize=256M
and try again.

Edit: Actually, don't include the first two, use the slider to change RAM allocation.
 

SatanicSanta

New Member
Jul 29, 2019
4,849
-3
0
Open up the FTB launcher and switch to the options tab
Set the RAM Maximum (MB) slider to 2.50 GB
Open up the Advanced Options window
In the Additional Java Parameters set your PermSize by typing -XX:permSize=256M
Launch and hope it works, if it doesn't reupload your crash log to pastebin, and if it still says you have the JVM args from before it's further than FTB and you'll have to tweak your java settings.
 

UniZero

Popular Member
Oct 3, 2012
3,406
310
124
Scotland, UK
As Tristam said never bump your thread without adding additional information and it was only an hour since you actually created the thread, be patient. The volunteers here do not live on the forums. While you are waiting for a reply why not do some investigating yourself because you may be able to solve your own problem.

You should really be using the jvm arguments from the thread below.

http://forum.feed-the-beast.com/threads/jvm-arguments-for-modded-minecraft-updated-12-30-13.28994/
 

UniZero

Popular Member
Oct 3, 2012
3,406
310
124
Scotland, UK
Those don't work for everyone, and if OP can launch it and run it at a reasonable fps, they have no reason to use that (also I just tried to use them and it pretty much bloke everything)

I would always suggest trying it anyway and if it does not work then remove them.