The Meaning of Life, the Universe, and Everything.
Join Date:
12/23/2014
Posts:
104
Member Details
Crash report
Time: 12/30/14 1:36 PM
Description: Exception getting block type in world
java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.set(Unknown Source)
at net.minecraft.world.chunk.storage.RegionFile.<init>(RegionFile.java:77)
at net.minecraft.world.chunk.storage.RegionFileCache.func_76550_a(SourceFile:60)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.chunkExists(AnvilChunkLoader.java:71)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:117)
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 hostileworlds.ai.jobs.JobPathDigger.rayTraceBlocksInverted(JobPathDigger.java:800)
at hostileworlds.ai.jobs.JobPathDigger.tick(JobPathDigger.java:326)
at CoroUtil.componentAI.jobSystem.JobManager.tick(JobManager.java:64)
at CoroUtil.componentAI.AIAgent.updateAI(AIAgent.java:681)
at CoroUtil.componentAI.AIAgent.updateAITasks(AIAgent.java:388)
at hostileworlds.entity.EntityInvader.func_70619_bc(EntityInvader.java:73)
at hostileworlds.entity.monster.ZombieMiner.func_70619_bc(ZombieMiner.java:46)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1772)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:25)
at net.minecraft.entity.monster.EntityZombie.func_70636_d(EntityZombie.java:217)
at hostileworlds.entity.EntityInvader.func_70636_d(EntityInvader.java:203)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1609)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
at net.minecraft.entity.monster.EntityZombie.func_70071_h_(EntityZombie.java:303)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at WorldServerOF.func_72870_g(WorldServerOF.java:394)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
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 java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.set(Unknown Source)
at net.minecraft.world.chunk.storage.RegionFile.<init>(RegionFile.java:77)
at net.minecraft.world.chunk.storage.RegionFileCache.func_76550_a(SourceFile:60)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.chunkExists(AnvilChunkLoader.java:71)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:117)
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: (512,43,327), Chunk: (at 0,2,7 in 32,20; contains blocks 512,0,320 to 527,255,335), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511)
Stacktrace:
at net.minecraft.world.World.func_147439_a(World.java:345)
at hostileworlds.ai.jobs.JobPathDigger.rayTraceBlocksInverted(JobPathDigger.java:800)
at hostileworlds.ai.jobs.JobPathDigger.tick(JobPathDigger.java:326)
at CoroUtil.componentAI.jobSystem.JobManager.tick(JobManager.java:64)
at CoroUtil.componentAI.AIAgent.updateAI(AIAgent.java:681)
at CoroUtil.componentAI.AIAgent.updateAITasks(AIAgent.java:388)
at hostileworlds.entity.EntityInvader.func_70619_bc(EntityInvader.java:73)
at hostileworlds.entity.monster.ZombieMiner.func_70619_bc(ZombieMiner.java:46)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1772)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:25)
at net.minecraft.entity.monster.EntityZombie.func_70636_d(EntityZombie.java:217)
at hostileworlds.entity.EntityInvader.func_70636_d(EntityInvader.java:203)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1609)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
at net.minecraft.entity.monster.EntityZombie.func_70071_h_(EntityZombie.java:303)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at WorldServerOF.func_72870_g(WorldServerOF.java:394)
-- Entity being ticked --
Details:
Entity Type: HostileWorlds.InvaderZombieMiner (hostileworlds.entity.monster.ZombieMiner)
Entity ID: 22
Entity Name: entity.HostileWorlds.InvaderZombieMiner.name
Entity's Exact location: 199.82, 62.58, 14.15
Entity's Block location: World: (199,62,14), Chunk: (at 7,3,14 in 12,0; contains blocks 192,0,0 to 207,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.08, -0.22, -0.01
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: Challenge Pack V2
All players: 1 total; [EntityPlayerMP['Virtual Destroyer'/510, l='Challenge Pack V2', x=200.03, y=20.00, z=14.99]]
Chunk stats: ServerChunkCache: 640 Drop: 0
Level seed: -7327460174168969106
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (248,64,4), Chunk: (at 8,4,4 in 15,0; contains blocks 240,0,0 to 255,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 98537 game time, 104410 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 65359 (now: false), thunder time: 84479 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
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)
Anyways I think that means a block is out of bounds (id bigger than 4096, all block id's have to be less than 4096 and items don't matter and can be up to 10,000 but I don't know the limit, a major thing you need to know is that you CAN'T HAVE 2 OF THE SAME ID'S it dosen't matter if one is a block and the other is an item, they all have to have individual id's)
Took me a while making my modpack but here are my id's
450-487 Open Blocks Blocks
488-603 Pam Harvest Craft Blocks
604-608 Pressure Blocks
609-619 Project Red Blocks
620-629 Quarry Plus Blocks
630-636 Silent Gems Blocks
637-639 Sync Blocks
640-666 Thaumcraft Blockz
667-687 Thaumic Tinker Blocks
688-690 Thirst Mod Blocks
691-769 Tinkers Workshop Blocks
770-774 TMechworks Blocks
775-785 TSteelworks
786-812 Twilight Forest
813-823 Agriculture
824-828 Applied Energistics
829-859 AWWayofTime
860-875 Biblio Craft
876-888 Biblio Woods BoP
889 Chicken Chunks
890-962 Chisel
963-968 Computer Craft
969-1269 Divine RPG
1270 Ender Storage
1271-1272 Eplus
1273-1328 Food Plus
1329-1331 Forestry Extra
1332-1344 Gendustry
1345-1383 IC2
1384 Iron Chest
1385-1387 JABBA
1388-1392 Magic Bees
1393 More Furnaces
1394 Multipart
1395-1407 Big Reactors
1408-1479 Biomes O plenty
1480-1503 Buildcraft
1504-1525 Thermal Expansion
1526-1560 Forestry
1561 Redstone Arsenal
1562-1564 Extra Bees Machines
1565-1567 Extra Bees Main
1568-1579 Extra Trees
1580-1585 Gregtech Block Item id's
1586-1588 Hardcore Questing Mode
1589-1617 Mariculture
1618-1621 Nether Ores
1622-1654 Railcraft
1655-1659 Electri Craft
1660-1677 Reactor Craft
1678-1707 Rotary Craft
1708-1712 Pams harvest craft id fix
1713-1719 Divine RPG craft id fix
1720 Gendustry id fix
1721-1722 Forestry Extras
1723 Meteor Craft id fix
1730-1735 Flintlock Gunz
1736-1754 Divine RPG Fix id
1755-1785 Extra Utilities
1786 salt block Agriculture
1787
#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/
4097-4125 Open Blocks Items
4126-4655 Pam Harvest Craft Items
4656-4657 Pressure Items
4658-4693 Project Red Items
4694-4706 Project Red Multipart Items
7900-8047 Silent Gems Items
4855-4925 Thaumcraft Items
4926-4946 Thaumic Tinker Items
4947-4960 Thirst Mod Items
4961-5035 Tinkers Workshop Items
5036-5037 TMechworks Items
5038-5044 TSteelworks
5045-5129 Twilight Forest
5130-5131 Agriculture
5132-5144 Applied Energistics
5145 Minions Mod
5146-5232 AWWayofTime
5233-5250 Biblio Craft
5251-5255 Biblio Woods BoP
5256-5259 Chisel
5260-5264 Computer Craft
5265-5826 Divine RPG
5827 Ender Storage
5828 Finder Compass
5829-6099 Food Plus
6100-6151 Forestry Extra
6152-6176 Gendustry
6177-6396 IC2
6397-6405 Iron Chest
6406-6413 JABBA
6414-6437 Magic Bees
6438-6442 Multipart
6443-6458 Additional Buildcraft Objects
6459-6461 Big Reactors
6462-6503 Biomes O Plenty
6504 Enchiridoin
6505-6554 Buildcraft
6555-6576 Thermal Expansion
6577-6584 Redstone Arsenal
6585-6769 Forestry
6770 Binnie Core
6771-6789 Extra Bees Main
6790-6799 Extra Trees
6800-6920 Gregtech Block Item id's
6921-6923 Hardcore Questing Mode
6924-6998 Mariculture id's
6999-7072 Railcraft
7073-7078 Electri Craft
7079-7103 Reactor Craft
7104-7185 Rotary Craft
7186-7201 Forestry id fix
7222-7867 Flintlock Gunz
7900-8047 Silent Gems
8048-8065 Extra Utilities
8070 - Divine RPG Dravite Fragment
8071
Yea that's allot.
But I think the conflict is made by the mod Hostile Worlds and the zombie miner has a conflict or something.
Oh well do you two have the exact configs? How many mods?
And try deleting your JVM arguments and adding more RAM
-Xmx5G means that it's adding 5GB of RAM to the modpack and the other one is adding 2GB of space or something
I have 12GB of RAM so it's enough to use all that but you may have less.
Check how mutch RAM you have and if you have 2GB then you need more or else you can't run the modpack depending on how many mods it has.
Or else just try -Xmx1536m that's just 1.5GB of RAM or 1536 Megabytes if you have 3GB add 2GB or if you have 4GB add 3GB but don't add more than you have.
Just so you know
8 bits is a byte
1024 bytes is a Kilobyte
1024 Kilobytes is a Megabyte
1024 Megabytes is 1 Gigabyte
1024 Gigabytes is a Terrabyte
there is more but 1024 Terrabytes is just an overkill for a computer. Especially RAM
SON OF A BISCUIT DRIPPED IN SOY SAUCE
I accidently moved the snapshot on the text and it the page changed so now I have to type this again
So Make sure you have enough RAM allocated because you have 1GB and atleast 2GB is recomended for a modpack I have 5 because I made a HUGE one.
That's how I have mine and since I have 12GB of RAM I can allocate 5GB but it always has to be less than what you have like if you had 4GB of RAM add at most 3GB
And after looking for the problem I think it was this.
[quote]at net.minecraft.world.chunk.storage.RegionFile.<init>(RegionFile.java:77)
at net.minecraft.world.chunk.storage.RegionFileCache.func_76550_a(SourceFile:60)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.chunkExists(AnvilChunkLoader.java:71)
So back up your world (by copying and pasting it in a folder or somewhere) and then look for a folder called region in the world and delete it.
Then load the world and see if it works and if anything is missing.
java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=power, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]} as it does not exist in BlockState{block=minecraft:lit_redstone_ore, properties=[]}
at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:158)
at codechicken.nei.DefaultHighlightHandler.handleTextData(DefaultHighlightHandler.java:32)
at codechicken.nei.api.ItemInfo.getText(ItemInfo.java:498)
at codechicken.nei.HUDRenderer.renderOverlay(HUDRenderer.java:52)
at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:157)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_10_ClientHandler_tickEvent_RenderTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:348)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:158)
at codechicken.nei.DefaultHighlightHandler.handleTextData(DefaultHighlightHandler.java:32)
at codechicken.nei.api.ItemInfo.getText(ItemInfo.java:498)
at codechicken.nei.HUDRenderer.renderOverlay(HUDRenderer.java:52)
at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:157)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_10_ClientHandler_tickEvent_RenderTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 304286112 bytes (290 MB) / 655335424 bytes (624 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
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.10 FML v8.0.14.1282 Minecraft Forge 11.14.0.1282 Optifine OptiFine_1.8_HD_U_B6 11 mods loaded, 11 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{8.0.14.1282} [Forge Mod Loader] (forge-1.8-11.14.0.1282-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{11.14.0.1282} [Minecraft Forge] (forge-1.8-11.14.0.1282-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.5.34} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.5.82} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.82-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{2.0.1} [Backpack] (Backpacks-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
craft++{1.0} [Craft++] (Craft-Plus-Plus-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
examplemod{1.0} [Example Mod] (eyemod-EyeOS5.3-1.8.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eyemod{5.1} [EyeMod] (eyemod-EyeOS5.3-1.8.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IronChest{6.0.84.743} [Iron Chest] (Iron-Chests-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
lucky{5.2.0} [Lucky Block] (Lucky-Block-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.8
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 2000 GL version 3.1.0 - Build 9.17.10.3347, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [resources.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
My modpack is 1.6.4 and that's my only specialty (and I can't figure out some crashes) so I might get this wrong. But something is wrong with NEI or
Not Enough Items. Is it 1.8? because every mod has to be for the right version. All my mods are 1.6.4 and all your mods should be 1.8 since it's version 1.8, and the reason for that is because the change of code and stuff. That's why mods take a while to update since they have to rewrite stuffz.
As far as the first error goes, i think that's a corrupt chunk. It does list the entity (zombie miner) and the chunk that it's contained in. You need to go in with mcedit and remove either the entity or the whole chunk. As for 1.8, some of those mods are not for 1.8. Backpack version is for 1.8beta that was from like 2 years ago. That's not the same 1.8.0 as it is now. Craft++ has been pulled both from curse and from this site so whatever version you got, I wouldn't trust. Eyemod you've got in there twice, once written as example mod and once as eyemod but it's exact same file. There is a newer version of ironchests so you should update.
In other words this is a mess.
Here's a checked list of mods for 1.8: http://modlist.mcf.li/version/1.8
so stick to it. Planetminecraft stuff and independent author sites (like for eyemod) are also ok (though avoid duplicate mods). Also, expect issues as forge itself is in beta and so are most of these mods.
The Meaning of Life, the Universe, and Everything.
Join Date:
12/23/2014
Posts:
104
Member Details
how do you even use mc edit?(MC noob sry) and you say backpack mod is in 1.8 beta i think has nothing to do with the actual crash b/c last time i ran it it was completely fine. It's only after i went underground that it crashes every time i move. I also checked my mods folder and it only has eyemod once.Maybe i could just set it to peaceful and get rid of the "Zombie Miner thing"(cuz no idea what the fudge it is)
Did you...try to load your 1.7.10 world in 1.8 with a bunch of different mods? We are talking about different worlds here right?
For Mcedit, it's rather simple to use and comes with a bunch of commands. http://www.mcedit.net/about.html# One of which is ability to detect (and delete) entities and chunks. The exact location of the problematic one is already given you to you so you don't have to look around much:
Location: World: (512,43,327), Chunk: (at 0,2,7 in 32,20; contains blocks 512,0,320 to 527,255,335), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511)
I got it from this. Notice how files names look exactly the same? If this is supposed to be like this then never mind, but that does look very odd.
As for the rest, I don't really know where you got all your mods and can only assume based on file names. If you're sure it's current, then go with it. If you're unsure about what's crashing you while in your 1.8 world, you can start taking off mods one by one and see when you stop crashing. You don't have a lot of mods so this is a very viable strategy.
The Meaning of Life, the Universe, and Everything.
Join Date:
12/23/2014
Posts:
104
Member Details
I am 100 % sure that my world was a 1.8 world. I tried setting the world to peaceful and after like 2 minutes it started crashing again. I also don't have the invader zombie mod downloaded so i don't know how it got there. After it crashed, all the entities left are all peaceful mobs and i see no invader zombie entity
As far as i know, i think there's a corrupted chunk or something so if i delete it then i think it will be fixed. Not sure though. (I started minecraft about a month ago)
The Meaning of Life, the Universe, and Everything.
Join Date:
12/23/2014
Posts:
104
Member Details
I also deleted the 1.7.10 world so i don't know how the invader zombie got there. Cuz i am pretty sure entities could not transfer from world to world. I dunno, maybe the minecraft coding got messed up with my last modpack in 1.7.10
No no. The zombie entity is in the 1.7.10 world, not your 1.8 world. Just from your previous post, I had the impression you might have tried to load up your 1.7.10 world on 1.8 after it wouldn't start. Just had to check. All the mcedit stuff is for your 1.7.10.
In your 1.8 world, you're best off taking mods off one by one until you figure out which one is crashing as you only have like 5-6 mods. It's caused by NEI trying to display something but I don't know if it's the fault of NEI or whatever mod's item it's trying to display.
The Meaning of Life, the Universe, and Everything.
Join Date:
12/23/2014
Posts:
104
Member Details
It might possibly be NEI glitches i dunno, i am gonna take out mods 1 by 1 now but i don't think i should remove lucky blocks because that might cause me to crash because lucky blocks randomly generating and minecraft doesn't have a block of that id
java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=power, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]} as it does not exist in BlockState{block=minecraft:lit_redstone_ore, properties=[]}
at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:158)
at codechicken.nei.DefaultHighlightHandler.handleTextData(DefaultHighlightHandler.java:32)
at codechicken.nei.api.ItemInfo.getText(ItemInfo.java:498)
at codechicken.nei.HUDRenderer.renderOverlay(HUDRenderer.java:52)
at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:157)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_9_ClientHandler_tickEvent_RenderTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:348)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:158)
at codechicken.nei.DefaultHighlightHandler.handleTextData(DefaultHighlightHandler.java:32)
at codechicken.nei.api.ItemInfo.getText(ItemInfo.java:498)
at codechicken.nei.HUDRenderer.renderOverlay(HUDRenderer.java:52)
at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:157)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_9_ClientHandler_tickEvent_RenderTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 317876760 bytes (303 MB) / 689520640 bytes (657 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
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.10 FML v8.0.14.1282 Minecraft Forge 11.14.0.1282 Optifine OptiFine_1.8_HD_U_B6 9 mods loaded, 9 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{8.0.14.1282} [Forge Mod Loader] (forge-1.8-11.14.0.1282-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{11.14.0.1282} [Minecraft Forge] (forge-1.8-11.14.0.1282-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.5.34} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.5.82} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.82-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
examplemod{1.0} [Example Mod] (eyemod-EyeOS5.3-1.8.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eyemod{5.1} [EyeMod] (eyemod-EyeOS5.3-1.8.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IronChest{6.0.84.743} [Iron Chest] (Iron-Chests-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
lucky{5.2.0} [Lucky Block] (Lucky-Block-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.8
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 2000 GL version 3.1.0 - Build 9.17.10.3347, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [faithful32pack.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Now that's new, 20 mins of playing started crashing again
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Time: 12/30/14 1:36 PM
Description: Exception getting block type in world
java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.set(Unknown Source)
at net.minecraft.world.chunk.storage.RegionFile.<init>(RegionFile.java:77)
at net.minecraft.world.chunk.storage.RegionFileCache.func_76550_a(SourceFile:60)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.chunkExists(AnvilChunkLoader.java:71)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:117)
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 hostileworlds.ai.jobs.JobPathDigger.rayTraceBlocksInverted(JobPathDigger.java:800)
at hostileworlds.ai.jobs.JobPathDigger.tick(JobPathDigger.java:326)
at CoroUtil.componentAI.jobSystem.JobManager.tick(JobManager.java:64)
at CoroUtil.componentAI.AIAgent.updateAI(AIAgent.java:681)
at CoroUtil.componentAI.AIAgent.updateAITasks(AIAgent.java:388)
at hostileworlds.entity.EntityInvader.func_70619_bc(EntityInvader.java:73)
at hostileworlds.entity.monster.ZombieMiner.func_70619_bc(ZombieMiner.java:46)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1772)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:25)
at net.minecraft.entity.monster.EntityZombie.func_70636_d(EntityZombie.java:217)
at hostileworlds.entity.EntityInvader.func_70636_d(EntityInvader.java:203)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1609)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
at net.minecraft.entity.monster.EntityZombie.func_70071_h_(EntityZombie.java:303)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at WorldServerOF.func_72870_g(WorldServerOF.java:394)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
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 java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.set(Unknown Source)
at net.minecraft.world.chunk.storage.RegionFile.<init>(RegionFile.java:77)
at net.minecraft.world.chunk.storage.RegionFileCache.func_76550_a(SourceFile:60)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.chunkExists(AnvilChunkLoader.java:71)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:117)
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: (512,43,327), Chunk: (at 0,2,7 in 32,20; contains blocks 512,0,320 to 527,255,335), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511)
Stacktrace:
at net.minecraft.world.World.func_147439_a(World.java:345)
at hostileworlds.ai.jobs.JobPathDigger.rayTraceBlocksInverted(JobPathDigger.java:800)
at hostileworlds.ai.jobs.JobPathDigger.tick(JobPathDigger.java:326)
at CoroUtil.componentAI.jobSystem.JobManager.tick(JobManager.java:64)
at CoroUtil.componentAI.AIAgent.updateAI(AIAgent.java:681)
at CoroUtil.componentAI.AIAgent.updateAITasks(AIAgent.java:388)
at hostileworlds.entity.EntityInvader.func_70619_bc(EntityInvader.java:73)
at hostileworlds.entity.monster.ZombieMiner.func_70619_bc(ZombieMiner.java:46)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1772)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:25)
at net.minecraft.entity.monster.EntityZombie.func_70636_d(EntityZombie.java:217)
at hostileworlds.entity.EntityInvader.func_70636_d(EntityInvader.java:203)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1609)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30)
at net.minecraft.entity.monster.EntityZombie.func_70071_h_(EntityZombie.java:303)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at WorldServerOF.func_72870_g(WorldServerOF.java:394)
-- Entity being ticked --
Details:
Entity Type: HostileWorlds.InvaderZombieMiner (hostileworlds.entity.monster.ZombieMiner)
Entity ID: 22
Entity Name: entity.HostileWorlds.InvaderZombieMiner.name
Entity's Exact location: 199.82, 62.58, 14.15
Entity's Block location: World: (199,62,14), Chunk: (at 7,3,14 in 12,0; contains blocks 192,0,0 to 207,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.08, -0.22, -0.01
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: Challenge Pack V2
All players: 1 total; [EntityPlayerMP['Virtual Destroyer'/510, l='Challenge Pack V2', x=200.03, y=20.00, z=14.99]]
Chunk stats: ServerChunkCache: 640 Drop: 0
Level seed: -7327460174168969106
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (248,64,4), Chunk: (at 8,4,4 in 15,0; contains blocks 240,0,0 to 255,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 98537 game time, 104410 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 65359 (now: false), thunder time: 84479 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
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 7 (amd64) version 6.1
Java Version: 1.7.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 325502056 bytes (310 MB) / 708644864 bytes (675 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: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 Optifine OptiFine_1.7.10_HD_U_A4 89 mods loaded, 89 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
accore{1.2.0} [AbyssalCraft Core] (AbyssalCraft-1.7.10-1.7.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PlayerAPI{1.1} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
malisiscore{1.7.10-0.9.7} [Malisis Core] (malisiscore-1.7.10-0.9.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FamiliarsAPI{1.7.10} [Familiars API] (FamiliarsAPI-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FLabsBF{4.1.2} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
bspkrsCore{6.14} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Treecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
abyssalcraft{1.7.6} [AbyssalCraft] (AbyssalCraft-1.7.10-1.7.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
atum{0.6} [Atum] (Atum-1.7.10-0.6.30.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0(2).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BackTools{4.0.0} [BackTools] (BackTools-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BattleTowers{1.4.9} [Battle Towers] (BattleTowers-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
betterstorage{0.10.3.115} [BetterStorage] (BetterStorage-1.7.10-0.10.3.115.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
blocklings{1.2.0} [Blocklings] (Blocklings-v1.2.0-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
kegare.caveworld{1.6.0} [Caveworld] (Caveworld_1.7.10-v1.6.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildMod{v1.0} [Build Mod] (CoroUtil-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoroAI{v1.0} [CoroAI] (CoroUtil-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtendedRenderer{v1.0} [Extended Renderer] (CoroUtil-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ConfigMod{v1.0} [Extended Mod Config] (CoroUtil-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
props{1.11} [Decocraft] (Decocraft-v1.11_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights{1.3.5} [Dynamic Lights] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_dropItems{1.0.7} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_mobEquipment{1.0.5} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_floodLights{1.0.1} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eplus{1.7.10-3.0.1} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
carystanley_extremefarming{1.0} [Extreme Farming] (extremefarming_mod-1.7.2-v1.3(1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
extvil{1.7.10-2.0} [Extended_Villages] (extvil-1.7.10-2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DefaultMobPack{1.7.10} [DefaultMobPack] (FamiliarsDefaultMobPack-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtendedFamPack{1.7.10} [ExtendedFamPack] (FamiliarsExtendedFamPack-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HerobrineFamPack{1.7.10} [HerobrineFamPack] (FamiliarsHerobrineFamPack-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
farlanders{1.2b} [The Farlanders] (farlanders-1.7.10-v1.2b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
F2L{1.7.10b} [Flesh2Leather] (Flesh2Lether [1.7.10b].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
planetguy_Gizmos{3.0} [Gizmos] (Gizmos-3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Hats{4.0.1} [Hats] (Hats-4.0.1(1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
headcrumbs{1.2.6} [Headcrumbs] (Headcrumbs-1.2.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HostileWorlds{0.5.0} [Hostile Worlds] (HostileWorlds-0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
InfernalMobs{1.5.7} [Infernal Mobs] (InfernalMobs-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ItFellFromTheSky{4.0.0} [ItFellFromTheSky] (ItFellFromTheSky-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ani_koto{v1.6} [Kingdoms of the Overworld Mod] (Kingdoms of the Overworld-1.7.10-1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
lycanitesmobs{1.10.3.0 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.10.3.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
arcticmobs{1.10.3.0 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.10.3.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
demonmobs{1.10.3.0 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.10.3.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
desertmobs{1.10.3.0 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.10.3.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
forestmobs{1.10.3.0 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.10.3.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
freshwatermobs{1.10.3.0 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.10.3.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
infernomobs{1.10.3.0 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.10.3.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
junglemobs{1.10.3.0 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.10.3.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mountainmobs{1.10.3.0 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.10.3.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
plainsmobs{1.10.3.0 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.10.3.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
saltwatermobs{1.10.3.0 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.10.3.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
shadowmobs{1.10.3.0 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.10.3.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
swampmobs{1.10.3.0 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.10.3.0 [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
more{4.0} [M-Ore mod] (M-Ore 4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
malisisdoors{1.7.10-1.1.4} [Malisis' Doors] (malisisdoors-1.7.10-1.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MobAmputation{4.0.0} [MobAmputation] (MobAmputation-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MobDismemberment{4.0.0} [MobDismemberment] (MobDismemberment-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
modularpots{1.7.10.14} [Modular Flower Pots] (ModularPots-1.7.10.14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
cfm{3.3.5} [ยง6MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.3.5(1.7.10).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
pandorasbox{2.0.1} [Pandora's Box] (PandorasBox-2.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ParticleMan{v1.0} [Particle Man] (ParticleMan-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
gibby_pun{1.5} [The Ultimate Pun Mod!] (PunMod 1.7.10-1.5.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
rivalrebels{1.7.10A} [Rival Rebels] (rivalrebels-1.7.10A.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AS_Ruins{13.8} [Ruins Spawning System] (Ruins-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SpecialMobs{3.0.2} [Special Mobs] (SpecialMobs-1.7.10-3.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
telepads{1.6.4 v5} [Teleportation Pads] (Telepads-1.7.2_1.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Torched{4.0.0} [Torched] (Torched-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2(1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AS_UpdateCheck{1.1.6} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
weather2{v2.3.6} [weather2] (Weather-2.3.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
nolpfij_wildycraft{1.5.10} [Wildycraft] (wildycraft-1.7.2-1.5.10(1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
voxelmap{1.7.10} [VoxelMap No Radar] (Zans-MinimapNoRadar-Mod-1.7.10(1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
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['Virtual Destroyer'/510, l='Challenge Pack V2', x=200.03, y=20.00, z=14.99]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Put your LONG text here.
it's annoying when people don't use it but make sure to use it next time. (the red circle next to the block quote with a ! )
Anyways
modlist?
and are the mods the right version?
Did you fix the id conflicts?
Anyways I think that means a block is out of bounds (id bigger than 4096, all block id's have to be less than 4096 and items don't matter and can be up to 10,000 but I don't know the limit, a major thing you need to know is that you CAN'T HAVE 2 OF THE SAME ID'S it dosen't matter if one is a block and the other is an item, they all have to have individual id's)
Took me a while making my modpack but here are my id's
450-487 Open Blocks Blocks
488-603 Pam Harvest Craft Blocks
604-608 Pressure Blocks
609-619 Project Red Blocks
620-629 Quarry Plus Blocks
630-636 Silent Gems Blocks
637-639 Sync Blocks
640-666 Thaumcraft Blockz
667-687 Thaumic Tinker Blocks
688-690 Thirst Mod Blocks
691-769 Tinkers Workshop Blocks
770-774 TMechworks Blocks
775-785 TSteelworks
786-812 Twilight Forest
813-823 Agriculture
824-828 Applied Energistics
829-859 AWWayofTime
860-875 Biblio Craft
876-888 Biblio Woods BoP
889 Chicken Chunks
890-962 Chisel
963-968 Computer Craft
969-1269 Divine RPG
1270 Ender Storage
1271-1272 Eplus
1273-1328 Food Plus
1329-1331 Forestry Extra
1332-1344 Gendustry
1345-1383 IC2
1384 Iron Chest
1385-1387 JABBA
1388-1392 Magic Bees
1393 More Furnaces
1394 Multipart
1395-1407 Big Reactors
1408-1479 Biomes O plenty
1480-1503 Buildcraft
1504-1525 Thermal Expansion
1526-1560 Forestry
1561 Redstone Arsenal
1562-1564 Extra Bees Machines
1565-1567 Extra Bees Main
1568-1579 Extra Trees
1580-1585 Gregtech Block Item id's
1586-1588 Hardcore Questing Mode
1589-1617 Mariculture
1618-1621 Nether Ores
1622-1654 Railcraft
1655-1659 Electri Craft
1660-1677 Reactor Craft
1678-1707 Rotary Craft
1708-1712 Pams harvest craft id fix
1713-1719 Divine RPG craft id fix
1720 Gendustry id fix
1721-1722 Forestry Extras
1723 Meteor Craft id fix
1730-1735 Flintlock Gunz
1736-1754 Divine RPG Fix id
1755-1785 Extra Utilities
1786 salt block Agriculture
1787
#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/
4097-4125 Open Blocks Items
4126-4655 Pam Harvest Craft Items
4656-4657 Pressure Items
4658-4693 Project Red Items
4694-4706 Project Red Multipart Items
7900-8047 Silent Gems Items
4855-4925 Thaumcraft Items
4926-4946 Thaumic Tinker Items
4947-4960 Thirst Mod Items
4961-5035 Tinkers Workshop Items
5036-5037 TMechworks Items
5038-5044 TSteelworks
5045-5129 Twilight Forest
5130-5131 Agriculture
5132-5144 Applied Energistics
5145 Minions Mod
5146-5232 AWWayofTime
5233-5250 Biblio Craft
5251-5255 Biblio Woods BoP
5256-5259 Chisel
5260-5264 Computer Craft
5265-5826 Divine RPG
5827 Ender Storage
5828 Finder Compass
5829-6099 Food Plus
6100-6151 Forestry Extra
6152-6176 Gendustry
6177-6396 IC2
6397-6405 Iron Chest
6406-6413 JABBA
6414-6437 Magic Bees
6438-6442 Multipart
6443-6458 Additional Buildcraft Objects
6459-6461 Big Reactors
6462-6503 Biomes O Plenty
6504 Enchiridoin
6505-6554 Buildcraft
6555-6576 Thermal Expansion
6577-6584 Redstone Arsenal
6585-6769 Forestry
6770 Binnie Core
6771-6789 Extra Bees Main
6790-6799 Extra Trees
6800-6920 Gregtech Block Item id's
6921-6923 Hardcore Questing Mode
6924-6998 Mariculture id's
6999-7072 Railcraft
7073-7078 Electri Craft
7079-7103 Reactor Craft
7104-7185 Rotary Craft
7186-7201 Forestry id fix
7222-7867 Flintlock Gunz
7900-8047 Silent Gems
8048-8065 Extra Utilities
8070 - Divine RPG Dravite Fragment
8071
But I think the conflict is made by the mod Hostile Worlds and the zombie miner has a conflict or something.
Try running the modpack without it.
How many mods?
And try deleting your JVM arguments and adding more RAM
-Xmx5G means that it's adding 5GB of RAM to the modpack and the other one is adding 2GB of space or something
I have 12GB of RAM so it's enough to use all that but you may have less.
Check how mutch RAM you have and if you have 2GB then you need more or else you can't run the modpack depending on how many mods it has.
Or else just try -Xmx1536m that's just 1.5GB of RAM or 1536 Megabytes if you have 3GB add 2GB or if you have 4GB add 3GB but don't add more than you have.
Just so you know
8 bits is a byte
1024 bytes is a Kilobyte
1024 Kilobytes is a Megabyte
1024 Megabytes is 1 Gigabyte
1024 Gigabytes is a Terrabyte
there is more but 1024 Terrabytes is just an overkill for a computer. Especially RAM
I accidently moved the snapshot on the text and it the page changed so now I have to type this again
So Make sure you have enough RAM allocated because you have 1GB and atleast 2GB is recomended for a modpack I have 5 because I made a HUGE one.
That's how I have mine and since I have 12GB of RAM I can allocate 5GB but it always has to be less than what you have like if you had 4GB of RAM add at most 3GB
And after looking for the problem I think it was this.
[quote]at net.minecraft.world.chunk.storage.RegionFile.<init>(RegionFile.java:77)
at net.minecraft.world.chunk.storage.RegionFileCache.func_76550_a(SourceFile:60)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.chunkExists(AnvilChunkLoader.java:71)
So back up your world (by copying and pasting it in a folder or somewhere) and then look for a folder called region in the world and delete it.
Then load the world and see if it works and if anything is missing.
Minecraft Version: 1.8
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 197705032 bytes (188 MB) / 501219328 bytes (478 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.14.1282 Minecraft Forge 11.14.0.1282 Optifine OptiFine_1.8_HD_U_B6 12 mods loaded, 12 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{8.0.14.1282} [Forge Mod Loader] (forge-1.8-11.14.0.1282-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{11.14.0.1282} [Minecraft Forge] (forge-1.8-11.14.0.1282-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{1.0.5.34} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.0.5.82} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.82-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{2.0.1} [Backpack] (Backpacks-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
craft++{1.0} [Craft++] (Craft-Plus-Plus-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
examplemod{1.0} [examplemod] (Eyemod-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
eyemod{2.0} [EyeMod] (Eyemod-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.59-dev-158-a0e498e} [Inventory Tweaks] (Inventory-Tweaks-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Errored
IronChest{6.0.84.743} [Iron Chest] (Iron-Chests-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
lucky{5.2.0} [Lucky Block] (Lucky-Block-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
It's just more info to help solve the crash or just to let you know if you are missing memory or mod conflicts...
Time: 1/15/15 7:15 PM
Description: Unexpected error
java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=power, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]} as it does not exist in BlockState{block=minecraft:lit_redstone_ore, properties=[]}
at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:158)
at codechicken.nei.DefaultHighlightHandler.handleTextData(DefaultHighlightHandler.java:32)
at codechicken.nei.api.ItemInfo.getText(ItemInfo.java:498)
at codechicken.nei.HUDRenderer.renderOverlay(HUDRenderer.java:52)
at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:157)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_10_ClientHandler_tickEvent_RenderTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:348)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:158)
at codechicken.nei.DefaultHighlightHandler.handleTextData(DefaultHighlightHandler.java:32)
at codechicken.nei.api.ItemInfo.getText(ItemInfo.java:498)
at codechicken.nei.HUDRenderer.renderOverlay(HUDRenderer.java:52)
at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:157)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_10_ClientHandler_tickEvent_RenderTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Virtual Destroyer'/205, l='MpServer', x=-1119.65, y=11.00, z=-33.44]]
Chunk stats: MultiplayerChunkCache: 441, 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: -168.00,64.00,252.00 - World: (-168,64,252), Chunk: (at 8,4,12 in -11,15; contains blocks -176,0,240 to -161,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 726913 game time, 742660 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 86 total; [EntitySkeleton['Skeleton'/275, l='MpServer', x=-1042.50, y=82.00, z=-86.50], EntitySkeleton['Skeleton'/274, l='MpServer', x=-1049.38, y=17.00, z=-87.09], EntityZombie['Zombie'/273, l='MpServer', x=-1048.50, y=17.00, z=-88.50], EntityBat['Bat'/272, l='MpServer', x=-1191.06, y=21.47, z=-43.50], EntityCreeper['Creeper'/279, l='MpServer', x=-1185.66, y=67.02, z=-70.47], EntityCreeper['Creeper'/278, l='MpServer', x=-1121.50, y=52.00, z=44.00], EntityZombie['Zombie'/277, l='MpServer', x=-1108.50, y=76.00, z=43.50], EntityPig['Pig'/276, l='MpServer', x=-1041.22, y=90.00, z=7.06], EntityZombie['Zombie'/283, l='MpServer', x=-1140.16, y=64.00, z=45.03], EntityZombie['Zombie'/282, l='MpServer', x=-1143.50, y=63.00, z=39.50], EntitySkeleton['Skeleton'/287, l='MpServer', x=-1183.50, y=66.00, z=30.50], EntityCreeper['Creeper'/286, l='MpServer', x=-1180.97, y=66.00, z=30.34], EntitySkeleton['Skeleton'/285, l='MpServer', x=-1181.88, y=18.00, z=23.47], EntityBat['Bat'/284, l='MpServer', x=-1188.28, y=27.75, z=-15.69], EntitySkeleton['Skeleton'/258, l='MpServer', x=-1134.50, y=14.00, z=-103.50], EntitySkeleton['Skeleton'/259, l='MpServer', x=-1134.72, y=14.00, z=-101.31], EntityBat['Bat'/256, l='MpServer', x=-1080.56, y=43.56, z=15.88], EntityCreeper['Creeper'/257, l='MpServer', x=-1175.38, y=19.00, z=-28.56], EntityZombie['Zombie'/262, l='MpServer', x=-1042.50, y=81.00, z=-56.50], EntityCreeper['Creeper'/263, l='MpServer', x=-1178.59, y=30.00, z=-12.09], EntityCreeper['Creeper'/260, l='MpServer', x=-1102.91, y=86.00, z=-98.91], EntitySkeleton['Skeleton'/261, l='MpServer', x=-1100.50, y=86.00, z=-109.50], EntitySkeleton['Skeleton'/266, l='MpServer', x=-1050.44, y=84.00, z=-10.28], EntityCreeper['Creeper'/267, l='MpServer', x=-1078.50, y=50.00, z=28.50], EntitySkeleton['Skeleton'/264, l='MpServer', x=-1048.50, y=84.00, z=-11.50], EntitySkeleton['Skeleton'/270, l='MpServer', x=-1157.50, y=65.00, z=31.50], EntityBat['Bat'/271, l='MpServer', x=-1192.97, y=18.19, z=-34.81], EntityCreeper['Creeper'/268, l='MpServer', x=-1080.50, y=50.00, z=28.50], EntityCreeper['Creeper'/269, l='MpServer', x=-1088.44, y=71.00, z=19.97], EntityBat['Bat'/305, l='MpServer', x=-1197.44, y=19.25, z=25.28], EntityCreeper['Creeper'/304, l='MpServer', x=-1176.50, y=42.00, z=43.50], EntitySkeleton['Skeleton'/306, l='MpServer', x=-1197.50, y=60.00, z=25.50], EntityCreeper['Creeper'/288, l='MpServer', x=-1053.50, y=92.00, z=28.50], EntitySkeleton['Skeleton'/289, l='MpServer', x=-1047.31, y=90.00, z=19.25], EntityCreeper['Creeper'/290, l='MpServer', x=-1159.91, y=66.00, z=39.41], EntityZombie['Zombie'/295, l='MpServer', x=-1068.50, y=72.00, z=45.50], EntityPlayerSP['Virtual Destroyer'/205, l='MpServer', x=-1119.65, y=11.00, z=-33.44], EntitySpider['Spider'/220, l='MpServer', x=-1145.50, y=63.00, z=-24.50], EntitySkeleton['Skeleton'/221, l='MpServer', x=-1149.19, y=65.00, z=-58.53], EntityZombie['Zombie'/222, l='MpServer', x=-1130.41, y=61.22, z=-76.09], EntityPig['Pig'/223, l='MpServer', x=-1094.59, y=82.00, z=-77.50], EntityPig['Pig'/216, l='MpServer', x=-1106.88, y=84.00, z=-5.16], EntitySkeleton['Skeleton'/217, l='MpServer', x=-1137.00, y=22.00, z=-20.16], EntitySkeleton['Skeleton'/218, l='MpServer', x=-1138.88, y=20.00, z=-21.44], EntityZombie['Zombie'/219, l='MpServer', x=-1148.50, y=53.00, z=-25.50], EntityPig['Pig'/212, l='MpServer', x=-1066.56, y=87.07, z=-49.59], EntityPig['Pig'/213, l='MpServer', x=-1079.13, y=87.00, z=-34.28], EntityBat['Bat'/332, l='MpServer', x=-1197.97, y=62.09, z=29.78], EntityPig['Pig'/214, l='MpServer', x=-1076.44, y=85.00, z=-47.53], EntityPig['Pig'/215, l='MpServer', x=-1091.16, y=85.00, z=-48.00], EntityItem['item.tile.stone.granite'/208, l='MpServer', x=-1135.16, y=19.00, z=-57.88], EntityPig['Pig'/209, l='MpServer', x=-1099.63, y=82.00, z=-62.06], EntityCreeper['Creeper'/210, l='MpServer', x=-1106.04, y=81.00, z=-21.53], EntityPig['Pig'/211, l='MpServer', x=-1098.06, y=81.00, z=-30.56], EntitySkeleton['Skeleton'/239, l='MpServer', x=-1132.16, y=12.00, z=-95.97], EntityPig['Pig'/238, l='MpServer', x=-1111.91, y=87.00, z=14.13], EntitySkeleton['Skeleton'/237, l='MpServer', x=-1065.50, y=85.00, z=-44.50], EntityPig['Pig'/236, l='MpServer', x=-1069.75, y=84.00, z=-43.22], EntityPig['Pig'/235, l='MpServer', x=-1085.13, y=82.00, z=-67.56], EntityPig['Pig'/234, l='MpServer', x=-1086.56, y=83.00, z=-66.78], EntitySkeleton['Skeleton'/233, l='MpServer', x=-1148.44, y=63.00, z=-76.84], EntityRabbit['Rabbit'/232, l='MpServer', x=-1136.94, y=63.00, z=-76.53], EntityPig['Pig'/231, l='MpServer', x=-1098.81, y=86.00, z=-2.97], EntityPig['Pig'/230, l='MpServer', x=-1078.06, y=82.00, z=-20.06], EntitySpider['Spider'/229, l='MpServer', x=-1076.56, y=29.00, z=-16.88], EntityPig['Pig'/228, l='MpServer', x=-1087.16, y=84.00, z=-57.81], EntityPig['Pig'/227, l='MpServer', x=-1073.47, y=80.00, z=-59.66], EntityPig['Pig'/226, l='MpServer', x=-1084.47, y=84.00, z=-54.38], EntityPig['Pig'/225, l='MpServer', x=-1102.34, y=82.00, z=-72.16], EntityPig['Pig'/224, l='MpServer', x=-1091.56, y=80.00, z=-75.66], EntityCreeper['Creeper'/254, l='MpServer', x=-1086.31, y=80.00, z=-94.06], EntityCreeper['Creeper'/255, l='MpServer', x=-1069.22, y=81.00, z=-11.34], EntityPig['Pig'/252, l='MpServer', x=-1086.38, y=79.00, z=-83.41], EntitySpider['Spider'/253, l='MpServer', x=-1080.81, y=79.00, z=-78.41], EntityItem['item.item.leather'/250, l='MpServer', x=-1145.16, y=32.00, z=-93.13], EntityRabbit['Rabbit'/251, l='MpServer', x=-1136.25, y=63.00, z=-81.72], EntityPig['Pig'/248, l='MpServer', x=-1100.06, y=87.00, z=3.81], EntityRabbit['Rabbit'/249, l='MpServer', x=-1153.03, y=63.00, z=-77.72], EntityPig['Pig'/246, l='MpServer', x=-1068.88, y=85.00, z=-30.50], EntitySpider['Spider'/247, l='MpServer', x=-1096.16, y=88.00, z=1.50], EntitySpider['Spider'/244, l='MpServer', x=-1062.28, y=84.00, z=-55.09], EntityCreeper['Creeper'/245, l='MpServer', x=-1063.31, y=42.19, z=-24.44], EntityPig['Pig'/242, l='MpServer', x=-1088.31, y=79.00, z=-87.78], EntityPig['Pig'/243, l='MpServer', x=-1068.91, y=86.00, z=-52.59], EntityCreeper['Creeper'/240, l='MpServer', x=-1133.50, y=62.24, z=-87.15], EntityZombie['Zombie'/241, l='MpServer', x=-1121.00, y=81.00, z=-95.44]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:399)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2489)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:374)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 304286112 bytes (290 MB) / 655335424 bytes (624 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
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.10 FML v8.0.14.1282 Minecraft Forge 11.14.0.1282 Optifine OptiFine_1.8_HD_U_B6 11 mods loaded, 11 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{8.0.14.1282} [Forge Mod Loader] (forge-1.8-11.14.0.1282-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{11.14.0.1282} [Minecraft Forge] (forge-1.8-11.14.0.1282-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.5.34} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.5.82} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.82-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{2.0.1} [Backpack] (Backpacks-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
craft++{1.0} [Craft++] (Craft-Plus-Plus-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
examplemod{1.0} [Example Mod] (eyemod-EyeOS5.3-1.8.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eyemod{5.1} [EyeMod] (eyemod-EyeOS5.3-1.8.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IronChest{6.0.84.743} [Iron Chest] (Iron-Chests-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
lucky{5.2.0} [Lucky Block] (Lucky-Block-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.8
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 2000 GL version 3.1.0 - Build 9.17.10.3347, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [resources.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Not Enough Items. Is it 1.8? because every mod has to be for the right version. All my mods are 1.6.4 and all your mods should be 1.8 since it's version 1.8, and the reason for that is because the change of code and stuff. That's why mods take a while to update since they have to rewrite stuffz.
In other words this is a mess.
Here's a checked list of mods for 1.8:
http://modlist.mcf.li/version/1.8
so stick to it. Planetminecraft stuff and independent author sites (like for eyemod) are also ok (though avoid duplicate mods). Also, expect issues as forge itself is in beta and so are most of these mods.
For Mcedit, it's rather simple to use and comes with a bunch of commands. http://www.mcedit.net/about.html# One of which is ability to detect (and delete) entities and chunks. The exact location of the problematic one is already given you to you so you don't have to look around much:
and the entity that's being ticked:
As for duplicate mods, here:
I got it from this. Notice how files names look exactly the same? If this is supposed to be like this then never mind, but that does look very odd.
As for the rest, I don't really know where you got all your mods and can only assume based on file names. If you're sure it's current, then go with it. If you're unsure about what's crashing you while in your 1.8 world, you can start taking off mods one by one and see when you stop crashing. You don't have a lot of mods so this is a very viable strategy.
As far as i know, i think there's a corrupted chunk or something so if i delete it then i think it will be fixed. Not sure though. (I started minecraft about a month ago)
In your 1.8 world, you're best off taking mods off one by one until you figure out which one is crashing as you only have like 5-6 mods. It's caused by NEI trying to display something but I don't know if it's the fault of NEI or whatever mod's item it's trying to display.
Time: 1/17/15 3:01 PM
Description: Unexpected error
java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=power, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]} as it does not exist in BlockState{block=minecraft:lit_redstone_ore, properties=[]}
at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:158)
at codechicken.nei.DefaultHighlightHandler.handleTextData(DefaultHighlightHandler.java:32)
at codechicken.nei.api.ItemInfo.getText(ItemInfo.java:498)
at codechicken.nei.HUDRenderer.renderOverlay(HUDRenderer.java:52)
at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:157)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_9_ClientHandler_tickEvent_RenderTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:348)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:158)
at codechicken.nei.DefaultHighlightHandler.handleTextData(DefaultHighlightHandler.java:32)
at codechicken.nei.api.ItemInfo.getText(ItemInfo.java:498)
at codechicken.nei.HUDRenderer.renderOverlay(HUDRenderer.java:52)
at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:157)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_9_ClientHandler_tickEvent_RenderTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Virtual Destroyer'/205, l='MpServer', x=-1169.72, y=11.00, z=-32.72]]
Chunk stats: MultiplayerChunkCache: 440, 440
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: -168.00,64.00,252.00 - World: (-168,64,252), Chunk: (at 8,4,12 in -11,15; contains blocks -176,0,240 to -161,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 731226 game time, 746973 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 33 total; [EntityBat['Bat'/79029, l='MpServer', x=-1131.49, y=13.04, z=-99.21], EntityBat['Bat'/79031, l='MpServer', x=-1131.41, y=13.41, z=-99.44], EntityBat['Bat'/79032, l='MpServer', x=-1130.80, y=13.11, z=-98.80], EntityBat['Bat'/60558, l='MpServer', x=-1232.41, y=34.91, z=-91.41], EntityBat['Bat'/60557, l='MpServer', x=-1233.94, y=34.00, z=-91.09], EntityPlayerSP['Virtual Destroyer'/205, l='MpServer', x=-1169.72, y=11.00, z=-32.72], EntitySquid['Squid'/25775, l='MpServer', x=-1217.16, y=59.94, z=-73.50], EntityBat['Bat'/29968, l='MpServer', x=-1227.25, y=15.00, z=-69.50], EntityPig['Pig'/206, l='MpServer', x=-1091.16, y=85.00, z=-48.00], EntityPig['Pig'/220, l='MpServer', x=-1103.66, y=85.00, z=-7.91], EntitySquid['Squid'/87683, l='MpServer', x=-1144.50, y=57.13, z=20.47], EntityBat['Bat'/85687, l='MpServer', x=-1238.75, y=14.97, z=-51.34], EntitySquid['Squid'/87685, l='MpServer', x=-1143.63, y=61.97, z=-14.41], EntityPig['Pig'/219, l='MpServer', x=-1098.81, y=86.00, z=-2.97], EntitySquid['Squid'/87686, l='MpServer', x=-1142.25, y=61.56, z=-9.38], EntityBat['Bat'/39763, l='MpServer', x=-1187.47, y=18.05, z=18.20], EntityPig['Pig'/214, l='MpServer', x=-1101.94, y=83.00, z=-75.91], EntityPig['Pig'/215, l='MpServer', x=-1094.59, y=82.00, z=-77.50], EntityBat['Bat'/72752, l='MpServer', x=-1170.42, y=26.45, z=30.54], EntityBat['Bat'/74407, l='MpServer', x=-1172.39, y=40.04, z=-64.34], EntityPig['Pig'/208, l='MpServer', x=-1099.63, y=82.00, z=-62.06], EntityPig['Pig'/209, l='MpServer', x=-1098.06, y=81.00, z=-30.56], EntityBat['Bat'/56480, l='MpServer', x=-1233.44, y=11.00, z=-103.34], EntityCow['Cow'/372, l='MpServer', x=-1234.25, y=64.00, z=47.25], EntitySquid['Squid'/65519, l='MpServer', x=-1147.47, y=61.00, z=10.69], EntityPig['Pig'/234, l='MpServer', x=-1114.19, y=87.00, z=17.94], EntityRabbit['Rabbit'/231, l='MpServer', x=-1136.25, y=63.00, z=-81.72], EntityRabbit['Rabbit'/229, l='MpServer', x=-1153.03, y=63.00, z=-77.72], EntityPig['Pig'/228, l='MpServer', x=-1100.06, y=87.00, z=3.84], EntityRabbit['Rabbit'/224, l='MpServer', x=-1133.69, y=63.00, z=-83.19], EntityBat['Bat'/74376, l='MpServer', x=-1152.00, y=40.00, z=46.50], EntitySquid['Squid'/16745, l='MpServer', x=-1222.31, y=61.69, z=-84.59], EntitySquid['Squid'/65520, l='MpServer', x=-1139.44, y=62.00, z=14.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:399)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2489)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:374)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 317876760 bytes (303 MB) / 689520640 bytes (657 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
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP v9.10 FML v8.0.14.1282 Minecraft Forge 11.14.0.1282 Optifine OptiFine_1.8_HD_U_B6 9 mods loaded, 9 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{8.0.14.1282} [Forge Mod Loader] (forge-1.8-11.14.0.1282-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{11.14.0.1282} [Minecraft Forge] (forge-1.8-11.14.0.1282-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.5.34} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.5.82} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.82-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
examplemod{1.0} [Example Mod] (eyemod-EyeOS5.3-1.8.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eyemod{5.1} [EyeMod] (eyemod-EyeOS5.3-1.8.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IronChest{6.0.84.743} [Iron Chest] (Iron-Chests-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
lucky{5.2.0} [Lucky Block] (Lucky-Block-Mod-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.8
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 2000 GL version 3.1.0 - Build 9.17.10.3347, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [faithful32pack.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)