-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
Status: DuplicateA duplicate of another issueA duplicate of another issue
Description
This was posted to the feedthebeast subreddit a couple weeks ago.
Possible incompatibility with Fastcraft, which is undesirable.
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 12/22/15 8:40 AM
Description: Exception getting block type in world
java.lang.NullPointerException: Exception getting block type in world at net.minecraft.world.chunk.storage.ExtendedBlockStorage.func_150818_a(SourceFile:57
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:595
at net.minecraft.world.World.func_147465_d(World.java:451
at net.minecraft.world.gen.feature.WorldGenMinable.func_76484_a(WorldGenMinable.java:78
at flaxbeard.steamcraft.world.SteamcraftOreGen.generateSurface(SteamcraftOreGen.java:113
at flaxbeard.steamcraft.world.SteamcraftOreGen.generate(SteamcraftOreGen.java:64
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280
at fastcraft.a.d.a(F:84
at fastcraft.Hooks.r(F:137
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 atomicstryker.battletowers.common.AS_WorldGenTower.getSurfaceBlockHeight(AS_WorldGenTower.java:514
at atomicstryker.battletowers.common.AS_WorldGenTower.getChosenTowerOrdinal(AS_WorldGenTower.java:65
at atomicstryker.battletowers.common.WorldGenHandler.attemptToSpawnTower(WorldGenHandler.java:142
at atomicstryker.battletowers.common.WorldGenHandler.generateSurface(WorldGenHandler.java:126
at atomicstryker.battletowers.common.WorldGenHandler.generate(WorldGenHandler.java:81
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280
at fastcraft.a.d.a(F:84
at fastcraft.Hooks.r(F:137
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055
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 biomesoplenty.common.world.WorldProviderSurfaceBOP.getTopBlockCoord(WorldProviderSurfaceBOP.java:41
at biomesoplenty.common.world.WorldProviderSurfaceBOP.func_76566_a(WorldProviderSurfaceBOP.java:14
at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:749
at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:715
at WorldServerOF.func_72963_a(WorldServerOF.java:80
at net.minecraft.world.World.<init>(World.java:260
at net.minecraft.world.WorldServer.<init>(WorldServer.java:97
at WorldServerOF.<init>(WorldServerOF.java:69
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:65
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:153
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.chunk.storage.ExtendedBlockStorage.func_150818_a(SourceFile:57
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:595
at net.minecraft.world.World.func_147465_d(World.java:451
at net.minecraft.world.gen.feature.WorldGenMinable.func_76484_a(WorldGenMinable.java:78
at flaxbeard.steamcraft.world.SteamcraftOreGen.generateSurface(SteamcraftOreGen.java:113
at flaxbeard.steamcraft.world.SteamcraftOreGen.generate(SteamcraftOreGen.java:64
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280
at fastcraft.a.d.a(F:84
at fastcraft.Hooks.r(F:137
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: (-164,51,80), Chunk: (at 12,3,0 in -11,5; contains blocks -176,0,80 to -161,255,95), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Stacktrace: at net.minecraft.world.World.func_147439_a(World.java:345
at atomicstryker.battletowers.common.AS_WorldGenTower.getSurfaceBlockHeight(AS_WorldGenTower.java:514
at atomicstryker.battletowers.common.AS_WorldGenTower.getChosenTowerOrdinal(AS_WorldGenTower.java:65
at atomicstryker.battletowers.common.WorldGenHandler.attemptToSpawnTower(WorldGenHandler.java:142
at atomicstryker.battletowers.common.WorldGenHandler.generateSurface(WorldGenHandler.java:126
at atomicstryker.battletowers.common.WorldGenHandler.generate(WorldGenHandler.java:81
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280
at fastcraft.a.d.a(F:84
at fastcraft.Hooks.r(F:137
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055
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: (-143,64,100), Chunk: (at 1,4,4 in -9,6; contains blocks -144,0,96 to -129,255,111), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Stacktrace: at net.minecraft.world.World.func_147439_a(World.java:345
at net.minecraft.world.World.func_147437_c(World.java:365
at biomesoplenty.common.world.WorldProviderSurfaceBOP.getTopBlockCoord(WorldProviderSurfaceBOP.java:41
at biomesoplenty.common.world.WorldProviderSurfaceBOP.func_76566_a(WorldProviderSurfaceBOP.java:14
at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:749
at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:715
at WorldServerOF.func_72963_a(WorldServerOF.java:80) -- Affected level -- Details: Level name: Finale Test All players: 0 total; [] Chunk stats: ServerChunkCache: 24 Drop: 0 Level seed: -1422765447115010155 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: creative (ID 1). Hardcore: false. Cheats: true Stacktrace: at net.minecraft.world.World.<init>(World.java:260
at net.minecraft.world.WorldServer.<init>(WorldServer.java:97
at WorldServerOF.<init>(WorldServerOF.java:69
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:65
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:153
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: Mac OS X (x86_64) version 10.10.5 Java Version: 1.8.0_60, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1063769976 bytes (1014 MB) / 2227453952 bytes (2124 MB) up to 4277534720 bytes (4079 MB) JVM Flags: 7 total; -XX:-OmitStackTraceInFastThrow -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xms256M -Xmx4096M -XX:MetaspaceSize=256M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_C1 184 mods loaded, 177 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCHIJAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar) UCHIJAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar) UCHIJAA AppleMilkCore{1.1.0} [AppleMilkCore] (minecraft.jar) UCHIJAA appliedenergistics2-core{rv3-alpha-13} [Applied Energistics 2 Core] (minecraft.jar) UCHIJAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) UCHIJAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) UCHIJAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar) UCHIJAA OpenComputers|Core{1.5.20.38} [OpenComputers (Core)] (minecraft.jar) UCHIJAA PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar) UCHIJAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) UCHIJAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) UCHIJAA <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar) UCHIJAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar) UCHIJAA ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar) UCHIJAA StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar) UCHIJAA DCsAppleMilk{1.7.10_2.8o} [Apple&Milk&Tea!] (AppleMilkTea2-1.7.10_2.8o.jar) UCHIJAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar) UCHIJAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) UCHIJAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) UCHIJAA Botania{r1.8-245} [Botania] (Botania r1.8-245.jar) UCHIJAA amtgen{1.4.2} [AMT Generators] (AMT_Generators-1.7.10-1.4.2.jar) UCHIJAA appliedenergistics2{rv3-alpha-13} [Applied Energistics 2] (appliedenergistics2-rv3-alpha-13.jar) UCHIJAA CoFHCore{1.7.10R3.1.0B1} [CoFH Core] (CoFHCore-[1.7.10]3.1.0B1-321.jar) UCHIJAA BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14.jar) UCHIJAA BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14.jar) UCHIJAA BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14.jar) UCHIJAA BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14.jar) UCHIJAA Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar) UCHIJAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar) UCHIJAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) UCHIJAA chisel{2.9.4.10} [Chisel] (Chisel-2.9.4.10.jar) UCHIJAA koresample{1.7.10-1.3.2} [Kore Sample] (KoreSample-1.7.10-1.3.2.jar) UCHIJAA StorageDrawers{1.7.10-1.7.5} [Storage Drawers] (StorageDrawers-1.7.10-1.7.5.jar) UCHIJAA dendrology{1.7.10-1.6.4} [Ancient Trees] (AncientTrees-1.7.10-1.6.4.jar) UCHIJAA aobdbb{1.0.6} [Another One Bites The Dust: Berry Bushes] (AOBDBB-1.0.6.jar) UCHIJAA DCsNEIPluginAMT{1.7.10_1.0a} [NEIPluginForAMT] (AppleMilkTea2-1.7.10_2.8o.jar) UCHIJAA aura{unspecified} [Aura Cascade] (AuraCascade-557.jar) UCHIJAA MineFactoryReloaded{1.7.10R2.8.1B1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) UCHIJAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1B1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) UCHIJAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) UCHIJAA Automagy{0.27} [Automagy] (Automagy-1.7.10-0.27.jar) UCHIJAA BattleTowers{1.5.1} [Battle Towers] (BattleTowers-1.7.10.jar) UCHIJAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar) UCHIJAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar) UCHIJAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.1a2.jar) UCHIJAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1396-universal.jar) UCHIJAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar) UCHIJAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar) UCHIJAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar) UCHIJAA ForbiddenMagic{1.7.10-0.572} [Forbidden Magic] (Forbidden Magic-1.7.10-0.572.jar) UCHIJAA ThermalFoundation{1.7.10R1.2.1} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.1-109.jar) UCHIJAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar) UCHIJAA ImmersiveEngineering{0.6.4} [Immersive Engineering] (ImmersiveEngineering-0.6.4.jar) UCHIJAA ThermalExpansion{1.7.10R4.1.0B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.0B1-234.jar) UCHIJAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar) UCHIJAA BloodArsenal{1.2-4} [Blood Arsenal] (BloodArsenal-1.7.10-1.2-4.jar) UCHIJAA qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.114-universal.jar) UCHIJAA bluepower{0.2.962} [Blue Power] (BluePower-1.7.10-0.2.962-universal.jar) UCHIJAA BrandonsCore{1.0.0.10} [Brandon's Core] (BrandonsCore-1.0.0.10-bugfix.jar) UCHIJAA BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14.jar) UCHIJAA BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14.jar) UCHIJAA BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14.jar) UCHIJAA Calculator{1.9.0} [Calculator] (Calculator-1.7.10-1.9.0.jar) UCHIJAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar) UCHIJAA chococraft{4.1.5} [Clienthax's ChocoCraft] (ChocoCraft-4.1.5.jar) UCHIJAA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.1d.jar) UCHIJAA clockworkphase{1.7.10_1.0f} [Clockwork Phase] (clockworkphase-1.7.10_1.0f.jar) UCHIJAA cookiecore{1.4.0} [Cookie Core] (CookieCore-1.7.10-1.4.0-11.jar) UCHIJAA ElecCore{1.4.176} [ElecCore] (ElecCore-1.7.10-1.4.176.jar) UCHIJAA deepresonance{1.1.3} [DeepResonance] (deepresonance-1.1.3.jar) UCHIJAA DraconicEvolution{1.0.2-snapshot_9} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2-Snapshot_9.jar) UCHIJAA DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V9b.jar) UCHIJAA DummyCore{2.0.1710.0.A} [DummyCore] (DummyCore-2.0.1710.0A.jar) UCHIJAA eirairc{2.9.396} [EiraIRC] (eirairc-mc1.7.10-2.9.396.jar) UCHIJAA RotaryCraft{1.0} [RotaryCraft] (RotaryCraft 1.7.10 V9b.jar) UCHIJAA ElectriCraft{1.0} [ElectriCraft] (ElectriCraft 1.7.10 V9b.jar) UCHIJAA endercore{1.7.10-0.2.0.31_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.31_beta.jar) UCHIJAA EnderIO{1.7.10-2.3.0.422_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.422_beta.jar) UCHIJAA EnhancedInventories{1.7.10-1.1.8} [Enhanced Inventories] (EnhancedInventories-1.7.10-1.1.8.jar) UCHIJAA etfuturum{1.5.2} [Et Futurum] (Et Futurum-1.5.2.jar) UCHIJAA extracells{2.3.5} [Extra Cells 2] (ExtraCells-1.7.10-2.3.5b171.jar) UCHIJAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar) UCHIJAA Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar) UCHIJAA TSteelworks{1.7.10-1.1.2} [Tinkers' Steelworks] (TSteelworks-1.7.10-1.1.2-19.jar) UCHIJAA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar) UCHIJAA factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.10-0.8.101.jar) UCHIJAA factorization.dimensionalSlice{0.8.101} [Factorization Dimensional Slices] (Factorization-1.7.10-0.8.101.jar) UCHIJAA factorization{0.8.101} [Factorization] (Factorization-1.7.10-0.8.101.jar) UCHIJAA factorization.misc{0.8.101} [Factorization Miscellaneous Nonsense] (Factorization-1.7.10-0.8.101.jar) UCHIJAA fz.scrap{0.8.101} [Scrap] (Factorization-1.7.10-0.8.101.jar) UCHIJAA factorization.truth{0.8.101} [Truth] (Factorization-1.7.10-0.8.101.jar) UCHIJAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar) UCHIJAA Steamcraft{0.28.12} [Flaxbeard's Steam Power] (Flaxbeard'sSteamPower-1.7.10-0.28.12.jar) UCHIJAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.406.jar) UCHIJAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.406.jar) UCHIJAA ganysend{1.11.2} [Gany's End] (Ganys End-1.11.2.jar) UCHIJAA ganysnether{1.8.1} [Gany's Nether] (Ganys Nether-1.8.1.jar) UCHIJAA ganyssurface{1.12.7} [Gany's Surface] (Ganys Surface-1.12.7.jar) UCHIJAA gwycraft{0.1.9a} [GwyCraft] (gwycraft-mc1710-0.1.9a.jar) UCHIJAA hexcraft{0.8.3} [HEXCraft] (HEXCraft-1.7.10-0.8.3.jar) UCHIJAA k4lib{1.7.10-0.1.55} [K4Lib] (k4lib-1.7.10-0.1.55-universal.jar) UCHIJAA HydCraft{1.7.10-2.1.242} [Hydraulicraft] (HydCraft-1.7.10-2.1.242-universal.jar) UCHIJAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar) UCHIJAA IGWMod{1.1.11-32} [In-Game wiki Mod] (IGW-Mod-1.7.10-1.1.11-32-universal.jar) UCHIJAA InfernalMobs{1.6.0} [Infernal Mobs] (InfernalMobs-1.7.10.jar) UCHIJAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar) UCHIJAA journeymap{5.1.3} [JourneyMap] (journeymap-1.7.10-5.1.3-unlimited.jar) UCHIJAA LogisticsPipes{0.9.3.70} [Logistics Pipes] (logisticspipes-0.9.3.70.jar) UCHIJAA lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJAA arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJAA demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJAA desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJAA forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJAA freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJAA infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJAA junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJAA mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJAA plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJAA saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJAA shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJAA swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar) UCHIJAA Magneticraft{0.6.0-beta2} [Magneticraft] (magneticraft-0.6.0-beta2.jar) UCHIJAA mo{0.4.0-RC4} [Matter Overdrive] (MatterOverdrive-1.7.10-0.4.0.jar) UCHIJAA RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar) UCHIJAA MCA{1.7.10-5.1.1.0} [Minecraft Comes Alive] (MCA-1.7.10-5.1.1.0-universal.jar) UCHIJAA Mekanism{8.1.7} [Mekanism] (Mekanism-1.7.10-8.1.7.252.jar) UCHIJAA MekanismGenerators{8.1.7} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.7.252.jar) UCHIJAA MekanismTools{8.1.7} [MekanismTools] (MekanismTools-1.7.10-8.1.7.252.jar) UCHIJAA metallurgychisel{1.0.0.11} [Metallurgy Chisel] (MetallurgyChisel-1.7.10-1.0.0.11.jar) UCHIJAA metallurgycm{0.1.0} [Metallurgy Classic Machines] (MetallurgyClassicMachines-1.7.10-1.0.3.75.jar) UCHIJAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1B1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) UCHIJAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1B1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) UCHIJAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1B1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) UCHIJAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1B1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) UCHIJAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1B1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) UCHIJAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1B1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) UCHIJAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1B1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) UCHIJAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1B1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) UCHIJAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1B1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) UCHIJAA Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar) UCHIJAA cfm{3.4.7} [�9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar) UCHIJAA NEIAddons{1.12.15.41} [NEI Addons] (neiaddons-1.12.15.41-mc1.7.10.jar) UCHIJAA NEIAddons|Developer{1.12.15.41} [NEI Addons: Developer Tools] (neiaddons-1.12.15.41-mc1.7.10.jar) UCHIJAA NEIAddons|AppEng{1.12.15.41} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.15.41-mc1.7.10.jar) UCHIJAA NEIAddons|Botany{1.12.15.41} [NEI Addons: Botany] (neiaddons-1.12.15.41-mc1.7.10.jar) UCHIJAA NEIAddons|Forestry{1.12.15.41} [NEI Addons: Forestry] (neiaddons-1.12.15.41-mc1.7.10.jar) UCHIJAA NEIAddons|CraftingTables{1.12.15.41} [NEI Addons: Crafting Tables] (neiaddons-1.12.15.41-mc1.7.10.jar) UCHIJAA NEIAddons|ExNihilo{1.12.15.41} [NEI Addons: Ex Nihilo] (neiaddons-1.12.15.41-mc1.7.10.jar) UCHIJAA neiintegration{1.1.0} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.0.jar) UCHIJAA NetherOres{1.7.10R2.3.1RC1} [Nether Ores] (NetherOres-[1.7.10]2.3.1RC1-19.jar) UCHIJAA OpenComputers{1.5.20.38} [OpenComputers] (OpenComputers-MC1.7.10-1.5.20.38-universal.jar) UCHIJAA PneumaticCraft{1.12.3-146} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.3-146-universal.jar) UCHIJAA ProjectE{1.7.10-PE1.9.4} [ProjectE] (ProjectE-1.7.10-PE1.9.4.jar) UCHIJAA quantumflux{1.7.10-1.3.2-b4} [QuantumFlux] (QuantumFlux-1.7.10-1.3.2-b4.jar) UCHIJAA quiverchevsky{b101c} [QuiverBow] (QuiverBow_1.7.10_b101d.zip) UCHIJAA ReactorCraft{1.0} [ReactorCraft] (ReactorCraft 1.7.10 V9b.jar) UCHIJAA RedstoneArsenal{1.7.10R1.1.1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1-89.jar) UCHIJAA RArm{1.7.10-1.2.0-41} [Redstone Armory] (RedstoneArmory-1.7.10-1.2.0-41.jar) UCHIJAA rftools{4.13} [RFTools] (rftools-4.13.jar) UCHIJAA Roguelike{1.3.6.3} [Roguelike Dungeons] (roguelike-1.7.10-1.3.6.3.jar) UCHIJAA runicdungeons{1.1.6a} [Runic Dungeons] (runicdungeons-1.1.6a.jar) UCHIJAA TaintedMagic{1.1.6.4} [Tainted Magic] (TaintedMagic-1.1.6.4.jar) UCHIJAA thaumicbases{1.3.1710.2} [Thaumic Bases] (ThaumicBases-1.3.1710.4.jar) UCHIJAA thaumicenergistics{0.9.0.0} [Thaumic Energistics] (thaumicenergistics-0.9.0.0.jar) UCHIJAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar) UCHIJAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar) UCHIJAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar) UCHIJAA TMechworks{0.2.14.100} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.14.100.jar) UCHIJAA totemic{1.7.10-0.6.0} [Totemic] (Totemic-1.7.10-0.6.0.jar) UCHIJAA VeinMiner{0.30.2_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.30.2.unknown.jar) UCHIJAA VeinMinerModSupport{0.30.2_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.30.2.unknown.jar) UCHIJAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar) UCHIJAA wawla{1.3.3} [What Are We Looking At] (Wawla-1.3.3-1.7.10.jar) UCHIJAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) UCHIJAA aobd{2.8.4} [Another One Bites The Dust] (AOBD-2.8.4.jar) UCHIJAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar) UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1B1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1B1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1B1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) UD MineFactoryReloaded|CompatForestry{1.7.10R2.8.1B1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) UD MineFactoryReloaded|CompatIC2{1.7.10R2.8.1B1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1B1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1B1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1B1-167.jar) AE2 Version: alpha rv3-alpha-13 for Forge 10.13.4.1448 CoFHCore: -[1.7.10]3.1.0B1-321 MineFactoryReloaded: -[1.7.10]2.8.1B1-167 Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine ThermalFoundation: -[1.7.10]1.2.1-109 ThermalExpansion: -[1.7.10]4.1.0B1-234 TConstruct Environment: Environment healthy. NetherOres: -[1.7.10]2.3.1RC1-19 RedstoneArsenal: -[1.7.10]1.1.1-89 ThermalDynamics: -[1.7.10]1.1.0-161 Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it. [DummyCore]: 'Special case ASM modification mods: ''Note, that this mods might not be involved in the crash in ANY WAY!''DummyCore just prints some known mods for a lot of ASM modifications''DummyCore''DragonAPI''CoFHCore''CoFHCore''CodeChickenCore' EnderIO: Found the following problem(s) with your installation: * Optifine is installed. This is NOT supported. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it. AE2 Integration: IC2:OFF, RotaryCraft:ON, RC:ON, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:ON, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:ON, PneumaticCraft:ON Profiler Position: N/A (disabled) Player Count: 0 / 8; [] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge'
Metadata
Metadata
Assignees
Labels
Status: DuplicateA duplicate of another issueA duplicate of another issue