heres the error log can anyone please tell me how to fix this?:
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 4/27/14 7:52 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: thehippomaster/AnimationAPI/client/ModelObjRenderer
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:681)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:268)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:525)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:813)
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.NoClassDefFoundError: thehippomaster/AnimationAPI/client/ModelObjRenderer
at thehippomaster.AnimatedPlayer.client.RenderPlayer.<init>(RenderPlayer.java:46)
at thehippomaster.AnimatedPlayer.client.ClientProxy.registerRenderers(ClientProxy.java:34)
at thehippomaster.AnimatedPlayer.AnimatedPlayer.postInit(AnimatedPlayer.java:37)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.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:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
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:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:680)
... 10 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.AnimationAPI.client.ModelObjRenderer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 39 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
... 41 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
The Animated Player mod requires the AnimationAPI mod to run correctly. Here's a link to the thread. Just download the API, and install it like a normal Forge mod. Hope this helps!
java.lang.NoSuchMethodError: net.minecraft.client.entity.AbstractClientPlayer.func_110309_l()Lnet/minecraft/client/renderer/ThreadDownloadImageData;
at thehippomaster.AnimatedPlayer.PlayerData.initTextureInfo(PlayerData.java:56)
at thehippomaster.AnimatedPlayer.client.ClientProxy.onClientTick(ClientProxy.java:60)
at thehippomaster.AnimatedPlayer.APHandler.onTick(APHandler.java:12)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_6_APHandler_onTick_ClientTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:330)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2053)
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(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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 thehippomaster.AnimatedPlayer.PlayerData.initTextureInfo(PlayerData.java:56)
at thehippomaster.AnimatedPlayer.client.ClientProxy.onClientTick(ClientProxy.java:60)
at thehippomaster.AnimatedPlayer.APHandler.onTick(APHandler.java:12)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_6_APHandler_onTick_ClientTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:330)
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 4/27/14 7:52 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: thehippomaster/AnimationAPI/client/ModelObjRenderer
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:681)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:268)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:525)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:813)
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.NoClassDefFoundError: thehippomaster/AnimationAPI/client/ModelObjRenderer
at thehippomaster.AnimatedPlayer.client.RenderPlayer.<init>(RenderPlayer.java:46)
at thehippomaster.AnimatedPlayer.client.ClientProxy.registerRenderers(ClientProxy.java:34)
at thehippomaster.AnimatedPlayer.AnimatedPlayer.postInit(AnimatedPlayer.java:37)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.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:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
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:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:680)
... 10 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.AnimationAPI.client.ModelObjRenderer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 39 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
... 41 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 8 (x86) version 6.2
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 83344992 bytes (79 MB) / 275456000 bytes (262 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.01-pre FML v7.2.156.1061 Minecraft Forge 10.12.1.1061 Optifine OptiFine_1.7.2_HD_U_C2 6 mods loaded, 6 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
FML{7.2.156.1061} [Forge Mod Loader] (forge-1.7.2-10.12.1.1061.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forge{10.12.1.1061} [Minecraft Forge] (forge-1.7.2-10.12.1.1061.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
battlegear2{1.0.5.4} [Mine & Blade Battlegear 2 - Bullseye] (1.7.2-MB_Battlegear2-Bullseye-1.0.5.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
DamageIndicatorsMod{3.1.1} [Damage Indicators] ([1.7.2]DamageIndicatorsMod-3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AnimatedPlayer{1.4.1} [Animated Player Mod] (AnimatedPlayer-1.7.2-1.4.1 (2).jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
-
View User Profile
-
View Posts
-
Send Message
ModeratorMapping and Modding rules | Global rules | MCFStaff Youtube channel
Follow @I_Mod_Minecraft
i got this:
---- Minecraft Crash Report ----
// Why is it breaking
Time: 4/23/15 2:38 PM
Description: Unexpected error
java.lang.NoSuchMethodError: net.minecraft.client.entity.AbstractClientPlayer.func_110309_l()Lnet/minecraft/client/renderer/ThreadDownloadImageData;
at thehippomaster.AnimatedPlayer.PlayerData.initTextureInfo(PlayerData.java:56)
at thehippomaster.AnimatedPlayer.client.ClientProxy.onClientTick(ClientProxy.java:60)
at thehippomaster.AnimatedPlayer.APHandler.onTick(APHandler.java:12)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_6_APHandler_onTick_ClientTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:330)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2053)
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(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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 thehippomaster.AnimatedPlayer.PlayerData.initTextureInfo(PlayerData.java:56)
at thehippomaster.AnimatedPlayer.client.ClientProxy.onClientTick(ClientProxy.java:60)
at thehippomaster.AnimatedPlayer.APHandler.onTick(APHandler.java:12)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_6_APHandler_onTick_ClientTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:330)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Super Light'/226, l='MpServer', x=18.50, y=68.62, z=261.50]]
Chunk stats: MultiplayerChunkCache: 80, 80
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (28,64,252), Chunk: (at 12,4,12 in 1,15; contains blocks 16,0,240 to 31,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 24 game time, 24 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: 51 total; [EntityPig['Pig'/137, l='MpServer', x=15.50, y=65.00, z=238.50], EntityPig['Pig'/136, l='MpServer', x=16.50, y=66.00, z=246.50], EntityPig['Pig'/133, l='MpServer', x=20.50, y=64.00, z=210.50], EntityPig['Pig'/132, l='MpServer', x=20.50, y=63.00, z=209.50], EntityPig['Pig'/135, l='MpServer', x=14.50, y=66.00, z=243.50], EntityPig['Pig'/134, l='MpServer', x=14.44, y=67.00, z=241.50], EntityPig['Pig'/152, l='MpServer', x=46.50, y=68.00, z=258.50], EntitySquid['Squid'/387, l='MpServer', x=7.50, y=62.00, z=211.50], EntitySquid['Squid'/386, l='MpServer', x=5.50, y=62.00, z=208.47], EntityChicken['Chicken'/145, l='MpServer', x=40.50, y=77.00, z=209.50], EntityChicken['Chicken'/146, l='MpServer', x=41.50, y=69.00, z=207.50], EntitySquid['Squid'/385, l='MpServer', x=5.50, y=62.00, z=209.53], EntitySquid['Squid'/384, l='MpServer', x=2.50, y=62.00, z=210.50], EntityChicken['Chicken'/147, l='MpServer', x=42.50, y=72.00, z=209.50], EntityChicken['Chicken'/148, l='MpServer', x=40.50, y=73.00, z=212.50], EntityPig['Pig'/149, l='MpServer', x=46.50, y=68.00, z=250.50], EntityPig['Pig'/150, l='MpServer', x=46.50, y=68.00, z=253.50], EntitySquid['Squid'/389, l='MpServer', x=3.59, y=62.00, z=214.53], EntityPig['Pig'/151, l='MpServer', x=45.50, y=68.00, z=255.50], EntitySquid['Squid'/388, l='MpServer', x=2.50, y=62.00, z=213.47], EntitySquid['Squid'/319, l='MpServer', x=2.50, y=62.00, z=214.50], EntitySquid['Squid'/318, l='MpServer', x=8.50, y=62.00, z=215.50], EntityPig['Pig'/186, l='MpServer', x=93.50, y=68.00, z=307.50], EntityPig['Pig'/187, l='MpServer', x=91.50, y=68.00, z=311.50], EntityPig['Pig'/185, l='MpServer', x=93.50, y=67.00, z=305.50], EntityPig['Pig'/188, l='MpServer', x=91.50, y=67.00, z=302.50], EntitySquid['Squid'/295, l='MpServer', x=13.50, y=60.00, z=208.50], EntityTrail['unknown'/344, l='MpServer', x=18.50, y=68.62, z=261.50], EntityBat['Bat'/325, l='MpServer', x=30.75, y=15.21, z=234.25], EntityBat['Bat'/459, l='MpServer', x=-20.91, y=57.09, z=250.56], EntityBat['Bat'/458, l='MpServer', x=-20.59, y=57.09, z=250.59], EntitySquid['Squid'/320, l='MpServer', x=8.50, y=62.00, z=213.50], EntitySquid['Squid'/321, l='MpServer', x=11.50, y=62.00, z=209.50], EntityCow['Cow'/93, l='MpServer', x=-40.50, y=64.00, z=225.50], EntityCow['Cow'/92, l='MpServer', x=-42.50, y=64.00, z=227.50], EntityCow['Cow'/95, l='MpServer', x=-45.50, y=64.00, z=228.50], EntityCow['Cow'/94, l='MpServer', x=-42.50, y=64.00, z=227.50], EntityPig['Pig'/110, l='MpServer', x=-28.50, y=66.00, z=214.19], EntityPig['Pig'/111, l='MpServer', x=-32.50, y=65.00, z=212.50], EntityPig['Pig'/108, l='MpServer', x=-24.50, y=66.00, z=214.50], EntityPig['Pig'/109, l='MpServer', x=-28.50, y=66.00, z=215.78], EntityClientPlayerMP['Super Light'/226, l='MpServer', x=18.50, y=68.62, z=261.50], EntityChicken['Chicken'/115, l='MpServer', x=-28.50, y=66.00, z=203.50], EntityChicken['Chicken'/114, l='MpServer', x=-27.50, y=66.00, z=205.50], EntityChicken['Chicken'/113, l='MpServer', x=-26.50, y=66.00, z=202.50], EntityChicken['Chicken'/112, l='MpServer', x=-27.50, y=66.00, z=203.50], EntityBat['Bat'/366, l='MpServer', x=-41.52, y=29.27, z=266.52], EntityPig['Pig'/123, l='MpServer', x=-12.50, y=67.00, z=208.50], EntityPig['Pig'/122, l='MpServer', x=-13.50, y=67.00, z=206.50], EntityPig['Pig'/121, l='MpServer', x=-10.50, y=66.00, z=210.50], EntityPig['Pig'/120, l='MpServer', x=-8.50, y=67.00, z=209.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
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:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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: Linux (i386) version 3.2.0-63-generic-pae
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 159081920 bytes (151 MB) / 357519360 bytes (340 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: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.85.1272 Minecraft Forge 10.13.2.1272 6 mods loaded, 6 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.1272} [Forge Mod Loader] (forge-1.7.10-10.13.2.1272.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1272} [Minecraft Forge] (forge-1.7.10-10.13.2.1272.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AnimatedPlayer{1.4.1} [Animated Player Mod] (AnimatedPlayer-1.7.2-1.4.1 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
iChunUtil{4.0.0} [iChunUtil] (iChun-Util-Mod-1.7.10 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.10-Forge10.13.2.1272
LWJGL: 2.9.1
OpenGL: Mesa DRI Intel(R) 945GM x86/MMX/SSE2 GL version 1.4 Mesa 8.0.4, Tungsten Graphics, 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 4.
Shaders are available because ARB_shader_objects, ARB_vertex_shader, and ARB_fragment_shader are 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)