I was on earlier today with a problem loading my modded world, it would crash on the "building terrain" screen. I got rid of the mod (chocolate quest) and everything seemed to be fine. Now i'm facing another problem, while playing my game will seem to freeze (usually when loading new chucks) and it'll crash my game once more. When i load up, my game is usually reset a minute or two back. Would anybody be able to read the crash report and tell me what the problem could be? I don't understand the thing.
Thanks!
Crash Report Here:
---- Minecraft Crash Report ----
// Why did you do that?
Time: 2/17/16 7:16 PM
Description: Exception getting block type in world
java.lang.NullPointerException: Exception getting block type in world
at diversity.village.VillageSettled$House3.func_74875_a(VillageSettled.java:273)
at net.minecraft.world.gen.structure.StructureStart.func_75068_a(StructureStart.java:44)
at net.minecraft.world.gen.structure.MapGenStructure.func_75051_a(MapGenStructure.java:93)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:382)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1040)
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
at net.minecraft.world.World.func_72964_e(World.java:419)
at net.minecraft.world.World.func_147439_a(World.java:345)
at net.minecraft.world.World.func_147466_a(World.java:2626)
at net.minecraft.world.SpawnerAnimals.func_77190_a(SpawnerAnimals.java:308)
at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:178)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:161)
at WorldServerOF.func_72835_b(WorldServerOF.java:234)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at diversity.village.VillageSettled$House3.func_74875_a(VillageSettled.java:273)
at net.minecraft.world.gen.structure.StructureStart.func_75068_a(StructureStart.java:44)
at net.minecraft.world.gen.structure.MapGenStructure.func_75051_a(MapGenStructure.java:93)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:382)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1040)
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
at net.minecraft.world.World.func_72964_e(World.java:419)
-- Requested block coordinates --
Details:
Found chunk: true
Location: World: (60,83,94), Chunk: (at 12,5,14 in 3,5; contains blocks 48,0,80 to 63,255,95), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.world.World.func_147439_a(World.java:345)
at net.minecraft.world.World.func_147466_a(World.java:2626)
at net.minecraft.world.SpawnerAnimals.func_77190_a(SpawnerAnimals.java:308)
at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:178)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:161)
at WorldServerOF.func_72835_b(WorldServerOF.java:234)
-- Affected level --
Details:
Level name: New World
All players: 1 total; [EntityPlayerMP['DCravens1994'/1576, l='New World', x=-24.17, y=65.00, z=207.86]]
Chunk stats: ServerChunkCache: 914 Drop: 0
Level seed: -1695857163673645126
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-319,64,484), Chunk: (at 1,4,4 in -20,30; contains blocks -320,0,480 to -305,255,495), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 12035 game time, 12035 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 55695 (now: false), thunder time: 117813 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
I'd like to help you with this. Can you tell me what Java flags you are using in the "JVM Arguments" section of your minecraft launcher profile? Also, are you running singleplayer only, or are you running your own multiplayer server as well?
thank you! i'll see if that works and try again! i didn't think that was the problem because i wasn't loading any villages in my chunks for an error to occur.
The "MaxPermSize" flag has been deprecated in Java 8 and replaced with the -XX:MaxMetaspaceSize flag. I have run into crashes of this type before and for me, it always boils down to memory/garbage collection issues. Flags that I have found to work well (and which seem to have resolved these crashes for me):
-Xms (sets initial heap size)
-Xmx (sets max size of memory allocation pool)
-XX:MetaspaceSize (Sets the size of the allocated class metadata space that will trigger a garbage collection the first time it is exceeded)
-Xmn (sets the initial heap size for the nursery)
-Xnoclassgc (disables GC of classes)
I found that setting a MaxMetaspaceSize caused freezes/crashes, so I don't use that one. (The Metaspace and MaxMetaspace replace PermSize and MaxPermSize respectively, though I think the metaspace versions are a bit different than the perm.) Values for Xms, Xms, MetaspaceSize, and Xmn will depend on how much RAM you have. I have set Xmx to half of my RAM, Xms to 1/4 of my RAM, and MetaspaceSize and Xmn both to 1/16 of my RAM, and those values have been working well. Play with the numbers until you find settings that work well for you.
Lastly, are you running a 64-bit machine? Putting -d64 as the first flag will force Minecraft to use the 64-bit version of Java. I don't think Minecraft does that by default.
im a little confused by what all of that means? i have a 64 bit machine and 8 gb of ram. can you let me know what im suppose to put in for all of my values? also, do i put all of this in separated by commas or just one at a time and see which works best?
No commas needed, just enter them in your JVM Arguments line as I have them above. If those don't work for you, you may need to tweak the numbers or which combination of flags you are using. These are just the values that I have found to work well (also using 64 bit and 8G of RAM).
I recommend this site for additional flags and information on what they do: Java
Hi all.
I was on earlier today with a problem loading my modded world, it would crash on the "building terrain" screen. I got rid of the mod (chocolate quest) and everything seemed to be fine. Now i'm facing another problem, while playing my game will seem to freeze (usually when loading new chucks) and it'll crash my game once more. When i load up, my game is usually reset a minute or two back. Would anybody be able to read the crash report and tell me what the problem could be? I don't understand the thing.
Thanks!
Crash Report Here:
---- Minecraft Crash Report ----
// Why did you do that?
Time: 2/17/16 7:16 PM
Description: Exception getting block type in world
java.lang.NullPointerException: Exception getting block type in world
at diversity.village.VillageSettled$House3.func_74875_a(VillageSettled.java:273)
at net.minecraft.world.gen.structure.StructureStart.func_75068_a(StructureStart.java:44)
at net.minecraft.world.gen.structure.MapGenStructure.func_75051_a(MapGenStructure.java:93)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:382)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1040)
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
at net.minecraft.world.World.func_72964_e(World.java:419)
at net.minecraft.world.World.func_147439_a(World.java:345)
at net.minecraft.world.World.func_147466_a(World.java:2626)
at net.minecraft.world.SpawnerAnimals.func_77190_a(SpawnerAnimals.java:308)
at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:178)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:161)
at WorldServerOF.func_72835_b(WorldServerOF.java:234)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at diversity.village.VillageSettled$House3.func_74875_a(VillageSettled.java:273)
at net.minecraft.world.gen.structure.StructureStart.func_75068_a(StructureStart.java:44)
at net.minecraft.world.gen.structure.MapGenStructure.func_75051_a(MapGenStructure.java:93)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:382)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1040)
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
at net.minecraft.world.World.func_72964_e(World.java:419)
-- Requested block coordinates --
Details:
Found chunk: true
Location: World: (60,83,94), Chunk: (at 12,5,14 in 3,5; contains blocks 48,0,80 to 63,255,95), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.world.World.func_147439_a(World.java:345)
at net.minecraft.world.World.func_147466_a(World.java:2626)
at net.minecraft.world.SpawnerAnimals.func_77190_a(SpawnerAnimals.java:308)
at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:178)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:161)
at WorldServerOF.func_72835_b(WorldServerOF.java:234)
-- Affected level --
Details:
Level name: New World
All players: 1 total; [EntityPlayerMP['DCravens1994'/1576, l='New World', x=-24.17, y=65.00, z=207.86]]
Chunk stats: ServerChunkCache: 914 Drop: 0
Level seed: -1695857163673645126
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-319,64,484), Chunk: (at 1,4,4 in -20,30; contains blocks -320,0,480 to -305,255,495), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 12035 game time, 12035 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 55695 (now: false), thunder time: 117813 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
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: 326051816 bytes (310 MB) / 1019740160 bytes (972 MB) up to 1890582528 bytes (1803 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:MaxPermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 96
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_C1 70 mods loaded, 70 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.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA VeinMiner_coremod{null_build-null} [Core mod] (minecraft.jar)
UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJAAAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJAAAA Artifacts{1.1.1} [Artifacts] (Artifacts-1.1.1.jar)
UCHIJAAAA Backpack{2.0.0} [Backpack] (Backpacks-Mod.jar)
UCHIJAAAA BetterAnvil{4.0.0.0} [Better Anvil] (Better-Anvils-Mod-1.7.10.jar)
UCHIJAAAA betterstorage{0.13.1.126} [BetterStorage] (BetterStorage-1.7.10-0.13.1.126.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1057-universal.jar)
UCHIJAAAA BuildCraft|Core{6.1.5} [BuildCraft] (BuildCraft-Mod-Stable-1.7.10.jar)
UCHIJAAAA BuildCraft|Builders{6.1.5} [BC Builders] (BuildCraft-Mod-Stable-1.7.10.jar)
UCHIJAAAA BuildCraft|Transport{6.1.5} [BC Transport] (BuildCraft-Mod-Stable-1.7.10.jar)
UCHIJAAAA BuildCraft|Silicon{6.1.5} [BC Silicon] (BuildCraft-Mod-Stable-1.7.10.jar)
UCHIJAAAA BuildCraft|Factory{6.1.5} [BC Factory] (BuildCraft-Mod-Stable-1.7.10.jar)
UCHIJAAAA BuildCraft|Energy{6.1.5} [BC Energy] (BuildCraft-Mod-Stable-1.7.10.jar)
UCHIJAAAA cabinetsreloaded{3.0.14} [Cabinets Reloaded] (Cabinets-Reloaded-Mod-1.7.10.jar)
UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHIJAAAA chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar)
UCHIJAAAA cosmeticarmorreworked{1.7.10-v5b} [CosmeticArmorReworked] (CosmeticArmorReworked-1.7.10-v5b.jar)
UCHIJAAAA craftguide{1.6.8.2} [CraftGuide] (CraftGuide-1.6.8.2-forge.jar)
UCHIJAAAA customrecipes{4.72} [Custom Recipes] (Custom-Recipes-Mod-1.7.10.jar)
UCHIJAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHIJAAAA deconstruction{2.2.5} [The Deconstruction Mod] (Deconstruction-Table-Mod-1.7.10.jar)
UCHIJAAAA diversity{ALPHA 1.0} [Diversity] (Diversity-Mod-1.7.10.jar)
UCHIJAAAA ElementalItems{4.0.0} [Elemental Items mod] (Elemental-Items-Mod-1.7.10.zip)
UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJAAAA endercompass{1.0} [Ender Compass] (endercompass-1.7.10-1.0.jar)
UCHIJAAAA ExtraUtilities{1.2.2} [Extra Utilities] (extrautilities-1.2.2.jar)
UCHIJAAAA fairylights{1.4.0} [Fairy Lights] (fairylights-1.4.0-1.7.10.jar)
UCHIJAAAA FlatBedrockx{1.0.2} [FlatBedrock Xplosion's Edition] (FlatBedrock-1.0.2.jar)
UCHIJAAAA GraveStone{2.15.2} [GraveStone] (GraveStone-2.15.2.jar)
UCHIJAAAA interfaceplus{1.1} [InterfacePlus] (InterfacePlus-1.1.jar)
UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCHIJAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCHIJAAAA journeymap{5.0.1} [JourneyMap] (JourneyMap5.0.1_Unlimited_MC1.7.10.jar)
UCHIJAAAA jaff{1.4_for_1.7.10} [Just a Few Fish] (Just-a-Few-Fish-Mod-1.7.10.jar)
UCHIJAAAA lp{1.0.0} [LightsPlus] (Lights-Plus-Mod-1.7.10.jar)
UCHIJAAAA lootbags{1.8.1} [Loot Bags] (LootBags-1.7.10-1.8.1.jar)
UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (Mo-Creatures-Mod-1.7.10.zip)
UCHIJAAAA me{1.3.1.2} [More Enchantments] (More-Enchantments-Mod-1.7.10.jar)
UCHIJAAAA AencEx{0.0.1} [AencEx] (More-Enchantments-Mod-1.7.10.jar)
UCHIJAAAA cfm{3.4.8} [ยง9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)
UCHIJAAAA myfit{1.3} [MyFit] (MyFit-Mod-1.7.10.jar)
UCHIJAAAA ModName{1.0.0} [ModName] (Mystical-Rpg-Mod-1.7.10.zip)
UCHIJAAAA ObsidianBoat{v1.3.2} [Obsidian Boat] (ObsidianBoat-1.7.10-1.3.2.jar)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10La.jar)
UCHIJAAAA plantmegapack{4.15} [Plant Mega Pack] (plantmegapack-4.15-1.7.10-1230.jar)
UCHIJAAAA primitivemobs{0.2b} [Primitive Mobs] (Primitive-Mobs-Mod-1.7.10.jar)
UCHIJAAAA Roguelike{1.3.6.3} [Roguelike Dungeons] (roguelike-1.7.10-1.3.6.3.jar)
UCHIJAAAA StorageDrawers{1.0.1} [Storage Drawers] (Storage-Drawers-Mod-1.7.10.jar)
UCHIJAAAA SwordPedestal{1.0(1.7.10)} [Sword Pedestal] (Sword-Pedestal-Mod-1.7.10.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCHIJAAAA trashslot{1.0.31} [TrashSlot] (TrashSlot-Mod-1.7.10.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJAAAA VeinMiner{0.21.2} [Vein Miner] (VeinMiner-1.7.10_0.21.2.43.jar)
UCHIJAAAA VeinMinerModSupport{0.21.2} [Mod Support] (VeinMiner-1.7.10_0.21.2.43.jar)
UCHIJAAAA vrm{1.7.10=0.0.1} [Vulcan's Revenge] (Vulcans-revenge-mod-by-hoopawolf-1.7.10.jar)
UCHIJAAAA waterWalking{1.0} [Water Walking Mod] (Water-Walking-Mod-1.7.10.jar)
UCHIJAAAA witchery{0.22.0} [Witchery] (witchery-1.7.10-0.22.0.jar)
UCHIJAAAA woodstuff{1.3.1} [WoodStuff] (Wood-Stuff-Mod-1.7.10.jar)
UCHIJAAAA TextureGeneratorLib{0.2} [TextureGeneratorLib] (TextureGeneratorLib-1.7.10_vBeta2.jar)
UCHIJAAAA WTFCore{1.65} [WhiskyTangoFox's Core] (WTFCore-1.7.10_v1.66.jar)
UCHIJAAAA CaveBiomes{1.53} [WhiskyTangoFox's CaveBiomes] (WTFCaveBiomes-1.7.10_v1.53.jar)
UCHIJAAAA YALSM{2.1.3} [Yet Another Leather Smelting Mod] (yalsm-2.1.3.jar)
UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['DCravens1994'/1576, l='New World', x=-24.17, y=65.00, z=207.86]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
bump
Hi,
I'd like to help you with this. Can you tell me what Java flags you are using in the "JVM Arguments" section of your minecraft launcher profile? Also, are you running singleplayer only, or are you running your own multiplayer server as well?
its just singleplayer.
I see that diversity is giving an error so try removing that mod and see if it works then.
If you want a quicker reply from me then be sure to hit the
Reply button.
thank you! i'll see if that works and try again! i didn't think that was the problem because i wasn't loading any villages in my chunks for an error to occur.
The "MaxPermSize" flag has been deprecated in Java 8 and replaced with the -XX:MaxMetaspaceSize flag. I have run into crashes of this type before and for me, it always boils down to memory/garbage collection issues. Flags that I have found to work well (and which seem to have resolved these crashes for me):
-Xms (sets initial heap size)
-Xmx (sets max size of memory allocation pool)
-XX:MetaspaceSize (Sets the size of the allocated class metadata space that will trigger a garbage collection the first time it is exceeded)
-Xmn (sets the initial heap size for the nursery)
-Xnoclassgc (disables GC of classes)
I found that setting a MaxMetaspaceSize caused freezes/crashes, so I don't use that one. (The Metaspace and MaxMetaspace replace PermSize and MaxPermSize respectively, though I think the metaspace versions are a bit different than the perm.) Values for Xms, Xms, MetaspaceSize, and Xmn will depend on how much RAM you have. I have set Xmx to half of my RAM, Xms to 1/4 of my RAM, and MetaspaceSize and Xmn both to 1/16 of my RAM, and those values have been working well. Play with the numbers until you find settings that work well for you.
Lastly, are you running a 64-bit machine? Putting -d64 as the first flag will force Minecraft to use the 64-bit version of Java. I don't think Minecraft does that by default.
im a little confused by what all of that means? i have a 64 bit machine and 8 gb of ram. can you let me know what im suppose to put in for all of my values? also, do i put all of this in separated by commas or just one at a time and see which works best?
Try these values as a starting point:
No commas needed, just enter them in your JVM Arguments line as I have them above. If those don't work for you, you may need to tweak the numbers or which combination of flags you are using. These are just the values that I have found to work well (also using 64 bit and 8G of RAM).
I recommend this site for additional flags and information on what they do: Java
Thank you! i'll try that out!