Infinity Evolved Crashes on Load

  • 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
O

Ollypseo

Guest
Title:
Infinity Evolved Crashes on Load
Launcher Version:
1.6.51
Modpack:
FTB Infinity Evolved (Expert mode)
Modpack Version:
2.3.5
Log Link:
Details of the issue:
Attempted to log onto my single player world today but I get a CTD as the game loads and I see the black screen with "Welcome...".

Any help is appreciated.
 

Henry Link

Forum Addict
Dec 23, 2012
2,601
553
153
USA - East Coast
You have some type of memory issue. I would suggest two things but I don't know if they will fix your problem. 1st update java. 2nd your java parameters are mostly ones that worked with java 7. You should probably remove most of them. Java 8 is much better at memory management without needing parameters.

Code:
JVM Flags: 16 total;
  -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  -Xmx4096m -Xms256m -XX:PermSize=256m -XX:+DisableExplicitGC -XX:SurvivorRatio=8
  -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UseConcMarkSweepGC
  -XX:+CMSIncrementalPacing -XX:MaxGCPauseMillis=80 -XX:GCPauseIntervalMillis=250
  -XX:+UseStringDeduplication -XX:+UseCompressedOops -XX:+UseCodeCacheFlushing
  -XX:ParallelGCThreads=4

Is what you have currently. I would probably remove all of that except: -Xmx4096m -Xms256m
 
O

Ollypseo

Guest
Thank you for your reply.

I had considered the possibility that it was Java and/or the parameters.

I have done as you suggested and removed the extra parameters that I had entered and, whilst I did have the latest version of Java, I did a clean install of both 32 and 64 bit to no success.

Below is the latest log:

http://pastebin.com/v9iKBc31
 

mc.crab

Well-Known Member
Feb 2, 2013
1,397
116
89
One of your mods is sending packets incorrectly, to find which one you'd have to remove them one by one. As @Henry Link says, try restoring a backup if you have one.
 
O

Ollypseo

Guest
Thank you both for the replies, I ended up loading a backup and it's working so I shall just continue on from there. Again, thanks for the help.