hello everyone, because im having a LOT of problems and dont want to create a new thread to each one, i decided to put ALL of my crashing problems in this one. if the current problem isnt fixed, i will start it with $ if already fixed i will edit it to %, thanks for the help!
Rollback Post to RevisionRollBack
As human beings, we can teach, invent and discover, but if we can't do any of that we can at the very least be honest.
no, i just didnt have any problems yet. now i do though!
$
im trying to make a server from my mods and it doesnt work, i know its because i put cilent only mods in there but i dont know which ones are the problem. here is the crash report:
Time: 20:43 05/12/14
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/client/renderer/EntityRenderer
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadBaseModClass(ModClassLoader.java:104)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:484)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.EntityRenderer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 31 more
Caused by: java.lang.RuntimeException: Attempted to load class bfe for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
... 33 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
java.lang.NullPointerException: Unexpected error
at net.minecraftforge.fluids.FluidRegistry.isFluidRegistered(FluidRegistry.java:91)
at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:30)
at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:58)
at mods.railcraft.common.fluids.TankManager.processGuiUpdate(TankManager.java:192)
at mods.railcraft.common.gui.containers.ContainerLocomotiveSteamSolid.func_75137_b(ContainerLocomotiveSteamSolid.java:101)
at net.minecraft.client.network.NetHandlerPlayClient.func_147245_a(NetHandlerPlayClient.java:1151)
at net.minecraft.network.play.server.S31PacketWindowProperty.func_148833_a(SourceFile:26)
at net.minecraft.network.play.server.S31PacketWindowProperty.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1590)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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.minecraftforge.fluids.FluidRegistry.isFluidRegistered(FluidRegistry.java:91)
at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:30)
at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:58)
at mods.railcraft.common.fluids.TankManager.processGuiUpdate(TankManager.java:192)
at mods.railcraft.common.gui.containers.ContainerLocomotiveSteamSolid.func_75137_b(ContainerLocomotiveSteamSolid.java:101)
at net.minecraft.client.network.NetHandlerPlayClient.func_147245_a(NetHandlerPlayClient.java:1151)
at net.minecraft.network.play.server.S31PacketWindowProperty.func_148833_a(SourceFile:26)
at net.minecraft.network.play.server.S31PacketWindowProperty.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
As human beings, we can teach, invent and discover, but if we can't do any of that we can at the very least be honest.
$
im trying to make a server from my mods and it doesnt work, i know its because i put cilent only mods in there but i dont know which ones are the problem. here is the crash report:
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 20:43 05/12/14
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/client/renderer/EntityRenderer
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadBaseModClass(ModClassLoader.java:104)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:484)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.EntityRenderer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 31 more
Caused by: java.lang.RuntimeException: Attempted to load class bfe for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
... 33 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
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: 249754640 bytes (238 MB) / 329777152 bytes (314 MB) up to 1657274368 bytes (1580 MB)
JVM Flags: 0 total;
AABB Pool Size: 0 (0 bytes; 0 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 v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 31 mods loaded, 31 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-universal-1.6.4-9.11.1.965-v164-pregradle.jar) Unloaded->Constructed
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-universal-1.6.4-9.11.1.965-v164-pregradle.jar) Unloaded->Constructed
CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed
NotEnoughItems{1.6.1.8} [Not Enough Items] (NotEnoughItems_1.61.8.jar) Unloaded->Constructed
OpenModsCore{0.4} [OpenModsCore] (minecraft.jar) Unloaded->Constructed
FamiliarsAPI{1.6.4} [Familiars API] (Familiars_API_1.6.4a.zip) Unloaded->Constructed
AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI-v1.1.1-mc1.6.2.zip) Unloaded->Constructed
ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed
DragonMounts{r36} [Dragon Mounts] (dragonmount_r36_mc1.6.x.zip) Unloaded->Constructed
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5 (2).zip) Unloaded->Constructed
FamiliarsDefaultMobPack{1.6.4} [Familiars DefaultMobPack] (Familiars_DefaultMobPack_1.6.4a.zip) Unloaded->Constructed
FamiliarsExtendedFamPack{1.6.4} [Familiars ExtendedFamPack] (Familiars_ExtendedFamPack_1.6.4a.zip) Unloaded->Constructed
FamiliarsHerobrineFamPack{1.6.4} [Familiars HerobrineFamPack] (Familiars_HerobrineFamPack_1.6.4a.zip) Unloaded->Constructed
GalacticraftCore{2.0.14} [Galacticraft Core] (Galacticraft-1.6.4-2.0.14.1097.jar) Unloaded->Constructed
GalacticraftMars{2.0.14} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.14.1097.jar) Unloaded->Constructed
iChunUtil{2.3.0} [iChunUtil] (iChunUtil2.3.0.zip) Unloaded->Constructed
GraviGun{2.0.0} [GraviGun] (GravityGun2.0.0.zip) Unloaded->Constructed
Hats{2.1.8} [Hats] (Hats2.1.8.zip) Unloaded->Constructed
AencEx{0.0.1} [AencEx] (More-Enchantments-Mod-1.6.4 (1).jar) Unloaded->Constructed
me{1.1.1} [More Enchantments] (More-Enchantments-Mod-1.6.4 (1).jar) Unloaded->Constructed
Morph{0.7.2} [Morph] (Morph-Beta-0.7.2.zip) Unloaded->Constructed
MutantCreatures{1.4.4} [Mutant Creatures] (Mutant_Creatures_v1.4.4_mc1.6.4.zip) Unloaded->Constructed
NotEnoughCodecs{0.1} [NotEnoughCodecs] (NotEnoughCodecs-0.1.jar) Unloaded->Constructed
OpenMods{0.4} [OpenMods] (OpenModsLib-0.4b.jar) Unloaded->Constructed
OpenPeripheralCore{0.3.3} [OpenPeripheralCore] (OpenPeripheralCore-0.3.3.jar) Unloaded->Constructed
OpenPeripheral{0.1.3} [OpenPeripheralAddons] (OpenPeripheralAddons-0.1.3.jar) Unloaded->Constructed
OpenBlocks{1.2.7} [OpenBlocks] (OpenBlocks-1.2.7.jar) Unloaded->Constructed
TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed
mod_ZanMinimap{Not available} [mod_ZanMinimap] (ZansMinimap1.6.4.zip) Unloaded
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
As human beings, we can teach, invent and discover, but if we can't do any of that we can at the very least be honest.
i know, i dont which ones are the cilent only...
As human beings, we can teach, invent and discover, but if we can't do any of that we can at the very least be honest.
As human beings, we can teach, invent and discover, but if we can't do any of that we can at the very least be honest.
Can someone tell me what this crash report means? Everytime I try to open an interface Minecraft crashes. I am running 1.7.10 I have 5 mods:
• PneumaticCraft-1.7.10-1.6.6-68-universal.jar
• IGW-Mod.jar
• buildcraft-6.4.10.jar
• Railcraft_1.7.10-9.5 / railcraft (folder)
• ElectricalAge_BETA-1.9_r46.jar
---- Minecraft Crash Report ----
// My bad.
Time: 4/11/15 4:52 PM
Description: Unexpected error
java.lang.NullPointerException: Unexpected error
at net.minecraftforge.fluids.FluidRegistry.isFluidRegistered(FluidRegistry.java:91)
at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:30)
at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:58)
at mods.railcraft.common.fluids.TankManager.processGuiUpdate(TankManager.java:192)
at mods.railcraft.common.gui.containers.ContainerLocomotiveSteamSolid.func_75137_b(ContainerLocomotiveSteamSolid.java:101)
at net.minecraft.client.network.NetHandlerPlayClient.func_147245_a(NetHandlerPlayClient.java:1151)
at net.minecraft.network.play.server.S31PacketWindowProperty.func_148833_a(SourceFile:26)
at net.minecraft.network.play.server.S31PacketWindowProperty.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1590)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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.minecraftforge.fluids.FluidRegistry.isFluidRegistered(FluidRegistry.java:91)
at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:30)
at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:58)
at mods.railcraft.common.fluids.TankManager.processGuiUpdate(TankManager.java:192)
at mods.railcraft.common.gui.containers.ContainerLocomotiveSteamSolid.func_75137_b(ContainerLocomotiveSteamSolid.java:101)
at net.minecraft.client.network.NetHandlerPlayClient.func_147245_a(NetHandlerPlayClient.java:1151)
at net.minecraft.network.play.server.S31PacketWindowProperty.func_148833_a(SourceFile:26)
at net.minecraft.network.play.server.S31PacketWindowProperty.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['I_Love_Paramore'/10, l='MpServer', x=-896.08, y=5.62, z=391.51]]
Chunk stats: MultiplayerChunkCache: 603, 603
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-892,4,385), Chunk: (at 4,0,1 in -56,24; contains blocks -896,0,384 to -881,255,399), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,0,0 to -513,255,511)
Level time: 917 game time, 917 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 72 total; [EntitySheep['Sheep'/22582, l='MpServer', x=-840.53, y=4.00, z=459.59], EntityChicken['Chicken'/22583, l='MpServer', x=-949.56, y=4.00, z=359.50], EntityChicken['Chicken'/22718, l='MpServer', x=-948.50, y=4.00, z=408.50], EntityChicken['Chicken'/22717, l='MpServer', x=-948.50, y=4.00, z=411.50], EntitySheep['Sheep'/22716, l='MpServer', x=-946.97, y=4.00, z=403.97], EntitySheep['Sheep'/22581, l='MpServer', x=-839.22, y=4.00, z=460.78], EntityPig['Pig'/22578, l='MpServer', x=-844.84, y=4.00, z=462.19], EntitySheep['Sheep'/22715, l='MpServer', x=-941.19, y=4.00, z=404.19], EntitySheep['Sheep'/22579, l='MpServer', x=-844.53, y=4.00, z=459.78], EntitySheep['Sheep'/22714, l='MpServer', x=-942.69, y=4.00, z=405.84], EntityPig['Pig'/22576, l='MpServer', x=-839.50, y=4.00, z=452.50], EntitySheep['Sheep'/22713, l='MpServer', x=-939.50, y=4.00, z=405.50], EntityPig['Pig'/22577, l='MpServer', x=-834.50, y=4.00, z=453.50], EntitySheep['Sheep'/22712, l='MpServer', x=-834.03, y=4.00, z=372.50], EntityPig['Pig'/22590, l='MpServer', x=-961.09, y=4.00, z=351.97], EntityHorse['Horse'/22591, l='MpServer', x=-950.84, y=4.00, z=359.50], EntityPig['Pig'/22588, l='MpServer', x=-954.38, y=4.00, z=356.72], EntitySheep['Sheep'/22709, l='MpServer', x=-836.28, y=4.00, z=377.50], EntityPig['Pig'/22589, l='MpServer', x=-951.50, y=4.00, z=357.50], EntityChicken['Chicken'/22586, l='MpServer', x=-947.50, y=4.00, z=349.50], EntityClientPlayerMP['I_Love_Paramore'/10, l='MpServer', x=-896.07, y=5.62, z=396.65], EntityPig['Pig'/22587, l='MpServer', x=-951.50, y=4.00, z=355.50], EntitySheep['Sheep'/22706, l='MpServer', x=-835.41, y=4.00, z=373.72], EntityChicken['Chicken'/22584, l='MpServer', x=-947.34, y=4.00, z=358.34], EntityChicken['Chicken'/22585, l='MpServer', x=-947.50, y=4.00, z=354.50], EntityPig['Pig'/22704, l='MpServer', x=-839.25, y=4.00, z=371.19], EntityPig['Pig'/22701, l='MpServer', x=-837.03, y=4.00, z=376.38], EntityPig['Pig'/22699, l='MpServer', x=-835.53, y=4.00, z=372.16], EntityPig['Pig'/22696, l='MpServer', x=-835.06, y=4.00, z=369.81], EntityPig['Pig'/22575, l='MpServer', x=-847.03, y=4.00, z=460.06], EntitySheep['Sheep'/22574, l='MpServer', x=-843.66, y=4.00, z=458.66], EntitySheep['Sheep'/22572, l='MpServer', x=-842.50, y=4.00, z=455.75], EntityCow['Cow'/22693, l='MpServer', x=-832.50, y=4.00, z=374.50], EntitySheep['Sheep'/22571, l='MpServer', x=-844.28, y=4.00, z=465.81], EntityCow['Cow'/22690, l='MpServer', x=-835.81, y=4.00, z=379.13], EntityCow['Cow'/22688, l='MpServer', x=-836.88, y=4.00, z=372.44], EntityCow['Cow'/22685, l='MpServer', x=-834.22, y=4.00, z=374.50], EntityClientPlayerMP['I_Love_Paramore'/10, l='MpServer', x=-896.08, y=5.62, z=391.51], EntityPig['Pig'/22626, l='MpServer', x=-954.50, y=4.00, z=451.22], EntityPig['Pig'/22625, l='MpServer', x=-951.50, y=4.00, z=451.50], EntityPig['Pig'/22624, l='MpServer', x=-954.81, y=4.00, z=449.78], EntityPig['Pig'/22628, l='MpServer', x=-954.50, y=4.00, z=452.81], EntityChicken['Chicken'/22745, l='MpServer', x=-893.50, y=4.00, z=452.50], EntityHorse['Horse'/22608, l='MpServer', x=-863.28, y=4.00, z=385.16], EntityHorse['Horse'/22744, l='MpServer', x=-889.50, y=4.00, z=447.50], EntityHorse['Horse'/22609, l='MpServer', x=-864.31, y=4.00, z=382.28], EntityHorse['Horse'/22610, l='MpServer', x=-861.50, y=4.00, z=386.50], EntityChicken['Chicken'/22746, l='MpServer', x=-890.63, y=4.00, z=454.44], EntitySheep['Sheep'/22612, l='MpServer', x=-864.50, y=4.00, z=378.50], EntityChicken['Chicken'/22748, l='MpServer', x=-894.50, y=4.00, z=456.50], EntitySheep['Sheep'/22614, l='MpServer', x=-862.50, y=4.00, z=378.50], EntitySheep['Sheep'/22616, l='MpServer', x=-953.63, y=4.00, z=447.06], EntityChicken['Chicken'/22737, l='MpServer', x=-886.50, y=4.00, z=450.50], EntitySheep['Sheep'/22617, l='MpServer', x=-953.47, y=4.00, z=448.53], EntitySheep['Sheep'/22618, l='MpServer', x=-955.50, y=4.00, z=447.50], EntityChicken['Chicken'/22739, l='MpServer', x=-876.50, y=4.00, z=443.50], EntitySheep['Sheep'/22619, l='MpServer', x=-951.97, y=4.00, z=448.66], EntityHorse['Horse'/22620, l='MpServer', x=-954.50, y=4.00, z=442.50], EntityHorse['Horse'/22741, l='MpServer', x=-891.84, y=4.00, z=452.78], EntityHorse['Horse'/22621, l='MpServer', x=-949.87, y=4.00, z=443.13], EntityHorse['Horse'/22622, l='MpServer', x=-951.50, y=4.00, z=438.50], EntityHorse['Horse'/22623, l='MpServer', x=-947.50, y=4.00, z=438.50], EntityHorse['Horse'/22742, l='MpServer', x=-894.66, y=4.00, z=451.00], EntityHorse['Horse'/22593, l='MpServer', x=-948.87, y=4.00, z=357.13], EntityHorse['Horse'/22592, l='MpServer', x=-948.38, y=4.00, z=359.66], EntityHorse['Horse'/22594, l='MpServer', x=-949.87, y=4.00, z=355.13], EntityChicken['Chicken'/22720, l='MpServer', x=-945.75, y=4.00, z=406.19], EntityHorse['Horse'/22722, l='MpServer', x=-943.38, y=4.00, z=401.22], EntityHorse['Horse'/22723, l='MpServer', x=-951.50, y=4.00, z=409.50], EntityHorse['Horse'/22724, l='MpServer', x=-948.50, y=4.00, z=413.50], EntityLocomotiveSteamSolid['Steam Locomotive'/111691, l='MpServer', x=-894.50, y=5.19, z=391.50], EntityHorse['Horse'/22607, l='MpServer', x=-870.81, y=4.00, z=381.56]]
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:2432)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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: Mac OS X (x86_64) version 10.10.2
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 177356544 bytes (169 MB) / 461332480 bytes (439 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.103.1355 Minecraft Forge 10.13.3.1355 13 mods loaded, 13 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.103.1355} [Forge Mod Loader] (forge-1.7.10-10.13.3.1355-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.3.1355} [Minecraft Forge] (forge-1.7.10-10.13.3.1355-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Core{6.4.10} [BuildCraft] (buildcraft-6.4.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Transport{6.4.10} [BC Transport] (buildcraft-6.4.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Silicon{6.4.10} [BC Silicon] (buildcraft-6.4.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Builders{6.4.10} [BC Builders] (buildcraft-6.4.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Energy{6.4.10} [BC Energy] (buildcraft-6.4.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Factory{6.4.10} [BC Factory] (buildcraft-6.4.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Eln{46} [Electrical Age] (ElectricalAge_BETA-1.9_r46.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IGWMod{1.1.1-17} [In-Game wiki Mod] (IGW-Mod.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PneumaticCraft{1.6.6-68} [PneumaticCraft] (PneumaticCraft-1.7.10-1.6.6-68-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Railcraft{9.5.0.0} [Railcraft] (Railcraft_1.7.10-9.5.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.10-Forge10.13.3.1355-1.7.10
LWJGL: 2.9.1
OpenGL: Intel HD Graphics 4000 OpenGL Engine GL version 2.1 INTEL-10.2.46, Intel Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object 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: []
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)
Unless I am using an un-modded interface (chest, crafting tables, furnaces, etc.)