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_17_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:381)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1057)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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_17_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)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.34-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
NEICorePlugin (NotEnoughItems-1.8-1.0.5.82-universal.jar)
codechicken.nei.asm.NEITransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '3.3.0' Renderer: 'GeForce GT 220/PCIe/SSE2'
Launched Version: 1.8-Forge11.14.3.1480
LWJGL: 2.9.1
OpenGL: GeForce GT 220/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
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: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
EDIT: I just saw that you had it lol, I comletely missed it.
It looks to me like Vein Miner is trying to load something that doesn't exist in a certain state, and then NEI can't load it in its item list either. Try removing vein miner and that should fix it.
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_11_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:381)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1057)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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_11_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['JawlessPython'/596988, l='MpServer', x=-222.43, y=10.61, z=253.37]]
Chunk stats: MultiplayerChunkCache: 10, 10
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: -232.00,64.00,248.00 - World: (-232,64,248), Chunk: (at 8,4,8 in -15,15; contains blocks -240,0,240 to -225,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 75742 game time, 127087 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: 3 total; [EntityHorse['Horse'/596939, l='MpServer', x=-207.78, y=67.00, z=251.22], EntitySkeleton['Skeleton'/596938, l='MpServer', x=-206.31, y=36.00, z=250.69], EntityPlayerSP['JawlessPython'/596988, l='MpServer', x=-222.43, y=10.61, z=253.37]]
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:407)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2502)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.34-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
NEICorePlugin (NotEnoughItems-1.8-1.0.5.82-universal.jar)
codechicken.nei.asm.NEITransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '3.3.0' Renderer: 'GeForce GT 220/PCIe/SSE2'
Launched Version: 1.8-Forge11.14.3.1480
LWJGL: 2.9.1
OpenGL: GeForce GT 220/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
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: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Ohhhh then thats the problem. Its trying to load a block that doesn't exist in any of those mods. If you opened that world with a mod you arn't using now, then that is most likely the problem.
My Minecraft crashes when i log in to my world. here is the crash report
i have installed NEI and Veinminer
---- Minecraft Crash Report ----
WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.115-universal.jar)
CCCDeobfPlugin (unknown)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.34-universal.jar)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.82-universal.jar)
Contact their authors BEFORE contacting forge
// Don't be sad, have a hug! <3
Time: 11/15/15 8:06 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_17_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:381)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1057)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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_17_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['JawlessPython'/270, l='MpServer', x=-222.43, y=11.00, z=253.37]]
Chunk stats: MultiplayerChunkCache: 70, 70
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: -232.00,64.00,248.00 - World: (-232,64,248), Chunk: (at 8,4,8 in -15,15; contains blocks -240,0,240 to -225,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 75712 game time, 127057 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: 53 total; [EntitySkeleton['Skeleton'/256, l='MpServer', x=-144.50, y=13.00, z=306.50], EntityCreeper['Creeper'/136, l='MpServer', x=-266.50, y=26.00, z=209.50], EntitySkeleton['Skeleton'/137, l='MpServer', x=-269.50, y=40.00, z=225.50], EntityHorse['Horse'/138, l='MpServer', x=-257.75, y=68.00, z=235.59], EntityHorse['Horse'/139, l='MpServer', x=-268.22, y=67.00, z=246.78], EntityHorse['Horse'/140, l='MpServer', x=-268.31, y=66.00, z=265.28], EntityHorse['Horse'/141, l='MpServer', x=-256.09, y=69.00, z=282.22], EntityHorse['Horse'/142, l='MpServer', x=-268.38, y=66.25, z=294.19], EntityPlayerSP['JawlessPython'/270, l='MpServer', x=-222.43, y=11.00, z=253.37], EntityZombie['Zombie'/164, l='MpServer', x=-248.13, y=26.00, z=236.63], EntityCreeper['Creeper'/165, l='MpServer', x=-252.03, y=27.00, z=235.41], EntityCreeper['Creeper'/166, l='MpServer', x=-244.50, y=27.00, z=238.50], EntityCreeper['Creeper'/167, l='MpServer', x=-254.50, y=34.00, z=300.50], EntityCow['Cow'/179, l='MpServer', x=-240.00, y=69.00, z=193.00], EntityCow['Cow'/180, l='MpServer', x=-235.50, y=69.00, z=196.50], EntityHorse['Horse'/181, l='MpServer', x=-235.03, y=67.00, z=243.03], EntityHorse['Horse'/182, l='MpServer', x=-235.50, y=72.00, z=303.06], EntityBat['Bat'/183, l='MpServer', x=-237.63, y=34.56, z=318.50], EntityCreeper['Creeper'/197, l='MpServer', x=-217.50, y=28.00, z=193.50], EntityCreeper['Creeper'/198, l='MpServer', x=-209.91, y=23.00, z=201.22], EntitySkeleton['Skeleton'/199, l='MpServer', x=-225.16, y=38.00, z=218.50], EntityCow['Cow'/200, l='MpServer', x=-221.22, y=72.00, z=216.28], EntitySkeleton['Skeleton'/201, l='MpServer', x=-206.81, y=36.00, z=252.25], EntityHorse['Horse'/202, l='MpServer', x=-217.19, y=70.00, z=270.00], EntityVillager['Villager'/203, l='MpServer', x=-212.44, y=74.00, z=301.19], EntityVillager['Villager'/204, l='MpServer', x=-215.63, y=74.00, z=302.00], EntityVillager['Villager'/205, l='MpServer', x=-219.44, y=74.00, z=303.16], EntitySkeleton['Skeleton'/206, l='MpServer', x=-218.44, y=12.00, z=318.56], EntityBat['Bat'/219, l='MpServer', x=-197.66, y=10.03, z=196.13], EntityBat['Bat'/220, l='MpServer', x=-199.78, y=34.10, z=205.25], EntitySkeleton['Skeleton'/221, l='MpServer', x=-206.50, y=34.00, z=205.50], EntityHorse['Horse'/222, l='MpServer', x=-207.78, y=67.00, z=251.22], EntityHorse['Horse'/223, l='MpServer', x=-203.75, y=68.00, z=259.25], EntityHorse['Horse'/224, l='MpServer', x=-200.19, y=69.00, z=265.88], EntityHorse['Horse'/225, l='MpServer', x=-204.31, y=68.34, z=275.34], EntityHorse['Horse'/226, l='MpServer', x=-196.00, y=71.00, z=279.94], EntitySkeleton['Skeleton'/238, l='MpServer', x=-187.50, y=20.00, z=227.50], EntitySquid['Squid'/239, l='MpServer', x=-183.59, y=60.02, z=257.32], EntityHorse['Horse'/240, l='MpServer', x=-186.00, y=63.00, z=259.34], EntityHorse['Horse'/241, l='MpServer', x=-178.28, y=65.00, z=272.44], EntityCow['Cow'/242, l='MpServer', x=-185.59, y=68.00, z=274.28], EntityRabbit['Rabbit'/243, l='MpServer', x=-182.91, y=69.00, z=292.06], EntityHorse['Horse'/244, l='MpServer', x=-190.69, y=70.00, z=288.00], EntitySquid['Squid'/246, l='MpServer', x=-173.54, y=61.13, z=221.45], EntitySquid['Squid'/247, l='MpServer', x=-175.36, y=59.41, z=224.14], EntitySquid['Squid'/248, l='MpServer', x=-174.80, y=57.84, z=227.41], EntityBat['Bat'/249, l='MpServer', x=-170.59, y=19.81, z=264.50], EntityBat['Bat'/250, l='MpServer', x=-162.25, y=25.47, z=278.25], EntityCreeper['Creeper'/251, l='MpServer', x=-162.50, y=37.00, z=307.50], EntityCreeper['Creeper'/252, l='MpServer', x=-164.50, y=37.00, z=309.50], EntityZombie['Zombie'/253, l='MpServer', x=-159.66, y=19.00, z=275.34], EntityZombie['Zombie'/254, l='MpServer', x=-159.50, y=23.00, z=279.50], EntityHorse['Horse'/255, l='MpServer', x=-152.03, y=64.00, z=276.09]]
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:351)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2502)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 141182288 bytes (134 MB) / 509575168 bytes (485 MB) up to 3207856128 bytes (3059 MB)
JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Xmx3072m
IntCache: cache: 5, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1480 7 mods loaded, 7 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1480.jar)
UCHIJAAAA Forge{11.14.3.1480} [Minecraft Forge] (forge-1.8-11.14.3.1480.jar)
UCHIJAAAA CodeChickenCore{1.0.5.34} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.82} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.82-universal.jar)
UCHIJAAAA VeinMiner{0.30.0_build.unknown} [Vein Miner] (VeinMiner-1.8_0.30.0.unknown.jar)
UCHIJAAAA VeinMinerModSupport{0.30.0_build.unknown} [Mod Support] (VeinMiner-1.8_0.30.0.unknown.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.115-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
CCCDeobfPlugin (unknown)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.34-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
NEICorePlugin (NotEnoughItems-1.8-1.0.5.82-universal.jar)
codechicken.nei.asm.NEITransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '3.3.0' Renderer: 'GeForce GT 220/PCIe/SSE2'
Launched Version: 1.8-Forge11.14.3.1480
LWJGL: 2.9.1
OpenGL: GeForce GT 220/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
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: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
wazzup.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumNEI requires Code Chicken Core to work. Do you have it in your mods folder?
If not, download it here.
EDIT: I just saw that you had it lol, I comletely missed it.
It looks to me like Vein Miner is trying to load something that doesn't exist in a certain state, and then NEI can't load it in its item list either. Try removing vein miner and that should fix it.
Hey guys, CircuitLord here! Be sure to check out my Adventure Redefined Music Pack for Minecraft!
Veinminer is a mod to save time. its like the tree feller mod but works on all items. anyways i will try it
wazzup.
It did not work. this is what i got. (it only does that problem on one specific world, not any other one)
---- Minecraft Crash Report ----

WARNING: coremods are present:
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.115-universal.jar)
CCCDeobfPlugin (unknown)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.34-universal.jar)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.82-universal.jar)
Contact their authors BEFORE contacting forge
// I let you down. Sorry
Time: 11/15/15 10:11 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_11_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:381)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1057)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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_11_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['JawlessPython'/596988, l='MpServer', x=-222.43, y=10.61, z=253.37]]
Chunk stats: MultiplayerChunkCache: 10, 10
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: -232.00,64.00,248.00 - World: (-232,64,248), Chunk: (at 8,4,8 in -15,15; contains blocks -240,0,240 to -225,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 75742 game time, 127087 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: 3 total; [EntityHorse['Horse'/596939, l='MpServer', x=-207.78, y=67.00, z=251.22], EntitySkeleton['Skeleton'/596938, l='MpServer', x=-206.31, y=36.00, z=250.69], EntityPlayerSP['JawlessPython'/596988, l='MpServer', x=-222.43, y=10.61, z=253.37]]
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:407)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2502)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 280002808 bytes (267 MB) / 715935744 bytes (682 MB) up to 3207856128 bytes (3059 MB)
JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Xmx3072m
IntCache: cache: 5, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1480 Optifine OptiFine_1.8_HD_U_F8 5 mods loaded, 5 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAAAAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1480.jar)
UCHIJAAAAAAAAA Forge{11.14.3.1480} [Minecraft Forge] (forge-1.8-11.14.3.1480.jar)
UCHIJAAAAAAAAA CodeChickenCore{1.0.5.34} [CodeChicken Core] (minecraft.jar)
UCHIJAAAAAAAAA NotEnoughItems{1.0.5.82} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.82-universal.jar)
Loaded coremods (and transformers):
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.115-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
CCCDeobfPlugin (unknown)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.34-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
NEICorePlugin (NotEnoughItems-1.8-1.0.5.82-universal.jar)
codechicken.nei.asm.NEITransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '3.3.0' Renderer: 'GeForce GT 220/PCIe/SSE2'
Launched Version: 1.8-Forge11.14.3.1480
LWJGL: 2.9.1
OpenGL: GeForce GT 220/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
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: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
wazzup.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumOhhhh then thats the problem. Its trying to load a block that doesn't exist in any of those mods. If you opened that world with a mod you arn't using now, then that is most likely the problem.
Hey guys, CircuitLord here! Be sure to check out my Adventure Redefined Music Pack for Minecraft!