hmm, I used the old JVM code for the FTB launcher in the vanilla launcher without a problem, but if I now use the new JVM code for the FTB launcher for the vanilla launcher I crash with this code
Code:[11:10:59 INFO]: Client> 2013-12-31 11:10:58 [SEVERE] [ForgeModLoader] The following problems were captured during this phase [11:11:03 INFO]: Client> 2013-12-31 11:11:03 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.OutOfMemoryError: PermGen space [11:11:06 ERROR]: Game ended with bad state (exit code 1) [11:11:06 INFO]: Deleting .minecraft\versions\1.6.4-Forge9.11.1.965\1.6.4-Forge9.11.1.965-natives-6382925887407 [11:11:06 INFO]: Ignoring visibility rule and showing launcher due to a game crash
it's not that much of a problem, as I can just keep using the old code. but I just thought of posting this code here just in case it might be of any use
The launcher is SUPPOSED to be setting -XXermSize=256m now. I guess I'll have to add that back in to my arguments till I have time to slap someone...