Crash with plant mega pack plus a few others

Issue #47 new
31trainman created an issue

Im getting an odd crash when I add plant mega pack to my modpack

Mods: I see involved in the crash are sgu better geo, farseek, gasses, gasses framework

Crash: http://pastebin.com/nApLVfuD

Mod list: http://pastebin.com/wHGeujYR

gasesFramework-1.7.10-1.2.1 gases-1.7.10-1.6.5

Minecraft 1.7.10 Forge 1614 java 8 update 92

Comments (9)

  1. Trent VanSlyke

    Aye, but we're fairly far down the crash list and the only line that is ever reported is one that is EXTREMELY unlikely to fail (world.getBlock()).

  2. 31trainman reporter

    I created a test instance with just ATG-1.7.10-0.12.0 BetterFps-1.0.1 BiomesOPlenty-1.7.10-2.1.0.1889-universal CustomOreGen-1.7.10-1.2.24 Farseek-1.0.11 fastcraft-1.23 gasesFramework-1.7.10-1.2.1 gases-1.7.10-1.6.5 GraveStone-2.16.1 plantmegapack-4.33-1.7.10-1492 RTG-1.7.10-1.0-snapshot-2 sgu-bettergeo-1.7.10-1.2 Streams-0.2 Waila-1.5.10_1.7.10 WailaHarvestability-mc1.7.10-1.1.6 And world loaded fine without any issue

  3. Erlend Åmdal repo owner

    This seems to be an issue with the world being overdecorated. GG is pretty heavy on that part already, and will often have neighbouring chunks generate when a chunk is generated, and overflow of which will cause a crash like this. You can try tuning down the world generation features of either mod and see if that resolves it.

  4. 31trainman reporter

    It didn't crash when I changed gas gen but it takes a long time to gen and nothing happens.

  5. sylex

    The fix is to increase your stack size in the java command line. Try adding these flags

    #!
    -oss4M -ss4M -Xss4M
    
  6. Log in to comment