• 0

    posted a message on The Lost Cities: a post apocalyptic city/world generator

    If maybe someone could help me, I am working on a Post-Apocalyptic survival modpack for a LAN world, I was trying to see if their was a way to make a lost cities world that is like rare cities and wasteland, I'm not very good at editing the configs for them, I get confused really easy, anyhow I was wondering if someone could help me accomplish this. I'm looking for a barren world with the opportunity to find a few abandoned old cities we could explore, while still having the open world to "re-build" the world using minecolonies.

    Posted in: Minecraft Mods
  • 0

    posted a message on Why can't I share my World Save files anymore?
    Never mind, apparently my BF removed Tinker's Construct.

    I re-added it and it works fine now.
    Posted in: Java Edition Support
  • 0

    posted a message on Why can't I share my World Save files anymore?
    So my BF and I live together and we both have our own computers, but sometimes when he is in bed or babysitting for friends I use his computer, I use to be able to move World Saves from my computer to his and vice versa, but now every time I do I get this error when I try to load the save.

    We are using the same exact config file, and same version of Mods.
    [size=medium]---- Minecraft Crash Report ----[/size]
    // Would you like a cupcake?
    
    Time: 4/7/14 2:46 AM
    Description: Updating screen events
    
    java.lang.ExceptionInInitializerError
    at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2131)
    at cpw.mods.fml.client.FMLClientHandler.launchIntegratedServerCallback(FMLClientHandler.java:617)
    at cpw.mods.fml.client.FMLClientHandler.tryLoadExistingWorld(FMLClientHandler.java:600)
    at net.minecraft.client.gui.GuiSelectWorld.func_146615_e(GuiSelectWorld.java:184)
    at net.minecraft.client.gui.GuiSelectWorld.func_146284_a(GuiSelectWorld.java:131)
    at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:233)
    at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:309)
    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:275)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1628)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:956)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:873)
    at net.minecraft.client.main.Main.main(SourceFile:103)
    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.IllegalStateException: failed to create a child event loop
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:61)
    at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:49)
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:61)
    at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:52)
    at net.minecraft.network.NetworkManager.<clinit>(NetworkManager.java:49)
    ... 18 more
    Caused by: io.netty.channel.ChannelException: failed to open a new selector
    at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:128)
    at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:120)
    at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:87)
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:57)
    ... 22 more
    Caused by: java.io.IOException: Unable to establish loopback connection
    at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
    at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.nio.ch.PipeImpl.<init>(Unknown Source)
    at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
    at java.nio.channels.Pipe.open(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source)
    at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source)
    at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126)
    ... 25 more
    Caused by: java.nio.channels.ClosedByInterruptException
    at java.nio.channels.spi.AbstractInterruptibleChannel.end(Unknown Source)
    at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)
    at java.nio.channels.SocketChannel.open(Unknown Source)
    ... 34 more
    
    
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    
    -- Head --
    Stacktrace:
    at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2131)
    at cpw.mods.fml.client.FMLClientHandler.launchIntegratedServerCallback(FMLClientHandler.java:617)
    at cpw.mods.fml.client.FMLClientHandler.tryLoadExistingWorld(FMLClientHandler.java:600)
    at net.minecraft.client.gui.GuiSelectWorld.func_146615_e(GuiSelectWorld.java:184)
    at net.minecraft.client.gui.GuiSelectWorld.func_146284_a(GuiSelectWorld.java:131)
    at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:233)
    at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:309)
    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:275)
    
    -- Affected screen --
    Details:
    Screen name: net.minecraft.client.gui.GuiMainMenu
    Stacktrace:
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1628)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:956)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:873)
    at net.minecraft.client.main.Main.main(SourceFile:103)
    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)
    
    -- System Details --
    Details:
    Minecraft Version: 1.7.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1024301136 bytes (976 MB) / 1237385216 bytes (1180 MB) up to 2863333376 bytes (2730 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G
    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.01-pre FML v7.2.129.1047 Minecraft Forge 10.12.0.1047 Optifine OptiFine_1.7.2_HD_D1 40 mods loaded, 40 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    FML{7.2.129.1047} [Forge Mod Loader] (forge-1.7.2-10.12.0.1047.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    Forge{10.12.0.1047} [Minecraft Forge] (forge-1.7.2-10.12.0.1047.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    AppliedEnergistics2-Core{rv0-alpha-78} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    CodeChickenCore{rc_} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    NotEnoughItems{rc_} [Not Enough Items] (NotEnoughItems-1.7.2-rc2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    bspkrsCore{6.0(1.7.2)} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.0(1.7.2).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    TreeCapitator{1.7.2.r01} [TreeCapitator] ([1.7.2]TreeCapitator-universal-1.7.2.r01.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    deconstruction{2.1.0} [The Deconstruction Mod] ([MC1.7.2]Deconstruction[v2.1.0].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Core{5.0.4} [BuildCraft] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    appliedenergistics2{rv0-alpha-78} [Applied Energistics 2] (appliedenergistics2-rv0-alpha-78.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    thebombzenapi{2.3.5} [ThebombzenAPI] (ThebombzenAPI-v2.3.5-mc1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    autoswitch{4.3.4} [AutoSwitch] (AutoSwitch-v4.3.4-mc1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    bcmod{1.7.2 - 2.3.1} [BCMod (Brad16840.Common mod)] (bcmod 1.7.2 - 2.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    backpacks16840{1.7.2 - 2.3.1} [Backpacks!] (backpacks 1.7.2 - 2.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    backpackloader{1.7.2} [Backpack Auto-Loader] (backpackloader 1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Builders{5.0.4} [BC Builders] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Energy{5.0.4} [BC Energy] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Factory{5.0.4} [BC Factory] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Transport{5.0.4} [BC Transport] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    BuildCraft|Silicon{5.0.4} [BC Silicon] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    SKC-Core{1.1.0.1} [SKC Core] (SKC Core 1.1.0.1 - MC 1.7.2 - Forge (10.12.0.1024).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    SKC-CraftableHorseArmor{1.1.0.1} [Craftable Horse Armor] (CraftableHorseArmor 1.1.0.1 - MC 1.7.2 - Forge (10.12.0.1024).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.8.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    DungeonPack{1.7.2-2.0} [DungeonPack] (DungeonPack-1.7.2-2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    DynamicLights{1.3.2} [Dynamic Lights] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    DynamicLights_dropItems{1.0.6} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    DynamicLights_mobEquipment{1.0.4} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    DynamicLights_floodLights{1.0.0} [Dynamic Lights Flood Light] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    DynamicLights_otherPlayers{1.0.6} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    DynamicLights_thePlayer{1.1.1} [Dynamic Lights Player Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    inventorytweaks{1.57-116} [Inventory Tweaks] (InventoryTweaks-1.57-116.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    LotsOfFood{1.7.2} [Lots of Food] (Lots of Food-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    Mantle{1.7.2-114.8c6a5a8} [Mantle] (Mantle-1.7.2-0.2.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    Waila{1.4.5_1.7.2} [Waila] (Waila-1.4.5_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    AE2 Version: alpha rv0-alpha-78 for Forge 10.12.0.1024
    AE2 Integration: IC2:OFF, BC:ON, MJ:ON, DSU:OFF, FZ:OFF, Waila:ON, RB:OFF, InvTweaks:OFF, NEI:ON, CraftGuide:ON, FMP:OFF
    Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
    Launched Version: 1.7.2-Forge10.12.0.1047
    LWJGL: 2.9.0
    OpenGL: ATI Radeon HD 5450 GL version 4.2.11627 Compatibility Profile Context, ATI Technologies Inc.
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: [BDcraft Musics Pack.zip, BDcraft Sounds Pack.zip, Sphax PureBDcraft  32x MC17.zip, Sphax_AppliedEnergistics2_32x.zip, Sphax_TinCon_Ver1.6.0.a7_32x.zip]
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    Anisotropic Filtering: Off (1)

    What is wrong, how can I fix this?
    Posted in: Java Edition Support
  • 0

    posted a message on Applied Energistics 2 - Open Source
    Quote from AlgorithmX2

    Snag his config the metadata records in his game are different from yours, you have pointed out an obvious flaw in my setup.

    Issue: http://ae2.ae-mod.info/Tracker/0276/
    Ok, will do, Thank you!
    Posted in: Minecraft Mods
  • 0

    posted a message on Applied Energistics 2 - Open Source
    Quote from AlgorithmX2

    Are you using the latest build?


    Yes
    Posted in: Minecraft Mods
  • 0

    posted a message on Applied Energistics 2 - Open Source
    So umm not sure how this happened, haven't messed with the Configs or nothing but when I put Iron ore into the Quartz Grinder, I got Quantum Entangled Singularity... instead of Iron Dust..

    EDIT: I am playing LAN, and the "Quantum Entangled Singularity" I see is showing as Iron Dust to me friend.. and i can smelt the "Quantum Entangled Singularity" in a furnace and get Iron Ingot
    Posted in: Minecraft Mods
  • 0

    posted a message on PowerCrystals' mods - MineFactoryReloaded, PowerCrystalsCore, and NetherOres updated! - MFR 2.7.9 released
    Quote from ZekCarnage

    skyboy is working on it now, there will be no more updates to 1.6.x unless some major bug is reported.
    Ok cool, thanks for the fast response. I would happily wait for this mod to be updated, just wasn't sure if he was going to. (= I love this mod.
    Posted in: Minecraft Mods
  • 0

    posted a message on OptiFine HD (FPS Boost, Dynamic Lights, Shaders and much more)
    Please could we get a fix for the Optifine+IC2 issue? I would really like to Play with IC2 and I can't play without optifine.
    Posted in: Minecraft Mods
  • 0

    posted a message on DaftPVF's Mods (Treecapitator, CrystalWing, StartingInv, FloatingRuins)
    Could someone help me with Configuring a New mod into my Configure file...

    I am trying to Add the Quartz Axes from Applied Energistics 2 and the Config file is confusing m on how to do it, I tried looking on youtube for a tutorial video, but I haven't found one yet.

    I just need a detailed explanation and or an example of how to set it up.

    EDIT: Until I can figure out how to do this I have set the option of weather or not I need an axe from the ItemIDList to chop down a tree to false, I really don't like that though because then I could chop a whole tree down with a seed if i wanted, and that seems way to broken and cheaty...
    Posted in: Minecraft Mods
  • 0

    posted a message on DaftPVF's Mods (Treecapitator, CrystalWing, StartingInv, FloatingRuins)
    Quote from Yiruso

    Is there a way to make it so I can break the bottom tree block at the default speed?... Takes 10-15 seconds to chop a tree down still...
    Yes, In the Config file for treecapitator go down to the section called "Break Speed Settings" Then change those options there like so

    break_speed_settings {
    # [Global, PerTree] When using an item that can chop trees, the break speed will by multiplied by this value
    # THIS OPTION IS IGNORED WHEN treeHeightDecidesBreakSpeed=true [range: 0.01 ~ 1.0, default: 0.256]
    S:breakSpeedModifier=1.0

    # [Global] When true, the log break speed is equal to original break speed / (tree height * <treeHeightModifier>)
    # When false, the original break speed is multiplied by the breakSpeedModifier value [default: true]
    B:treeHeightDecidesBreakSpeed=false

    # [Global] See description for treeHeightDecidesBreakSpeed [range: 0.25 ~ 10.0, default: 2.0]
    S:treeHeightModifier=0.25

    Then you will break the bottom block at normal minecraft speed.
    Posted in: Minecraft Mods
  • 0

    posted a message on OptiFine HD (FPS Boost, Dynamic Lights, Shaders and much more)
    Quote from grimallq

    Industrialcraft 2 Experimental and Optifine are not compatible.


    oh ok. Do you know if Buildcraft is?
    Posted in: Minecraft Mods
  • 1

    posted a message on OptiFine HD (FPS Boost, Dynamic Lights, Shaders and much more)
    Hi, so I keep getting this error, and it only happens when I have optifine installed.

    EDITED: added another crash report for different version.

    HD_D1
    ---- Minecraft Crash Report ----
    // Would you like a cupcake?
    
    Time: 3/25/14 4:46 PM
    Description: Stitching texture atlas
    
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at java.util.ArrayList.rangeCheck(Unknown Source)
    at java.util.ArrayList.get(Unknown Source)
    at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147965_a(TextureAtlasSprite.java:217)
    at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:355)
    at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:121)
    at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
    at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(TextureManager.java:76)
    at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(TextureManager.java:63)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:555)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:853)
    at net.minecraft.client.main.Main.main(SourceFile:103)
    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)
    
    
    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.get(Unknown Source)
    at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147965_a(TextureAtlasSprite.java:217)
    
    -- Texture being stitched together --
    Details:
    Atlas path: textures/blocks
    Sprite: TextureAtlasSprite{name='ic2:blockAlloy:0', frameCount=0, rotated=false, x=736, y=432, height=0, width=0, u0=0.7187598, u1=0.7187402, v0=0.84376955, v1=0.84373045}
    Stacktrace:
    at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:355)
    at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:121)
    
    -- Resource location being registered --
    Details:
    Resource location: minecraft:textures/atlas/blocks.png
    Texture object class: net.minecraft.client.renderer.texture.TextureMap
    Stacktrace:
    at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
    at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(TextureManager.java:76)
    at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(TextureManager.java:63)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:555)
    
    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:853)
    at net.minecraft.client.main.Main.main(SourceFile:103)
    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)
    
    -- System Details --
    Details:
    Minecraft Version: 1.7.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_45, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 314911920 bytes (300 MB) / 550502400 bytes (525 MB) up to 2863661056 bytes (2731 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G
    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.01-pre FML v7.2.129.1047 Minecraft Forge 10.12.0.1047 Optifine OptiFine_1.7.2_HD_D1 20 mods loaded, 20 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{7.2.129.1047} [Forge Mod Loader] (forge-1.7.2-10.12.0.1047.jar) Unloaded->Constructed->Pre-initialized
    Forge{10.12.0.1047} [Minecraft Forge] (forge-1.7.2-10.12.0.1047.jar) Unloaded->Constructed->Pre-initialized
    bspkrsCore{6.0(1.7.2)} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.0(1.7.2).jar) Unloaded->Constructed->Pre-initialized
    StartingInventory{1.7.2.r01} [StartingInventory] ([1.7.2]StartingInventory-universal-1.7.2.r01.jar) Unloaded->Constructed->Pre-initialized
    TreeCapitator{1.7.2.r01} [TreeCapitator] ([1.7.2]TreeCapitator-universal-1.7.2.r01.jar) Unloaded->Constructed->Pre-initialized
    deconstruction{2.1.0} [The Deconstruction Mod] ([MC1.7.2]Deconstruction[v2.1.0].jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Core{5.0.4} [BuildCraft] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Builders{5.0.4} [BC Builders] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Energy{5.0.4} [BC Energy] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Factory{5.0.4} [BC Factory] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Transport{5.0.4} [BC Transport] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized
    BuildCraft|Silicon{5.0.4} [BC Silicon] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized
    SKC-Core{1.1.0.1} [SKC Core] (SKC Core 1.1.0.1 - MC 1.7.2 - Forge (10.12.0.1024).jar) Unloaded->Constructed->Pre-initialized
    SKC-CraftableHorseArmor{1.1.0.1} [Craftable Horse Armor] (CraftableHorseArmor 1.1.0.1 - MC 1.7.2 - Forge (10.12.0.1024).jar) Unloaded->Constructed->Pre-initialized
    DungeonPack{1.7.2-2.0} [DungeonPack] (DungeonPack-1.7.2-2.0.jar) Unloaded->Constructed->Pre-initialized
    IC2{2.1.438-experimental} [IndustrialCraft 2] (industrialcraft-2_2.1.438-experimental.jar) Unloaded->Constructed->Pre-initialized
    inventorytweaks{1.57-dev-110} [Inventory Tweaks] (InventoryTweaks-1.57-dev-112.jar) Unloaded->Constructed->Pre-initialized
    LotsOfFood{1.7.2} [Lots of Food] (Lots of Food-1.7.2.jar) Unloaded->Constructed->Pre-initialized
    voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized
    Launched Version: 1.7.2-Forge10.12.0.1047
    LWJGL: 2.9.0
    OpenGL: Intel(R) Graphics Media Accelerator HD GL version 2.1.0 - Build 8.15.10.1968, Intel
    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)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    Anisotropic Filtering: Off (1)

    HD_U_D1
    ---- Minecraft Crash Report ----
    // Everything's going to plan. No, really, that was supposed to happen.
    
    Time: 3/25/14 4:53 PM
    Description: Stitching texture atlas
    
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    	at java.util.ArrayList.rangeCheck(Unknown Source)
    	at java.util.ArrayList.get(Unknown Source)
    	at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147965_a(TextureAtlasSprite.java:217)
    	at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:358)
    	at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:122)
    	at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
    	at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(TextureManager.java:76)
    	at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(TextureManager.java:63)
    	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:555)
    	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:853)
    	at net.minecraft.client.main.Main.main(SourceFile:103)
    	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)
    
    
    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.get(Unknown Source)
    	at net.minecraft.client.renderer.texture.TextureAtlasSprite.func_147965_a(TextureAtlasSprite.java:217)
    
    -- Texture being stitched together --
    Details:
    	Atlas path: textures/blocks
    	Sprite: TextureAtlasSprite{name='ic2:blockAlloy:0', frameCount=0, rotated=false, x=736, y=432, height=0, width=0, u0=0.7187598, u1=0.7187402, v0=0.84376955, v1=0.84373045}
    Stacktrace:
    	at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:358)
    	at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:122)
    
    -- Resource location being registered --
    Details:
    	Resource location: minecraft:textures/atlas/blocks.png
    	Texture object class: net.minecraft.client.renderer.texture.TextureMap
    Stacktrace:
    	at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:94)
    	at net.minecraft.client.renderer.texture.TextureManager.func_110580_a(TextureManager.java:76)
    	at net.minecraft.client.renderer.texture.TextureManager.func_130088_a(TextureManager.java:63)
    	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:555)
    
    -- Initialization --
    Details:
    Stacktrace:
    	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:853)
    	at net.minecraft.client.main.Main.main(SourceFile:103)
    	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)
    
    -- System Details --
    Details:
    	Minecraft Version: 1.7.2
    	Operating System: Windows 7 (amd64) version 6.1
    	Java Version: 1.7.0_45, Oracle Corporation
    	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    	Memory: 281038584 bytes (268 MB) / 549453824 bytes (524 MB) up to 2863661056 bytes (2731 MB)
    	JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G
    	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.01-pre FML v7.2.129.1047 Minecraft Forge 10.12.0.1047 Optifine OptiFine_1.7.2_HD_U_D1 20 mods loaded, 20 mods active
    	mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    	FML{7.2.129.1047} [Forge Mod Loader] (forge-1.7.2-10.12.0.1047.jar) Unloaded->Constructed->Pre-initialized
    	Forge{10.12.0.1047} [Minecraft Forge] (forge-1.7.2-10.12.0.1047.jar) Unloaded->Constructed->Pre-initialized
    	bspkrsCore{6.0(1.7.2)} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.0(1.7.2).jar) Unloaded->Constructed->Pre-initialized
    	StartingInventory{1.7.2.r01} [StartingInventory] ([1.7.2]StartingInventory-universal-1.7.2.r01.jar) Unloaded->Constructed->Pre-initialized
    	TreeCapitator{1.7.2.r01} [TreeCapitator] ([1.7.2]TreeCapitator-universal-1.7.2.r01.jar) Unloaded->Constructed->Pre-initialized
    	deconstruction{2.1.0} [The Deconstruction Mod] ([MC1.7.2]Deconstruction[v2.1.0].jar) Unloaded->Constructed->Pre-initialized
    	BuildCraft|Core{5.0.4} [BuildCraft] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized
    	BuildCraft|Builders{5.0.4} [BC Builders] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized
    	BuildCraft|Energy{5.0.4} [BC Energy] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized
    	BuildCraft|Factory{5.0.4} [BC Factory] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized
    	BuildCraft|Transport{5.0.4} [BC Transport] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized
    	BuildCraft|Silicon{5.0.4} [BC Silicon] (buildcraft-5.0.4.67.jar) Unloaded->Constructed->Pre-initialized
    	SKC-Core{1.1.0.1} [SKC Core] (SKC Core 1.1.0.1 - MC 1.7.2 - Forge (10.12.0.1024).jar) Unloaded->Constructed->Pre-initialized
    	SKC-CraftableHorseArmor{1.1.0.1} [Craftable Horse Armor] (CraftableHorseArmor 1.1.0.1 - MC 1.7.2 - Forge (10.12.0.1024).jar) Unloaded->Constructed->Pre-initialized
    	DungeonPack{1.7.2-2.0} [DungeonPack] (DungeonPack-1.7.2-2.0.jar) Unloaded->Constructed->Pre-initialized
    	IC2{2.1.438-experimental} [IndustrialCraft 2] (industrialcraft-2_2.1.438-experimental.jar) Unloaded->Constructed->Pre-initialized
    	inventorytweaks{1.57-dev-110} [Inventory Tweaks] (InventoryTweaks-1.57-dev-112.jar) Unloaded->Constructed->Pre-initialized
    	LotsOfFood{1.7.2} [Lots of Food] (Lots of Food-1.7.2.jar) Unloaded->Constructed->Pre-initialized
    	voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized
    	Launched Version: 1.7.2-Forge10.12.0.1047
    	LWJGL: 2.9.0
    	OpenGL: Intel(R) Graphics Media Accelerator HD GL version 2.1.0 - Build 8.15.10.1968, Intel
    	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)
    	Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    	Anisotropic Filtering: Off (1)
    Posted in: Minecraft Mods
  • 0

    posted a message on Can't connect using LAN.
    Sorry if this is the wrong place..

    My friend and I are trying to connect using LAN to play together but we keep getting a java.net.connectionexception timed out error.

    I have checked to see if the firewall is allowing javaw and checked ips.

    Also this might be the reason, not sure if we can work around it or not, we are non connected by a Router, in fact the desktop is connected to a laptop so they both receive internet.
    Posted in: Java Edition Support
  • 0

    posted a message on Finder Compass - turns the vanilla item into a configurable search utility
    I keep getting this error, I have tried different forge versions, and I do have other mods installed, but I have tested with out other mods.
    EDIT: It only happens when the compass is in my hotbar, or in my inventory when my inventory is open.
    ---- Minecraft Crash Report ----
    // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
    
    Time: 1/25/14 12:49 PM
    Description: Rendering item
    
    java.util.ConcurrentModificationException
    at java.util.HashMap$Ha­erator.nextEntry(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at atomicstryker.findercompass.client.CompassCustomRenderer.renderCompassInventory(CompassCustomRenderer.java:97)
    at atomicstryker.findercompass.client.CompassCustomRenderer.renderItem(CompassCustomRenderer.java:69)
    at net.minecraftforge.client.ForgeHooksClient.renderInventoryItem(ForgeHooksClient.java:211)
    at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:546)
    at net.minecraft.client.gui.GuiIngame.func_73832_a(GuiIngame.java:958)
    at net.minecraftforge.client.GuiIngameForge.renderHotbar(GuiIngameForge.java:209)
    at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:144)
    at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1320)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:980)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:869)
    at net.minecraft.client.main.Main.main(SourceFile:103)
    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)
    
    
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    
    -- Head --
    Stacktrace:
    at java.util.HashMap$Ha­erator.nextEntry(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at atomicstryker.findercompass.client.CompassCustomRenderer.renderCompassInventory(CompassCustomRenderer.java:97)
    at atomicstryker.findercompass.client.CompassCustomRenderer.renderItem(CompassCustomRenderer.java:69)
    at net.minecraftforge.client.ForgeHooksClient.renderInventoryItem(ForgeHooksClient.java:211)
    
    -- Item being rendered --
    Details:
    Item Type: net.minecraft.item.Item@23d29c10
    Item Aux: 0
    Item NBT: null
    Item Foil: false
    Stacktrace:
    at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:546)
    at net.minecraft.client.gui.GuiIngame.func_73832_a(GuiIngame.java:958)
    at net.minecraftforge.client.GuiIngameForge.renderHotbar(GuiIngameForge.java:209)
    at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:144)
    
    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['Feliseda'/169, l='MpServer', x=279.30, y=11.62, z=200.15]]
    Chunk stats: MultiplayerChunkCache: 323, 332
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (256,64,204), Chunk: (at 0,4,12 in 16,12; contains blocks 256,0,192 to 271,255,207), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 44433 game time, 44433 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: 95 total; [EntityBat['Bat'/127222, l='MpServer', x=242.75, y=43.00, z=268.25], EntityCow['Cow'/35, l='MpServer', x=210.88, y=64.00, z=187.28], EntityCow['Cow'/38, l='MpServer', x=213.81, y=64.00, z=187.81], EntityCow['Cow'/39, l='MpServer', x=202.50, y=66.00, z=200.22], EntityCow['Cow'/36, l='MpServer', x=219.84, y=65.00, z=196.03], EntityCow['Cow'/37, l='MpServer', x=205.25, y=63.00, z=186.47], EntityCow['Cow'/42, l='MpServer', x=202.50, y=65.00, z=204.09], EntityCow['Cow'/40, l='MpServer', x=202.50, y=66.00, z=201.34], EntityCow['Cow'/41, l='MpServer', x=202.50, y=65.00, z=202.56], EntityPig['Pig'/55, l='MpServer', x=235.16, y=63.00, z=170.16], EntityPig['Pig'/58, l='MpServer', x=249.78, y=71.00, z=141.13], EntityPig['Pig'/57, l='MpServer', x=242.03, y=64.00, z=169.16], EntityPig['Pig'/56, l='MpServer', x=243.69, y=69.00, z=158.53], EntityPig['Pig'/63, l='MpServer', x=278.50, y=86.00, z=129.50], EntityPig['Pig'/62, l='MpServer', x=276.47, y=84.00, z=136.09], EntityPig['Pig'/61, l='MpServer', x=278.50, y=85.00, z=133.50], EntityPig['Pig'/64, l='MpServer', x=278.47, y=85.00, z=135.69], EntityCow['Cow'/76, l='MpServer', x=307.59, y=74.00, z=147.38], EntitySkeleton['Skeleton'/122378, l='MpServer', x=351.69, y=69.00, z=190.25], EntityCow['Cow'/73, l='MpServer', x=312.06, y=67.00, z=151.84], EntityCow['Cow'/74, l='MpServer', x=299.50, y=64.00, z=163.50], EntityCow['Cow'/75, l='MpServer', x=295.81, y=63.00, z=140.16], EntityPig['Pig'/85, l='MpServer', x=343.25, y=82.00, z=131.47], EntityCow['Cow'/84, l='MpServer', x=327.50, y=72.00, z=146.50], EntityPig['Pig'/87, l='MpServer', x=342.50, y=82.00, z=130.03], EntityPig['Pig'/86, l='MpServer', x=341.38, y=82.00, z=134.66], EntityCow['Cow'/81, l='MpServer', x=326.50, y=72.00, z=142.50], EntityCow['Cow'/83, l='MpServer', x=324.50, y=72.00, z=147.50], EntityCow['Cow'/82, l='MpServer', x=329.63, y=77.00, z=146.41], EntityPig['Pig'/93, l='MpServer', x=339.53, y=69.00, z=150.47], EntityCow['Cow'/92, l='MpServer', x=332.50, y=70.00, z=146.50], EntityPig['Pig'/95, l='MpServer', x=339.69, y=70.00, z=146.16], EntityPig['Pig'/94, l='MpServer', x=341.50, y=70.00, z=147.50], EntityCow['Cow'/89, l='MpServer', x=331.78, y=68.00, z=142.53], EntityPig['Pig'/88, l='MpServer', x=345.66, y=80.00, z=137.50], EntityCow['Cow'/91, l='MpServer', x=333.50, y=69.00, z=143.50], EntityCow['Cow'/90, l='MpServer', x=330.47, y=68.00, z=141.19], EntityPig['Pig'/96, l='MpServer', x=340.09, y=71.00, z=147.91], EntityBat['Bat'/126356, l='MpServer', x=290.41, y=30.57, z=270.50], EntityBat['Bat'/126359, l='MpServer', x=343.78, y=24.85, z=266.38], EntityBat['Bat'/126358, l='MpServer', x=343.09, y=22.00, z=251.34], EntityClientPlayerMP['Feliseda'/169, l='MpServer', x=279.30, y=11.62, z=200.15], EntityZombie['Zombie'/127057, l='MpServer', x=209.50, y=24.00, z=142.50], EntityBat['Bat'/34281, l='MpServer', x=285.53, y=39.10, z=194.75], EntityZombie['Zombie'/126417, l='MpServer', x=202.50, y=64.00, z=246.50], EntityCreeper['Creeper'/126414, l='MpServer', x=206.50, y=64.00, z=246.50], EntitySkeleton['Skeleton'/122542, l='MpServer', x=272.75, y=62.10, z=180.16], EntityWaypointContainer['unknown'/248, l='MpServer', x=0.00, y=0.00, z=0.00], EntityBat['Bat'/123188, l='MpServer', x=289.45, y=46.45, z=187.89], EntityCreeper['Creeper'/124287, l='MpServer', x=309.50, y=56.00, z=167.50], EntitySkeleton['Skeleton'/124063, l='MpServer', x=211.63, y=63.00, z=246.91], EntitySkeleton['Skeleton'/123081, l='MpServer', x=354.50, y=14.00, z=181.50], EntitySpider['Spider'/123086, l='MpServer', x=311.56, y=71.00, z=253.72], EntitySkeleton['Skeleton'/123087, l='MpServer', x=311.56, y=71.17, z=253.72], EntityBat['Bat'/117262, l='MpServer', x=283.99, y=43.53, z=199.86], EntityWitch['Witch'/124072, l='MpServer', x=353.53, y=70.00, z=170.94], EntitySlime['Slime'/77899, l='MpServer', x=350.66, y=21.00, z=187.31], EntityBat['Bat'/120706, l='MpServer', x=326.11, y=29.98, z=166.25], EntityBat['Bat'/23564, l='MpServer', x=286.25, y=40.10, z=194.13], EntityBat['Bat'/23563, l='MpServer', x=274.03, y=39.10, z=202.06], EntityBat['Bat'/23557, l='MpServer', x=279.38, y=10.00, z=192.91], EntityCreeper['Creeper'/124982, l='MpServer', x=314.50, y=65.00, z=274.50], EntitySkeleton['Skeleton'/122816, l='MpServer', x=257.50, y=70.00, z=236.50], EntityCreeper['Creeper'/126127, l='MpServer', x=315.50, y=22.00, z=184.50], EntityCreeper['Creeper'/126143, l='MpServer', x=333.50, y=71.00, z=269.50], EntityCreeper['Creeper'/126142, l='MpServer', x=333.50, y=71.00, z=271.50], EntityCreeper['Creeper'/126129, l='MpServer', x=315.50, y=22.00, z=185.50], EntityCreeper['Creeper'/126128, l='MpServer', x=317.03, y=20.00, z=190.63], EntityCreeper['Creeper'/126130, l='MpServer', x=314.56, y=22.00, z=185.44], EntityCreeper['Creeper'/126145, l='MpServer', x=336.50, y=68.00, z=259.31], EntityCreeper['Creeper'/126150, l='MpServer', x=353.50, y=70.00, z=175.50], EntityCreeper['Creeper'/127247, l='MpServer', x=250.03, y=69.00, z=145.63], EntitySkeleton['Skeleton'/127242, l='MpServer', x=337.50, y=82.00, z=126.50], EntityZombie['Zombie'/126190, l='MpServer', x=227.38, y=69.00, z=258.53], EntityZombie['Zombie'/126191, l='MpServer', x=233.22, y=71.00, z=260.31], EntitySkeleton['Skeleton'/127257, l='MpServer', x=324.50, y=72.00, z=262.50], EntityCreeper['Creeper'/127259, l='MpServer', x=237.50, y=69.00, z=220.50], EntityZombie['Zombie'/126193, l='MpServer', x=225.25, y=69.00, z=243.16], EntityZombie['Zombie'/126192, l='MpServer', x=225.50, y=70.00, z=247.50], EntityCreeper['Creeper'/118948, l='MpServer', x=326.50, y=39.00, z=121.50], EntitySkeleton['Skeleton'/125784, l='MpServer', x=302.50, y=65.00, z=140.50], EntityBat['Bat'/126816, l='MpServer', x=301.97, y=38.70, z=144.25], EntityZombie['Zombie'/119932, l='MpServer', x=247.50, y=70.00, z=160.50], EntityZombie['Zombie'/125924, l='MpServer', x=313.50, y=66.00, z=273.50], EntityBat['Bat'/124689, l='MpServer', x=354.31, y=20.39, z=198.03], EntityZombie['Zombie'/113153, l='MpServer', x=315.50, y=66.00, z=192.50], EntityCreeper['Creeper'/124737, l='MpServer', x=223.41, y=36.00, z=161.00], EntitySlime['Slime'/14603, l='MpServer', x=292.31, y=29.00, z=148.69], EntitySkeleton['Skeleton'/124758, l='MpServer', x=209.50, y=47.00, z=171.50], EntitySpider['Spider'/122000, l='MpServer', x=247.63, y=66.00, z=172.97], EntityCreeper['Creeper'/127890, l='MpServer', x=321.50, y=70.00, z=240.50], EntitySpider['Spider'/125677, l='MpServer', x=258.50, y=75.00, z=136.50], EntityCreeper['Creeper'/125687, l='MpServer', x=208.50, y=45.00, z=181.50], EntitySkeleton['Skeleton'/125689, l='MpServer', x=216.50, y=45.00, z=180.50], EntitySkeleton['Skeleton'/125688, l='MpServer', x=222.09, y=47.00, z=181.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:384)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2431)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:890)
    at net.minecraft.client.main.Main.main(SourceFile:103)
    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)
    
    -- System Details --
    Details:
    Minecraft Version: 1.7.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_45, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 114296280 bytes (109 MB) / 309329920 bytes (295 MB) up to 954728448 bytes (910 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
    AABB Pool Size: 4327 (242312 bytes; 0 MB) allocated, 1338 (74928 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
    FML: MCP v9.01-pre FML v7.2.45.996 Minecraft Forge 10.12.0.996 Optifine OptiFine_1.7.2_HD_C2 21 mods loaded, 21 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{7.2.45.996} [Forge Mod Loader] (forge-1.7.2-10.12.0.996.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{10.12.0.996} [Minecraft Forge] (forge-1.7.2-10.12.0.996.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    bspkrsCore{6.0(1.7.2)} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.0(1.7.2).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TreeCapitator{1.7.2.r01} [TreeCapitator] ([1.7.2]TreeCapitator-universal-1.7.2.r01.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    SKC-Core{1.1.0.0} [SKC Core] (SKC Core 1.1.0.0 - MC 1.7.2 - Forge (10.12.0.985).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    SKC-CraftableHorseArmor{1.1.0.0} [Craftable Horse Armor] (CraftableHorseArmor 1.1.0.0 - MC 1.7.2 - Forge (10.12.0.985).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DynamicLights{1.3.1} [Dynamic Lights] (DynamicLights_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DynamicLights_onFire{1.0.4} [Dynamic Lights on burning] (DynamicLights_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DynamicLights_creepers{1.0.3} [Dynamic Lights on Creepers] (DynamicLights_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DynamicLights_dropItems{1.0.6} [Dynamic Lights on ItemEntities] (DynamicLights_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DynamicLights_entityClasses{1.0.1} [Dynamic Lights on specified Entities] (DynamicLights_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DynamicLights_mobEquipment{1.0.4} [Dynamic Lights on Mob Equipment] (DynamicLights_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DynamicLights_otherPlayers{1.0.6} [Dynamic Lights Other Player Light] (DynamicLights_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DynamicLights_thePlayer{1.1.1} [Dynamic Lights Player Light] (DynamicLights_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FinderCompass{1.7.2} [Finder Compass] (FinderCompass_1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    AS_UpdateCheck{1.1.3} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    YAFM{0.4.1} [Yet Another Food Mod] (yafm-0.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    YALSM{2.1.1} [Yet Another Leather Smelting Mod] (yalsm-2.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Launched Version: 1.7.2-Forge10.12.0.996
    LWJGL: 2.9.0
    OpenGL: Intel(R) Graphics Media Accelerator HD GL version 2.1.0 - Build 8.15.10.1968, Intel
    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)
    Vec3 Pool Size: 275 (15400 bytes; 0 MB) allocated, 268 (15008 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)
    Posted in: Minecraft Mods
  • 0

    posted a message on Skin Making for free
    Quote from KTGamin

    Done:
    http://imgur.com/5mjufct
    If there are anymore need for change just ask :D

    Thanks, not huge on the outfit? but it's nice. I will definitely use it (= it kinda looks like a fox or wolf..?
    Posted in: Skins
  • To post a comment, please .