• 0

    posted a message on Sudden crash 3 hours into game

    Edit: So after thinking it over a little bit I read through it again bit by bit and found the issue. I believe this issue is caused when looking at "lit up" redstone ore while using NEI tool tip. The part I used to find it is now highlighted simply because my dyslexia makes reading through these things a pain and my future self will probably need help troubleshooting again.




    Okay, so computers are hardly my strength and I was attempting to put some mods on my game. I managed to resolve an fps issue by deleting the minions mod but now I have this new crash that will appear as soon as I open the saved world. It happened randomly after a few hours of playing and I was hoping someone here might be able to tell me how to fix it. The report is as follows:

    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    CCLCorePlugin (CodeChickenLib-1.8-1.1.2.115-universal.jar)
    FMLPlugin (InventoryTweaks-1.59-176 (1).jar)
    NEICorePlugin (NotEnoughItems-1.8-1.0.5.82-universal (1).jar)
    CCCDeobfPlugin (unknown)
    CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.34-universal.jar)
    Contact their authors BEFORE contacting forge

    // There are four lights!

    Time: 8/11/15 6:23 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_36_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_36_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['JaranMarcel'/241, l='MpServer', x=-139.20, y=3.00, z=356.20]]
    Chunk stats: MultiplayerChunkCache: 50, 50
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: -144.00,64.00,256.00 - World: (-144,64,256), Chunk: (at 0,4,0 in -9,16; contains blocks -144,0,256 to -129,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 262442 game time, 317396 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: 9 total; [EntityZombie['Zombie'/146, l='MpServer', x=-112.50, y=16.00, z=326.50], EntityCow['Cow'/83, l='MpServer', x=-184.41, y=69.00, z=396.97], EntityPlayerSP['JaranMarcel'/241, l='MpServer', x=-139.20, y=3.00, z=356.20], EntityCow['Cow'/84, l='MpServer', x=-187.13, y=68.00, z=394.16], EntityCow['Cow'/85, l='MpServer', x=-187.97, y=71.00, z=403.84], EntitySkeleton['Skeleton'/154, l='MpServer', x=-111.50, y=16.00, z=325.50], EntityZombie['Zombie'/157, l='MpServer', x=-82.56, y=63.00, z=391.16], EntitySkeleton['Skeleton'/158, l='MpServer', x=-81.50, y=63.00, z=391.50], EntityZombie['Zombie'/126, l='MpServer', x=-129.91, y=19.00, z=306.69]]
    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 7 (amd64) version 6.1
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 181210888 bytes (172 MB) / 478851072 bytes (456 MB) up to 4281597952 bytes (4083 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1450 Optifine OptiFine_1.8_HD_U_D5 25 mods loaded, 25 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.1450.jar)
    UCHIJAAAA Forge{11.14.3.1450} [Minecraft Forge] (forge-1.8-11.14.3.1450.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 (1).jar)
    UCHIJAAAA ChickenShed{1.1.4} [Chicken Shed] ([1.8] ChickenShed (v1.2.0).jar)
    UCHIJAAAA bspkrsCore{7.01} [bspkrsCore] ([1.8]bspkrsCore-universal-7.01.jar)
    UCHIJAAAA FloatingRuins{1.8.r01} [FloatingRuins] ([1.8]FloatingRuins-universal-1.8.r01 (1).jar)
    UCHIJAAAA Treecapitator{1.8} [Treecapitator] ([1.8]Treecapitator-universal-2.0.5 (1).jar)
    UCHIJAAAA AutoSapling{1.0} [AutoSapling] (AutoSap-MC1.8-1.2.jar)
    UCHIJAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.8.x (2).jar)
    UCHIJAAAA kegare.bedrocklayer{1.0.9} [BedrockLayer] (BedrockLayer_1.8-v1.0.9.jar)
    UCHIJAAAA clayworldgen{v1.0.0} [ClayWorldGen] (Clay WorldGen v1.0.0 1.8.jar)
    UCHIJAAAA DungeonPack{1.8} [DungeonPack] (dungeonpack-1.8 (1).jar)
    UCHIJAAAA eplus{3.1.0a1} [Enchanting Plus] (EnchantingPlus-1.8-3.1.0a1.jar)
    UCHIJAAAA inventorytweaks{1.59-176-9318a76-dirty} [Inventory Tweaks] (InventoryTweaks-1.59-176 (1).jar)
    UCHIJAAAA RadixCore{2.0.3-1.8} [RadixCore] (RadixCore-2.0.3-1.8-universal.jar)
    UCHIJAAAA MCA{5.0.6.1-1.8} [Minecraft Comes Alive] (MCA-5.0.6.2-1.8-universal (1).jar)
    UCHIJAAAA MemoryCleaner{1.0} [Memory Cleaner] (MemoryCleaner-1.4-mc.1.8 (1).jar)
    UCHIJAAAA overworld-quartz{1.0.0} [Overworld Quartz] (OverworldQuartz-1.0.0-1.8-universal.jar)
    UCHIJAAAA PetBat{1.4.0} [Pet Bat] (PetBat-1.8 (1).jar)
    UCHIJAAAA AS_Ruins{15.2} [Ruins Spawning System] (Ruins-1.8.jar)
    UCHIJAAAA wuppy29_slimedungeon{1.6.5} [Slime Dungeons] (Slime Dungeon 1.8.0-1.6.5 (1).jar)
    UCHIJAAAA AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.8.jar)
    UCHIJAAAA XaeroMinimap{1.5.8} [Xaero's Minimap] (xaeros_minimap_v1.5.8_1.8_Forge (1).jar)
    Loaded coremods (and transformers):
    CCLCorePlugin (CodeChickenLib-1.8-1.1.2.115-universal.jar)
    codechicken.lib.asm.ClassHeirachyManager
    codechicken.lib.asm.RenderHookTransformer
    FMLPlugin (InventoryTweaks-1.59-176 (1).jar)
    invtweaks.forge.asm.ContainerTransformer
    NEICorePlugin (NotEnoughItems-1.8-1.0.5.82-universal (1).jar)
    codechicken.nei.asm.NEITransformer
    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
    GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 9.17.10.2932' Renderer: 'Intel(R) HD Graphics 4000'
    Launched Version: 1.8-Forge11.14.3.1450
    LWJGL: 2.9.1
    OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 9.17.10.2932, 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: 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)

    Posted in: Java Edition Support
  • 0

    posted a message on Thaumcraft 6.1.BETA26 [no longer being developed]
    I have found an interesting problem... the book says that I can create a thaumatorium now, however no such item exists in my game. I am on the latest version. Do I have to uninstall then reinstall to try to get it again and if so is there any way to do so without loosing my research?
    Posted in: Minecraft Mods
  • 0

    posted a message on Thaumcraft 6.1.BETA26 [no longer being developed]
    I have made my base in a magic forset biome and I have yet to see a pech. Is there some way to encourage them to spawn?
    Posted in: Minecraft Mods
  • 0

    posted a message on [Jul.08] Rei's Minimap v3.4_01
    I prefer this over Zan's Map. The heads make it look cluttered and I prefer the simple layout for my single player mode. If you like Zan's map better, go play with his map. Rei's map has a few glitches when used with the 1.7.2 version, such as the minimap not showing up except when you sleep. The 'M' map interface works just fine however, so I am content to wait with what I have until they update to the current version. Keep up the good work Rei.
    Posted in: Minecraft Mods
  • 0

    posted a message on DaftPVF's Mods (Treecapitator, CrystalWing, StartingInv, FloatingRuins)
    For some reason it keeps crashing. it does not appear to have a config file to delete either.

    Edit: oops the core did not take. that explains a lot... I have it working now!
    Posted in: Minecraft Mods
  • 0

    posted a message on Mod bound itself over the attack command
    Quote from -Tom-

    You should uninstall that mod. (It would help if you told us what mod it is)


    This is what I ended up doing and it was ichun's hat mod

    Quote from joefoggie

    What mod? I can see if you can remap the key.


    it was the hat mod. How do you remap a key? (sorry new to this)

    Quote from Puredarkness

    You'd need to edit the mod's code if there is no option changing ability, but first look in the options.txt file. There may be a thing that allows you to change it from the options file.


    I looked in the options.txt file and there was no way to change it in there.

    Quote from Epic_Awesome1

    Have you tried to go into the Controls menu and changing the keybind?


    That was the first thing I tried and sadly it was not in there.

    Thank you all for responding. I ended up deleting it as it was not a very important mod to begin with.
    Posted in: Java Edition Support
  • 0

    posted a message on Mod bound itself over the attack command
    I am new to minecraft and I do not know how to fix this. Somehow one of my mods has bound itself over the button one attack key and I cannot attack or do anything without the interface of that particular mod coming up. I have tried delete the .options folder but it comes right back with this same problem. Can anyone help solve this.
    Posted in: Java Edition Support
  • 0

    posted a message on [1.5.2] AMCO: About 150 of the best mods all working together
    okay I fixed the first issue I posted about.Next issue is that I cannot open minecraft with the .bat files I can open it normally but it runs super slow. Also what mod is it that starts you off with a creative mod inventory? I would like to shut that one off...
    Posted in: Minecraft Mods
  • To post a comment, please .