• 0

    posted a message on Crash on world load after updating to 1.8.3
    T
    Quote from TheMasterCaver»
    According to this bug report it is caused by your antivirus/firewall blocking the game from accessing the network; you'll have to tell whatever you are using to let Minecraft (or Java) to access it.

    Unfortunately, they aren't that helpful in providing a solution; "Please visit the #minecrafthelp channel for further support.", which just brings me to a login screen. However, one user said they had Avast and if that is the case for you may try making an exclusion, for javaw.exe (click on edit profile in the launcher and in the advanced Java settings section at the bottom you should see a path to the Java executable; check the box if necessary so you can copy the contents); note that Minecraft.exe is just the launcher.

    If you have a different AV you should be able to find out how to add an exception for a program; they all have similar methods.

    Note that excluding Java from real-time protection may not be the best idea but if you are using the latest launcher it should be using its own internal version of Java, which should be safer than the "regular" version.

    Thank you for the detailed response.

    I have gone into AVG antivirus, microsoft security essentials and windows firewall to add an exception for javaw.exe, found using the path on the minecraft launcher as you mentioned. Yet I'm still crashing on world load. I went back into windows firewall and found there are now 2 javaw.exe listed, one with home/work ticked and one with public ticked. I unticked public on one of them and ticked home/work, so now both are home/work. Relaunched minecraft and same crash. Now there are 3 javaw.exe listed, 2 i previously ticked home/work and now a third with only public ticked. I clicked details and all 3 lead to the same path, same as the one found on the minecraft launcher.

    Is there anything I missed or could attempt?
    Posted in: Java Edition Support
  • 0

    posted a message on Crash on world load after updating to 1.8.3
    bump
    Posted in: Java Edition Support
  • 0

    posted a message on Crash on world load after updating to 1.8.3

    How come?

    Umm... it's kind of why I'm here. Hoping someone can help me out
    Posted in: Java Edition Support
  • 0

    posted a message on Crash on world load after updating to 1.8.3
    That's strange. There may be bugs in 1.8.3 if you interact the worlds by 1.7.5; by the way, have you tried making another one?

    Yes I tried to make a new world in 1.8.3 and got the same results -> crash :/
    Posted in: Java Edition Support
  • 0

    posted a message on Crash on world load after updating to 1.8.3
    I haven't played since 1.7.5 and my 1.7.5 world loads perfectly, but I updated the game to 1.8.3 (latest) and the game crashes when I load the world. I tried a new world and get the same result. I reinstalled java 8, downgraded to java 7 and reinstalled MC (deleted .minecraft folder) aaaaand it still crashes when trying to load a world...

    Here's the crashes report:
    ---- Minecraft Crash Report ----
    // But it works on my machine.
    Time: 2/22/15 8:04 PM
    Description: Updating screen events
    java.lang.IllegalStateException: failed to create a child event loop
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:68)
    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 lm$1.a(SourceFile:44)
    at lm$1.b(SourceFile:41)
    at np.c(SourceFile:10)
    at lm.a(SourceFile:121)
    at avf.a(SourceFile:1941)
    at axw.i(SourceFile:172)
    at axw.a(SourceFile:135)
    at axv.a(SourceFile:350)
    at axv.k(SourceFile:413)
    at axw.k(SourceFile:81)
    at axv.p(SourceFile:390)
    at avf.s(SourceFile:1497)
    at avf.av(SourceFile:888)
    at avf.a(SourceFile:325)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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:64)
    ... 18 more
    Caused by: java.io.IOException: Unable to establish loopback connection
    at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:101)
    at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:68)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:170)
    at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
    at java.nio.channels.Pipe.open(Pipe.java:155)
    at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127)
    at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
    at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126)
    ... 21 more
    Caused by: java.net.SocketException: Socket operation on nonsocket: no further information
    at sun.nio.ch.IOUtil.configureBlocking(Native Method)
    at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:255)
    at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:137)
    at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:83)
    ... 29 more

    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    -- Head --
    Stacktrace:
    at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:68)
    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 lm$1.a(SourceFile:44)
    at lm$1.b(SourceFile:41)
    at np.c(SourceFile:10)
    at lm.a(SourceFile:121)
    at avf.a(SourceFile:1941)
    at axw.i(SourceFile:172)
    at axw.a(SourceFile:135)
    at axv.a(SourceFile:350)
    at axv.k(SourceFile:413)
    at axw.k(SourceFile:81)
    at axv.p(SourceFile:390)
    -- Affected screen --
    Details:
    Screen name: ayb
    Stacktrace:
    at avf.s(SourceFile:1497)
    at avf.av(SourceFile:888)
    at avf.a(SourceFile:325)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    -- System Details --
    Details:
    Minecraft Version: 1.8.3
    Operating System: Windows 7 (amd64) version 6.1
    CPU: 4x Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 154254448 bytes (147 MB) / 335265792 bytes (319 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 15, tcache: 0, allocated: 13, tallocated: 95
    Launched Version: 1.8.3
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 770/PCIe/SSE2 GL version 4.5.0 NVIDIA 347.52, 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: Probably not. Jar signature remains and client brand is untouched.
    Type: Client (map_client.txt)
    Resource Packs: []
    Current Language: English (US)
    Profiler Position: N/A (disabled)

    Please send help!
    Posted in: Java Edition Support
  • 0

    posted a message on ChickenBones Mods
    Quote from painter73

    the latest forge for 1.5.2 is not 684, it is 738. You are way behind, grab forge build 738 from here: http://files.minecraftforge.net/
    And you should be fine.

    Thank you so much it fixed it! I didn't know it wasn't the latest I just clicked the link from the first post :/
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Hey guys,
    I installed the latest forge using magic launcher, then placed codechickencore.jar into my coremods folder and everything works fine. But as soon as I place the notenoughitems.jar into the coremods my singleplayer worlds will not load and when joining a multiplayer server, it will say logging in it gives me an error screen. This is on MC 1.5.2 and I downloaded the files for 1.5.2

    Here's the crash report:
    ---- Minecraft Crash Report ----
    // Don't do that.

    Time: 7/5/13 7:50 PM
    Description: Unexpected error

    java.lang.NoSuchMethodError: net.minecraft.item.Item.getDamage(Lnet/minecraft/item/ItemStack;)I
    at codechicken.core.inventory.InventoryUtils.actualDamage(InventoryUtils.java:310)
    at codechicken.core.inventory.ItemKey.hashCode(ItemKey.java:45)
    at java.util.HashMap.hash(Unknown Source)
    at java.util.HashMap.put(Unknown Source)
    at codechicken.nei.api.API.setOverrideName(API.java:145)
    at codechicken.nei.api.ItemInfo.addVanillaBlockProperties(ItemInfo.java:159)
    at codechicken.nei.api.ItemInfo.load(ItemInfo.java:91)
    at codechicken.nei.NEIClientConfig.loadConfig(NEIClientConfig.java:680)
    at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:302)
    at codechicken.nei.ClientHandler.onWorldChange(ClientHandler.java:249)
    at codechicken.nei.ClientHandler.tickStart(ClientHandler.java:162)
    at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:28)
    at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:122)
    at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:361)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1443)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:834)
    at net.minecraft.client.Minecraft.run(Minecraft.java:759)
    at java.lang.Thread.run(Unknown Source)


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

    -- Head --
    Stacktrace:
    at codechicken.core.inventory.InventoryUtils.actualDamage(InventoryUtils.java:310)
    at codechicken.core.inventory.ItemKey.hashCode(ItemKey.java:45)
    at java.util.HashMap.hash(Unknown Source)
    at java.util.HashMap.put(Unknown Source)
    at codechicken.nei.api.API.setOverrideName(API.java:145)
    at codechicken.nei.api.ItemInfo.addVanillaBlockProperties(ItemInfo.java:159)
    at codechicken.nei.api.ItemInfo.load(ItemInfo.java:91)
    at codechicken.nei.NEIClientConfig.loadConfig(NEIClientConfig.java:680)
    at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:302)
    at codechicken.nei.ClientHandler.onWorldChange(ClientHandler.java:249)
    at codechicken.nei.ClientHandler.tickStart(ClientHandler.java:162)
    at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:28)
    at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:122)
    at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:361)

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['Initial_Sin'/209, l='MpServer', x=441.12, y=73.62, z=278.55]]
    Chunk stats: MultiplayerChunkCache: 260
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (140,64,256), Chunk: (at 12,4,0 in 8,16; contains blocks 128,0,256 to 143,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 1408389 game time, 1499366 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: 102 total; [EntityClientPlayerMP['Initial_Sin'/209, l='MpServer', x=441.12, y=73.62, z=278.55], EntityPainting['Painting'/212, l='MpServer', x=447.06, y=81.00, z=273.00], EntityPainting['Painting'/213, l='MpServer', x=447.06, y=81.00, z=280.00], EntityPainting['Painting'/210, l='MpServer', x=441.00, y=74.50, z=281.94], EntityZombie['Zombie'/279, l='MpServer', x=422.00, y=31.00, z=315.84], EntityPainting['Painting'/311, l='MpServer', x=450.94, y=80.00, z=274.00], EntityMinecartChest['entity.MinecartChest.name'/278, l='MpServer', x=424.50, y=31.85, z=317.50], EntityPainting['Painting'/310, l='MpServer', x=448.00, y=74.50, z=281.94], EntityItem['item.item.bone'/277, l='MpServer', x=422.88, y=68.13, z=238.88], EntityPainting['Painting'/312, l='MpServer', x=450.94, y=80.00, z=279.00], EntityZombie['Zombie'/283, l='MpServer', x=421.00, y=34.00, z=328.50], EntitySpider['Spider'/282, l='MpServer', x=417.00, y=33.00, z=328.32], EntityCow['Cow'/281, l='MpServer', x=430.47, y=60.00, z=315.69], EntityZombie['Zombie'/280, l='MpServer', x=422.72, y=31.00, z=317.22], EntityZombie['Zombie'/287, l='MpServer', x=421.22, y=51.00, z=358.97], EntityZombie['Zombie'/286, l='MpServer', x=421.59, y=51.00, z=358.06], EntityCow['Cow'/285, l='MpServer', x=431.88, y=64.00, z=345.03], EntitySpider['Spider'/284, l='MpServer', x=418.56, y=61.00, z=330.75], EntitySkeleton['Skeleton'/259, l='MpServer', x=405.09, y=38.00, z=199.34], EntitySkeleton['Skeleton'/262, l='MpServer', x=401.88, y=54.00, z=295.50], EntitySpider['Spider'/263, l='MpServer', x=402.56, y=20.00, z=314.94], EntitySpider['Spider'/260, l='MpServer', x=403.04, y=69.00, z=229.95], EntityItem['item.item.rottenFlesh'/261, l='MpServer', x=404.50, y=70.13, z=239.63], EntityBat['Bat'/266, l='MpServer', x=402.79, y=53.81, z=308.78], EntityBat['Bat'/267, l='MpServer', x=404.47, y=14.00, z=329.55], EntitySpider['Spider'/264, l='MpServer', x=410.84, y=54.00, z=316.50], EntityBat['Bat'/265, l='MpServer', x=405.49, y=53.49, z=308.69], EntitySpider['Spider'/268, l='MpServer', x=413.53, y=62.00, z=324.28], EntityBat['Bat'/269, l='MpServer', x=403.69, y=33.10, z=336.78], EntityCow['Cow'/304, l='MpServer', x=443.16, y=65.00, z=357.16], EntityPainting['Painting'/311, l='MpServer', x=450.94, y=80.00, z=274.00], EntityPainting['Painting'/310, l='MpServer', x=448.00, y=74.50, z=281.94], EntityPainting['Painting'/312, l='MpServer', x=450.94, y=80.00, z=279.00], EntityItem['item.item.arrow'/315, l='MpServer', x=465.81, y=65.13, z=246.97], EntitySpider['Spider'/317, l='MpServer', x=471.63, y=75.40, z=314.28], EntitySpider['Spider'/316, l='MpServer', x=475.50, y=35.00, z=316.50], EntityCow['Cow'/318, l='MpServer', x=469.03, y=77.00, z=324.06], EntityCreeper['Creeper'/299, l='MpServer', x=443.50, y=72.00, z=310.50], EntityCow['Cow'/300, l='MpServer', x=440.69, y=65.00, z=346.25], EntityCow['Cow'/301, l='MpServer', x=440.25, y=65.00, z=351.63], EntityZombie['Zombie'/302, l='MpServer', x=445.60, y=41.00, z=352.94], EntityCow['Cow'/337, l='MpServer', x=495.84, y=77.00, z=339.03], EntityCow['Cow'/336, l='MpServer', x=488.72, y=75.00, z=321.53], EntityCow['Cow'/351, l='MpServer', x=496.13, y=67.00, z=264.16], EntityZombie['Zombie'/350, l='MpServer', x=502.91, y=49.00, z=260.47], EntityZombie['Zombie'/349, l='MpServer', x=507.50, y=49.00, z=256.16], EntityEnderman['Enderman'/348, l='MpServer', x=502.50, y=49.00, z=256.50], EntitySkeleton['Skeleton'/347, l='MpServer', x=496.50, y=34.00, z=270.50], EntityCreeper['Creeper'/346, l='MpServer', x=510.47, y=29.00, z=253.34], EntityItem['item.item.bone'/345, l='MpServer', x=502.22, y=64.13, z=217.97], EntityItem['item.item.arrow'/344, l='MpServer', x=502.06, y=64.13, z=217.81], EntitySkeleton['Skeleton'/327, l='MpServer', x=495.50, y=34.00, z=271.50], EntityCow['Cow'/334, l='MpServer', x=494.47, y=74.00, z=294.22], EntityCow['Cow'/335, l='MpServer', x=491.07, y=75.00, z=322.18], EntityBat['Bat'/332, l='MpServer', x=495.25, y=34.10, z=299.75], EntitySkeleton['Skeleton'/333, l='MpServer', x=492.50, y=34.00, z=288.34], EntitySkeleton['Skeleton'/330, l='MpServer', x=492.50, y=34.00, z=287.31], EntityBat['Bat'/331, l='MpServer', x=496.91, y=38.63, z=286.40], EntityMinecartChest['entity.MinecartChest.name'/328, l='MpServer', x=485.50, y=34.85, z=278.47], EntityCreeper['Creeper'/329, l='MpServer', x=495.38, y=38.00, z=286.00], EntityZombie['Zombie'/375, l='MpServer', x=515.13, y=48.00, z=259.47], EntityWaypoint['unknown'/101, l='MpServer', x=444.00, y=72.00, z=275.00], EntityMinecartChest['entity.MinecartChest.name'/377, l='MpServer', x=520.50, y=29.69, z=312.50], EntityMinecartChest['entity.MinecartChest.name'/378, l='MpServer', x=519.50, y=35.85, z=345.50], EntityCreeper['Creeper'/356, l='MpServer', x=496.50, y=34.00, z=285.88], EntityBat['Bat'/357, l='MpServer', x=497.56, y=36.62, z=279.73], EntityBat['Bat'/358, l='MpServer', x=509.37, y=49.18, z=274.80], EntityMinecartChest['entity.MinecartChest.name'/359, l='MpServer', x=497.50, y=34.85, z=288.88], EntityZombie['Zombie'/352, l='MpServer', x=496.50, y=38.00, z=283.50], EntityCreeper['Creeper'/353, l='MpServer', x=497.50, y=38.00, z=286.50], EntityCreeper['Creeper'/354, l='MpServer', x=496.25, y=38.00, z=286.00], EntityCreeper['Creeper'/355, l='MpServer', x=496.50, y=34.00, z=284.88], EntityCow['Cow'/364, l='MpServer', x=501.84, y=72.00, z=325.09], EntityCow['Cow'/365, l='MpServer', x=504.38, y=72.00, z=330.31], EntityCow['Cow'/360, l='MpServer', x=509.88, y=74.00, z=295.91], EntityCreeper['Creeper'/361, l='MpServer', x=501.50, y=29.00, z=316.50], EntityCreeper['Creeper'/362, l='MpServer', x=500.94, y=29.00, z=320.34], EntityZombie['Zombie'/363, l='MpServer', x=497.50, y=29.00, z=324.50], EntityMinecartChest['entity.MinecartChest.name'/221, l='MpServer', x=371.50, y=26.85, z=212.50], EntityBat['Bat'/222, l='MpServer', x=371.50, y=27.10, z=211.13], EntitySkeleton['Skeleton'/223, l='MpServer', x=376.50, y=14.00, z=325.88], EntityPainting['Painting'/212, l='MpServer', x=447.06, y=81.00, z=273.00], EntityPainting['Painting'/213, l='MpServer', x=447.06, y=81.00, z=280.00], EntityPainting['Painting'/210, l='MpServer', x=441.00, y=74.50, z=281.94], EntityWolf['Wolf'/211, l='MpServer', x=437.53, y=77.00, z=272.41], EntityZombie['Zombie'/239, l='MpServer', x=390.84, y=30.00, z=334.34], EntityZombie['Zombie'/238, l='MpServer', x=384.78, y=31.00, z=325.31], EntityCow['Cow'/237, l='MpServer', x=392.03, y=70.00, z=274.97], EntitySpider['Spider'/236, l='MpServer', x=399.44, y=69.00, z=234.34], EntityMinecartChest['entity.MinecartChest.name'/235, l='MpServer', x=387.66, y=25.69, z=208.50], EntityCow['Cow'/228, l='MpServer', x=371.50, y=66.00, z=343.69], EntityCow['Cow'/227, l='MpServer', x=379.78, y=63.00, z=338.66], EntitySkeleton['Skeleton'/226, l='MpServer', x=380.31, y=31.00, z=339.50], EntityCreeper['Creeper'/225, l='MpServer', x=381.50, y=33.00, z=333.50], EntitySkeleton['Skeleton'/224, l='MpServer', x=375.50, y=28.00, z=332.91], EntitySkeleton['Skeleton'/246, l='MpServer', x=395.50, y=43.00, z=353.94], EntitySkeleton['Skeleton'/244, l='MpServer', x=389.56, y=28.25, z=336.47], EntityBat['Bat'/245, l='MpServer', x=393.55, y=31.54, z=341.65], EntitySpider['Spider'/242, l='MpServer', x=389.94, y=28.00, z=340.66], EntitySkeleton['Skeleton'/243, l='MpServer', x=397.06, y=29.00, z=344.34], EntitySkeleton['Skeleton'/240, l='MpServer', x=390.53, y=64.00, z=324.94], EntitySkeleton['Skeleton'/241, l='MpServer', x=397.50, y=30.00, z=337.50]]
    Retry entities: 0 total; []
    Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:441)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2413)
    at net.minecraft.client.Minecraft.run(Minecraft.java:782)
    at java.lang.Thread.run(Unknown Source)

    -- System Details --
    Details:
    Minecraft Version: 1.5.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_21, Oracle Corporation
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 340589832 bytes (324 MB) / 495910912 bytes (472 MB) up to 495910912 bytes (472 MB)
    JVM Flags: 2 total; -Xms512m -Xmx512m
    AABB Pool Size: 19274 (1079344 bytes; 1 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v7.51 FML v5.2.2.684 Minecraft Forge 7.8.0.684 6 mods loaded, 6 mods active
    mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    FML{5.2.2.684} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    Forge{7.8.0.684} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    CodeChickenCore{0.8.7.3} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    NotEnoughItems{1.5.2.28} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    mod_ZanMinimap{0.9.4} [mod_ZanMinimap] (ZansMinimap1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
    LWJGL: 2.4.2
    OpenGL: AMD Radeon HD 7800 Series GL version 4.2.12171 Compatibility Profile Context 12.100.17.0, ATI Technologies Inc.
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Texture Pack: Sphax PureBDcraft 64x MC15.zip
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 178 (9968 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

    Any help would be appreciated thanks!!
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Hey guy, I'm using the latest Code Chicken Core and NEI for MC 1.5.1. The mod is working and so are it's features, except a few. The 'Turn Magnet On/Off' and 'Delete' button are not present in the GUI. I only know of these two buttons from Tekkit so I don't know if it has been removed in the newer versions. Thanks.
    Posted in: Minecraft Mods
  • To post a comment, please .