Skip to content

Instantly share code, notes, and snippets.

@mrtopf
Created November 12, 2016 21:19
Show Gist options
  • Save mrtopf/8f08df971e07698f13fbb12ead900675 to your computer and use it in GitHub Desktop.
Save mrtopf/8f08df971e07698f13fbb12ead900675 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
WARNING: coremods are present:
IvToolkit (IvToolkit-1.2.8.5.jar)
Contact their authors BEFORE contacting forge
// Don't be sad. I'll do better next time, I promise!
Time: 11/12/16 10:16 PM
Description: Exception ticking world
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:3181)
at java.util.ArrayList.grow(ArrayList.java:261)
at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
at java.util.ArrayList.add(ArrayList.java:458)
at net.minecraft.world.storage.loot.LootEntryItem.func_186363_a(LootEntryItem.java:55)
at net.minecraft.world.storage.loot.LootPool.func_186452_a(LootPool.java:68)
at net.minecraft.world.storage.loot.LootPool.func_186449_b(LootPool.java:83)
at net.minecraft.world.storage.loot.LootTable.func_186462_a(LootTable.java:42)
at ivorius.reccomplex.world.storage.loot.VanillaItemCollection.getRandomItemStack(VanillaItemCollection.java:39)
at ivorius.reccomplex.item.ItemInventoryGenMultiTag.generateInInventory(ItemInventoryGenMultiTag.java:80)
at ivorius.reccomplex.world.storage.loot.InventoryGenerationHandler.generateAllTags(InventoryGenerationHandler.java:59)
at ivorius.reccomplex.world.storage.loot.InventoryGenerationHandler.generateAllTags(InventoryGenerationHandler.java:72)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.generateTileEntityContents(GenericStructureInfo.java:270)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.setBlock(GenericStructureInfo.java:253)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.generate(GenericStructureInfo.java:167)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.generate(GenericStructureInfo.java:52)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.generate(StructureGenerator.java:138)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.generateStructureInChunk(WorldGenStructures.java:102)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.lambda$generateRandomStructuresInChunk$493(WorldGenStructures.java:71)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures$$Lambda$109/2015743344.accept(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.generateRandomStructuresInChunk(WorldGenStructures.java:71)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.decorate(WorldGenStructures.java:153)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at java.util.Arrays.copyOf(Arrays.java:3181)
at java.util.ArrayList.grow(ArrayList.java:261)
at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
at java.util.ArrayList.add(ArrayList.java:458)
at net.minecraft.world.storage.loot.LootEntryItem.func_186363_a(LootEntryItem.java:55)
at net.minecraft.world.storage.loot.LootPool.func_186452_a(LootPool.java:68)
at net.minecraft.world.storage.loot.LootPool.func_186449_b(LootPool.java:83)
at net.minecraft.world.storage.loot.LootTable.func_186462_a(LootTable.java:42)
at ivorius.reccomplex.world.storage.loot.VanillaItemCollection.getRandomItemStack(VanillaItemCollection.java:39)
at ivorius.reccomplex.item.ItemInventoryGenMultiTag.generateInInventory(ItemInventoryGenMultiTag.java:80)
at ivorius.reccomplex.world.storage.loot.InventoryGenerationHandler.generateAllTags(InventoryGenerationHandler.java:59)
at ivorius.reccomplex.world.storage.loot.InventoryGenerationHandler.generateAllTags(InventoryGenerationHandler.java:72)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.generateTileEntityContents(GenericStructureInfo.java:270)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.setBlock(GenericStructureInfo.java:253)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.generate(GenericStructureInfo.java:167)
at ivorius.reccomplex.world.gen.feature.structure.generic.GenericStructureInfo.generate(GenericStructureInfo.java:52)
at ivorius.reccomplex.world.gen.feature.StructureGenerator.generate(StructureGenerator.java:138)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.generateStructureInChunk(WorldGenStructures.java:102)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures.lambda$generateRandomStructuresInChunk$493(WorldGenStructures.java:71)
at ivorius.reccomplex.world.gen.feature.WorldGenStructures$$Lambda$109/2015743344.accept(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
-- Affected level --
Details:
Level name: New World
All players: 1 total; [EntityPlayerMP['mrtopf'/2, l='New World', x=-896.17, y=15.10, z=657.89]]
Chunk stats: ServerChunkCache: 898 Drop: 0
Level seed: 8026287494200755113
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-897,4,-24), Chunk: (at 15,0,8 in -57,-2; contains blocks -912,0,-32 to -897,255,-17), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
Level time: 1050 game time, 1050 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 159411 (now: false), thunder time: 131255 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:703)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1077889200 bytes (1027 MB) / 6203899904 bytes (5916 MB) up to 6203899904 bytes (5916 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6656m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.2.2125 8 mods loaded, 8 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.2.2125.jar)
UCHIJAAAA Forge{12.18.2.2125} [Minecraft Forge] (forge-1.10.2-12.18.2.2125.jar)
UCHIJAAAA ivtoolkit{1.2.8.5} [IvToolkit] (minecraft.jar)
UCHIJAAAA JEI{3.13.2.367} [Just Enough Items] (jei_1.10.2-3.13.2.367.jar)
UCHIJAAAA journeymap{1.10.2-5.3.0b2} [JourneyMap] (journeymap-1.10.2-5.3.0b2-unlimited.jar)
UCHIJAAAA KnobControl{%MOD_VERSION%} [KnobControl] (knobcontrol-1.10.2-1.1.2-beta-release.jar)
UCHIJAAAA reccomplex{1.2.3.4} [Recurrent Complex] (RecurrentComplex-1.2.3.4.jar)
Loaded coremods (and transformers):
IvToolkit (IvToolkit-1.2.8.5.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['mrtopf'/2, l='New World', x=-896.17, y=15.10, z=657.89]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment