---- Minecraft Crash Report ----
// Ouch. That hurt
Time: 16:49 14/12/13
Description: Initializing game
java.lang.RuntimeException:
========================================
The API "Server Player" version 1.1 of the mod "Player API core 1.1" can not be created!
----------------------------------------
Mandatory member method "api.player.server.ServerPlayerBase getServerPlayerBase(java.lang.String)" not found in class "net.minecraft.entity.player.EntityPlayerMP".
There are three scenarios this can happen:
* Minecraft Forge is missing a Player API core which Minecraft version matches its own.
Download and install the latest Player API core for the Minecraft version you were trying to run.
* The code of the class "net\minecraft\entity\player\EntityPlayerMP" of Player API core has been modified beyond recognition by another Minecraft Forge coremod.
Try temporary deinstallation of other core mods to find the culprit and deinstall it permanently to fix this specific problem.
* Player API core has not been installed correctly.
Deinstall Player API core and install it again following the installation instructions in the readme file.
========================================
at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:91)
at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:32)
at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:25)
at net.smart.moving.playerapi.SmartMovingServerPlayerBase.registerPlayerBase(SmartMovingServerPlayerBase.java:23)
at net.smart.moving.playerapi.SmartMoving.register(SmartMoving.java:14)
at net.smart.moving.mod.Client.<init>(Client.java:41)
at net.smart.moving.mod.Client.create(Client.java:32)
at mod_SmartMoving.<init>(mod_SmartMoving.java:30)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:496)
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.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.NoSuchMethodException: net.minecraft.entity.player.EntityPlayerMP.getServerPlayerBase(java.lang.String)
at java.lang.Class.getMethod(Unknown Source)
at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:51)
... 45 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:91)
at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:32)
at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:25)
at net.smart.moving.playerapi.SmartMovingServerPlayerBase.registerPlayerBase(SmartMovingServerPlayerBase.java:23)
at net.smart.moving.playerapi.SmartMoving.register(SmartMoving.java:14)
at net.smart.moving.mod.Client.<init>(Client.java:41)
at net.smart.moving.mod.Client.create(Client.java:32)
at mod_SmartMoving.<init>(mod_SmartMoving.java:30)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:496)
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.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
bspkrsCore
Rei's Minimap
Starting Inventory
Treecapitator
AssassinCraft
CodeChickenCore
Custom Mob Spawner
Mo Creatures
BackTools
Mob Amputation
Mob Dismemberment
Flan's Mod (about all Addons)
Galacticraft (Mars Planet also)
GuiAPI
Harder Peaceful
MicdoodleCore
Not Enough Items
Optifine
Player API
Render Player API
SPC (of course)
Smart Moving (by the way, somewhy the animations doesnt work, it will be awesome if you help me with this too )
iChunUtil
---- Minecraft Crash Report ----
// Ouch. That hurt
Time: 16:49 14/12/13
Description: Initializing game
java.lang.RuntimeException:
========================================
The API "Server Player" version 1.1 of the mod "Player API core 1.1" can not be created!
----------------------------------------
Mandatory member method "api.player.server.ServerPlayerBase getServerPlayerBase(java.lang.String)" not found in class "net.minecraft.entity.player.EntityPlayerMP".
There are three scenarios this can happen:
* Minecraft Forge is missing a Player API core which Minecraft version matches its own.
Download and install the latest Player API core for the Minecraft version you were trying to run.
* The code of the class "net\minecraft\entity\player\EntityPlayerMP" of Player API core has been modified beyond recognition by another Minecraft Forge coremod.
Try temporary deinstallation of other core mods to find the culprit and deinstall it permanently to fix this specific problem.
* Player API core has not been installed correctly.
Deinstall Player API core and install it again following the installation instructions in the readme file.
========================================
at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:91)
at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:32)
at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:25)
at net.smart.moving.playerapi.SmartMovingServerPlayerBase.registerPlayerBase(SmartMovingServerPlayerBase.java:23)
at net.smart.moving.playerapi.SmartMoving.register(SmartMoving.java:14)
at net.smart.moving.mod.Client.<init>(Client.java:41)
at net.smart.moving.mod.Client.create(Client.java:32)
at mod_SmartMoving.<init>(mod_SmartMoving.java:30)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:496)
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.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.NoSuchMethodException: net.minecraft.entity.player.EntityPlayerMP.getServerPlayerBase(java.lang.String)
at java.lang.Class.getMethod(Unknown Source)
at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:51)
... 45 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:91)
at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:32)
at api.player.server.ServerPlayerAPI.register(ServerPlayerAPI.java:25)
at net.smart.moving.playerapi.SmartMovingServerPlayerBase.registerPlayerBase(SmartMovingServerPlayerBase.java:23)
at net.smart.moving.playerapi.SmartMoving.register(SmartMoving.java:14)
at net.smart.moving.mod.Client.<init>(Client.java:41)
at net.smart.moving.mod.Client.create(Client.java:32)
at mod_SmartMoving.<init>(mod_SmartMoving.java:30)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:496)
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.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 273699696 bytes (261 MB) / 427294720 bytes (407 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
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.45.953 Minecraft Forge 9.11.1.953 Optifine OptiFine_1.6.4_HD_U_C7 28 mods loaded, 28 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{6.4.45.953} [Forge Mod Loader] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed
Forge{9.11.1.953} [Minecraft Forge] (minecraftforge-9.11.1.953.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.6.1.8.jar) Unloaded->Constructed
PlayerAPI{1.0} [Player API] (minecraft.jar) Unloaded->Constructed
RenderPlayerAPI{1.0} [Render Player API] (minecraft.jar) Unloaded->Constructed
SPCForge{1.1} [SPC Forge] (minecraft.jar) Unloaded->Constructed
bspkrsCore{v5.0(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.0.zip) Unloaded->Constructed
mod_bspkrsCore{v5.0(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.0.zip) Unloaded->Constructed
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed
StartingInventory{Forge 1.6.4.r03} [StartingInventory] ([1.6.4]StartingInventory.Forge.1.6.4.r03.Universal.zip) Unloaded->Constructed
TreeCapitator{Forge 1.6.4.r06} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r06.Universal (1).jar) Unloaded->Constructed
AssassinCraft{r114f} [AssassinCraft Minecraft] (AssassinCraft r114f.zip) Unloaded->Constructed
CustomSpawner{2.3.1} [DrZhark's CustomSpawner] (CustomMobSpawner 2.3.1.zip) Unloaded->Constructed
MoCreatures{6.0.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.0.1.zip) Unloaded->Constructed
iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded->Constructed
BackTools{2.0.0} [BackTools] (files^BackTools2.0.0.zip) Unloaded->Constructed
MobAmputation{2.0.1} [MobAmputation] (files^MobAmputation2.0.1.zip) Unloaded->Constructed
MobDismemberment{2.0.0} [MobDismemberment] (files^MobDismemberment2.0.0.zip) Unloaded->Constructed
FlansMod{4.0.1} [Flans Mod] (FlansMod-4.0.1.jar) Unloaded->Constructed
GalacticraftCore{2.0.7} [Galacticraft Core] (Galacticraft-1.6.4-2.0.7.904.jar) Unloaded->Constructed
GalacticraftMars{2.0.7} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.7.904.jar) Unloaded->Constructed
wuppy29_harderpeaceful{1.7.0} [Harder Peaceful] (Harder Peaceful 1.7.0.zip) Unloaded->Constructed
millenaire{5.1.11} [Mill?naire] (millenaire-jar-5.1.11) Unloaded->Constructed
mod_SmartMoving{Not available} [mod_SmartMoving] (Smart Moving Universal for ModLoader or Minecraft Forge or MCPC+.zip) Unloaded->Errored
mod_SmartRender{1.1} [Smart Render] (Smart Moving Universal for ModLoader or Minecraft Forge or MCPC+.zip) Unloaded->Constructed
Launched Version: 1.6.4-Forge9.11.1.953
LWJGL: 2.9.0
OpenGL: Intel(R) HD Graphics 3000 GL version 3.1.0 - Build 9.17.10.2932, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Soartex_Fanver_Customized.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
bspkrsCore
Rei's Minimap
Starting Inventory
Treecapitator
AssassinCraft
CodeChickenCore
Custom Mob Spawner
Mo Creatures
BackTools
Mob Amputation
Mob Dismemberment
Flan's Mod (about all Addons)
Galacticraft (Mars Planet also)
GuiAPI
Harder Peaceful
MicdoodleCore
Not Enough Items
Optifine
Player API
Render Player API
SPC (of course)
Smart Moving (by the way, somewhy the animations doesnt work, it will be awesome if you help me with this too
iChunUtil
thats it...