I'm trying to load a custom modpack I made recently, but it keeps crashing whenever I try to create a new world. Another of the people I have testing it has managed to load the pack properly, but when I load it in Single-Player Survival and try to create a new world, it crashes and I get this log:
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 4/16/15 9:26 AM
Description: Exception getting block type in world
java.lang.NullPointerException: Exception getting block type in world
at net.minecraft.world.World.func_147455_a(World.java:50534)
at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:851)
at net.minecraft.world.World.func_147438_o(World.java:2540)
at danger.orespawn.OreSpawnWorld.addCrystalChest(OreSpawnWorld.java:1889)
at danger.orespawn.OreSpawnWorld.addCrystalChestsAndSpawners(OreSpawnWorld.java:1851)
at danger.orespawn.OreSpawnWorld.generate(OreSpawnWorld.java:213)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:106)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
at fastcraft.a.c.a(F:84)
at fastcraft.Hooks.r(F:139)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1050)
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_147437_c(World.java:365)
at net.minecraft.world.World.func_147474_b(World.java:329)
at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java:71)
at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:749)
at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:715)
at net.minecraft.world.World.<init>(World.java:260)
at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
at net.minecraft.world.WorldServerMulti.<init>(WorldServerMulti.java:14)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:65)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
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 net.minecraft.world.World.func_147455_a(World.java:50534)
at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:851)
at net.minecraft.world.World.func_147438_o(World.java:2540)
at danger.orespawn.OreSpawnWorld.addCrystalChest(OreSpawnWorld.java:1889)
at danger.orespawn.OreSpawnWorld.addCrystalChestsAndSpawners(OreSpawnWorld.java:1851)
at danger.orespawn.OreSpawnWorld.generate(OreSpawnWorld.java:213)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:106)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
at fastcraft.a.c.a(F:84)
at fastcraft.Hooks.r(F:139)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1050)
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: (75,64,-101), Chunk: (at 11,4,11 in 4,-7; contains blocks 64,0,-112 to 79,255,-97), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Stacktrace:
at net.minecraft.world.World.func_147439_a(World.java:345)
at net.minecraft.world.World.func_147437_c(World.java:365)
at net.minecraft.world.World.func_147474_b(World.java:329)
at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java:71)
at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:749)
at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:715)
-- Affected level --
Details:
Level name: IncCraft REBORN-
All players: 0 total; []
Chunk stats: ServerChunkCache: 30 Drop: 0
Level seed: -4780510867656546940
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.world.World.<init>(World.java:260)
at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
at net.minecraft.world.WorldServerMulti.<init>(WorldServerMulti.java:14)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:65)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
This is just a guess, but I'm thinking you're having a conflict between COFH and Orespawn. Both have options to configure the World generation, and its possible both are arguing over what to place where in a newly generated world.
Rollback Post to RevisionRollBack
Want to see the world's most gullible person? Click Here!
This is just a guess, but I'm thinking you're having a conflict between COFH and Orespawn. Both have options to configure the World generation, and its possible both are arguing over what to place where in a newly generated world.
*facepalms*
I KNEW I forgot something! I forgot to remove those two after removing all the Tinker's stuff from the pack! I'll give it a go.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I'm trying to load a custom modpack I made recently, but it keeps crashing whenever I try to create a new world. Another of the people I have testing it has managed to load the pack properly, but when I load it in Single-Player Survival and try to create a new world, it crashes and I get this log:
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 4/16/15 9:26 AM
Description: Exception getting block type in world
java.lang.NullPointerException: Exception getting block type in world
at net.minecraft.world.World.func_147455_a(World.java:50534)
at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:851)
at net.minecraft.world.World.func_147438_o(World.java:2540)
at danger.orespawn.OreSpawnWorld.addCrystalChest(OreSpawnWorld.java:1889)
at danger.orespawn.OreSpawnWorld.addCrystalChestsAndSpawners(OreSpawnWorld.java:1851)
at danger.orespawn.OreSpawnWorld.generate(OreSpawnWorld.java:213)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:106)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
at fastcraft.a.c.a(F:84)
at fastcraft.Hooks.r(F:139)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1050)
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_147437_c(World.java:365)
at net.minecraft.world.World.func_147474_b(World.java:329)
at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java:71)
at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:749)
at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:715)
at net.minecraft.world.World.<init>(World.java:260)
at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
at net.minecraft.world.WorldServerMulti.<init>(WorldServerMulti.java:14)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:65)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
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 net.minecraft.world.World.func_147455_a(World.java:50534)
at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:851)
at net.minecraft.world.World.func_147438_o(World.java:2540)
at danger.orespawn.OreSpawnWorld.addCrystalChest(OreSpawnWorld.java:1889)
at danger.orespawn.OreSpawnWorld.addCrystalChestsAndSpawners(OreSpawnWorld.java:1851)
at danger.orespawn.OreSpawnWorld.generate(OreSpawnWorld.java:213)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:106)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
at fastcraft.a.c.a(F:84)
at fastcraft.Hooks.r(F:139)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1050)
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: (75,64,-101), Chunk: (at 11,4,11 in 4,-7; contains blocks 64,0,-112 to 79,255,-97), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Stacktrace:
at net.minecraft.world.World.func_147439_a(World.java:345)
at net.minecraft.world.World.func_147437_c(World.java:365)
at net.minecraft.world.World.func_147474_b(World.java:329)
at net.minecraft.world.WorldProvider.func_76566_a(WorldProvider.java:71)
at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:749)
at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:715)
-- Affected level --
Details:
Level name: IncCraft REBORN-
All players: 0 total; []
Chunk stats: ServerChunkCache: 30 Drop: 0
Level seed: -4780510867656546940
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.world.World.<init>(World.java:260)
at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
at net.minecraft.world.WorldServerMulti.<init>(WorldServerMulti.java:14)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:65)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 149627952 bytes (142 MB) / 386125824 bytes (368 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 11, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.85.1277 Minecraft Forge 10.13.2.1277 39 mods loaded, 39 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
FML{7.10.85.1277} [Forge Mod Loader] (forge-1.7.10-10.13.2.1277.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Forge{10.13.2.1277} [Minecraft Forge] (forge-1.7.10-10.13.2.1277.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
NotEnoughItems{1.0.3.62} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.62-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
OpenModsCore{0.6} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
CarpentersBlocks{3.2.8} [Carpenter's Blocks] (Carpenter's Blocks v3.2.8 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
CoFHCore{1.7.10R3.0.0B7} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B7-35.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ElementalCreepers{4.2.4} [Elemental Creepers] (Elemental Creepers-universal_1.7.10-4.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Baubles{1.0.1.8} [Baubles] (Baubles-1.7.10-1.0.1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ForgeMultipart{1.1.0.310} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.310-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ExtraUtilities{1.1.0k} [Extra Utilities] (extrautilities-1.1.0k.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
FastCraft{1.19} [FastCraft] (fastcraft-1.19.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
golem{@[email protected]} [Golem World] (GolemWorld-1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
IronChest{6.0.62.742} [Iron Chest] (Iron-Chests-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Mystcraft{0.11.0.00} [Mystcraft] (mystcraft-1.7.10-0.11.0.00.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
NEIAddons{1.12.2.9} [NEI Addons] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
NEIAddons|Botany{1.12.2.9} [NEI Addons: Botany] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
NEIAddons|Forestry{1.12.2.9} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
NEIAddons|CraftingTables{1.12.2.9} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
NEIAddons|ExNihilo{1.12.2.9} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
neiintegration{1.0.0} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
NotEnoughCodecs{0.3} [NotEnoughCodecs] (NotEnoughCodecs-1.7.10-0.3-snapshot-11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
TwilightForest{2.3.1} [The Twilight Forest] (twilightforest-1.7.10-2.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Waila{1.5.4a} [Waila] (Waila-1.5.4a_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
WailaHarvestability{1.1.0} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
McMultipart{1.1.0.310} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.310-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
ForgeMicroblock{1.1.0.310} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.310-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
OpenModsLib crash transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Mantle Environment: Environment healthy.
Stencil buffer state: Function set: GL30, pool: internal, bits: 8
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Any way to fix it?
try deleting the pack and re-installing it,
make sure all your mods are up to date and exactly the same as what your freind is using
if not try and load those mods in normal minecraft till you find the problem.
Youtube: FOXTROT
Tried it before posting.
It's the same pack. I hadn't made any changes since I uploaded it to Dropbox.
Tried, each mod loads fine until the full pack's up, then stuff goes apeshit.
Here's a screencap of the contents of my mods folder, maybe it'll help:
http://orig09.deviantart.net/e7c4/f/2015/107/3/a/untitled_by_eric_vicarth-d8q05p0.png
This is just a guess, but I'm thinking you're having a conflict between COFH and Orespawn. Both have options to configure the World generation, and its possible both are arguing over what to place where in a newly generated world.
Want to see the world's most gullible person? Click Here!
*facepalms*
I KNEW I forgot something! I forgot to remove those two after removing all the Tinker's stuff from the pack! I'll give it a go.