• 0

    posted a message on Crash Reports 101
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_55, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 165943872 bytes (158 MB) / 574103552 bytes (547 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: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.25.1190 Minecraft Forge 10.13.0.1190 11 mods loaded, 11 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    FML{7.10.25.1190} [Forge Mod Loader] (forge-1.7.10-10.13.0.1190.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Forge{10.13.0.1190} [Minecraft Forge] (forge-1.7.10-10.13.0.1190.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    bspkrsCore{6.14} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ArmorStatusHUD{1.27} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.27.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    DirectionHUD{1.23} [DirectionHUD] ([1.7.10]DirectionHUD-client-1.23.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    StatusEffectHUD{1.26} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.26.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
    ---- Minecraft Crash Report ----
    // I bet Cylons wouldn't have this problem.

    Time: 8/13/14 8:33 PM
    Description: There was a severe problem during mod loading that has caused the game to fail

    cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraft.client.AnvilConverterException.A()Lnet/minecraft/client/AnvilConverterException;
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:695)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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:134)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.NoSuchMethodError: net.minecraft.client.AnvilConverterException.A()Lnet/minecraft/client/AnvilConverterException;
    at com.thevoxelbox.voxelmap.VoxelMap.<init>(VoxelMap.java:42)
    at com.thevoxelbox.voxelmap.ClientProxy.postInit(ClientProxy.java:15)
    at com.thevoxelbox.voxelmap.VoxelMapMod.postInit(VoxelMapMod.java:37)
    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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
    ... 10 more


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_55, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 165943872 bytes (158 MB) / 574103552 bytes (547 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: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.25.1190 Minecraft Forge 10.13.0.1190 11 mods loaded, 11 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    FML{7.10.25.1190} [Forge Mod Loader] (forge-1.7.10-10.13.0.1190.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Forge{10.13.0.1190} [Minecraft Forge] (forge-1.7.10-10.13.0.1190.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    bspkrsCore{6.14} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    ArmorStatusHUD{1.27} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.27.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    DirectionHUD{1.23} [DirectionHUD] ([1.7.10]DirectionHUD-client-1.23.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    StatusEffectHUD{1.26} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.26.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
    Posted in: Java Edition Support
  • 0

    posted a message on More Copy an Paste options
    OK so i am trying to write stories in books but i doesnt seem to work

    i do to Ctrl+C and then Ctrl+V but i doesn't work.

    i do these commands in and in chat an it works, but when i do it for books it doesn't work.

    so i go to my word document Ctrl+C and go to minecraft, open a book and quill, and do Ctrl+V an nothing.

    Please add this to minecraft or if anyone knows anything that will help me that would to great
    Posted in: Suggestions
  • 0

    posted a message on Make. A Zombie Villager By Yourself
    If you eat rotten flesh you get two abilities

    slowness and zombie

    when having zombie and kill a villager it turns into a zombie villager
    Posted in: Suggestions
  • 0

    posted a message on I will make a mod for you
    Quote from warthog1942
    Yes I do now if it is a bit big then all you have to do is mention me for the idea and other than that you can assume all rights and ownership to my mod if you think it's a good deal

    Skype me
    it is themegabenjiman
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on I will make a mod for you
    Quote from japirate777
    my new Idea!

    Techworld

    you can make a morpher and turn in to a cyborg, alien, etc.

    also it adds new ores to electrify furnaces making them go faster and at random times aliens can come and abduct you and you must defeat all the aliens there to escape

    there all ready is a morph mod
    an that seems way out of my league
    sorry for any inconvenience
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on Little Blocks Mod [2.2.2.1] Creation contest! [770KDLs]
    i like it
    Posted in: Minecraft Mods
  • 0

    posted a message on I will make a mod for you
    Quote from TheMegaBenjiman

    Does does this mean who have the textures done

    Pm me the models
    i am not an artIst
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on I will make a mod for you
    Quote from warthog1942


    Does does this mean who have the textures done
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on I will make a mod for you
    Quote from slimedog5d
    Nvm then, the list would be about 4 pages long. I had hoped u watched harry potter and know a lot about it like I do.

    Good luck finding a coder who know about Harry potter
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on I will make a mod for you
    ok
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on I'm addicted!
    virtual Legos
    Posted in: Creative Mode
  • 0

    posted a message on I will make a mod for you
    Quote from Peachlicious

    dude, there is already a mod with the same name, the same idea, and the same planned stuff. It's just not released yet. Watch Ihascupquake, it seems like you are trying to steal the idea. '-'

    thanks for saying this
    i have a good amount of requests
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on I will make a mod for you
    Quote from slimedog5d
    Glad I found this Topic post, I kinda need a mod make for a map im making, Its supposed to be a Harry Potter one and im trying to capture every little aspect from all the movies, Meaning All the custom creatures, swords, wands, and building blocks. (Along with maybe some round hoops for the quittich pitch.

    Ive seen Hogcrft and its kinda insulting considering how in depth Harry Potter is. Im really in it for making a map that will blow all the others out of the water. I really have no problem with you putting your own tag and Made By: ---- Sort of deal. I hope you read this and can help... :steve_csi:

    i really don't know much about harry potter
    I am sorry for the inconvenience
    but give me a list of all swords, people an etc. wanted in it and i will see what i can do
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on I will make a mod for you
    Quote from KRANOT
    i always wondered about the mythology of minecraft. i mean the nether and the and the end with theyre cratures deliver a valid foundationd for a very nice and flashed out background mythology and also the legend of herobrine and notch as a godly being of minecraft would make a nice mythical background. just a bunch of tales and legends and folklore that the player can find as books in dungeon chestand alike (basically 1 book contains 1 legend/tale/... ) in his wold to uncover what may be was, will be and is in this blocky world ^^

    (feel free to contact me aswell if interrested. i also volunteer as author for the mythology for i'm a freetime writer ^^ )

    would you like me to create a new dungeon/structure where you find the books
    Posted in: Requests / Ideas For Mods
  • To post a comment, please .