I'm having a similar issue. When I give myself a panel (or other microblock) on SMP, it comes up as a forgemicroblock without an image or meta data. When I craft one with a saw, then try to place it in SMP, it crashed my client. I works fine in SP though. I am running the latest of everything. It is not a mod conflict because this happens when just ProjectRed and NEI are loaded.
NEI just makes my game crash, I have CodeChickenCore in my mods folder too. This is my crash report:
---- Minecraft Crash Report ----
// Don't do that.
Time: 10/25/14 6:04 PM
Description: Initializing game
java.lang.NoClassDefFoundError: codechicken/core/GuiModListScroll
at codechicken.nei.ClientHandler.load(ClientHandler.java:119)
at codechicken.nei.NEIModContainer.init(NEIModContainer.java:87)
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.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:691)
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.ClassNotFoundException: codechicken.core.GuiModListScroll
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 34 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at invtweaks.forge.asm.ContainerTransformer.transform(ContainerTransformer.java:112)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
... 36 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at codechicken.nei.ClientHandler.load(ClientHandler.java:119)
at codechicken.nei.NEIModContainer.init(NEIModContainer.java:87)
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.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:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
-- Initialization --
Details:
Stacktrace:
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)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (x86) version 6.3
Java Version: 1.7.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 111167376 bytes (106 MB) / 294387712 bytes (280 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -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.11.1178 Minecraft Forge 10.13.0.1178 9 mods loaded, 9 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{7.10.11.1178} [Forge Mod Loader] (forge-1.7.10-10.13.0.1178.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.13.0.1178} [Minecraft Forge] (forge-1.7.10-10.13.0.1178.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.0.3.64} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.64-universal.jar) Unloaded->Constructed->Pre-initialized
TooManyItems{1.7.10} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized
gameshark{1.0.0} [Gameshark (Pixelmon)] (Gameshark.jar) Unloaded->Constructed->Pre-initialized
inventorytweaks{1.57-116} [Inventory Tweaks] (InventoryTweaks-1.57-116.jar) Unloaded->Constructed->Pre-initialized
pixelmon{3.3.1} [Pixelmon] (Pixelmon-1.7.10-3.3.1-universal.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.10-Forge10.13.0.1178
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 10.18.10.3412, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [RainPvP.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
The Meaning of Life, the Universe, and Everything.
Location:
ctf_2fort
Join Date:
6/28/2011
Posts:
46
Location:
In your basement
Minecraft:
KAT_IN_A_BOWL
Member Details
I installed the latest version of Java now, version 8. Now my game just refuses to start up. I click play, and the window closes. No game. This happened when I installed NEI. NEI is causing a lot of problems for me.
Say, is it intentional that the microblocks are really hard to break? Would it be possible to add a config option to modify how quickly they can be broken?
So it seems that for some reason chicken core calls for something in Cofh core that is not there I have the newest of each but all i get is the same error about missing a JSON...
Ok Nevermind had the wrong core file i needed latest not recommended
I'm having some trouble with your mods. I've dropped the codechickencore and NEI .jars into the mods folder of a working 1.7.10 Forge client, and Minecraft starts up just fine. However, when I go to create a new world, it instantly quits to the Multiplayer screen that displays your servers (even though I started a new world in Singleplayer... I have no idea what's up with that) after giving me a message that reads "A fatal error has occured, this connection is terminated". I don't have any logs to give you along with this bug report, unfortunately, as I haven't been able to find it. I also understand if you are unable to undertake the task of fixing this, given what minimal information you have... But I'd appreciate it if you'd look into it. I can dig down and try to provide more details upon request.
Having a crash that seems to be related to Chicken Core. Crashes when trying to use a vanilla anvil to add a book to a diamond chest plate. Enchanted book is Unbreaking 3 and Bane of Arthropods 1. Crashed twice, lost the book and chest plate each time.
---- Minecraft Crash Report ----
// This doesn't make any sense!
java.lang.NullPointerException: Updating screen events
at net.minecraft.inventory.ContainerRepair.func_82848_d(ContainerRepair.java:252)
at net.minecraft.inventory.ContainerRepair.func_75130_a(ContainerRepair.java:141)
at net.minecraft.inventory.ContainerRepair$1.func_70296_d(ContainerRepair.java:30)
at net.minecraft.inventory.InventoryBasic.func_70299_a(SourceFile:71)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:157)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:503)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:636)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:452)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:588)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1629)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(Main.java:162)
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: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.inventory.ContainerRepair.func_82848_d(ContainerRepair.java:252)
at net.minecraft.inventory.ContainerRepair.func_75130_a(ContainerRepair.java:141)
at net.minecraft.inventory.ContainerRepair$1.func_70296_d(ContainerRepair.java:30)
at net.minecraft.inventory.InventoryBasic.func_70299_a(SourceFile:71)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:157)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:503)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:636)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:452)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:588)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
If you started the world in Survival mode and it is not on a port-forwarded server then nothing that is not Recipe Mode will be available to you, even if you enabled cheats in the world options.
Got this crash report, my frend tells me they tried to use Forge Microblocks on the server I was running. (I also crash when placing them in singleplayer but haven't posted anything until now due to laziness)
The Meaning of Life, the Universe, and Everything.
Location:
Montreal
Join Date:
11/21/2013
Posts:
304
Member Details
Hello. The recipes of the Reika's mod (RotaryCraft, ElectriCraft and ReactorCraft) are kind of hidden in NEI.
I'm not sure if this is a problem with his mods or with NEI, but in the doubt, I noticed Reika as well.
Hello. The recipes of the Reika's mod (RotaryCraft, ElectriCraft and ReactorCraft) are kind of hidden in NEI.
I'm not sure if this is a problem with his mods or with NEI, but in the doubt, I noticed Reika as well.
1: Wrong thread
2: Read the threads, this has already been mentioned in Reika's thread
---- Minecraft Crash Report ----
// Don't do that.
Time: 10/25/14 6:04 PM
Description: Initializing game
java.lang.NoClassDefFoundError: codechicken/core/GuiModListScroll
at codechicken.nei.ClientHandler.load(ClientHandler.java:119)
at codechicken.nei.NEIModContainer.init(NEIModContainer.java:87)
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.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:691)
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.ClassNotFoundException: codechicken.core.GuiModListScroll
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 34 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at invtweaks.forge.asm.ContainerTransformer.transform(ContainerTransformer.java:112)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
... 36 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at codechicken.nei.ClientHandler.load(ClientHandler.java:119)
at codechicken.nei.NEIModContainer.init(NEIModContainer.java:87)
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.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:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
-- Initialization --
Details:
Stacktrace:
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)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (x86) version 6.3
Java Version: 1.7.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 111167376 bytes (106 MB) / 294387712 bytes (280 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -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.11.1178 Minecraft Forge 10.13.0.1178 9 mods loaded, 9 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{7.10.11.1178} [Forge Mod Loader] (forge-1.7.10-10.13.0.1178.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.13.0.1178} [Minecraft Forge] (forge-1.7.10-10.13.0.1178.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.0.3.64} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.64-universal.jar) Unloaded->Constructed->Pre-initialized
TooManyItems{1.7.10} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized
gameshark{1.0.0} [Gameshark (Pixelmon)] (Gameshark.jar) Unloaded->Constructed->Pre-initialized
inventorytweaks{1.57-116} [Inventory Tweaks] (InventoryTweaks-1.57-116.jar) Unloaded->Constructed->Pre-initialized
pixelmon{3.3.1} [Pixelmon] (Pixelmon-1.7.10-3.3.1-universal.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.10-Forge10.13.0.1178
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 10.18.10.3412, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [RainPvP.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
http://pastebin.com/M6KNb1yf
Proud Moderator of Underground Miner, a now-dead server. 4 years of moderating, and it was a good time.
:Bread::Pig::////:
So it seems that for some reason chicken core calls for something in Cofh core that is not there I have the newest of each but all i get is the same error about missing a JSON...Ok Nevermind had the wrong core file i needed latest not recommended
Want Minecraft Videos?
Check out:
https://www.youtube.com/user/NeroCoGaming
Wanna be In a Modding Team?
Go Here
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 10/27/14 6:16 PM
Description: Updating screen events
java.lang.NullPointerException: Updating screen events
at net.minecraft.inventory.ContainerRepair.func_82848_d(ContainerRepair.java:252)
at net.minecraft.inventory.ContainerRepair.func_75130_a(ContainerRepair.java:141)
at net.minecraft.inventory.ContainerRepair$1.func_70296_d(ContainerRepair.java:30)
at net.minecraft.inventory.InventoryBasic.func_70299_a(SourceFile:71)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:157)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:503)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:636)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:452)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:588)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1629)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(Main.java:162)
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: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.inventory.ContainerRepair.func_82848_d(ContainerRepair.java:252)
at net.minecraft.inventory.ContainerRepair.func_75130_a(ContainerRepair.java:141)
at net.minecraft.inventory.ContainerRepair$1.func_70296_d(ContainerRepair.java:30)
at net.minecraft.inventory.InventoryBasic.func_70299_a(SourceFile:71)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:157)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:503)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:636)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:452)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:588)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.GuiRepair
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Foxtails3'/1069, l='MpServer', x=75.63, y=86.62, z=542.33]]
Chunk stats: MultiplayerChunkCache: 1089, 1098
Level seed: 0
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (80,95,549), Chunk: (at 0,5,5 in 5,34; contains blocks 80,0,544 to 95,255,559), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Level time: 2799942 game time, 2820153 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: 342 total; [MoCEntityTurtle['Turtle'/558, l='MpServer', x=179.16, y=63.00, z=430.53], MoCEntityTurtle['Turtle'/559, l='MpServer', x=176.50, y=63.00, z=427.31], MoCEntityMole['Mole'/567, l='MpServer', x=183.84, y=63.00, z=494.09], MoCEntityFirefly['Firefly'/566, l='MpServer', x=176.84, y=63.00, z=493.63], MoCEntityEnt['Ent'/565, l='MpServer', x=182.59, y=63.00, z=486.50], MoCEntityMole['Mole'/564, l='MpServer', x=178.16, y=66.00, z=468.06], MoCEntityMole['Mole'/563, l='MpServer', x=185.22, y=64.00, z=465.09], MoCEntityHorse['WildHorse'/562, l='MpServer', x=183.06, y=64.00, z=465.22], MoCEntityMole['Mole'/561, l='MpServer', x=189.53, y=62.53, z=474.09], MoCEntitySnake['Snake'/560, l='MpServer', x=186.28, y=64.00, z=430.50], MoCEntityDeer['Deer'/569, l='MpServer', x=189.50, y=65.00, z=520.50], MoCEntityMole['Mole'/516, l='MpServer', x=169.50, y=70.00, z=443.50], MoCEntityDeer['Deer'/517, l='MpServer', x=168.47, y=73.00, z=453.47], MoCEntityDeer['Deer'/518, l='MpServer', x=169.53, y=73.00, z=454.53], MoCEntityMouse['Mouse'/519, l='MpServer', x=161.19, y=70.00, z=464.41], MoCEntityTurtle['Turtle'/512, l='MpServer', x=162.00, y=67.00, z=420.44], EntityWaypointContainer['unknown'/1612, l='MpServer', x=0.00, y=0.00, z=0.00], MoCEntityTurtle['Turtle'/513, l='MpServer', x=164.50, y=65.00, z=428.44], MoCEntitySnake['Snake'/514, l='MpServer', x=167.81, y=67.00, z=421.50], MoCEntityMole['Mole'/515, l='MpServer', x=170.31, y=64.00, z=437.38], MoCEntityFirefly['Firefly'/525, l='MpServer', x=170.59, y=69.00, z=497.81], MoCEntityHorse['WildHorse'/527, l='MpServer', x=170.72, y=62.95, z=523.72], MoCEntitySnake['Snake'/520, l='MpServer', x=172.47, y=66.00, z=485.06], MoCEntityDuck['Duck'/523, l='MpServer', x=164.47, y=68.00, z=498.88], MoCEntityMediumFish['MediumFish'/533, l='MpServer', x=172.41, y=62.00, z=580.00], MoCEntityMole['Mole'/535, l='MpServer', x=161.94, y=62.13, z=614.88], MoCEntityMediumFish['MediumFish'/534, l='MpServer', x=163.34, y=61.00, z=591.00], MoCEntityHorse['WildHorse'/529, l='MpServer', x=171.56, y=64.00, z=528.88], MoCEntityGoat['Goat'/528, l='MpServer', x=173.72, y=64.00, z=517.72], MoCEntityMole['Mole'/531, l='MpServer', x=168.69, y=60.00, z=573.41], MoCEntityRat['Rat'/530, l='MpServer', x=168.75, y=17.00, z=571.59], MoCEntityDeer['Deer'/541, l='MpServer', x=163.50, y=64.00, z=651.50], MoCEntityDeer['Deer'/540, l='MpServer', x=163.50, y=64.00, z=649.50], MoCEntityMole['Mole'/536, l='MpServer', x=174.28, y=63.00, z=651.06], MoCEntityFishy['Fishy'/539, l='MpServer', x=175.13, y=62.00, z=641.72], MoCEntityFishy['Fishy'/538, l='MpServer', x=165.19, y=62.00, z=642.41], MoCEntityMole['Mole'/610, l='MpServer', x=202.44, y=73.00, z=466.09], MoCEntityMole['Mole'/611, l='MpServer', x=194.28, y=62.53, z=481.78], MoCEntityMouse['Mouse'/609, l='MpServer', x=204.50, y=68.00, z=478.50], MoCEntityFly['Fly'/614, l='MpServer', x=195.78, y=69.00, z=509.44], MoCEntityFishy['Fishy'/615, l='MpServer', x=194.69, y=61.00, z=511.22], MoCEntityHorse['WildHorse'/612, l='MpServer', x=195.63, y=62.00, z=497.28], MoCEntityFishy['Fishy'/613, l='MpServer', x=196.84, y=61.00, z=508.34], MoCEntityWerewolf['Werewolf'/5424, l='MpServer', x=81.84, y=28.08, z=605.47], MoCEntityGoat['Goat'/618, l='MpServer', x=193.41, y=69.00, z=513.88], MoCEntityWerewolf['Werewolf'/5425, l='MpServer', x=75.94, y=27.00, z=606.50], MoCEntityDeer['Deer'/616, l='MpServer', x=202.50, y=69.00, z=515.50], MoCEntityDuck['Duck'/617, l='MpServer', x=203.84, y=64.00, z=522.09], MoCEntityMediumFish['MediumFish'/622, l='MpServer', x=196.78, y=62.00, z=583.00], MoCEntityMediumFish['MediumFish'/623, l='MpServer', x=204.41, y=60.59, z=596.03], MoCEntityMediumFish['MediumFish'/621, l='MpServer', x=201.22, y=62.00, z=581.88], MoCEntityFishy['Fishy'/627, l='MpServer', x=194.94, y=62.00, z=636.47], MoCEntityFishy['Fishy'/626, l='MpServer', x=193.53, y=62.00, z=636.31], MoCEntitySmallFish['SmallFish'/625, l='MpServer', x=202.38, y=62.00, z=636.19], MoCEntitySmallFish['SmallFish'/624, l='MpServer', x=201.81, y=62.00, z=638.72], MoCEntityHorse['WildHorse'/83, l='MpServer', x=-50.66, y=103.00, z=598.09], MoCEntityWerewolf['Werewolf'/5422, l='MpServer', x=71.38, y=27.00, z=607.53], MoCEntityMouse['Mouse'/95, l='MpServer', x=-37.97, y=65.00, z=497.56], MoCEntityMole['Mole'/102, l='MpServer', x=-39.03, y=98.00, z=614.97], MoCEntitySmallFish['SmallFish'/103, l='MpServer', x=-33.06, y=61.80, z=645.41], MoCEntityMediumFish['MediumFish'/577, l='MpServer', x=191.00, y=62.00, z=591.03], MoCEntityMole['Mole'/100, l='MpServer', x=-34.84, y=104.00, z=599.38], MoCEntityFishy['Fishy'/578, l='MpServer', x=184.41, y=62.00, z=633.47], MoCEntityHorse['WildHorse'/101, l='MpServer', x=-42.84, y=102.00, z=603.13], MoCEntityFishy['Fishy'/579, l='MpServer', x=189.56, y=62.00, z=630.88], MoCEntityMouse['Mouse'/98, l='MpServer', x=-44.53, y=66.00, z=524.88], MoCEntityFishy['Fishy'/580, l='MpServer', x=176.75, y=62.00, z=624.47], MoCEntityDeer['Deer'/99, l='MpServer', x=-45.50, y=84.00, z=561.50], MoCEntitySnake['Snake'/97, l='MpServer', x=-34.06, y=67.00, z=526.53], MoCEntityMouse['Mouse'/104, l='MpServer', x=-46.69, y=91.00, z=647.31], MoCEntityMouse['Mouse'/105, l='MpServer', x=-40.53, y=62.34, z=656.06], MoCEntityFirefly['Firefly'/119, l='MpServer', x=-27.47, y=88.00, z=585.94], MoCEntityFirefly['Firefly'/118, l='MpServer', x=-27.38, y=88.00, z=587.03], MoCEntityMouse['Mouse'/117, l='MpServer', x=-27.81, y=66.00, z=551.75], MoCEntityTurtle['Turtle'/601, l='MpServer', x=194.47, y=68.00, z=428.09], MoCEntitySmallFish['SmallFish'/127, l='MpServer', x=-27.81, y=62.00, z=640.31], MoCEntitySmallFish['SmallFish'/126, l='MpServer', x=-27.09, y=62.00, z=639.44], MoCEntityKomodo['KomodoDragon'/603, l='MpServer', x=192.44, y=70.00, z=422.50], MoCEntitySmallFish['SmallFish'/125, l='MpServer', x=-23.41, y=60.38, z=636.22], MoCEntityTurtle['Turtle'/602, l='MpServer', x=192.69, y=67.00, z=428.31], MoCEntityBunny['Bunny'/124, l='MpServer', x=-21.00, y=99.00, z=609.88], MoCEntityRaccoon['Raccoon'/605, l='MpServer', x=200.91, y=73.00, z=465.97], MoCEntityHorse['WildHorse'/123, l='MpServer', x=-28.00, y=99.00, z=615.75], MoCEntityBee['Bee'/604, l='MpServer', x=195.19, y=72.00, z=454.34], MoCEntityBunny['Bunny'/122, l='MpServer', x=-30.50, y=98.00, z=619.50], MoCEntityHorse['WildHorse'/121, l='MpServer', x=-22.28, y=96.00, z=616.03], MoCEntityRaccoon['Raccoon'/606, l='MpServer', x=203.28, y=72.00, z=468.53], MoCEntityMole['Mole'/120, l='MpServer', x=-19.63, y=91.00, z=616.81], EntityXPOrb['Experience Orb'/139, l='MpServer', x=-6.50, y=71.25, z=401.50], EntitySheep['Sheep'/141, l='MpServer', x=-1.28, y=65.00, z=474.84], EntitySkeleton['Skeleton'/5018, l='MpServer', x=60.50, y=5.00, z=587.50], MoCEntityMouse['Mouse'/140, l='MpServer', x=-3.09, y=69.00, z=455.91], MoCEntityMediumFish['MediumFish'/128, l='MpServer', x=-18.63, y=60.38, z=628.78], MoCEntityRat['Rat'/8001, l='MpServer', x=64.15, y=34.00, z=452.36], MoCEntityCricket['Cricket'/131, l='MpServer', x=-19.63, y=64.00, z=661.97], MoCEntityMediumFish['MediumFish'/130, l='MpServer', x=-20.28, y=62.00, z=645.16], MoCEntityMouse['Mouse'/152, l='MpServer', x=-13.41, y=63.41, z=563.25], MoCEntityAnt['Ant'/153, l='MpServer', x=-11.53, y=78.00, z=604.88], MoCEntityMouse['Mouse'/154, l='MpServer', x=-8.31, y=62.69, z=620.53], MoCEntityMouse['Mouse'/155, l='MpServer', x=-14.34, y=62.53, z=625.09], MoCEntityMediumFish['MediumFish'/156, l='MpServer', x=-18.38, y=61.10, z=631.44], MoCEntitySmallFish['SmallFish'/157, l='MpServer', x=-7.72, y=62.00, z=623.59], MoCEntityRay['Ray'/158, l='MpServer', x=-15.28, y=62.03, z=629.31], MoCEntityFishy['Fishy'/159, l='MpServer', x=-0.69, y=62.00, z=647.84], EntityZombie['Zombie'/150, l='MpServer', x=-3.48, y=14.35, z=553.28], EntityChicken['Chicken'/151, l='MpServer', x=-3.50, y=14.00, z=553.38], MoCEntityMole['Mole'/171, l='MpServer', x=12.22, y=62.41, z=500.44], MoCEntitySmallFish['SmallFish'/175, l='MpServer', x=3.84, y=62.00, z=593.69], EntityChicken['Chicken'/174, l='MpServer', x=12.88, y=61.80, z=589.81], MoCEntityMouse['Mouse'/173, l='MpServer', x=11.16, y=62.53, z=567.44], MoCEntityMole['Mole'/162, l='MpServer', x=-10.78, y=64.00, z=648.09], EntityZombie['Zombie'/5597, l='MpServer', x=0.50, y=21.00, z=521.50], MoCEntityMediumFish['MediumFish'/161, l='MpServer', x=-6.66, y=62.00, z=643.16], EntityZombie['Zombie'/5596, l='MpServer', x=-2.50, y=21.00, z=522.50], MoCEntityFishy['Fishy'/178, l='MpServer', x=-0.53, y=62.00, z=618.16], MoCEntityMouse['Mouse'/179, l='MpServer', x=6.81, y=62.63, z=639.75], MoCEntityJellyFish['JellyFish'/176, l='MpServer', x=14.31, y=62.19, z=617.56], MoCEntityFishy['Fishy'/177, l='MpServer', x=4.88, y=62.00, z=611.78], MoCEntityFishy['Fishy'/182, l='MpServer', x=7.09, y=62.00, z=646.81], MoCEntityMediumFish['MediumFish'/183, l='MpServer', x=17.94, y=62.00, z=641.47], MoCEntityFishy['Fishy'/180, l='MpServer', x=5.47, y=60.49, z=639.13], MoCEntityMole['Mole'/181, l='MpServer', x=11.38, y=63.00, z=648.34], MoCEntityMole['Mole'/205, l='MpServer', x=16.81, y=62.53, z=616.84], EntitySheep['Sheep'/204, l='MpServer', x=31.72, y=62.02, z=595.47], MoCEntityDeer['Deer'/207, l='MpServer', x=25.94, y=65.00, z=629.75], MoCEntityMediumFish['MediumFish'/206, l='MpServer', x=26.44, y=62.03, z=620.28], MoCEntityMole['Mole'/201, l='MpServer', x=30.50, y=62.13, z=561.50], MoCEntitySmallFish['SmallFish'/200, l='MpServer', x=28.38, y=62.00, z=518.44], EntityChicken['Chicken'/203, l='MpServer', x=18.41, y=61.80, z=597.56], EntityChicken['Chicken'/202, l='MpServer', x=31.19, y=61.86, z=598.81], MoCEntityRay['Ray'/197, l='MpServer', x=32.91, y=62.00, z=509.91], EntityChicken['Chicken'/196, l='MpServer', x=18.44, y=62.00, z=503.84], MoCEntitySmallFish['SmallFish'/199, l='MpServer', x=64.97, y=62.00, z=517.56], MoCEntityWerewolf['Werewolf'/195, l='MpServer', x=20.50, y=15.00, z=488.44], EntityZombie['Zombie'/223, l='MpServer', x=37.50, y=34.00, z=520.50], MoCEntitySnail['Snail'/212, l='MpServer', x=30.47, y=64.00, z=65
4.53], EntityEnderman['Enderman'/7959, l='MpServer', x=93.50, y=78.00, z=559.50], MoCEntityAnt['Ant'/213, l='MpServer', x=31.25, y=64.00, z=650.91], MoCEntityAnt['Ant'/214, l='MpServer', x=29.47, y=65.00, z=656.59], EntityZombie['Zombie'/5548, l='MpServer', x=103.50, y=22.00, z=466.50], MoCEntityMole['Mole'/208, l='MpServer', x=17.56, y=63.00, z=644.94], EntityClientPlayerMP['Foxtails3'/1069, l='MpServer', x=75.63, y=86.62, z=542.33], EntitySkeleton['Skeleton'/5549, l='MpServer', x=104.50, y=22.00, z=465.50], MoCEntityMediumFish['MediumFish'/209, l='MpServer', x=23.84, y=62.00, z=644.00], MoCEntitySmallFish['SmallFish'/210, l='MpServer', x=18.69, y=62.00, z=642.47], MoCEntityMediumFish['MediumFish'/211, l='MpServer', x=19.34, y=62.00, z=642.59], MoCEntityFly['Fly'/235, l='MpServer', x=34.53, y=67.00, z=662.88], MoCEntityFly['Fly'/234, l='MpServer', x=36.97, y=68.00, z=665.13], MoCEntityDeer['Deer'/233, l='MpServer', x=41.06, y=67.00, z=661.47], MoCEntityDeer['Deer'/232, l='MpServer', x=39.34, y=66.00, z=656.47], MoCEntityAnt['Ant'/231, l='MpServer', x=32.53, y=64.00, z=653.19], MoCEntityDeer['Deer'/229, l='MpServer', x=34.53, y=82.00, z=564.53], MoCEntityDeer['Deer'/228, l='MpServer', x=38.50, y=80.00, z=562.50], EntityChicken['Chicken'/227, l='MpServer', x=32.84, y=75.00, z=564.53], EntityItem['item.item.egg'/226, l='MpServer', x=32.59, y=60.13, z=559.53], MoCEntitySmallFish['SmallFish'/225, l='MpServer', x=34.84, y=62.00, z=523.91], MoCEntityJellyFish['JellyFish'/224, l='MpServer', x=44.63, y=62.00, z=525.44], EntityItem['item.item.bone'/254, l='MpServer', x=52.38, y=63.13, z=571.19], MoCEntityDeer['Deer'/255, l='MpServer', x=56.50, y=64.00, z=666.50], MoCEntitySmallFish['SmallFish'/252, l='MpServer', x=62.85, y=60.00, z=549.81], EntityItem['item.item.arrow'/253, l='MpServer', x=52.38, y=63.13, z=570.13], EntitySheep['Sheep'/250, l='MpServer', x=63.09, y=84.00, z=536.50], MoCEntitySmallFish['SmallFish'/251, l='MpServer', x=62.85, y=60.00, z=549.19], EntityCreeper['Creeper'/4552, l='MpServer', x=34.41, y=66.00, z=580.50], EntitySheep['Sheep'/248, l='MpServer', x=63.09, y=84.00, z=534.53], MoCEntityMiniGolem['MiniGolem'/4553, l='MpServer', x=35.59, y=65.00, z=581.84], EntitySheep['Sheep'/249, l='MpServer', x=63.09, y=84.00, z=534.09], MoCEntityMediumFish['MediumFish'/246, l='MpServer', x=56.00, y=62.00, z=491.44], MoCEntityJellyFish['JellyFish'/247, l='MpServer', x=59.28, y=62.00, z=522.06], MoCEntityScorpion['Scorpion'/243, l='MpServer', x=59.16, y=22.00, z=475.00], EntityCow['Cow'/275, l='MpServer', x=68.07, y=84.00, z=534.07], MoCEntityJellyFish['JellyFish'/274, l='MpServer', x=72.59, y=62.28, z=535.00], EntityBoat['Boat'/273, l='MpServer', x=75.78, y=63.16, z=542.25], EntityCreeper['Creeper'/2985, l='MpServer', x=143.50, y=42.00, z=530.50], EntityCow['Cow'/279, l='MpServer', x=68.07, y=84.00, z=535.60], EntityCow['Cow'/278, l='MpServer', x=68.07, y=84.00, z=534.07], EntityCow['Cow'/277, l='MpServer', x=70.55, y=84.00, z=534.07], EntityCow['Cow'/276, l='MpServer', x=68.07, y=84.00, z=534.07], EntityCow['Cow'/283, l='MpServer', x=69.32, y=84.00, z=536.92], EntityCow['Cow'/282, l='MpServer', x=68.07, y=84.00, z=534.07], EntityCow['Cow'/281, l='MpServer', x=68.07, y=84.00, z=535.83], EntityCow['Cow'/280, l='MpServer', x=69.91, y=84.00, z=536.93], EntityCow['Cow'/287, l='MpServer', x=68.07, y=84.00, z=534.07], EntityCow['Cow'/286, l='MpServer', x=68.07, y=84.00, z=536.93], EntityCow['Cow'/285, l='MpServer', x=69.87, y=84.00, z=534.09], EntityCow['Cow'/284, l='MpServer', x=68.07, y=84.00, z=536.93], MoCEntityCrocodile['Crocodile'/266, l='MpServer', x=79.34, y=65.00, z=430.91], MoCEntityKomodo['KomodoDragon'/267, l='MpServer', x=65.50, y=65.00, z=444.06], MoCEntityTurtle['Turtle'/265, l='MpServer', x=76.31, y=64.00, z=423.88], EntityCartChest['Minecart with Chest'/270, l='MpServer', x=72.78, y=46.34, z=522.88], MoCEntityJellyFish['JellyFish'/271, l='MpServer', x=70.63, y=62.34, z=527.75], MoCEntitySnake['Snake'/268, l='MpServer', x=79.28, y=62.53, z=460.28], EntityCartChest['Minecart with Chest'/269, l='MpServer', x=67.50, y=22.34, z=469.94], MoCEntityDeer['Deer'/305, l='MpServer', x=75.50, y=110.00, z=665.50], MoCEntityButterfly['ButterFly'/304, l='MpServer', x=68.47, y=77.00, z=646.41], MoCEntitySilverSkeleton['SilverSkeleton'/5737, l='MpServer', x=162.50, y=33.00, z=600.50], MoCEntitySilverSkeleton['SilverSkeleton'/5736, l='MpServer', x=161.50, y=33.00, z=602.50], MoCEntityTurtle['Turtle'/315, l='MpServer', x=84.34, y=63.00, z=436.03], MoCEntityTurtle['Turtle'/314, l='MpServer', x=88.47, y=63.00, z=431.88], MoCEntitySilverSkeleton['SilverSkeleton'/5735, l='MpServer', x=158.50, y=33.00, z=600.50], MoCEntityHorseMob['HorseMob'/5734, l='MpServer', x=151.78, y=35.38, z=599.06], MoCEntityCrocodile['Crocodile'/316, l='MpServer', x=88.78, y=64.00, z=435.94], MoCEntitySmallFish['SmallFish'/318, l='MpServer', x=80.66, y=62.00, z=462.31], EntityCow['Cow'/288, l='MpServer', x=68.07, y=84.00, z=534.07], EntityCow['Cow'/289, l='MpServer', x=69.72, y=84.00, z=535.88], EntityCow['Cow'/290, l='MpServer', x=70.91, y=84.00, z=535.96], EntityCow['Cow'/291, l='MpServer', x=70.55, y=84.00, z=534.07], EntityCow['Cow'/292, l='MpServer', x=68.07, y=84.00, z=534.07], EntityCow['Cow'/293, l='MpServer', x=69.37, y=84.00, z=535.33], EntityCow['Cow'/294, l='MpServer', x=70.91, y=84.00, z=535.47], EntitySheep['Sheep'/295, l='MpServer', x=64.25, y=84.00, z=535.34], EntitySheep['Sheep'/296, l='MpServer', x=78.28, y=96.50, z=538.38], EntitySkeleton['Skeleton'/297, l='MpServer', x=69.53, y=61.00, z=547.00], EntitySkeleton['Skeleton'/298, l='MpServer', x=66.94, y=60.00, z=546.53], MoCEntityBoar['Boar'/299, l='MpServer', x=65.28, y=78.00, z=572.28], MoCEntityFishy['Fishy'/300, l='MpServer', x=75.81, y=62.00, z=590.63], MoCEntityMediumFish['MediumFish'/301, l='MpServer', x=80.78, y=62.00, z=584.36], EntitySheep['Sheep'/302, l='MpServer', x=72.69, y=113.00, z=606.91], MoCEntityDeer['Deer'/303, l='MpServer', x=65.06, y=119.00, z=600.72], MoCEntityMaggot['Maggot'/339, l='MpServer', x=89.44, y=108.00, z=668.19], MoCEntityDeer['Deer'/338, l='MpServer', x=92.31, y=63.00, z=653.31], MoCEntityMaggot['Maggot'/351, l='MpServer', x=102.75, y=64.00, z=415.13], MoCEntityHorse['WildHorse'/326, l='MpServer', x=89.72, y=84.00, z=519.34], MoCEntitySmallFish['SmallFish'/324, l='MpServer', x=83.53, y=62.00, z=492.16], MoCEntitySmallFish['SmallFish'/325, l='MpServer', x=85.84, y=62.00, z=506.31], MoCEntityTurtle['Turtle'/322, l='MpServer', x=83.88, y=45.00, z=485.03], EntityChicken['Chicken'/323, l='MpServer', x=81.47, y=62.00, z=492.16], EntityZombie['Zombie'/321, l='MpServer', x=93.50, y=24.00, z=468.50], MoCEntityMole['Mole'/334, l='MpServer', x=88.25, y=70.00, z=620.69], MoCEntityDeer['Deer'/335, l='MpServer', x=80.94, y=69.00, z=619.53], MoCEntityDeer['Deer'/332, l='MpServer', x=83.75, y=69.00, z=619.31], MoCEntityButterfly['ButterFly'/328, l='MpServer', x=91.22, y=74.00, z=597.63], EntitySheep['Sheep'/329, l='MpServer', x=88.53, y=76.00, z=598.41], MoCEntityCricket['Cricket'/373, l='MpServer', x=102.13, y=65.00, z=599.56], MoCEntityCricket['Cricket'/372, l='MpServer', x=111.25, y=66.34, z=608.03], MoCEntityMole['Mole'/375, l='MpServer', x=111.31, y=63.00, z=620.13], MoCEntitySnail['Snail'/374, l='MpServer', x=107.94, y=64.00, z=598.38], MoCEntitySmallFish['SmallFish'/368, l='MpServer', x=101.42, y=61.09, z=566.54], MoCEntityBoar['Boar'/371, l='MpServer', x=111.50, y=63.00, z=604.97], MoCEntityMediumFish['MediumFish'/370, l='MpServer', x=107.06, y=62.03, z=586.44], MoCEntityMole['Mole'/381, l='MpServer', x=96.78, y=65.00, z=626.09], MoCEntityBird['Bird'/383, l='MpServer', x=110.91, y=69.00, z=663.88], MoCEntityBird['Bird'/382, l='MpServer', x=104.56, y=69.00, z=665.00], MoCEntityMole['Mole'/376, l='MpServer', x=103.78, y=64.00, z=613.31], MoCEntityFishy['Fishy'/358, l='MpServer', x=104.91, y=62.00, z=456.81], EntityZombie['Zombie'/359, l='MpServer', x=100.50, y=25.00, z=467.50], MoCEntitySnake['Snake'/352, l='MpServer', x=99.75, y=64.00, z=415.03], MoCEntityTurtle['Turtle'/353, l='MpServer', x=102.75, y=64.00, z=423.78], MoCEntityTurtle['Turtle'/354, l='MpServer', x=100.59, y=64.00, z=439.47], MoCEntityMole['Mole'/364, l='MpServer', x=105.50, y=62.50, z=498.97], MoCEntityDeer['Deer'/365, l='MpServer', x=98.53, y=80.00, z=508.97], EntityZombie['Zombie'/366, l='MpServer', x=110.88, y=41.00, z=513.50], EntityPig['Pig'/367, l='MpServer', x=100.09, y=74.00, z=535.59], MoCEntityKomodo['KomodoDragon'/361, l='MpServer', x=109.22, y=63.00, z=468.53], MoCEntityMole['Mole'/362, l='MpServer', x=97.69, y=70.00, z=488.50], EntitySkeleton['Skeleton'/363, l='MpServer', x=110.50, y=27.00, z=498.50], MoCEntityMole['Mole'/410, l='MpServer', x=122.81, y=62.50, z=583.91], MoCEntityMole['Mole'/411, l='MpServer', x=113.50, y=63.00, z=609.19], MoCEntityDeer['Deer'/408, l='MpServer', x=127.88, y=65.00, z=568.47], MoCEntitySnail['Snail'/409, l='MpServer', x=124.75, y=67.00, z=564.81], MoCEntityDeer['Deer'/414, l='MpServer', x=125.97, y=64.00, z=621.47], MoCEntityMole['Mole'/415, l='MpServer', x=116.38, y=64.00, z=619.06], MoCEntityDeer['Deer'/412, l='MpServer', x=120.50, y=63.00, z=623.75], MoCEntityMiniGolem['MiniGolem'/413, l='MpServer', x=126.56, y=47.00, z=610.94], MoCEntityMaggot['Maggot'/402, l='MpServer', x=122.75, y=75.00, z=540.34], MoCEntityButterfly['ButterFly'/403, l='MpServer', x=125.38, y=74.00, z=538.19], MoCEntityDeer['Deer'/406, l='MpServer', x=126.41, y=68.00, z=566.47], MoCEntitySilverSkeleton['SilverSkeleton'/4263, l='MpServer', x=125.47, y=29.00, z=581.47], MoCEntityDeer['Deer'/407, l='MpServer', x=121.53, y=68.00, z=566.34], MoCEntityButterfly['ButterFly'/404, l='MpServer', x=121.63, y=75.00, z=541.47], MoCEntityMaggot['Maggot'/405, l='MpServer', x=121.81, y=74.00, z=529.28], MoCEntitySmallFish['SmallFish'/395, l='MpServer', x=115.06, y=62.00, z=461.56], MoCEntityKomodo['KomodoDragon'/394, l='MpServer', x=120.56, y=67.00, z=421.56], MoCEntityWerewolf['Werewolf'/42
87, l='MpServer', x=79.53, y=12.00, z=615.97], EntityXPOrb['Experience Orb'/399, l='MpServer', x=124.84, y=16.25, z=485.13], MoCEntityWerewolf['Werewolf'/4286, l='MpServer', x=79.47, y=13.00, z=613.63], MoCEntityRat['Rat'/4285, l='MpServer', x=75.28, y=12.00, z=606.34], MoCEntityTurtle['Turtle'/396, l='MpServer', x=114.84, y=62.53, z=458.56], MoCEntitySilverSkeleton['SilverSkeleton'/5373, l='MpServer', x=-25.50, y=20.00, z=546.50], MoCEntityTurtle['Turtle'/440, l='MpServer', x=131.31, y=63.00, z=451.53], MoCEntityTurtle['Turtle'/441, l='MpServer', x=133.00, y=63.00, z=455.66], MoCEntityTurtle['Turtle'/442, l='MpServer', x=134.53, y=63.00, z=458.06], MoCEntityDeer['Deer'/443, l='MpServer', x=135.47, y=69.00, z=475.31], MoCEntityDeer['Deer'/444, l='MpServer', x=139.47, y=68.00, z=478.53], EntityCartChest['Minecart with Chest'/446, l='MpServer', x=133.50, y=45.34, z=504.06], EntityCreeper['Creeper'/3435, l='MpServer', x=82.50, y=21.00, z=465.50], EntityCartChest['Minecart with Chest'/447, l='MpServer', x=132.50, y=41.50, z=517.50], MoCEntityTurtle['Turtle'/435, l='MpServer', x=142.50, y=62.53, z=442.47], MoCEntityTurtle['Turtle'/436, l='MpServer', x=136.59, y=63.00, z=448.06], MoCEntityKomodo['KomodoDragon'/437, l='MpServer', x=138.00, y=65.00, z=434.97], MoCEntityTurtle['Turtle'/438, l='MpServer', x=143.28, y=64.00, z=437.25], MoCEntityKomodo['KomodoDragon'/439, l='MpServer', x=130.47, y=67.00, z=434.72], MoCEntitySilverSkeleton['SilverSkeleton'/3452, l='MpServer', x=123.50, y=11.00, z=630.50], MoCEntityMole['Mole'/417, l='MpServer', x=116.03, y=63.00, z=632.13], MoCEntityDeer['Deer'/416, l='MpServer', x=119.47, y=63.00, z=626.94], MoCEntityMole['Mole'/419, l='MpServer', x=114.91, y=69.00, z=659.19], MoCEntityMole['Mole'/418, l='MpServer', x=126.75, y=70.00, z=653.28], EntityXPOrb['Experience Orb'/478, l='MpServer', x=155.50, y=41.25, z=496.50], MoCEntityDeer['Deer'/479, l='MpServer', x=159.53, y=66.00, z=510.53], MoCEntityFirefly['Firefly'/476, l='MpServer', x=157.72, y=70.00, z=451.41], MoCEntityButterfly['ButterFly'/477, l='MpServer', x=149.91, y=70.00, z=454.66], MoCEntityKomodo['KomodoDragon'/474, l='MpServer', x=149.28, y=66.00, z=431.44], MoCEntityFirefly['Firefly'/475, l='MpServer', x=144.63, y=69.00, z=455.97], MoCEntityTurtle['Turtle'/472, l='MpServer', x=152.31, y=67.00, z=423.34], MoCEntityKomodo['KomodoDragon'/473, l='MpServer', x=153.59, y=68.00, z=421.50], MoCEntityRat['Rat'/7217, l='MpServer', x=171.50, y=22.00, z=570.50], MoCEntityMole['Mole'/461, l='MpServer', x=130.25, y=64.00, z=624.38], MoCEntityDeer['Deer'/460, l='MpServer', x=137.53, y=67.00, z=637.53], MoCEntityDeer['Deer'/459, l='MpServer', x=139.47, y=67.00, z=639.38], MoCEntityRay['Ray'/458, l='MpServer', x=142.06, y=12.04, z=636.91], EntitySpider['Spider'/4831, l='MpServer', x=82.03, y=46.00, z=521.78], MoCEntityDeer['Deer'/457, l='MpServer', x=132.09, y=68.00, z=612.88], MoCEntityMole['Mole'/456, l='MpServer', x=141.16, y=67.00, z=615.66], MoCEntityDeer['Deer'/455, l='MpServer', x=133.16, y=66.00, z=605.31], MoCEntityMediumFish['MediumFish'/454, l='MpServer', x=140.69, y=62.00, z=605.59], MoCEntityMediumFish['MediumFish'/453, l='MpServer', x=137.91, y=62.00, z=603.69], MoCEntitySmallFish['SmallFish'/452, l='MpServer', x=141.56, y=62.00, z=603.53], MoCEntitySmallFish['SmallFish'/451, l='MpServer', x=141.34, y=62.00, z=607.84], MoCEntityMole['Mole'/450, l='MpServer', x=125.94, y=63.00, z=593.69], EntityPig['Pig'/449, l='MpServer', x=140.50, y=64.00, z=568.50], EntityPig['Pig'/448, l='MpServer', x=142.47, y=64.00, z=568.53], MoCEntityTurtle['Turtle'/511, l='MpServer', x=175.31, y=63.00, z=429.56], MoCEntityBird['Bird'/503, l='MpServer', x=158.97, y=69.00, z=669.59], MoCEntitySmallFish['SmallFish'/496, l='MpServer', x=149.91, y=62.00, z=626.06], MoCEntityMediumFish['MediumFish'/497, l='MpServer', x=153.25, y=60.43, z=630.09], MoCEntityRat['Rat'/4836, l='MpServer', x=173.50, y=36.00, z=606.50], MoCEntitySnake['Snake'/493, l='MpServer', x=153.28, y=63.00, z=635.94], MoCEntityJellyFish['JellyFish'/492, l='MpServer', x=152.63, y=62.00, z=631.72], MoCEntitySmallFish['SmallFish'/495, l='MpServer', x=152.19, y=62.00, z=633.19], EntityEnderman['Enderman'/7724, l='MpServer', x=154.72, y=39.00, z=475.41], MoCEntitySmallFish['SmallFish'/494, l='MpServer', x=159.41, y=62.03, z=625.25], EntityEnderman['Enderman'/7723, l='MpServer', x=154.66, y=39.00, z=480.50], MoCEntitySmallFish['SmallFish'/489, l='MpServer', x=158.81, y=62.00, z=614.22], MoCEntityFishy['Fishy'/488, l='MpServer', x=144.88, y=62.00, z=609.72], MoCEntityJellyFish['JellyFish'/491, l='MpServer', x=157.53, y=62.00, z=626.66], MoCEntitySnake['Snake'/490, l='MpServer', x=147.66, y=62.53, z=627.00], EntityPig['Pig'/487, l='MpServer', x=153.63, y=63.00, z=579.75], EntityCreeper['Creeper'/486, l='MpServer', x=149.50, y=22.00, z=590.50], MoCEntityBear['Bear'/481, l='MpServer', x=146.63, y=57.00, z=524.38], EntityCartChest['Minecart with Chest'/480, l='MpServer', x=144.50, y=41.34, z=516.03], MoCEntityDeer['Deer'/483, l='MpServer', x=157.59, y=65.00, z=514.03], MoCEntityHorse['WildHorse'/482, l='MpServer', x=146.28, y=55.00, z=522.72]]
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:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:908)
at net.minecraft.client.main.Main.main(Main.java:162)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1916223384 bytes (1827 MB) / 4179099648 bytes (3985 MB) up to 4179099648 bytes (3985 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4G -XX:PermSize=512m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 291, allocated: 13, tallocated: 96
FML: MCP v9.05 FML v7.10.85.1231 Minecraft Forge 10.13.2.1231 Optifine OptiFine_1.7.10_HD_U_A4 107 mods loaded, 107 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1231} [Forge Mod Loader] (forge-1.7.10-10.13.2.1231.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1231} [Minecraft Forge] (forge-1.7.10-10.13.2.1231.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Aroma1997Core{1.0.2.9} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.3.62} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.62-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
malisiscore{1.7.2-0.9.1} [Malisis Core] (malisiscore-1.7.2-0.9.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FamiliarsAPI{1.7.10} [Familiars API] (FamiliarsAPI-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
InvisibLights{2.2-6} [InvisibLights] ([1.7.10]InvisibLights-2.2-6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
advanceddispensers{1.2.0-b8 for 1.7.10} [Advanced Dispensers Mod] (advanceddispensers-1.2.0-b8.for.1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
smeltchevsky{b3} [Armor Smelter] (ArmorSmelter_1.7.2_b3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Aroma1997CoreHelper{1.0.2.9} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.2-1.0.2.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ArrowCamMod{2.0.0} [Arrow Cam Mod] (ArrowCamMod-1.7.2-2.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
D3Core{1.0.0.11} [D3Core] (D3Core-1.7.10-1.0.0.11.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AutoCrafter2000{1.1.0.26} [AutoCrafter2000] (AutoCrafter2000-1.7.10-1.1.0.26.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BetterFoliage{1.0.1} [Better Foliage] (BetterFoliage-1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.8.2} [BiblioCraft] (BiblioCraft[v1.8.2][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoFHCore{1.7.10R3.0.0B6} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B6-32.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BigReactors{0.4.0rc10} [Big Reactors] (BigReactors-0.4.0rc10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle{1.7.10-0.3.1.jenkins180} [Mantle] (Mantle-mc1.7.10-0.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0-b1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1004-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CarpentersBlocks{3.3.0} [Carpenter's Blocks] (Carpenter's Blocks v3.3.0 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
cookiecore{1.3.0} [Cookie Core] (cookiecore-1.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildMod{v1.0} [Build Mod] (CoroUtil-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CoroAI{v1.0} [CoroAI] (CoroUtil-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtendedRenderer{v1.0} [Extended Renderer] (CoroUtil-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ConfigMod{v1.0} [Extended Mod Config] (CoroUtil-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
craftguide{1.6.8.1} [CraftGuide] (CraftGuide-1.6.8.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ImmibisCore{59.0.1} [Immibis Core] (Immibis-Core-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DimensionalAnchors{59.0.2} [Dimensional Anchors] (dimensional-anchor-59.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MoCreatures{6.3.0} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights{1.3.7} [Dynamic Lights] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_dropItems{1.0.7} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_mobEquipment{1.0.7} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_floodLights{1.0.1} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EasyCrafting{1.7.10-2.0.1.16} [Easy Crafting] (EasyCrafting-1.7.10-2.0.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ejectorrail{1.0.1} [Ejector Rail] (EjectorRail-1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eplus{1.7.10-3.0.1} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderIO{1.7.10-2.0.8.221} [Ender IO] (EnderIO-1.7.10-2.0.8.221.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
EnderStorage{1.4.5.24} [EnderStorage] (EnderStorage-1.7.10-1.4.5.24-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
enhancedportals{3.0.7} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMultipart{1.1.0.311} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.311-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtraUtilities{1.1.0k} [Extra Utilities] (extrautilities-1.1.0k.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DefaultMobPack{1.7.10} [DefaultMobPack] (FamiliarsDefaultMobPack-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ExtendedFamPack{1.7.10} [ExtendedFamPack] (FamiliarsExtendedFamPack-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
foxlib{0.4.0} [FoxLib] (FoxLib-1.7.10-0.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
HopperDuctMod{1.3.2} [Hopper Ducts] (hopperductmod-1.7.10-1.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inpure|core{1.7.10R1.0.0B1} [INpureCore] (INpureCore-[1.7.10]1.0.0B2-4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IronChest{6.0.41.729} [Iron Chest] (Iron-Chests-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Waila{1.5.4a} [Waila] (Waila-1.5.4a_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
journeymap{4.0.5} [JourneyMap] (JourneyMap4.0.5_Unlimited_MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Lumberjack{1.1.0.12} [Lumberjack] (Lumberjack-1.7.10-1.1.0.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
malisisdoors{1.7.2-1.0.2} [Malisis' Doors] (malisisdoors-1.7.2-1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mcicraft{1.0.6} [MCICraft] (mcicraft_core-1.0.6_MC-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mcicraft_farming{1.0.6} [MCICraft Farming] (mcicraft_farming-1.0.6_MC-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mcicraft_machines{1.0.6} [MCICraft Machines] (mcicraft_machines-1.0.6_MC-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mcicraft_redstone{1.0.6} [MCICraft Redstone] (mcicraft_redstone-1.0.6_MC-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
millenaire{6.0.0pb2} [Millénaire] (millenaire-6.0.0pb2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MobLanterns{3.0} [Mob Lanterns] (MobLanterns-3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
examplemod{1.0} [Example Mod] (mod_XrayV2.01.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Kradxns Xray{2.0} [Xray] (mod_XrayV2.01.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
clayspawn{1.7.2a} [Pam's Clay Spawn] (Pam's Clay Spawn 1.7.2a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
harvestcraft{1.7.10b} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
packchevsky{b4} [Potion Packs] (PotionPacks_1.7.2_b4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Core{4.5.1.51} [ProjectRed] (ProjectRed-Base-1.7.10-4.5.1.51.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Transmission{4.5.1.51} [ProjectRed-Transmission] (ProjectRed-Integration-1.7.10-4.5.1.51.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Transportation{4.5.1.51} [ProjectRed-Transportation] (ProjectRed-Mechanical_beta-1.7.10-4.5.1.51.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Exploration{4.5.1.51} [ProjectRed-Exploration] (ProjectRed-World-1.7.10-4.5.1.51.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TConstruct{1.7.10-1.7.0.build665} [Tinkers' Construct] (TConstruct-1.7.10-1.7.0d2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Compatibility{4.5.1.51} [ProjectRed-Compatibility] (ProjectRed-Compat-1.7.10-4.5.1.51.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Integration{4.5.1.51} [ProjectRed-Integration] (ProjectRed-Integration-1.7.10-4.5.1.51.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Illumination{4.5.1.51} [ProjectRed-Illumination] (ProjectRed-Lighting-1.7.10-4.5.1.51.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjRed|Expansion{4.5.1.51} [ProjectRed-Expansion] (ProjectRed-Mechanical_beta-1.7.10-4.5.1.51.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Railcraft{9.3.3.0} [Railcraft] (Railcraft_1.7.10-9.3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Roguelike{1.3.4} [Roguelike Dungeons] (roguelike-1.7.10-1.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AS_Ruins{13.8} [Ruins Spawning System] (Ruins-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Reciper{1.2.0} [§3§oSDXC §b§oReciper (Hardcoded)] (SDXC_Reciper_1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
simplefluidtanks{1.7.10-1.2.0.4} [Simple Fluid Tanks] (simplefluidtanks-1.7.10-1.2.0.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SteelIndustries{1.7.10-0.5c} [Steel Industries] (SteelIndustries-1.7.10-0.5c.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Tails{$version} [Tails] (Tails-1.7.10-1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TSteelworks{1.7.10-1.0.6} [Tinkers' Steelworks] (TSteelworks-1.7.10-1.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TiCTooltips{1.1.11b} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.1.11b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TMechworks{1.7.10-67.34d1d9b} [Tinkers' Mechworks] (TMechworks_mc1.7.10_0.2.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
torchLevers{1.4.1} [Torch Levers] (TorchLeversV1.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AS_UpdateCheck{1.1.6} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
YAPP{0.0.1} [YAPP] (YAPP-1.7.2-0.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
zyinhud{1.3.3} [Zyin's HUD] (ZyinsHUD-(1.7.10)-v.1.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
McMultipart{1.1.0.311} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.311-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
JustAnotherSpawner{0.14.12} [Just Another Spawner] (JustAnotherSpawner-0.14.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ModLister{1.0} [Mod Lister] (Mod+Lister+1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ForgeMicroblock{1.1.0.311} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.311-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
TConstruct Environment: Environment healthy.
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 770/PCIe/SSE2 GL version 4.4.0 NVIDIA 344.48, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [BiomesOPlenty-1.7.10- x64.zip, ExtraUtils-1.1.0f-1.7-64x.zip, MalisisDoors-MC1.7.10-64x.zip, Natura-1.7.10-x64.zip, Sphax_TinCon_Ver1.6.0.d40_1_128x.zip, Norte_Chisel.zip, Sphax_ArchimedesShips_64x.zip, Sphax64x_Enhanced_Portals_Ver3.0.0b6.zip, T-Craft Realistic 64x64 1.7.9.zip, msi_conversion.zip, Misa.zip, PERSISTENCE x64.zip, HDTEXT.zip, HDICON v0.3.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Got this crash report, my frend tells me they tried to use Forge Microblocks on the server I was running. (I also crash when placing them in singleplayer but haven't posted anything until now due to laziness)
http://pastebin.com/HLQW9J0n
I'm not sure if this is a problem with his mods or with NEI, but in the doubt, I noticed Reika as well.
You can contact me at: [email protected]
Thanks
^ from the main post. Perhaps you should read it to see if you need to ask first...
1: Wrong thread
2: Read the threads, this has already been mentioned in Reika's thread