Jump to content

I can't find the incompatibility on mods


AntuV

Recommended Posts

I'd be very grateful if someone can help me!

 

---- Minecraft Crash Report ----

// This doesn't make any sense!

 

Time: 02/07/14 03:59

Description: Initializing game

 

java.lang.NoClassDefFoundError: kris91268/lbd/Blocks/BlockLightBridgeSource

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Unknown Source)

at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)

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:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

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: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.EventHandler.handleEvent(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

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:118)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:491)

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)

at net.minecraft.client.main.Main.main(SourceFile:103)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Caused by: java.lang.ClassNotFoundException: kris91268.lbd.Blocks.BlockLightBridgeSource

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

... 35 more

Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/registry/BlockProxy

at java.lang.ClassLoader.defineClass1(Native Method)

at java.lang.ClassLoader.defineClass(Unknown Source)

at java.security.SecureClassLoader.defineClass(Unknown Source)

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)

... 37 more

Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.registry.BlockProxy

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:99)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

... 41 more

 

 

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

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Unknown Source)

at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)

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:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

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: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.EventHandler.handleEvent(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

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:118)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:491)

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

 

-- Initialization --

Details:

Stacktrace:

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)

at net.minecraft.client.main.Main.main(SourceFile:103)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

-- System Details --

Details:

Minecraft Version: 1.7.2

Operating System: Windows 7 (x86) version 6.1

Java Version: 1.7.0_60, Oracle Corporation

Java VM Version: Java HotSpot Client VM (mixed mode, sharing), Oracle Corporation

Memory: 125308688 bytes (119 MB) / 268926976 bytes (256 MB) up to 518979584 bytes (494 MB)

JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M

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.03 FML v7.2.211.1121 Minecraft Forge 10.12.2.1121 29 mods loaded, 29 mods active

mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed

FML{7.2.211.1121} [Forge Mod Loader] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed

Forge{10.12.2.1121} [Minecraft Forge] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed

CodeChickenCore{1.0.0} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed

NotEnoughItems{1.0.1} [Not Enough Items] (Not-Enough-Items-1.7.2.jar) Unloaded->Constructed

grim3212core{V0.1 - 1.7.2} [Grim3212 Core] (Grim3212-Core-1.7.2.jar) Unloaded->Constructed

AdvancedHUD{Version [0.1.7] for 1.7.2} [AdvancedHUD] (Advanced-HUD-Mod-1.7.2.jar) Unloaded->Constructed

Backpack{2.0.0-pre2} [backpack] (Backpacks-Mod-1.7.2.jar) Unloaded->Constructed

AWWayofTime{v1.0.1g} [blood Magic: Alchemical Wizardry] (Blood-Magic-Mod-1.7.2.jar) Unloaded->Constructed

bspkrsCore{6.8(1.7.2)} [bspkrsCore] (BspkrsCore-1.7.2(1).jar) Unloaded->Constructed

ChestTransporter{1.1.8} [Chest Transporter] (Chest-Transporter-Mod-1.7.2.jar) Unloaded->Constructed

DamageIndicatorsMod{3.1.2} [Damage Indicators] (Damage-Indicators-Mod-1.7.2.jar) Unloaded->Constructed

DoggyTalents{v1.6.0a} [Doggy Talents] (Doggy-Talents-Mod-1.7.2.zip) Unloaded->Constructed

eplus{1.7.2-2.0.1.5} [Enchanting Plus] (Enchanting-Plus-Mod-1.7.2.jar) Unloaded->Constructed

fans{1.1} [Fans] (Fans-Mod-1.7.2.jar) Unloaded->Constructed

LLadders{0.2.0} [Luppii's Ladders] (Ladders-Mod-1.7.2.jar) Unloaded->Constructed

LightBridgesAndDoors{0.1.4} [kris91268's Light Bridges and Doors] (Light Bridges and Doors V1.4.zip) Unloaded

radixcore{1.2.0} [RadixCore] (RadixCore-1.2.0 MC-1.7.2.zip) Unloaded

mca{4.0.4} [Minecraft Comes Alive] (MCA-4.0.4 MC-1.7.2.zip) Unloaded

movillages{1.1.0} [Mo' Villages] (Mo-Villages-Mod-1.7.2-by-Pigs_FTW.jar) Unloaded

pokeball{V0.1 - 1.7.2} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.2.jar) Unloaded

simpleores{1.4.0} [simpleOres 2] (SimpleOres-Mod-1.7.2-Plugins.jar) Unloaded

fusionplugin{1.4.0} [simpleOres 2 Fusion Plugin] (SimpleOres-Mod-1.7.2-Plugins.jar) Unloaded

netherrocks{1.1.0} [simpleOres 2 Netherrocks Plugin] (SimpleOres-Mod-1.7.2-Plugins.jar) Unloaded

tlhpoeCore{1.1} [TLHPoE Core] (TLHPoE-Core-1.7.2.jar) Unloaded

TreeCapitator{1.7.2.r02} [TreeCapitator] (Tree-Capitator-Mod-1.7.2(1).jar) Unloaded

tnfultimatetoolsforge{1.12.0.2} [ultimate Tools] (Ultimate-Tools-Mod-1.7.2.jar) Unloaded

taverns{2.2.1-0} [Village Taverns] (VillageTaverns-2.2.1-0.23.jar) Unloaded

voxelmap{1.7.2} [VoxelMap] (VoxelMap-1.7.2.jar) Unloaded

Launched Version: 1.7.2-Forge10.12.2.1121

LWJGL: 2.9.0

OpenGL: AMD Radeon HD 6570 GL version 4.4.12874 Compatibility Profile Context 14.100.0.0, ATI Technologies Inc.

Is Modded: Definitely; Client brand changed to 'fml,forge'

Type: Client (map_client.txt)

Resource Packs: []

Current Language: English (US)

Profiler Position: N/A (disabled)

Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

Anisotropic Filtering: Off (1)

 

Mod folder:

a5a727d242.png

Link to comment
Share on other sites

Thank you!!!

 

Worked until I pressed "E" for Inventory.

 

This happened:

 

---- Minecraft Crash Report ----

// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

 

Time: 02/07/14 05:02

Description: Unexpected error

 

java.lang.AbstractMethodError

at codechicken.nei.ItemPanel.slotValid(ItemPanel.java:84)

at codechicken.nei.ItemPanel.updateValidSlots(ItemPanel.java:75)

at codechicken.nei.ItemPanel.resize(ItemPanel.java:52)

at codechicken.nei.LayoutStyleDefault.layout(LayoutStyleDefault.java:41)

at codechicken.nei.LayoutManager.layout(LayoutManager.java:261)

at codechicken.nei.LayoutManager.load(LayoutManager.java:578)

at codechicken.nei.guihook.GuiContainerManager.load(GuiContainerManager.java:301)

at net.minecraft.client.gui.inventory.GuiContainer.func_146280_a(GuiContainer.java)

at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:746)

at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1845)

at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:916)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835)

at net.minecraft.client.main.Main.main(SourceFile:103)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

 

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

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at codechicken.nei.ItemPanel.slotValid(ItemPanel.java:84)

at codechicken.nei.ItemPanel.updateValidSlots(ItemPanel.java:75)

at codechicken.nei.ItemPanel.resize(ItemPanel.java:52)

at codechicken.nei.LayoutStyleDefault.layout(LayoutStyleDefault.java:41)

at codechicken.nei.LayoutManager.layout(LayoutManager.java:261)

at codechicken.nei.LayoutManager.load(LayoutManager.java:578)

at codechicken.nei.guihook.GuiContainerManager.load(GuiContainerManager.java:301)

at net.minecraft.client.gui.inventory.GuiContainer.func_146280_a(GuiContainer.java)

at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:746)

 

-- Affected level --

Details:

Level name: MpServer

All players: 1 total; [EntityClientPlayerMP['AntuV'/78, l='MpServer', x=111,70, y=69,62, z=-64,90]]

Chunk stats: MultiplayerChunkCache: 270, 270

Level seed: 0

Level generator: ID 00 - default, ver 1. Features enabled: false

Level generator options:

Level spawn location: World: (88,64,-68), Chunk: (at 8,4,12 in 5,-5; contains blocks 80,0,-80 to 95,255,-65), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)

Level time: 545 game time, 545 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: 210 total; [EntitySkeleton['Esqueleto'/1119, l='MpServer', x=32,50, y=23,00, z=-10,50], EntityClientPlayerMP['AntuV'/78, l='MpServer', x=111,70, y=69,62, z=-64,90], EntityPig['Chancho'/29, l='MpServer', x=49,50, y=66,00, z=-132,50], EntityPig['Chancho'/31, l='MpServer', x=47,50, y=65,00, z=-130,50], EntityPig['Chancho'/30, l='MpServer', x=46,50, y=66,00, z=-132,50], EntityPig['Chancho'/32, l='MpServer', x=44,50, y=64,00, z=-130,50], EntitySheep['Oveja'/33, l='MpServer', x=67,16, y=63,00, z=-143,16], EntityBat['Murciélago'/2236, l='MpServer', x=185,59, y=24,32, z=-6,88], EntitySheep['Oveja'/36, l='MpServer', x=62,19, y=64,00, z=-144,19], EntitySkeleton['Esqueleto'/1122, l='MpServer', x=32,50, y=23,00, z=-13,50], EntitySquid['Calamar'/1036, l='MpServer', x=157,50, y=52,31, z=-85,50], EntitySquid['Calamar'/1037, l='MpServer', x=160,41, y=48,72, z=-93,16], EntitySquid['Calamar'/1038, l='MpServer', x=160,56, y=50,91, z=-88,56], EntitySquid['Calamar'/1039, l='MpServer', x=164,47, y=52,38, z=-89,53], EntitySquid['Calamar'/1041, l='MpServer', x=159,56, y=50,16, z=-87,41], EntitySquid['Calamar'/1040, l='MpServer', x=155,03, y=50,13, z=-93,69], EntitySquid['Calamar'/1043, l='MpServer', x=159,50, y=51,13, z=-84,50], EntitySquid['Calamar'/1042, l='MpServer', x=159,31, y=52,25, z=-91,06], EntitySquid['Calamar'/1044, l='MpServer', x=161,28, y=48,13, z=-89,56], EntitySquid['Calamar'/1066, l='MpServer', x=174,16, y=52,78, z=-111,38], EntitySquid['Calamar'/1067, l='MpServer', x=174,31, y=53,75, z=-115,22], EntitySquid['Calamar'/1064, l='MpServer', x=171,63, y=54,34, z=-100,44], EntitySquid['Calamar'/1065, l='MpServer', x=165,44, y=54,38, z=-101,81], EntitySquid['Calamar'/1068, l='MpServer', x=168,75, y=54,34, z=-114,16], EntitySquid['Calamar'/1058, l='MpServer', x=169,28, y=53,88, z=-98,59], EntitySquid['Calamar'/1059, l='MpServer', x=172,97, y=51,25, z=-106,47], EntitySquid['Calamar'/1057, l='MpServer', x=170,75, y=54,31, z=-105,34], EntitySquid['Calamar'/1062, l='MpServer', x=163,38, y=54,34, z=-92,28], EntitySquid['Calamar'/1063, l='MpServer', x=171,31, y=54,34, z=-93,25], EntitySquid['Calamar'/1061, l='MpServer', x=163,66, y=50,81, z=-104,50], EntityZombie['Zombi'/137, l='MpServer', x=151,50, y=34,00, z=-69,50], EntityZombie['Zombi'/136, l='MpServer', x=150,50, y=34,00, z=-70,50], EntityZombie['Zombi'/1220, l='MpServer', x=36,50, y=25,00, z=-101,50], EntityBat['Murciélago'/143, l='MpServer', x=166,03, y=16,45, z=-29,28], EntityZombie['Zombi'/1219, l='MpServer', x=36,50, y=25,00, z=-102,50], EntityZombie['Zombi'/1218, l='MpServer', x=35,50, y=25,00, z=-100,50], EntityZombie['Zombi'/135, l='MpServer', x=151,50, y=37,00, z=-80,03], EntitySkeleton['Esqueleto'/1238, l='MpServer', x=41,69, y=23,00, z=-6,69], EntitySquid['Calamar'/171, l='MpServer', x=97,09, y=46,34, z=-10,50], EntitySquid['Calamar'/170, l='MpServer', x=92,13, y=44,06, z=-14,59], EntitySquid['Calamar'/169, l='MpServer', x=88,41, y=46,38, z=-12,84], EntitySquid['Calamar'/168, l='MpServer', x=101,44, y=45,81, z=-9,72], EntitySquid['Calamar'/172, l='MpServer', x=93,13, y=43,22, z=-1,69], EntitySquid['Calamar'/163, l='MpServer', x=96,50, y=44,03, z=-12,81], EntitySquid['Calamar'/162, l='MpServer', x=94,84, y=45,22, z=-12,47], EntitySquid['Calamar'/161, l='MpServer', x=93,88, y=42,72, z=-11,53], EntitySquid['Calamar'/167, l='MpServer', x=90,84, y=46,38, z=-13,63], EntitySquid['Calamar'/166, l='MpServer', x=92,91, y=43,91, z=-8,53], EntitySquid['Calamar'/165, l='MpServer', x=95,22, y=43,66, z=-20,53], EntitySquid['Calamar'/164, l='MpServer', x=101,88, y=45,38, z=-8,53], EntityCreeper['Creeper'/1278, l='MpServer', x=162,56, y=14,00, z=-29,72], EntityCreeper['Creeper'/2137, l='MpServer', x=116,00, y=13,00, z=-106,66], EntityCreeper['Creeper'/2136, l='MpServer', x=111,50, y=13,00, z=-104,50], EntitySkeleton['Esqueleto'/2139, l='MpServer', x=110,50, y=13,00, z=-104,50], EntityZombie['Zombi'/2175, l='MpServer', x=190,50, y=12,00, z=-102,50], EntityZombie['Zombi'/2174, l='MpServer', x=190,50, y=12,00, z=-103,50], EntitySkeleton['Esqueleto'/2173, l='MpServer', x=191,50, y=12,00, z=-101,50], EntityCreeper['Creeper'/2155, l='MpServer', x=164,50, y=20,00, z=-45,50], EntityBat['Murciélago'/1344, l='MpServer', x=155,53, y=34,10, z=-67,25], EntitySkeleton['Esqueleto'/1405, l='MpServer', x=190,50, y=14,00, z=-128,50], EntityZombie['Zombi'/4165, l='MpServer', x=190,50, y=14,00, z=-111,50], EntityZombie['Zombi'/1333, l='MpServer', x=79,31, y=23,18, z=-29,63], EntitySkeleton['Esqueleto'/1320, l='MpServer', x=107,50, y=18,00, z=-123,50], EntityItem['item.item.arrow'/4181, l='MpServer', x=104,81, y=20,13, z=-122,31], EntitySkeleton['Esqueleto'/1322, l='MpServer', x=103,50, y=18,00, z=-122,50], EntityBat['Murciélago'/1324, l='MpServer', x=190,25, y=19,45, z=-6,53], EntityItem['item.item.arrow'/4176, l='MpServer', x=108,72, y=19,13, z=-125,19], EntityItem['item.item.bone'/4177, l='MpServer', x=107,63, y=18,13, z=-125,75], EntityCreeper['Creeper'/1316, l='MpServer', x=165,50, y=21,00, z=-35,50], EntityCreeper['Creeper'/1317, l='MpServer', x=164,50, y=21,00, z=-36,50], EntityCreeper['Creeper'/1318, l='MpServer', x=168,38, y=21,00, z=-38,94], EntityEnderman['Enderman'/4264, l='MpServer', x=161,31, y=23,00, z=-42,22], EntitySquid['Calamar'/404, l='MpServer', x=48,47, y=59,38, z=-50,28], EntitySquid['Calamar'/405, l='MpServer', x=48,03, y=56,25, z=-52,53], EntitySquid['Calamar'/433, l='MpServer', x=69,38, y=55,06, z=-2,16], EntitySpider['Araña'/4225, l='MpServer', x=91,50, y=18,00, z=-123,66], EntitySpider['Araña'/4227, l='MpServer', x=91,50, y=18,00, z=-125,50], EntityCreeper['Creeper'/4228, l='MpServer', x=118,50, y=12,00, z=-87,50], EntitySpider['Araña'/1425, l='MpServer', x=173,50, y=18,00, z=-133,50], EntitySkeleton['Esqueleto'/2397, l='MpServer', x=108,50, y=13,00, z=-116,50], EntityBat['Murciélago'/4299, l='MpServer', x=46,44, y=18,77, z=-15,49], EntitySquid['Calamar'/507, l='MpServer', x=115,53, y=50,72, z=-118,50], EntitySquid['Calamar'/516, l='MpServer', x=175,47, y=49,34, z=-14,53], EntitySquid['Calamar'/517, l='MpServer', x=171,41, y=49,88, z=-19,44], EntitySquid['Calamar'/518, l='MpServer', x=170,09, y=50,38, z=-15,44], EntitySquid['Calamar'/519, l='MpServer', x=170,59, y=48,66, z=-19,69], EntitySquid['Calamar'/520, l='MpServer', x=163,06, y=49,97, z=-22,19], EntitySquid['Calamar'/521, l='MpServer', x=169,19, y=50,34, z=-24,81], EntitySquid['Calamar'/522, l='MpServer', x=169,78, y=46,81, z=-27,22], EntitySkeleton['Esqueleto'/2814, l='MpServer', x=151,50, y=37,00, z=-57,50], EntityZombie['Zombi'/2813, l='MpServer', x=175,50, y=19,00, z=-131,50], EntitySquid['Calamar'/627, l='MpServer', x=61,13, y=45,22, z=-54,63], EntitySquid['Calamar'/625, l='MpServer', x=50,91, y=46,34, z=-51,28], EntitySquid['Calamar'/631, l='MpServer', x=58,56, y=44,84, z=-47,50], EntitySquid['Calamar'/630, l='MpServer', x=65,72, y=45,31, z=-50,81], EntitySquid['Calamar'/629, l='MpServer', x=63,09, y=44,19, z=-57,31], EntitySquid['Calamar'/628, l='MpServer', x=62,47, y=45,28, z=-57,72], EntitySquid['Calamar'/635, l='MpServer', x=65,94, y=46,38, z=-60,75], EntitySquid['Calamar'/634, l='MpServer', x=72,66, y=45,88, z=-58,53], EntitySquid['Calamar'/632, l='MpServer', x=70,06, y=42,28, z=-48,28], EntitySquid['Calamar'/636, l='MpServer', x=69,47, y=46,38, z=-52,06], EntitySquid['Calamar'/577, l='MpServer', x=94,88, y=49,94, z=-27,69], EntitySquid['Calamar'/578, l='MpServer', x=88,25, y=52,38, z=-26,03], EntitySquid['Calamar'/580, l='MpServer', x=95,72, y=48,25, z=-25,81], EntitySquid['Calamar'/581, l='MpServer', x=86,69, y=50,94, z=-19,50], EntitySquid['Calamar'/582, l='MpServer', x=80,25, y=47,94, z=-20,94], EntitySquid['Calamar'/583, l='MpServer', x=84,31, y=50,38, z=-9,94], EntitySquid['Calamar'/584, l='MpServer', x=78,72, y=51,38, z=-9,97], EntitySquid['Calamar'/585, l='MpServer', x=80,50, y=52,34, z=-12,53], EntitySquid['Calamar'/587, l='MpServer', x=87,06, y=51,31, z=-24,41], EntitySquid['Calamar'/588, l='MpServer', x=91,81, y=51,84, z=-21,69], EntitySquid['Calamar'/589, l='MpServer', x=92,28, y=55,38, z=-30,63], EntitySquid['Calamar'/590, l='MpServer', x=82,11, y=55,39, z=-47,18], EntitySquid['Calamar'/591, l='MpServer', x=89,44, y=55,25, z=-30,50], EntitySquid['Calamar'/593, l='MpServer', x=90,19, y=50,31, z=-28,50], EntitySquid['Calamar'/592, l='MpServer', x=79,50, y=53,91, z=-34,94], EntitySquid['Calamar'/595, l='MpServer', x=104,30, y=54,40, z=-42,27], EntitySquid['Calamar'/594, l='MpServer', x=94,13, y=53,34, z=-30,72], EntitySquid['Calamar'/597, l='MpServer', x=84,34, y=54,34, z=-35,88], EntitySquid['Calamar'/596, l='MpServer', x=98,19, y=52,16, z=-34,13], EntitySquid['Calamar'/599, l='MpServer', x=78,34, y=51,84, z=-32,56], EntitySquid['Calamar'/598, l='MpServer', x=84,72, y=54,13, z=-30,28], EntitySquid['Calamar'/600, l='MpServer', x=84,91, y=53,31, z=-32,91], EntitySquid['Calamar'/687, l='MpServer', x=162,72, y=48,34, z=-32,66], EntitySquid['Calamar'/686, l='MpServer', x=166,66, y=46,25, z=-35,34], EntitySquid['Calamar'/685, l='MpServer', x=170,69, y=48,25, z=-36,88], EntitySquid['Calamar'/672, l='MpServer', x=68,28, y=60,06, z=-114,66], EntitySquid['Calamar'/696, l='MpServer', x=163,16, y=46,94, z=-28,78], EntitySquid['Calamar'/694, l='MpServer', x=160,28, y=48,16, z=-29,06], EntitySquid['Calamar'/695, l='MpServer', x=158,91, y=48,06, z=-34,44], EntitySquid['Calamar'/692, l='MpServer', x=156,88, y=45,97, z=-26,56], EntitySquid['Calamar'/693, l='MpServer', x=166,56, y=48,91, z=-35,47], EntitySquid['Calamar'/691, l='MpServer', x=160,69, y=49,38, z=-35,16], EntitySquid['Calamar'/688, l='MpServer', x=168,75, y=46,78, z=-24,13], EntitySquid['Calamar'/689, l='MpServer', x=169,28, y=47,09, z=-30,28], EntitySquid['Calamar'/668, l='MpServer', x=65,72, y=59,13, z=-111,50], EntitySquid['Calamar'/669, l='MpServer', x=76,81, y=61,38, z=-107,28], EntitySquid['Calamar'/671, l='MpServer', x=77,09, y=61,34, z=-112,06], EntitySquid['Calamar'/664, l='MpServer', x=77,28, y=58,75, z=-118,44], EntitySquid['Calamar'/665, l='MpServer', x=77,22, y=57,72, z=-119,09], EntitySquid['Calamar'/666, l='MpServer', x=71,94, y=61,34, z=-106,66], EntitySquid['Calamar'/667, l='MpServer', x=73,50, y=59,38, z=-110,19], EntitySquid['Calamar'/661, l='MpServer', x=76,44, y=59,28, z=-119,56], EntitySquid['Calamar'/662, l='MpServer', x=68,34, y=60,34, z=-116,91], EntitySquid['Calamar'/747, l='MpServer', x=136,16, y=46,38, z=-31,22], EntitySquid['Calamar'/746, l='MpServer', x=143,06, y=45,94, z=-23,31], EntityEnderman['Enderman'/1701, l='MpServer', x=88,25, y=19,00, z=-128,72], EntityEnderman['Enderman'/1700, l='MpServer', x=88,47, y=17,00, z=-127,41], EntitySquid['Calamar'/751, l='MpServer', x=144,06, y=44,09, z=-25,91], EntityCreeper['Creeper'/1699, l='MpServer', x=39,69, y=23,00, z=-7,63], EntitySquid['Calamar'/750, l='MpServer', x=144,53, y=43,69, z=-29,91], EntityCreeper['Creeper'/1698, l='MpServer', x=40,75, y=23,00, z=-6,31], EntitySquid['Calamar'/749, l='MpServer', x=138,69, y=46,38, z=-33,03], EntityCreeper['Creeper'/1697, l='MpServer', x=36,50, y=23,00, z=-8,50], EntitySquid['Calamar'/748, l='MpServer', x=136,84, y=46,31, z=-22,44], EntityZombie['Zombi'/1696, l='MpServer', x=35,91, y=23,00, z=-6,44], EntitySquid['Calamar'/743, l='MpServer', x=138,72, y=44,66, z=-26,09], EntitySquid['Calamar'/742, l='MpServer', x=135,44, y=43,66, z=-23,56], EntitySquid['Calamar'/741, l='MpServer', x=136,84, y=46,34, z=-27,06], EntitySquid['Calamar'/740, l='MpServer', x=143,16, y=44,69, z=-27,09], EntitySquid['Calamar'/713, l='MpServer', x=61,41, y=51,28, z=-68,97], EntitySquid['Calamar'/712, l='MpServer', x=58,09, y=52,66, z=-71,34], EntitySquid['Calamar'/715, l='MpServer', x=64,13, y=52,69, z=-62,97], EntitySquid['Calamar'/714, l='MpServer', x=65,53, y=52,38, z=-66,22], EntitySquid['Calamar'/717, l='MpServer', x=57,63, y=54,31, z=-67,50], EntitySquid['Calamar'/716, l='MpServer', x=53,31, y=54,34, z=-66,63], EntitySquid['Calamar'/719, l='MpServer', x=52,91, y=52,78, z=-66,16], EntitySquid['Calamar'/718, l='MpServer', x=57,03, y=52,31, z=-75,28], EntitySquid['Calamar'/709, l='MpServer', x=56,75, y=54,34, z=-68,69], EntitySquid['Calamar'/710, l='MpServer', x=59,53, y=52,31, z=-70,09], EntitySquid['Calamar'/720, l='MpServer', x=55,69, y=52,38, z=-62,19], EntityCreeper['Creeper'/1694, l='MpServer', x=32,50, y=23,00, z=-8,50], EntitySquid['Calamar'/821, l='MpServer', x=146,50, y=57,16, z=-112,53], EntitySquid['Calamar'/823, l='MpServer', x=147,78, y=57,97, z=-116,44], EntitySquid['Calamar'/822, l='MpServer', x=146,28, y=58,28, z=-110,31], EntitySquid['Calamar'/829, l='MpServer', x=138,50, y=56,00, z=-113,50], EntitySquid['Calamar'/828, l='MpServer', x=161,59, y=54,19, z=-117,22], EntitySquid['Calamar'/831, l='MpServer', x=140,53, y=58,38, z=-110,09], EntitySquid['Calamar'/830, l='MpServer', x=140,56, y=56,94, z=-116,38], EntitySquid['Calamar'/825, l='MpServer', x=145,53, y=55,16, z=-116,13], EntitySquid['Calamar'/824, l='MpServer', x=141,50, y=56,28, z=-115,16], EntitySquid['Calamar'/827, l='MpServer', x=154,69, y=58,34, z=-106,91], EntitySquid['Calamar'/826, l='MpServer', x=154,16, y=55,91, z=-109,72], EntityCreeper['Creeper'/1859, l='MpServer', x=84,50, y=20,00, z=-32,50], EntitySquid['Calamar'/851, l='MpServer', x=118,39, y=59,31, z=-38,31], EntitySquid['Calamar'/850, l='MpServer', x=127,61, y=57,68, z=-42,95], EntitySquid['Calamar'/849, l='MpServer', x=123,34, y=59,25, z=-34,59], EntitySquid['Calamar'/848, l='MpServer', x=121,01, y=58,31, z=-46,23], EntitySquid['Calamar'/855, l='MpServer', x=121,75, y=59,44, z=-35,96], EntitySquid['Calamar'/853, l='MpServer', x=118,50, y=57,11, z=-39,51], EntitySquid['Calamar'/852, l='MpServer', x=117,34, y=59,00, z=-34,39], EntitySquid['Calamar'/856, l='MpServer', x=124,94, y=58,16, z=-32,94], EntitySquid['Calamar'/832, l='MpServer', x=146,06, y=58,38, z=-107,72], EntitySquid['Calamar'/846, l='MpServer', x=122,61, y=58,97, z=-42,22], EntitySquid['Calamar'/847, l='MpServer', x=124,89, y=57,94, z=-54,34], EntitySquid['Calamar'/845, l='MpServer', x=124,47, y=57,25, z=-37,42], EntitySquid['Calamar'/956, l='MpServer', x=100,66, y=62,22, z=-123,44], EntitySquid['Calamar'/957, l='MpServer', x=99,78, y=60,97, z=-116,69], EntitySquid['Calamar'/958, l='MpServer', x=92,47, y=60,03, z=-122,16], EntitySquid['Calamar'/959, l='MpServer', x=89,69, y=60,78, z=-128,03], EntitySquid['Calamar'/953, l='MpServer', x=97,97, y=61,97, z=-115,84], EntitySquid['Calamar'/954, l='MpServer', x=101,53, y=62,00, z=-113,41], EntitySquid['Calamar'/955, l='MpServer', x=101,84, y=60,34, z=-115,53], EntitySpider['Araña'/2045, l='MpServer', x=167,50, y=16,00, z=-37,50], EntitySquid['Calamar'/912, l='MpServer', x=174,59, y=59,34, z=-5,69], EntitySquid['Calamar'/911, l='MpServer', x=171,13, y=59,38, z=-5,19], EntitySquid['Calamar'/909, l='MpServer', x=173,13, y=59,34, z=-2,50], EntitySquid['Calamar'/962, l='MpServer', x=97,19, y=62,16, z=-113,91], EntitySquid['Calamar'/961, l='MpServer', x=107,69, y=61,88, z=-115,41], EntitySquid['Calamar'/960, l='MpServer', x=90,47, y=62,34, z=-125,25]]

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:368)

at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2382)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:864)

at net.minecraft.client.main.Main.main(SourceFile:103)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

-- System Details --

Details:

Minecraft Version: 1.7.2

Operating System: Windows 7 (x86) version 6.1

Java Version: 1.7.0_60, Oracle Corporation

Java VM Version: Java HotSpot Client VM (mixed mode, sharing), Oracle Corporation

Memory: 110034192 bytes (104 MB) / 518979584 bytes (494 MB) up to 518979584 bytes (494 MB)

JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M

AABB Pool Size: 24818 (1389808 bytes; 1 MB) allocated, 2 (112 bytes; 0 MB) used

IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95

FML: MCP v9.03 FML v7.2.211.1121 Minecraft Forge 10.12.2.1121 30 mods loaded, 30 mods active

mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

FML{7.2.211.1121} [Forge Mod Loader] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

Forge{10.12.2.1121} [Minecraft Forge] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

CodeChickenCore{1.0.0} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

NotEnoughItems{1.0.1} [Not Enough Items] (Not-Enough-Items-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

grim3212core{V0.1 - 1.7.2} [Grim3212 Core] (Grim3212-Core-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

AdvancedHUD{Version [0.1.7] for 1.7.2} [AdvancedHUD] (Advanced-HUD-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

Backpack{2.0.0-pre2} [backpack] (Backpacks-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

AWWayofTime{v1.0.1g} [blood Magic: Alchemical Wizardry] (Blood-Magic-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

bspkrsCore{6.8(1.7.2)} [bspkrsCore] (BspkrsCore-1.7.2(1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

ChestTransporter{1.1.8} [Chest Transporter] (Chest-Transporter-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

DamageIndicatorsMod{3.1.2} [Damage Indicators] (Damage-Indicators-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

DoggyTalents{v1.6.0a} [Doggy Talents] (Doggy-Talents-Mod-1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

eplus{1.7.2-2.0.1.5} [Enchanting Plus] (Enchanting-Plus-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

fans{1.1} [Fans] (Fans-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

LLadders{0.2.0} [Luppii's Ladders] (Ladders-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

LightBridgesAndDoors{0.2.0} [kris91268's Light Bridges and Doors] (Light Bridges and Doors V 2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

radixcore{1.2.0} [RadixCore] (RadixCore-1.2.0 MC-1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

mca{4.0.4} [Minecraft Comes Alive] (MCA-4.0.4 MC-1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

movillages{1.1.0} [Mo' Villages] (Mo-Villages-Mod-1.7.2-by-Pigs_FTW.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

pokeball{V0.1 - 1.7.2} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

simpleores{1.4.0} [simpleOres 2] (SimpleOres-Mod-1.7.2-Plugins.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

fusionplugin{1.4.0} [simpleOres 2 Fusion Plugin] (SimpleOres-Mod-1.7.2-Plugins.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

netherrocks{1.1.0} [simpleOres 2 Netherrocks Plugin] (SimpleOres-Mod-1.7.2-Plugins.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

TheCreep{3.3.03_1.7.2} [The Creep Mod] (The Creep Mod V3.3.03_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

tlhpoeCore{1.1} [TLHPoE Core] (TLHPoE-Core-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

TreeCapitator{1.7.2.r02} [TreeCapitator] (Tree-Capitator-Mod-1.7.2(1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

tnfultimatetoolsforge{1.12.0.2} [ultimate Tools] (Ultimate-Tools-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

taverns{2.2.1-0} [Village Taverns] (VillageTaverns-2.2.1-0.23.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

voxelmap{1.7.2} [VoxelMap] (VoxelMap-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

Launched Version: 1.7.2-Forge10.12.2.1121

LWJGL: 2.9.0

OpenGL: AMD Radeon HD 6570 GL version 4.4.12874 Compatibility Profile Context 14.100.0.0, ATI Technologies Inc.

Is Modded: Definitely; Client brand changed to 'fml,forge'

Type: Client (map_client.txt)

Resource Packs: [Ovos Rustic Redemption v1.1.4 - 1.7.X.zip]

Current Language: Español (Argentino)

Profiler Position: N/A (disabled)

Vec3 Pool Size: 134519 (7533064 bytes; 7 MB) allocated, 25 (1400 bytes; 0 MB) used

Anisotropic Filtering: Off (1)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.