Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2015
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.34 KB | None | 0 0
  1. Starting a new Gradle Daemon for this build (subsequent builds will be faster).
  2. ****************************
  3. Powered By MCP:
  4. http://modcoderpack.com/
  5. Searge, ProfMobius, Fesh0r,
  6. R4wk, ZeuX, IngisKahn, bspkrs
  7. MCP Data version : unknown
  8. ****************************
  9. :compileApiJava UP-TO-DATE
  10. :processApiResources UP-TO-DATE
  11. :apiClasses UP-TO-DATE
  12. :sourceMainJava UP-TO-DATE
  13. :compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.6
  14. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\world\LMWorld.java:53: error: cannot access mw
  15. if (o == null || o instanceof FakePlayer) {
  16. ^
  17. class file for mw not found
  18. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\recipes\LMRecipes.java:44: error: cannot access add
  19. r = GameRegistry.addShapedRecipe(out, in);
  20. ^
  21. class file for add not found
  22. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\recipes\LMRecipes.java:47: error: cannot access afh
  23. r = this.addIRecipe((IRecipe)new ShapedOreRecipe(out, in));
  24. ^
  25. class file for afh not found
  26. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\recipes\LMRecipes.java:65: error: cannot access afi
  27. return this.addIRecipe((IRecipe)new ShapelessOreRecipe(out, in));
  28. ^
  29. class file for afi not found
  30. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\client\FTBUBadgeRenderer.java:31: error: cannot access yz
  31. if (LatCoreMCClient.isPlaying() && !Badge.badges.isEmpty() && FTBUClient.renderBadges.getB() && !e.entityPlayer.isInvisible()) {
  32. ^
  33. class file for yz not found
  34. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\client\FTBUClient.java:59: error: cannot access z
  35. ClientCommandHandler.instance.registerCommand((ICommand)new CmdMath());
  36. ^
  37. class file for z not found
  38. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\client\FTBUClientEventHandler.java:73: error: cannot access sa
  39. if (e.entity.worldObj.isRemote && LatCoreMCClient.isPlaying() && FTBUClient.playerOptionsShortcut.getB() && e.entityPlayer.getUniqueID().equals(FTBLibClient.mc.thePlayer.getUniqueID())) {
  40. ^
  41. class file for sa not found
  42. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\client\FTBUGuiEventHandler.java:52: error: cannot access bdw
  43. if (e.gui instanceof GuiOptions) {
  44. ^
  45. class file for bdw not found
  46. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\client\FTBUGuiEventHandler.java:57: error: inconvertible types
  47. else if (e.gui instanceof GuiInventory || e.gui instanceof GuiContainerCreative) {
  48. ^
  49. required: GuiInventory
  50. found: bdw
  51. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\client\FTBUGuiEventHandler.java:57: error: inconvertible types
  52. else if (e.gui instanceof GuiInventory || e.gui instanceof GuiContainerCreative) {
  53. ^
  54. required: GuiContainerCreative
  55. found: bdw
  56. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\client\FTBUGuiEventHandler.java:62: error: inconvertible types
  57. if (e.gui instanceof GuiContainerCreative) {
  58. ^
  59. required: GuiContainerCreative
  60. found: bdw
  61. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\client\FTBUGuiEventHandler.java:101: error: cannot access bcb
  62. if (e.button.id == PlayerSelfAction.settings.ID) {
  63. ^
  64. class file for bcb not found
  65. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\client\FTBUGuiEventHandler.java:105: error: inconvertible types
  66. final GuiContainerCreative creativeContainer = (e.gui instanceof GuiContainerCreative) ? (GuiContainerCreative)e.gui : null;
  67. ^
  68. required: GuiContainerCreative
  69. found: bdw
  70. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\client\FTBUGuiEventHandler.java:105: error: inconvertible types
  71. final GuiContainerCreative creativeContainer = (e.gui instanceof GuiContainerCreative) ? (GuiContainerCreative)e.gui : null;
  72. ^
  73. required: GuiContainerCreative
  74. found: bdw
  75. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\cmd\admin\CmdAdminChunks.java:21: error: cannot access ahb
  76. final ImmutableSetMultimap<ChunkCoordIntPair, ForgeChunkManager.Ticket> map = (ImmutableSetMultimap<ChunkCoordIntPair, ForgeChunkManager.Ticket>)ForgeChunkManager.getPersistentChunksFor(ics.getEntityWorld());
  77. ^
  78. class file for ahb not found
  79. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\FTBU.java:51: error: cannot access dh
  80. FMLInterModComms.sendMessage("Waila", "register", "latmod.ftbu.core.api.RegisterWailaEvent.registerHandlers");
  81. ^
  82. class file for dh not found
  83. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\FTBU.java:64: error: cannot access aa
  84. e.registerServerCommand((ICommand)new CmdAdmin());
  85. ^
  86. class file for aa not found
  87. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\FTBU.java:65: error: no suitable method found for registerServerCommand(ICommand)
  88. e.registerServerCommand((ICommand)new CmdListOverride());
  89. ^
  90. method FMLServerStartingEvent.registerServerCommand(String,Command) is not applicable
  91. (actual and formal argument lists differ in length)
  92. method FMLServerStartingEvent.registerServerCommand(aa) is not applicable
  93. (actual argument ICommand cannot be converted to aa by method invocation conversion)
  94. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\FTBU.java:67: error: no suitable method found for registerServerCommand(ICommand)
  95. e.registerServerCommand((ICommand)new CmdBack());
  96. ^
  97. method FMLServerStartingEvent.registerServerCommand(String,Command) is not applicable
  98. (actual and formal argument lists differ in length)
  99. method FMLServerStartingEvent.registerServerCommand(aa) is not applicable
  100. (actual argument ICommand cannot be converted to aa by method invocation conversion)
  101. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\FTBU.java:70: error: no suitable method found for registerServerCommand(ICommand)
  102. e.registerServerCommand((ICommand)new CmdSpawn());
  103. ^
  104. method FMLServerStartingEvent.registerServerCommand(String,Command) is not applicable
  105. (actual and formal argument lists differ in length)
  106. method FMLServerStartingEvent.registerServerCommand(aa) is not applicable
  107. (actual argument ICommand cannot be converted to aa by method invocation conversion)
  108. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\FTBU.java:73: error: no suitable method found for registerServerCommand(ICommand)
  109. e.registerServerCommand((ICommand)new CmdTplast());
  110. ^
  111. method FMLServerStartingEvent.registerServerCommand(String,Command) is not applicable
  112. (actual and formal argument lists differ in length)
  113. method FMLServerStartingEvent.registerServerCommand(aa) is not applicable
  114. (actual argument ICommand cannot be converted to aa by method invocation conversion)
  115. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\FTBU.java:76: error: no suitable method found for registerServerCommand(ICommand)
  116. e.registerServerCommand((ICommand)new CmdWarp());
  117. ^
  118. method FMLServerStartingEvent.registerServerCommand(String,Command) is not applicable
  119. (actual and formal argument lists differ in length)
  120. method FMLServerStartingEvent.registerServerCommand(aa) is not applicable
  121. (actual argument ICommand cannot be converted to aa by method invocation conversion)
  122. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\FTBU.java:79: error: no suitable method found for registerServerCommand(ICommand)
  123. e.registerServerCommand((ICommand)new CmdHome());
  124. ^
  125. method FMLServerStartingEvent.registerServerCommand(String,Command) is not applicable
  126. (actual and formal argument lists differ in length)
  127. method FMLServerStartingEvent.registerServerCommand(aa) is not applicable
  128. (actual argument ICommand cannot be converted to aa by method invocation conversion)
  129. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\handlers\FTBUChunkEventHandler.java:7: error: FTBUChunkEventHandler is not abstract and does not override abstract method ticketsLoaded(List<Ticket>,ahb) in LoadingCallback
  130. public class FTBUChunkEventHandler implements ForgeChunkManager.LoadingCallback
  131. ^
  132. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\handlers\FTBUPlayerEventHandler.java:43: error: inconvertible types
  133. { if(e.player instanceof EntityPlayerMP) playerLoggedOut((EntityPlayerMP)e.player); }
  134. ^
  135. required: EntityPlayerMP
  136. found: yz
  137. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\handlers\FTBUPlayerEventHandler.java:43: error: inconvertible types
  138. { if(e.player instanceof EntityPlayerMP) playerLoggedOut((EntityPlayerMP)e.player); }
  139. ^
  140. required: EntityPlayerMP
  141. found: yz
  142. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\handlers\FTBUPlayerEventHandler.java:65: error: inconvertible types
  143. if (e.entity.worldObj.isRemote || !(e.entity instanceof EntityPlayerMP)) {
  144. ^
  145. required: EntityPlayerMP
  146. found: sa
  147. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\handlers\FTBUPlayerEventHandler.java:68: error: inconvertible types
  148. final EntityPlayerMP ep = (EntityPlayerMP)e.entity;
  149. ^
  150. required: EntityPlayerMP
  151. found: sa
  152. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\handlers\FTBUPlayerEventHandler.java:147: error: inconvertible types
  153. if (e.entity instanceof EntityPlayerMP) {
  154. ^
  155. required: EntityPlayerMP
  156. found: sa
  157. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\handlers\FTBUPlayerEventHandler.java:166: error: inconvertible types
  158. if (dim != 0 || !(e.entity instanceof EntityPlayerMP) || e.entity instanceof FakePlayer) {
  159. ^
  160. required: EntityPlayerMP
  161. found: sa
  162. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\handlers\FTBUPlayerEventHandler.java:166: error: inconvertible types
  163. if (dim != 0 || !(e.entity instanceof EntityPlayerMP) || e.entity instanceof FakePlayer) {
  164. ^
  165. required: FakePlayer
  166. found: sa
  167. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\handlers\FTBUPlayerEventHandler.java:169: error: cannot access ro
  168. final Entity entity = e.source.getSourceOfDamage();
  169. ^
  170. class file for ro not found
  171. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\handlers\FTBUPlayerEventHandler.java:171: error: inconvertible types
  172. if (entity instanceof FakePlayer) {
  173. ^
  174. required: FakePlayer
  175. found: Entity
  176. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\handlers\FTBUWorldEventHandler.java:34: error: inconvertible types
  177. if (FTBLib.isServer() && e.world.provider.dimensionId == 0 && e.world instanceof WorldServer) {
  178. ^
  179. required: WorldServer
  180. found: ahb
  181. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\mod\handlers\FTBUWorldEventHandler.java:97: error: cannot access agw
  182. final int cx = MathHelperLM.chunk(e.explosion.explosionX);
  183. ^
  184. class file for agw not found
  185. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\net\MessageAreaRequest.java:32: error: cannot access nh
  186. final EntityPlayerMP ep = ctx.getServerHandler().playerEntity;
  187. ^
  188. class file for nh not found
  189. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\tile\Tank.java:62: error: method readFromNBT in class FluidTank cannot be applied to given types;
  190. this.fluidTank.readFromNBT(tankTag);
  191. ^
  192. required: dh
  193. found: NBTTagCompound
  194. reason: actual argument NBTTagCompound cannot be converted to dh by method invocation conversion
  195. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\tile\Tank.java:76: error: method writeToNBT in class FluidTank cannot be applied to given types;
  196. this.fluidTank.writeToNBT(tankTag);
  197. ^
  198. required: dh
  199. found: NBTTagCompound
  200. reason: actual argument NBTTagCompound cannot be converted to dh by method invocation conversion
  201. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\util\client\BlockRendererLM.java:11: error: BlockRendererLM is not abstract and does not override abstract method renderWorldBlock(ahl,int,int,int,aji,int,blm) in ISimpleBlockRenderingHandler
  202. public class BlockRendererLM implements ISimpleBlockRenderingHandler
  203. ^
  204. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\util\client\LatCoreMCClient.java:25: error: cannot access bno
  205. RenderingRegistry.registerEntityRenderingHandler((Class)c, r);
  206. ^
  207. class file for bno not found
  208. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\util\client\LatCoreMCClient.java:29: error: cannot access bml
  209. ClientRegistry.bindTileEntitySpecialRenderer((Class)c, r);
  210. ^
  211. class file for bml not found
  212. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\util\client\LatCoreMCClient.java:45: error: cannot access adb
  213. MinecraftForgeClient.registerItemRenderer(item, i);
  214. ^
  215. class file for adb not found
  216. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\util\client\LatCoreMCClient.java:49: error: method registerItemRenderer in class MinecraftForgeClient cannot be applied to given types;
  217. MinecraftForgeClient.registerItemRenderer(Item.getItemFromBlock(block), i);
  218. ^
  219. required: adb,IItemRenderer
  220. found: Item,IItemRenderer
  221. reason: actual argument Item cannot be converted to adb by method invocation conversion
  222. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\util\LatCoreMC.java:29: error: no suitable method found for registerItem(Item,String)
  223. GameRegistry.registerItem(i, name);
  224. ^
  225. method GameRegistry.registerItem(adb,String,String) is not applicable
  226. (actual and formal argument lists differ in length)
  227. method GameRegistry.registerItem(adb,String) is not applicable
  228. (actual argument Item cannot be converted to adb by method invocation conversion)
  229. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\util\LatCoreMC.java:33: error: cannot access aji
  230. GameRegistry.registerBlock(b, (Class)c, name);
  231. ^
  232. class file for aji not found
  233. D:\eclipse\forge\forge-1.7.10-10.13.4.1558-1.7.10-src\build\sources\java\latmod\ftbu\util\LatCoreMC.java:79: error: inconvertible types
  234. if (FTBLib.isServer() && !(ep instanceof FakePlayer)) {
  235. ^
  236. required: FakePlayer
  237. found: EntityPlayerMP
  238. Note: Some input files use unchecked or unsafe operations.
  239. Note: Recompile with -Xlint:unchecked for details.
  240. 46 errors
  241. 1 warning
  242. FAILED
  243.  
  244. FAILURE: Build failed with an exception.
  245.  
  246. * What went wrong:
  247. Execution failed for task ':compileJava'.
  248. > Compilation failed; see the compiler error output for details.
  249.  
  250. * Try:
  251. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  252.  
  253. BUILD FAILED
  254.  
  255. Total time: 17.829 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement