Regrowth Crash

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • 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

Rtd

New Member
Jul 29, 2019
23
0
0
java.lang.OutOfMemoryError: Initializing game
Memory: 164992112 bytes (157 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)

Allocate more ram :
-Xms1024M -Xmx2048M
 

jikuja

legacy FTB Launcher developer
Launcher Developer
Global Moderator
Dec 17, 2013
1,134
111
99
java.lang.OutOfMemoryError: Initializing game
Memory: 164992112 bytes (157 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)

Allocate more ram :
-Xms1024M -Xmx2048M

Won't work:
[ERROR] MainHelpers.printInfo:59: 32-bit operating system. 64-bit is required for most mod packs. If you have issues, please try the FTB Lite 2 pack.
 

Rtd

New Member
Jul 29, 2019
23
0
0
Thank you, I missed that.
And even with my memory arguments, it would not work (since java 32bits max heap size is more or less 1.5G...).

So, to make it clear to the OP :
You're using a 32b system.
And java 32bits, as I said, can't allocate more than ~1.5G.
The problem is that the Regrowth pack needs about ~2G to launch...