Advertisement
Guest User

Untitled

a guest
Jun 15th, 2016
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.70 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // There are four lights!
  3.  
  4. Time: 15/06/16 4:07 PM
  5. Description: Initializing game
  6.  
  7. java.lang.RuntimeException:
  8.  
  9. ========================================
  10. The API "Model Player" version 1.0 of the mod "Render Player API core 1.0" can not be created!
  11. ----------------------------------------
  12. Mandatory member method "api.player.model.ModelPlayerBase getModelPlayerBase(java.lang.String)" not found in class "api.player.model.ModelPlayer".
  13. There are three scenarios this can happen:
  14. * Minecraft Forge is missing a Render Player API core which Minecraft version matches its own.
  15. Download and install the latest Render Player API core for the Minecraft version you were trying to run.
  16. * The code of the class "api\player\model\ModelPlayer" of Render Player API core has been modified beyond recognition by another Minecraft Forge coremod.
  17. Try temporary deinstallation of other core mods to find the culprit and deinstall it permanently to fix this specific problem.
  18. * Render Player API core has not been installed correctly.
  19. Deinstall Render Player API core and install it again following the installation instructions in the readme file.
  20. ========================================
  21.  
  22. at api.player.model.ModelPlayerAPI.register(ModelPlayerAPI.java:91)
  23. at api.player.model.ModelPlayerAPI.register(ModelPlayerAPI.java:32)
  24. at api.player.model.ModelPlayerAPI.register(ModelPlayerAPI.java:25)
  25. at wehavecookies56.kk.core.proxies.ClientProxy.registerRenderers(ClientProxy.java:79)
  26. at wehavecookies56.kk.KingdomKeys.init(KingdomKeys.java:306)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. at java.lang.reflect.Method.invoke(Method.java:483)
  31. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  32. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  34. at java.lang.reflect.Method.invoke(Method.java:483)
  35. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  36. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  37. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  38. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  39. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  40. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  41. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  45. at java.lang.reflect.Method.invoke(Method.java:483)
  46. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  47. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  48. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  49. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  50. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  51. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  52. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
  53. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  54. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  55. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  56. at net.minecraft.client.main.Main.main(SourceFile:148)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  60. at java.lang.reflect.Method.invoke(Method.java:483)
  61. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  62. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  63. Caused by: java.lang.NoSuchMethodException: api.player.model.ModelPlayer.getModelPlayerBase(java.lang.String)
  64. at java.lang.Class.getMethod(Class.java:1778)
  65. at api.player.model.ModelPlayerAPI.register(ModelPlayerAPI.java:51)
  66. ... 40 more
  67.  
  68.  
  69. A detailed walkthrough of the error, its code path and all known details is as follows:
  70. ---------------------------------------------------------------------------------------
  71.  
  72. -- Head --
  73. Stacktrace:
  74. at api.player.model.ModelPlayerAPI.register(ModelPlayerAPI.java:91)
  75. at api.player.model.ModelPlayerAPI.register(ModelPlayerAPI.java:32)
  76. at api.player.model.ModelPlayerAPI.register(ModelPlayerAPI.java:25)
  77. at wehavecookies56.kk.core.proxies.ClientProxy.registerRenderers(ClientProxy.java:79)
  78. at wehavecookies56.kk.KingdomKeys.init(KingdomKeys.java:306)
  79. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  80. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  81. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  82. at java.lang.reflect.Method.invoke(Method.java:483)
  83. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  84. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  85. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  86. at java.lang.reflect.Method.invoke(Method.java:483)
  87. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  88. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  89. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  90. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  91. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  92. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  93. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  96. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  97. at java.lang.reflect.Method.invoke(Method.java:483)
  98. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  99. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  100. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  101. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  102. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  103. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  104. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
  105. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  106. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  107.  
  108. -- Initialization --
  109. Details:
  110. Stacktrace:
  111. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  112. at net.minecraft.client.main.Main.main(SourceFile:148)
  113. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  114. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  115. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  116. at java.lang.reflect.Method.invoke(Method.java:483)
  117. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  118. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  119.  
  120. -- System Details --
  121. Details:
  122. Minecraft Version: 1.7.10
  123. Operating System: Windows 8.1 (amd64) version 6.3
  124. Java Version: 1.8.0_25, Oracle Corporation
  125. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  126. Memory: 136838232 bytes (130 MB) / 409866240 bytes (390 MB) up to 1060372480 bytes (1011 MB)
  127. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  128. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  129. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  130. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 62 mods loaded, 62 mods active
  131. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  132. UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  133. UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  134. UCHI Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  135. UCHI CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  136. UCHI NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
  137. UCHI OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
  138. UCHI <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  139. UCHI zeldaswordskills{1.7.10-2.2.8b} [Zelda Sword Skills] (1.7.10-zeldaswordskills-2.2.8b.jar)
  140. UCHI lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
  141. UCHI bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
  142. UCHI Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
  143. UCHI More Crafting Recipes Mod{Minecraft 1.7.2} [More Crafting Recipes Mod] ([2.1.1] More Crafting Recipes Mod.jar)
  144. UCHI Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  145. UCHI adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8c.jar)
  146. UCHI ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
  147. UCHI ArchitectureCraft{1.4.1} [ArchitectureCraft] (ArchitectureCraft-1.4.1-mc1.7.10.jar)
  148. UCHI BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
  149. UCHI AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
  150. UCHI candycraftmod{(Alpha)} [CandyCraft] (CandyCraft.jar)
  151. UCHI CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
  152. UCHI ChestTransporter{2.0.3} [Chest Transporter] (ChestTransporter-2.0.3-MC1.7.10.jar)
  153. UCHI ChickenChunks{1.3.4.16} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.16-universal.jar)
  154. UCHI clearingblock{0.3} [ClearingBlock Mod] (Clearing Block Mod-0.3.jar)
  155. UCHI CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
  156. UCHI CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip)
  157. UCHI DragonMounts{r39} [Dragon Mounts] (Dragon-Mounts-Mod-1.7.10.jar)
  158. UCHI EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
  159. UCHI fillchevsky{b3} [Fill Tool] (Fill-Tool-Mod-1.7.2.zip)
  160. UCHI ModGeochests{1.2.3} [§aGeochests] (geochests-1.7.10-v1.2.3.jar)
  161. UCHI iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
  162. UCHI Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
  163. UCHI HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
  164. UCHI inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  165. UCHI IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  166. UCHE kk{0.7.0.1.7.10} [Kingdom Keys] (Kingdom-Keys-Mod-1.7.10.jar)
  167. UCHI Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  168. UCHI RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)
  169. UCHI MCA{1.7.10-5.1.2} [Minecraft Comes Alive] (MCA-1.7.10-5.1.2-universal.jar)
  170. UCHI Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar)
  171. UCHI cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
  172. UCHI MultiPageChest{1.3.4} [Multi Page Chest] (MultiPageChest-1.3.4-MC1.7.10.jar)
  173. UCHI OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
  174. UCHI OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar)
  175. UCHI OpenPeripheralCore{1.2} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.2.jar)
  176. UCHI OpenPeripheral{0.4} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.4.jar)
  177. UCHI OpenPeripheralIntegration{0.3} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.3.jar)
  178. UCHI PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
  179. UCHI RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2.jar)
  180. UCHI scp{unspecified} [SecureCraftProtect] (SecureCraftProtect-1.7.10-r141.28df7e9.jar)
  181. UCHI spawnercraft{1.7.10-2.2} [SpawnerCraft] (SpawnerCraft2-1.7.10-2.2.jar)
  182. UCHI StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
  183. UCHI StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar)
  184. UCHI TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
  185. UCHI Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  186. UCHI WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
  187. UCHI ForgeMultipart{1.2.0.347} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  188. UCHI WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  189. UCHI WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  190. UCHI WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  191. UCHI XaeroMinimap{1.9} [Xaero's Minimap] (Xaeros_Minimap_1.9_Forge_1.7.10.jar)
  192. UCHI ForgeMicroblock{1.2.0.347} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  193. UCHI McMultipart{1.2.0.347} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
  194. GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.3408' Renderer: 'Intel(R) HD Graphics'
  195. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  196. Class transformer null safety: all safe
  197. CoFHCore: -[1.7.10]3.0.3-303
  198. Mantle Environment: Environment healthy.
  199. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  200. Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
  201. LWJGL: 2.9.1
  202. OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 10.18.10.3408, Intel
  203. GL Caps: Using GL 1.3 multitexturing.
  204. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  205. Anisotropic filtering is supported and maximum anisotropy is 16.
  206. Shaders are available because OpenGL 2.1 is supported.
  207.  
  208. Is Modded: Definitely; Client brand changed to 'fml,forge'
  209. Type: Client (map_client.txt)
  210. Resource Packs: []
  211. Current Language: English (US)
  212. Profiler Position: N/A (disabled)
  213. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  214. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement