Jump to content

Recommended Posts

Posted

I tryed recompiling because i fixed some things in my mod but this happened

 

Log from mcperr:

!! renaming disabled !!
08:41:02 - '"C:\Program Files\Java\jdk1.7.0_25\bin\javac" -encoding UTF-8 -Xlint:-options -deprecation -g -sourc...' failed : 1
08:41:02 - 
08:41:02 - == ERRORS FOUND in JAVA CODE ==
08:41:02 - 
08:41:02 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:60: warning: [deprecation] Block in Mod has been deprecated
08:41:02 - import cpw.mods.fml.common.Mod.Block;
08:41:02 -                               ^
08:41:02 - 
08:41:02 - src\minecraft\minecraftmod\TitaniumBlock.java:5: warning: [deprecation] Init in Mod has been deprecated
08:41:02 - import cpw.mods.fml.common.Mod.Init;
08:41:02 -                               ^
08:41:02 - 
08:41:02 - src\minecraft\minecraftmod\TitaniumMod.java:16: warning: [deprecation] Init in Mod has been deprecated
08:41:02 - import cpw.mods.fml.common.Mod.Init;
08:41:02 -                               ^
08:41:02 - 
08:41:02 - src\minecraft\minecraftmod\TitaniumMod.java:18: warning: [deprecation] PreInit in Mod has been deprecated
08:41:02 - import cpw.mods.fml.common.Mod.PreInit;
08:41:02 -                               ^
08:41:02 - 
08:41:02 - src\minecraft\minecraftmod\TitaniumOre.java:5: warning: [deprecation] Init in Mod has been deprecated
08:41:02 - import cpw.mods.fml.common.Mod.Init;
08:41:02 -                               ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraftforge\liquids\IBlockLiquid.java:12: warning: [deprecation] ILiquid in net.minecraftforge.liquids has been deprecated
08:41:02 - public interface IBlockLiquid extends ILiquid {
08:41:02 -                                       ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraftforge\liquids\LiquidTank.java:10: warning: [deprecation] ILiquidTank in net.minecraftforge.liquids has been deprecated
08:41:02 - public class LiquidTank implements ILiquidTank {
08:41:02 -                                    ^
08:41:02 - 
08:41:02 - src\minecraft\minecraftmod\TitaniumMod.java:71: warning: [deprecation] Init in Mod has been deprecated
08:41:02 - @Init
08:41:02 -  ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\client\entity\EntityPlayerSP.java:21: warning: [deprecation] ISidedInventory in net.minecraftforge.common has been deprecated
08:41:02 - import net.minecraft.client.particle.EntityCrit2FX;
08:41:02 -          ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:507: warning: [deprecation] getSizeInventorySide(ForgeDirection) in ISidedInventory has been deprecated
08:41:02 -     public int getSizeInventorySide(ForgeDirection side)
08:41:02 -                ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:490: warning: [deprecation] getStartInventorySide(ForgeDirection) in ISidedInventory has been deprecated
08:41:02 -     public int getStartInventorySide(ForgeDirection side)
08:41:02 -                ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\util\ChatMessageComponent.java:260: warning: non-varargs call of varargs method with inexact argument type for last parameter;
08:41:02 -                 stringbuilder.append(StatCollector.translateToLocalFormatted(this.field_111090_h, astring));
08:41:02 -                                                                                                   ^
08:41:02 - 
08:41:02 -   cast to Object for a varargs call
08:41:02 -   cast to Object[] for a non-varargs call and to suppress this warning
08:41:02 - src\minecraft\net\minecraft\item\ItemPotion.java:394: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:41:02 -     public boolean hasEffect(ItemStack par1ItemStack)
08:41:02 -                    ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\item\ItemEnchantedBook.java:23: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:41:02 -     public boolean hasEffect(ItemStack par1ItemStack)
08:41:02 -                    ^
08:41:02 - 
08:41:02 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:113: warning: [deprecation] Block in Mod has been deprecated
08:41:02 -     public static Object buildBlock(ModContainer container, Class<?> type, Block annotation) throws Exception
08:41:02 -                                                                            ^
08:41:02 - 
08:41:02 - src\minecraft\cpw\mods\fml\relauncher\FMLCorePlugin.java:21: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
08:41:02 -     public String[] getLibraryRequestClass()
08:41:02 -                     ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER3.java:19: error: cannot find symbol
08:41:02 -         return WorldClient.func_142030_c(this.field_142027_a).thePlayer.func_142021_k();
08:41:02 -                           ^
08:41:02 - 
08:41:02 -   symbol:   method func_142030_c(WorldClient)
08:41:02 -   location: class WorldClient
08:41:02 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER4.java:19: error: cannot find symbol
08:41:02 -         return WorldClient.func_142030_c(this.field_142029_a).getIntegratedServer() == null ? "Non-integrated multiplayer server" : "Integrated singleplayer server";
08:41:02 -                           ^
08:41:02 - 
08:41:02 -   symbol:   method func_142030_c(WorldClient)
08:41:02 -   location: class WorldClient
08:41:02 - src\minecraft\net\minecraft\item\ItemAppleGold.java:21: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:41:02 -     public boolean hasEffect(ItemStack par1ItemStack)
08:41:02 -                    ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\item\ItemEditableBook.java:91: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:41:02 -     public boolean hasEffect(ItemStack par1ItemStack)
08:41:02 -                    ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\item\ItemExpBottle.java:19: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:41:02 -     public boolean hasEffect(ItemStack par1ItemStack)
08:41:02 -                    ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\item\ItemSimpleFoiled.java:14: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:41:02 -     public boolean hasEffect(ItemStack par1ItemStack)
08:41:02 -                    ^
08:41:02 - 
08:41:02 - src\minecraft\net\minecraft\network\packet\Packet133TileEditorOpen.java:29: error: cannot find symbol
08:41:02 -         par1NetHandler.func_142031_a(this);
08:41:02 -                       ^
08:41:02 - 
08:41:02 -   symbol:   method func_142031_a(Packet133TileEditorOpen)
08:41:02 -   location: variable par1NetHandler of type NetHandler
08:41:02 - src\minecraft\net\minecraftforge\classloading\FMLForgePlugin.java:12: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
08:41:02 -     public String[] getLibraryRequestClass()
08:41:02 -                     ^
08:41:02 - 
08:41:02 - 3 errors
08:41:02 - 21 warnings
08:41:02 - ==================
08:41:02 - 
08:41:02 - !! Can not find server sources, try decompiling !!
08:41:27 - !! Can not find server md5s !!
08:01:56 - '"C:\Program Files\Java\jdk1.7.0_25\bin\javac" -encoding UTF-8 -Xlint:-options -deprecation -g -sourc...' failed : 1
08:01:56 - 
08:01:56 - == ERRORS FOUND in JAVA CODE ==
08:01:56 - 
08:01:56 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:60: warning: [deprecation] Block in Mod has been deprecated
08:01:56 - import cpw.mods.fml.common.Mod.Block;
08:01:56 -                               ^
08:01:56 - 
08:01:56 - src\minecraft\minecraftmod\TitaniumBlock.java:5: warning: [deprecation] Init in Mod has been deprecated
08:01:56 - import cpw.mods.fml.common.Mod.Init;
08:01:56 -                               ^
08:01:56 - 
08:01:56 - src\minecraft\minecraftmod\TitaniumMod.java:16: warning: [deprecation] Init in Mod has been deprecated
08:01:56 - import cpw.mods.fml.common.Mod.Init;
08:01:56 -                               ^
08:01:56 - 
08:01:56 - src\minecraft\minecraftmod\TitaniumMod.java:18: warning: [deprecation] PreInit in Mod has been deprecated
08:01:56 - import cpw.mods.fml.common.Mod.PreInit;
08:01:56 -                               ^
08:01:56 - 
08:01:56 - src\minecraft\minecraftmod\TitaniumOre.java:5: warning: [deprecation] Init in Mod has been deprecated
08:01:56 - import cpw.mods.fml.common.Mod.Init;
08:01:56 -                               ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraftforge\liquids\IBlockLiquid.java:12: warning: [deprecation] ILiquid in net.minecraftforge.liquids has been deprecated
08:01:56 - public interface IBlockLiquid extends ILiquid {
08:01:56 -                                       ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraftforge\liquids\LiquidTank.java:10: warning: [deprecation] ILiquidTank in net.minecraftforge.liquids has been deprecated
08:01:56 - public class LiquidTank implements ILiquidTank {
08:01:56 -                                    ^
08:01:56 - 
08:01:56 - src\minecraft\minecraftmod\TitaniumMod.java:72: warning: [deprecation] Init in Mod has been deprecated
08:01:56 - @Init
08:01:56 -  ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\client\entity\EntityPlayerSP.java:21: warning: [deprecation] ISidedInventory in net.minecraftforge.common has been deprecated
08:01:56 - import net.minecraft.client.particle.EntityCrit2FX;
08:01:56 -          ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:507: warning: [deprecation] getSizeInventorySide(ForgeDirection) in ISidedInventory has been deprecated
08:01:56 -     public int getSizeInventorySide(ForgeDirection side)
08:01:56 -                ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:490: warning: [deprecation] getStartInventorySide(ForgeDirection) in ISidedInventory has been deprecated
08:01:56 -     public int getStartInventorySide(ForgeDirection side)
08:01:56 -                ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\util\ChatMessageComponent.java:260: warning: non-varargs call of varargs method with inexact argument type for last parameter;
08:01:56 -                 stringbuilder.append(StatCollector.translateToLocalFormatted(this.field_111090_h, astring));
08:01:56 -                                                                                                   ^
08:01:56 - 
08:01:56 -   cast to Object for a varargs call
08:01:56 -   cast to Object[] for a non-varargs call and to suppress this warning
08:01:56 - src\minecraft\net\minecraft\item\ItemPotion.java:394: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:01:56 -     public boolean hasEffect(ItemStack par1ItemStack)
08:01:56 -                    ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\item\ItemEnchantedBook.java:23: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:01:56 -     public boolean hasEffect(ItemStack par1ItemStack)
08:01:56 -                    ^
08:01:56 - 
08:01:56 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:113: warning: [deprecation] Block in Mod has been deprecated
08:01:56 -     public static Object buildBlock(ModContainer container, Class<?> type, Block annotation) throws Exception
08:01:56 -                                                                            ^
08:01:56 - 
08:01:56 - src\minecraft\cpw\mods\fml\relauncher\FMLCorePlugin.java:21: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
08:01:56 -     public String[] getLibraryRequestClass()
08:01:56 -                     ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER3.java:19: error: cannot find symbol
08:01:56 -         return WorldClient.func_142030_c(this.field_142027_a).thePlayer.func_142021_k();
08:01:56 -                                                              ^
08:01:56 - 
08:01:56 -   symbol:   variable thePlayer
08:01:56 -   location: class Object
08:01:56 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER4.java:19: error: cannot find symbol
08:01:56 -         return WorldClient.func_142030_c(this.field_142029_a).getIntegratedServer() == null ? "Non-integrated multiplayer server" : "Integrated singleplayer server";
08:01:56 -                                                              ^
08:01:56 - 
08:01:56 -   symbol:   method getIntegratedServer()
08:01:56 -   location: class Object
08:01:56 - src\minecraft\net\minecraft\item\ItemAppleGold.java:21: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:01:56 -     public boolean hasEffect(ItemStack par1ItemStack)
08:01:56 -                    ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\item\ItemEditableBook.java:91: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:01:56 -     public boolean hasEffect(ItemStack par1ItemStack)
08:01:56 -                    ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\item\ItemExpBottle.java:19: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:01:56 -     public boolean hasEffect(ItemStack par1ItemStack)
08:01:56 -                    ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\item\ItemSimpleFoiled.java:14: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:01:56 -     public boolean hasEffect(ItemStack par1ItemStack)
08:01:56 -                    ^
08:01:56 - 
08:01:56 - src\minecraft\net\minecraft\network\packet\Packet133TileEditorOpen.java:29: error: cannot find symbol
08:01:56 -         par1NetHandler.func_142031_a(this);
08:01:56 -                       ^
08:01:56 - 
08:01:56 -   symbol:   method func_142031_a(Packet133TileEditorOpen)
08:01:56 -   location: variable par1NetHandler of type NetHandler
08:01:56 - src\minecraft\net\minecraftforge\classloading\FMLForgePlugin.java:12: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
08:01:56 -     public String[] getLibraryRequestClass()
08:01:56 -                     ^
08:01:56 - 
08:01:56 - 3 errors
08:01:56 - 21 warnings
08:01:56 - ==================
08:01:56 - 
08:01:56 - !! Can not find server sources, try decompiling !!
08:02:26 - !! Can not find server md5s !!
16:13:14 - '"C:\Program Files\Java\jdk1.7.0_25\bin\javac" -encoding UTF-8 -Xlint:-options -deprecation -g -sourc...' failed : 1
16:13:14 - 
16:13:14 - == ERRORS FOUND in JAVA CODE ==
16:13:14 - 
16:13:14 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:60: warning: [deprecation] Block in Mod has been deprecated
16:13:14 - import cpw.mods.fml.common.Mod.Block;
16:13:14 -                               ^
16:13:14 - 
16:13:14 - src\minecraft\minecraftmod\TitaniumBlock.java:5: warning: [deprecation] Init in Mod has been deprecated
16:13:14 - import cpw.mods.fml.common.Mod.Init;
16:13:14 -                               ^
16:13:14 - 
16:13:14 - src\minecraft\minecraftmod\TitaniumMod.java:18: warning: [deprecation] Init in Mod has been deprecated
16:13:14 - import cpw.mods.fml.common.Mod.Init;
16:13:14 -                               ^
16:13:14 - 
16:13:14 - src\minecraft\minecraftmod\TitaniumMod.java:20: warning: [deprecation] PreInit in Mod has been deprecated
16:13:14 - import cpw.mods.fml.common.Mod.PreInit;
16:13:14 -                               ^
16:13:14 - 
16:13:14 - src\minecraft\minecraftmod\TitaniumOre.java:5: warning: [deprecation] Init in Mod has been deprecated
16:13:14 - import cpw.mods.fml.common.Mod.Init;
16:13:14 -                               ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraftforge\liquids\IBlockLiquid.java:12: warning: [deprecation] ILiquid in net.minecraftforge.liquids has been deprecated
16:13:14 - public interface IBlockLiquid extends ILiquid {
16:13:14 -                                       ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraftforge\liquids\LiquidTank.java:10: warning: [deprecation] ILiquidTank in net.minecraftforge.liquids has been deprecated
16:13:14 - public class LiquidTank implements ILiquidTank {
16:13:14 -                                    ^
16:13:14 - 
16:13:14 - src\minecraft\minecraftmod\TitaniumMod.java:74: warning: [deprecation] Init in Mod has been deprecated
16:13:14 - @Init
16:13:14 -  ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\client\entity\EntityPlayerSP.java:21: warning: [deprecation] ISidedInventory in net.minecraftforge.common has been deprecated
16:13:14 - import net.minecraft.client.particle.EntityCrit2FX;
16:13:14 -          ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:507: warning: [deprecation] getSizeInventorySide(ForgeDirection) in ISidedInventory has been deprecated
16:13:14 -     public int getSizeInventorySide(ForgeDirection side)
16:13:14 -                ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:490: warning: [deprecation] getStartInventorySide(ForgeDirection) in ISidedInventory has been deprecated
16:13:14 -     public int getStartInventorySide(ForgeDirection side)
16:13:14 -                ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\util\ChatMessageComponent.java:260: warning: non-varargs call of varargs method with inexact argument type for last parameter;
16:13:14 -                 stringbuilder.append(StatCollector.translateToLocalFormatted(this.field_111090_h, astring));
16:13:14 -                                                                                                   ^
16:13:14 - 
16:13:14 -   cast to Object for a varargs call
16:13:14 -   cast to Object[] for a non-varargs call and to suppress this warning
16:13:14 - src\minecraft\net\minecraft\item\ItemPotion.java:394: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
16:13:14 -     public boolean hasEffect(ItemStack par1ItemStack)
16:13:14 -                    ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\item\ItemEnchantedBook.java:23: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
16:13:14 -     public boolean hasEffect(ItemStack par1ItemStack)
16:13:14 -                    ^
16:13:14 - 
16:13:14 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:113: warning: [deprecation] Block in Mod has been deprecated
16:13:14 -     public static Object buildBlock(ModContainer container, Class<?> type, Block annotation) throws Exception
16:13:14 -                                                                            ^
16:13:14 - 
16:13:14 - src\minecraft\cpw\mods\fml\relauncher\FMLCorePlugin.java:21: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
16:13:14 -     public String[] getLibraryRequestClass()
16:13:14 -                     ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER3.java:19: error: cannot find symbol
16:13:14 -         return WorldClient.func_142030_c(this.field_142027_a).thePlayer.func_142021_k();
16:13:14 -                                                              ^
16:13:14 - 
16:13:14 -   symbol:   variable thePlayer
16:13:14 -   location: class Object
16:13:14 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER4.java:19: error: cannot find symbol
16:13:14 -         return WorldClient.func_142030_c(this.field_142029_a).getIntegratedServer() == null ? "Non-integrated multiplayer server" : "Integrated singleplayer server";
16:13:14 -                                                              ^
16:13:14 - 
16:13:14 -   symbol:   method getIntegratedServer()
16:13:14 -   location: class Object
16:13:14 - src\minecraft\net\minecraft\item\ItemAppleGold.java:21: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
16:13:14 -     public boolean hasEffect(ItemStack par1ItemStack)
16:13:14 -                    ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\item\ItemEditableBook.java:91: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
16:13:14 -     public boolean hasEffect(ItemStack par1ItemStack)
16:13:14 -                    ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\item\ItemExpBottle.java:19: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
16:13:14 -     public boolean hasEffect(ItemStack par1ItemStack)
16:13:14 -                    ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\item\ItemSimpleFoiled.java:14: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
16:13:14 -     public boolean hasEffect(ItemStack par1ItemStack)
16:13:14 -                    ^
16:13:14 - 
16:13:14 - src\minecraft\net\minecraft\network\packet\Packet133TileEditorOpen.java:29: error: cannot find symbol
16:13:14 -         par1NetHandler.func_142031_a(this);
16:13:14 -                       ^
16:13:14 - 
16:13:14 -   symbol:   method func_142031_a(Packet133TileEditorOpen)
16:13:14 -   location: variable par1NetHandler of type NetHandler
16:13:14 - src\minecraft\net\minecraftforge\classloading\FMLForgePlugin.java:12: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
16:13:14 -     public String[] getLibraryRequestClass()
16:13:14 -                     ^
16:13:14 - 
16:13:14 - 3 errors
16:13:14 - 21 warnings
16:13:14 - ==================
16:13:14 - 
16:13:14 - !! Can not find server sources, try decompiling !!
16:13:45 - !! Can not find server md5s !!
20:29:53 - "scalac" is not found on the PATH.  Scala files will not be recompiled
08:30:12 - '"C:\Program Files\Java\jdk1.7.0_25\bin\javac" -encoding UTF-8 -Xlint:-options -deprecation -g -sourc...' failed : 1
08:30:12 - 
08:30:12 - == ERRORS FOUND in JAVA CODE ==
08:30:12 - 
08:30:12 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:60: warning: [deprecation] Block in Mod has been deprecated
08:30:12 - import cpw.mods.fml.common.Mod.Block;
08:30:12 -                               ^
08:30:12 - 
08:30:12 - src\minecraft\minecraftmod\TitaniumBlock.java:5: warning: [deprecation] Init in Mod has been deprecated
08:30:12 - import cpw.mods.fml.common.Mod.Init;
08:30:12 -                               ^
08:30:12 - 
08:30:12 - src\minecraft\minecraftmod\TitaniumMod.java:25: warning: [deprecation] Init in Mod has been deprecated
08:30:12 - import cpw.mods.fml.common.Mod.Init;
08:30:12 -                               ^
08:30:12 - 
08:30:12 - src\minecraft\minecraftmod\TitaniumMod.java:27: warning: [deprecation] PreInit in Mod has been deprecated
08:30:12 - import cpw.mods.fml.common.Mod.PreInit;
08:30:12 -                               ^
08:30:12 - 
08:30:12 - src\minecraft\minecraftmod\TitaniumOre.java:5: warning: [deprecation] Init in Mod has been deprecated
08:30:12 - import cpw.mods.fml.common.Mod.Init;
08:30:12 -                               ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraftforge\liquids\IBlockLiquid.java:12: warning: [deprecation] ILiquid in net.minecraftforge.liquids has been deprecated
08:30:12 - public interface IBlockLiquid extends ILiquid {
08:30:12 -                                       ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraftforge\liquids\LiquidTank.java:10: warning: [deprecation] ILiquidTank in net.minecraftforge.liquids has been deprecated
08:30:12 - public class LiquidTank implements ILiquidTank {
08:30:12 -                                    ^
08:30:12 - 
08:30:12 - src\minecraft\minecraftmod\TitaniumMod.java:96: warning: [deprecation] Init in Mod has been deprecated
08:30:12 - @Init
08:30:12 -  ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\client\entity\EntityPlayerSP.java:21: warning: [deprecation] ISidedInventory in net.minecraftforge.common has been deprecated
08:30:12 - import net.minecraft.client.particle.EntityCrit2FX;
08:30:12 -          ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:507: warning: [deprecation] getSizeInventorySide(ForgeDirection) in ISidedInventory has been deprecated
08:30:12 -     public int getSizeInventorySide(ForgeDirection side)
08:30:12 -                ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:490: warning: [deprecation] getStartInventorySide(ForgeDirection) in ISidedInventory has been deprecated
08:30:12 -     public int getStartInventorySide(ForgeDirection side)
08:30:12 -                ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\util\ChatMessageComponent.java:260: warning: non-varargs call of varargs method with inexact argument type for last parameter;
08:30:12 -                 stringbuilder.append(StatCollector.translateToLocalFormatted(this.field_111090_h, astring));
08:30:12 -                                                                                                   ^
08:30:12 - 
08:30:12 -   cast to Object for a varargs call
08:30:12 -   cast to Object[] for a non-varargs call and to suppress this warning
08:30:12 - src\minecraft\net\minecraft\item\ItemPotion.java:394: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:30:12 -     public boolean hasEffect(ItemStack par1ItemStack)
08:30:12 -                    ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\item\ItemEnchantedBook.java:23: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:30:12 -     public boolean hasEffect(ItemStack par1ItemStack)
08:30:12 -                    ^
08:30:12 - 
08:30:12 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:113: warning: [deprecation] Block in Mod has been deprecated
08:30:12 -     public static Object buildBlock(ModContainer container, Class<?> type, Block annotation) throws Exception
08:30:12 -                                                                            ^
08:30:12 - 
08:30:12 - src\minecraft\cpw\mods\fml\relauncher\FMLCorePlugin.java:21: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
08:30:12 -     public String[] getLibraryRequestClass()
08:30:12 -                     ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER3.java:19: error: cannot find symbol
08:30:12 -         return WorldClient.func_142030_c(this.field_142027_a).thePlayer.func_142021_k();
08:30:12 -                           ^
08:30:12 - 
08:30:12 -   symbol:   method func_142030_c(WorldClient)
08:30:12 -   location: class WorldClient
08:30:12 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER4.java:19: error: cannot find symbol
08:30:12 -         return WorldClient.func_142030_c(this.field_142029_a).getIntegratedServer() == null ? "Non-integrated multiplayer server" : "Integrated singleplayer server";
08:30:12 -                           ^
08:30:12 - 
08:30:12 -   symbol:   method func_142030_c(WorldClient)
08:30:12 -   location: class WorldClient
08:30:12 - src\minecraft\net\minecraft\item\ItemAppleGold.java:21: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:30:12 -     public boolean hasEffect(ItemStack par1ItemStack)
08:30:12 -                    ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\item\ItemEditableBook.java:91: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:30:12 -     public boolean hasEffect(ItemStack par1ItemStack)
08:30:12 -                    ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\item\ItemExpBottle.java:19: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:30:12 -     public boolean hasEffect(ItemStack par1ItemStack)
08:30:12 -                    ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\item\ItemSimpleFoiled.java:14: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
08:30:12 -     public boolean hasEffect(ItemStack par1ItemStack)
08:30:12 -                    ^
08:30:12 - 
08:30:12 - src\minecraft\net\minecraft\network\packet\Packet133TileEditorOpen.java:29: error: cannot find symbol
08:30:12 -         par1NetHandler.func_142031_a(this);
08:30:12 -                       ^
08:30:12 - 
08:30:12 -   symbol:   method func_142031_a(Packet133TileEditorOpen)
08:30:12 -   location: variable par1NetHandler of type NetHandler
08:30:12 - src\minecraft\net\minecraftforge\classloading\FMLForgePlugin.java:12: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
08:30:12 -     public String[] getLibraryRequestClass()
08:30:12 -                     ^
08:30:12 - 
08:30:12 - 3 errors
08:30:12 - 21 warnings
08:30:12 - ==================
08:30:12 - 
08:30:12 - !! Can not find server sources, try decompiling !!
08:32:21 - !! Can not find server md5s !!
18:00:13 - '"C:\Program Files\Java\jdk1.7.0_25\bin\javac" -encoding UTF-8 -Xlint:-options -deprecation -g -sourc...' failed : 1
18:00:13 - 
18:00:13 - == ERRORS FOUND in JAVA CODE ==
18:00:13 - 
18:00:13 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:60: warning: [deprecation] Block in Mod has been deprecated
18:00:13 - import cpw.mods.fml.common.Mod.Block;
18:00:13 -                               ^
18:00:13 - 
18:00:13 - src\minecraft\minecraftmod\TitaniumBlock.java:5: warning: [deprecation] Init in Mod has been deprecated
18:00:13 - import cpw.mods.fml.common.Mod.Init;
18:00:13 -                               ^
18:00:13 - 
18:00:13 - src\minecraft\minecraftmod\TitaniumMod.java:25: warning: [deprecation] Init in Mod has been deprecated
18:00:13 - import cpw.mods.fml.common.Mod.Init;
18:00:13 -                               ^
18:00:13 - 
18:00:13 - src\minecraft\minecraftmod\TitaniumMod.java:27: warning: [deprecation] PreInit in Mod has been deprecated
18:00:13 - import cpw.mods.fml.common.Mod.PreInit;
18:00:13 -                               ^
18:00:13 - 
18:00:13 - src\minecraft\minecraftmod\TitaniumOre.java:5: warning: [deprecation] Init in Mod has been deprecated
18:00:13 - import cpw.mods.fml.common.Mod.Init;
18:00:13 -                               ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraftforge\liquids\IBlockLiquid.java:12: warning: [deprecation] ILiquid in net.minecraftforge.liquids has been deprecated
18:00:13 - public interface IBlockLiquid extends ILiquid {
18:00:13 -                                       ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraftforge\liquids\LiquidTank.java:10: warning: [deprecation] ILiquidTank in net.minecraftforge.liquids has been deprecated
18:00:13 - public class LiquidTank implements ILiquidTank {
18:00:13 -                                    ^
18:00:13 - 
18:00:13 - src\minecraft\minecraftmod\TitaniumMod.java:96: warning: [deprecation] Init in Mod has been deprecated
18:00:13 - @Init
18:00:13 -  ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\client\entity\EntityPlayerSP.java:21: warning: [deprecation] ISidedInventory in net.minecraftforge.common has been deprecated
18:00:13 - import net.minecraft.client.particle.EntityCrit2FX;
18:00:13 -          ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:507: warning: [deprecation] getSizeInventorySide(ForgeDirection) in ISidedInventory has been deprecated
18:00:13 -     public int getSizeInventorySide(ForgeDirection side)
18:00:13 -                ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:490: warning: [deprecation] getStartInventorySide(ForgeDirection) in ISidedInventory has been deprecated
18:00:13 -     public int getStartInventorySide(ForgeDirection side)
18:00:13 -                ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\util\ChatMessageComponent.java:260: warning: non-varargs call of varargs method with inexact argument type for last parameter;
18:00:13 -                 stringbuilder.append(StatCollector.translateToLocalFormatted(this.field_111090_h, astring));
18:00:13 -                                                                                                   ^
18:00:13 - 
18:00:13 -   cast to Object for a varargs call
18:00:13 -   cast to Object[] for a non-varargs call and to suppress this warning
18:00:13 - src\minecraft\net\minecraft\item\ItemPotion.java:394: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:00:13 -     public boolean hasEffect(ItemStack par1ItemStack)
18:00:13 -                    ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\item\ItemEnchantedBook.java:23: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:00:13 -     public boolean hasEffect(ItemStack par1ItemStack)
18:00:13 -                    ^
18:00:13 - 
18:00:13 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:113: warning: [deprecation] Block in Mod has been deprecated
18:00:13 -     public static Object buildBlock(ModContainer container, Class<?> type, Block annotation) throws Exception
18:00:13 -                                                                            ^
18:00:13 - 
18:00:13 - src\minecraft\cpw\mods\fml\relauncher\FMLCorePlugin.java:21: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
18:00:13 -     public String[] getLibraryRequestClass()
18:00:13 -                     ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER3.java:19: error: cannot find symbol
18:00:13 -         return WorldClient.func_142030_c(this.field_142027_a).thePlayer.func_142021_k();
18:00:13 -                           ^
18:00:13 - 
18:00:13 -   symbol:   method func_142030_c(WorldClient)
18:00:13 -   location: class WorldClient
18:00:13 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER4.java:19: error: cannot find symbol
18:00:13 -         return WorldClient.func_142030_c(this.field_142029_a).getIntegratedServer() == null ? "Non-integrated multiplayer server" : "Integrated singleplayer server";
18:00:13 -                           ^
18:00:13 - 
18:00:13 -   symbol:   method func_142030_c(WorldClient)
18:00:13 -   location: class WorldClient
18:00:13 - src\minecraft\net\minecraft\item\ItemAppleGold.java:21: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:00:13 -     public boolean hasEffect(ItemStack par1ItemStack)
18:00:13 -                    ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\item\ItemEditableBook.java:91: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:00:13 -     public boolean hasEffect(ItemStack par1ItemStack)
18:00:13 -                    ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\item\ItemExpBottle.java:19: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:00:13 -     public boolean hasEffect(ItemStack par1ItemStack)
18:00:13 -                    ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\item\ItemSimpleFoiled.java:14: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:00:13 -     public boolean hasEffect(ItemStack par1ItemStack)
18:00:13 -                    ^
18:00:13 - 
18:00:13 - src\minecraft\net\minecraft\network\packet\Packet133TileEditorOpen.java:29: error: cannot find symbol
18:00:13 -         par1NetHandler.func_142031_a(this);
18:00:13 -                       ^
18:00:13 - 
18:00:13 -   symbol:   method func_142031_a(Packet133TileEditorOpen)
18:00:13 -   location: variable par1NetHandler of type NetHandler
18:00:13 - src\minecraft\net\minecraftforge\classloading\FMLForgePlugin.java:12: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
18:00:13 -     public String[] getLibraryRequestClass()
18:00:13 -                     ^
18:00:13 - 
18:00:13 - 3 errors
18:00:13 - 21 warnings
18:00:13 - ==================
18:00:13 - 
18:00:13 - !! Can not find server sources, try decompiling !!
18:01:26 - !! Can not find server md5s !!
18:09:30 - '"C:\Program Files\Java\jdk1.7.0_25\bin\javac" -encoding UTF-8 -Xlint:-options -deprecation -g -sourc...' failed : 1
18:09:30 - 
18:09:30 - == ERRORS FOUND in JAVA CODE ==
18:09:30 - 
18:09:30 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:60: warning: [deprecation] Block in Mod has been deprecated
18:09:30 - import cpw.mods.fml.common.Mod.Block;
18:09:30 -                               ^
18:09:30 - 
18:09:30 - src\minecraft\minecraftmod\TitaniumBlock.java:5: warning: [deprecation] Init in Mod has been deprecated
18:09:30 - import cpw.mods.fml.common.Mod.Init;
18:09:30 -                               ^
18:09:30 - 
18:09:30 - src\minecraft\minecraftmod\TitaniumMod.java:25: warning: [deprecation] Init in Mod has been deprecated
18:09:30 - import cpw.mods.fml.common.Mod.Init;
18:09:30 -                               ^
18:09:30 - 
18:09:30 - src\minecraft\minecraftmod\TitaniumMod.java:27: warning: [deprecation] PreInit in Mod has been deprecated
18:09:30 - import cpw.mods.fml.common.Mod.PreInit;
18:09:30 -                               ^
18:09:30 - 
18:09:30 - src\minecraft\minecraftmod\TitaniumOre.java:5: warning: [deprecation] Init in Mod has been deprecated
18:09:30 - import cpw.mods.fml.common.Mod.Init;
18:09:31 -                               ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraftforge\liquids\IBlockLiquid.java:12: warning: [deprecation] ILiquid in net.minecraftforge.liquids has been deprecated
18:09:31 - public interface IBlockLiquid extends ILiquid {
18:09:31 -                                       ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraftforge\liquids\LiquidTank.java:10: warning: [deprecation] ILiquidTank in net.minecraftforge.liquids has been deprecated
18:09:31 - public class LiquidTank implements ILiquidTank {
18:09:31 -                                    ^
18:09:31 - 
18:09:31 - src\minecraft\minecraftmod\TitaniumMod.java:96: warning: [deprecation] Init in Mod has been deprecated
18:09:31 - @Init
18:09:31 -  ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\client\entity\EntityPlayerSP.java:21: warning: [deprecation] ISidedInventory in net.minecraftforge.common has been deprecated
18:09:31 - import net.minecraft.client.particle.EntityCrit2FX;
18:09:31 -          ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:507: warning: [deprecation] getSizeInventorySide(ForgeDirection) in ISidedInventory has been deprecated
18:09:31 -     public int getSizeInventorySide(ForgeDirection side)
18:09:31 -                ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:490: warning: [deprecation] getStartInventorySide(ForgeDirection) in ISidedInventory has been deprecated
18:09:31 -     public int getStartInventorySide(ForgeDirection side)
18:09:31 -                ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\util\ChatMessageComponent.java:260: warning: non-varargs call of varargs method with inexact argument type for last parameter;
18:09:31 -                 stringbuilder.append(StatCollector.translateToLocalFormatted(this.field_111090_h, astring));
18:09:31 -                                                                                                   ^
18:09:31 - 
18:09:31 -   cast to Object for a varargs call
18:09:31 -   cast to Object[] for a non-varargs call and to suppress this warning
18:09:31 - src\minecraft\net\minecraft\item\ItemPotion.java:394: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:09:31 -     public boolean hasEffect(ItemStack par1ItemStack)
18:09:31 -                    ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\item\ItemEnchantedBook.java:23: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:09:31 -     public boolean hasEffect(ItemStack par1ItemStack)
18:09:31 -                    ^
18:09:31 - 
18:09:31 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:113: warning: [deprecation] Block in Mod has been deprecated
18:09:31 -     public static Object buildBlock(ModContainer container, Class<?> type, Block annotation) throws Exception
18:09:31 -                                                                            ^
18:09:31 - 
18:09:31 - src\minecraft\cpw\mods\fml\relauncher\FMLCorePlugin.java:21: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
18:09:31 -     public String[] getLibraryRequestClass()
18:09:31 -                     ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER3.java:19: error: cannot find symbol
18:09:31 -         return WorldClient.func_142030_c(this.field_142027_a).thePlayer.func_142021_k();
18:09:31 -                           ^
18:09:31 - 
18:09:31 -   symbol:   method func_142030_c(WorldClient)
18:09:31 -   location: class WorldClient
18:09:31 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER4.java:19: error: cannot find symbol
18:09:31 -         return WorldClient.func_142030_c(this.field_142029_a).getIntegratedServer() == null ? "Non-integrated multiplayer server" : "Integrated singleplayer server";
18:09:31 -                           ^
18:09:31 - 
18:09:31 -   symbol:   method func_142030_c(WorldClient)
18:09:31 -   location: class WorldClient
18:09:31 - src\minecraft\net\minecraft\item\ItemAppleGold.java:21: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:09:31 -     public boolean hasEffect(ItemStack par1ItemStack)
18:09:31 -                    ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\item\ItemEditableBook.java:91: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:09:31 -     public boolean hasEffect(ItemStack par1ItemStack)
18:09:31 -                    ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\item\ItemExpBottle.java:19: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:09:31 -     public boolean hasEffect(ItemStack par1ItemStack)
18:09:31 -                    ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\item\ItemSimpleFoiled.java:14: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:09:31 -     public boolean hasEffect(ItemStack par1ItemStack)
18:09:31 -                    ^
18:09:31 - 
18:09:31 - src\minecraft\net\minecraft\network\packet\Packet133TileEditorOpen.java:29: error: cannot find symbol
18:09:31 -         par1NetHandler.func_142031_a(this);
18:09:31 -                       ^
18:09:31 - 
18:09:31 -   symbol:   method func_142031_a(Packet133TileEditorOpen)
18:09:31 -   location: variable par1NetHandler of type NetHandler
18:09:31 - src\minecraft\net\minecraftforge\classloading\FMLForgePlugin.java:12: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
18:09:31 -     public String[] getLibraryRequestClass()
18:09:31 -                     ^
18:09:31 - 
18:09:31 - 3 errors
18:09:31 - 21 warnings
18:09:31 - ==================
18:09:31 - 
18:09:31 - !! Can not find server sources, try decompiling !!
18:10:58 - '"C:\Program Files\Java\jdk1.7.0_25\bin\javac" -encoding UTF-8 -Xlint:-options -deprecation -g -sourc...' failed : 1
18:10:58 - 
18:10:58 - == ERRORS FOUND in JAVA CODE ==
18:10:58 - 
18:10:58 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:60: warning: [deprecation] Block in Mod has been deprecated
18:10:58 - import cpw.mods.fml.common.Mod.Block;
18:10:58 -                               ^
18:10:58 - 
18:10:58 - src\minecraft\minecraftmod\TitaniumBlock.java:5: warning: [deprecation] Init in Mod has been deprecated
18:10:58 - import cpw.mods.fml.common.Mod.Init;
18:10:58 -                               ^
18:10:58 - 
18:10:58 - src\minecraft\minecraftmod\TitaniumMod.java:25: warning: [deprecation] Init in Mod has been deprecated
18:10:58 - import cpw.mods.fml.common.Mod.Init;
18:10:58 -                               ^
18:10:58 - 
18:10:58 - src\minecraft\minecraftmod\TitaniumMod.java:27: warning: [deprecation] PreInit in Mod has been deprecated
18:10:58 - import cpw.mods.fml.common.Mod.PreInit;
18:10:58 -                               ^
18:10:58 - 
18:10:58 - src\minecraft\minecraftmod\TitaniumOre.java:5: warning: [deprecation] Init in Mod has been deprecated
18:10:58 - import cpw.mods.fml.common.Mod.Init;
18:10:58 -                               ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraftforge\liquids\IBlockLiquid.java:12: warning: [deprecation] ILiquid in net.minecraftforge.liquids has been deprecated
18:10:58 - public interface IBlockLiquid extends ILiquid {
18:10:58 -                                       ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraftforge\liquids\LiquidTank.java:10: warning: [deprecation] ILiquidTank in net.minecraftforge.liquids has been deprecated
18:10:58 - public class LiquidTank implements ILiquidTank {
18:10:58 -                                    ^
18:10:58 - 
18:10:58 - src\minecraft\minecraftmod\TitaniumMod.java:96: warning: [deprecation] Init in Mod has been deprecated
18:10:58 - @Init
18:10:58 -  ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\client\entity\EntityPlayerSP.java:21: warning: [deprecation] ISidedInventory in net.minecraftforge.common has been deprecated
18:10:58 - import net.minecraft.client.particle.EntityCrit2FX;
18:10:58 -          ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:507: warning: [deprecation] getSizeInventorySide(ForgeDirection) in ISidedInventory has been deprecated
18:10:58 -     public int getSizeInventorySide(ForgeDirection side)
18:10:58 -                ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:490: warning: [deprecation] getStartInventorySide(ForgeDirection) in ISidedInventory has been deprecated
18:10:58 -     public int getStartInventorySide(ForgeDirection side)
18:10:58 -                ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\util\ChatMessageComponent.java:260: warning: non-varargs call of varargs method with inexact argument type for last parameter;
18:10:58 -                 stringbuilder.append(StatCollector.translateToLocalFormatted(this.field_111090_h, astring));
18:10:58 -                                                                                                   ^
18:10:58 - 
18:10:58 -   cast to Object for a varargs call
18:10:58 -   cast to Object[] for a non-varargs call and to suppress this warning
18:10:58 - src\minecraft\net\minecraft\item\ItemPotion.java:394: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:10:58 -     public boolean hasEffect(ItemStack par1ItemStack)
18:10:58 -                    ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\item\ItemEnchantedBook.java:23: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:10:58 -     public boolean hasEffect(ItemStack par1ItemStack)
18:10:58 -                    ^
18:10:58 - 
18:10:58 - src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:113: warning: [deprecation] Block in Mod has been deprecated
18:10:58 -     public static Object buildBlock(ModContainer container, Class<?> type, Block annotation) throws Exception
18:10:58 -                                                                            ^
18:10:58 - 
18:10:58 - src\minecraft\cpw\mods\fml\relauncher\FMLCorePlugin.java:21: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
18:10:58 -     public String[] getLibraryRequestClass()
18:10:58 -                     ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER3.java:19: error: cannot find symbol
18:10:58 -         return WorldClient.func_142030_c(this.field_142027_a).thePlayer.func_142021_k();
18:10:58 -                           ^
18:10:58 - 
18:10:58 -   symbol:   method func_142030_c(WorldClient)
18:10:58 -   location: class WorldClient
18:10:58 - src\minecraft\net\minecraft\client\multiplayer\WorldClientINNER4.java:19: error: cannot find symbol
18:10:58 -         return WorldClient.func_142030_c(this.field_142029_a).getIntegratedServer() == null ? "Non-integrated multiplayer server" : "Integrated singleplayer server";
18:10:58 -                           ^
18:10:58 - 
18:10:58 -   symbol:   method func_142030_c(WorldClient)
18:10:58 -   location: class WorldClient
18:10:58 - src\minecraft\net\minecraft\item\ItemAppleGold.java:21: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:10:58 -     public boolean hasEffect(ItemStack par1ItemStack)
18:10:58 -                    ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\item\ItemEditableBook.java:91: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:10:58 -     public boolean hasEffect(ItemStack par1ItemStack)
18:10:58 -                    ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\item\ItemExpBottle.java:19: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:10:58 -     public boolean hasEffect(ItemStack par1ItemStack)
18:10:58 -                    ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\item\ItemSimpleFoiled.java:14: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
18:10:58 -     public boolean hasEffect(ItemStack par1ItemStack)
18:10:58 -                    ^
18:10:58 - 
18:10:58 - src\minecraft\net\minecraft\network\packet\Packet133TileEditorOpen.java:29: error: cannot find symbol
18:10:58 -         par1NetHandler.func_142031_a(this);
18:10:58 -                       ^
18:10:58 - 
18:10:58 -   symbol:   method func_142031_a(Packet133TileEditorOpen)
18:10:58 -   location: variable par1NetHandler of type NetHandler
18:10:58 - src\minecraft\net\minecraftforge\classloading\FMLForgePlugin.java:12: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
18:10:58 -     public String[] getLibraryRequestClass()
18:10:58 -                     ^
18:10:58 - 
18:10:58 - 3 errors
18:10:58 - 21 warnings
18:10:58 - ==================
18:10:58 - 
18:10:58 - !! Can not find server sources, try decompiling !!
18:11:43 - !! Can not find server md5s !!

Posted

My guess is that Forge didn't set up correctly, unless you changed any of these files:

 

Packet133TileEditorOpen.java

WorldClientINNER3.java

WorldClientINNER4.java

Posted

I'm asking if you did. If you didn't, something else screwed them up. I'd recommend a clean install of forge and copy over your source.

Posted

package net.minecraft.client.multiplayer;

import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import java.util.concurrent.Callable;

@SideOnly(Side.CLIENT)
class WorldClientINNER3 implements Callable
{
    final WorldClient field_142027_a;

    WorldClientINNER3(WorldClient par1WorldClient)
    {
        this.field_142027_a = par1WorldClient;
    }

    public String func_142026_a()
    {
        return WorldClient.[color=red]func_142027_c[/color](this.field_142027_a).thePlayer.func_142021_k();
    }

    public Object call()
    {
        return this.func_142026_a();
    }
}

package net.minecraft.network.packet;

import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;

public class Packet133TileEditorOpen extends Packet
{
    public int field_142037_a;
    public int field_142035_b;
    public int field_142036_c;
    public int field_142034_d;

    public Packet133TileEditorOpen() {}

    public Packet133TileEditorOpen(int par1, int par2, int par3, int par4)
    {
        this.field_142037_a = par1;
        this.field_142035_b = par2;
        this.field_142036_c = par3;
        this.field_142034_d = par4;
    }

    /**
     * Passes this Packet on to the NetHandler for processing.
     */
    public void processPacket(NetHandler par1NetHandler)
    {
        par1NetHandler.func_142031_a(this);
    }

    /**
     * Abstract. Reads the raw packet data from the data stream.
     */
    public void readPacketData(DataInput par1DataInput) throws IOException
    {
        this.field_142037_a = par1DataInput.readByte();
        this.field_142035_b = par1DataInput.readInt();
        this.field_142036_c = par1DataInput.readInt();
        this.field_142034_d = par1DataInput.readInt();
    }

    /**
     * Abstract. Writes the raw packet data to the data stream.
     */
    public void writePacketData(DataOutput par1DataOutput) throws IOException
    {
        par1DataOutput.writeByte(this.field_142037_a);
        par1DataOutput.writeInt(this.field_142035_b);
        par1DataOutput.writeInt(this.field_142036_c);
        par1DataOutput.writeInt(this.field_142034_d);
    }

    /**
     * Abstract. Return the size of the packet (not counting the header).
     */
    public int getPacketSize()
    {
        return 13;
    }
}

 

package net.minecraft.client.multiplayer;

import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import java.util.concurrent.Callable;

@SideOnly(Side.CLIENT)
class WorldClientINNER4 implements Callable
{
    final WorldClient field_142029_a;

    WorldClientINNER4(WorldClient par1WorldClient)
    {
        this.field_142029_a = par1WorldClient;
    }

    public String func_142028_a()
    {
        return WorldClient.func_142030_c(this.field_142029_a).getIntegratedServer() == null ? "Non-integrated multiplayer server" : "Integrated singleplayer server";
    }

    public Object call()
    {
        return this.func_142028_a();
    }
}

 

 

 

Posted

package minecraftmod;

import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.client.renderer.Tessellator;
import net.minecraft.client.renderer.entity.Render;
import net.minecraft.client.renderer.texture.TextureMap;
import net.minecraft.client.resources.ResourceLocation;
import net.minecraft.entity.Entity;
import net.minecraft.entity.projectile.EntityFireball;
import net.minecraft.item.Item;
import net.minecraft.util.Icon;

import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.GL12;

@SideOnly(Side.CLIENT)
public class RenderShuriken extends Render
{
  

    public RenderShuriken()
    {
    
    }

    public void doRenderFireball(EntityShuriken par1Entity, double par2, double par4, double par6, float par8, float par9)
    {
        GL11.glPushMatrix();
        GL11.glTranslatef((float)par2, (float)par4, (float)par6);
        GL11.glEnable(GL12.GL_RESCALE_NORMAL);
        Icon icon = TitaniumMod.Shuriken.getIconFromDamage(0);
        Tessellator tessellator = Tessellator.instance;
        float f3 = icon.getMinU();
        float f4 = icon.getMaxU();
        float f5 = icon.getMinV();
        float f6 = icon.getMaxV();
        float f7 = 1.0F;
        float f8 = 0.5F;
        float f9 = 0.25F;
        GL11.glRotatef(180.0F - this.renderManager.playerViewY, 0.0F, 1.0F, 0.0F);
        GL11.glRotatef(-this.renderManager.playerViewX, 1.0F, 0.0F, 0.0F);
        this.loadTexture("/gui/items.png");
        tessellator.startDrawingQuads();
        tessellator.setNormal(0.0F, 1.0F, 0.0F);
        tessellator.addVertexWithUV((double)(0.0F - f8), (double)(0.0F - f9), 0.0D, (double)f3, (double)f6);
        tessellator.addVertexWithUV((double)(f7 - f8), (double)(0.0F - f9), 0.0D, (double)f4, (double)f6);
        tessellator.addVertexWithUV((double)(f7 - f8), (double)(1.0F - f9), 0.0D, (double)f4, (double)f5);
        tessellator.addVertexWithUV((double)(0.0F - f8), (double)(1.0F - f9), 0.0D, (double)f3, (double)f5);
        tessellator.draw();
        GL11.glDisable(GL12.GL_RESCALE_NORMAL);
        GL11.glPopMatrix();
        
    }

    private void loadTexture(String string) {
	// TODO Auto-generated method stub

}

protected net.minecraft.util.ResourceLocation func_110790_a(EntityFireball par1EntityFireball)
    {
        return TextureMap.field_110576_c;
    }

    protected net.minecraft.util.ResourceLocation func_110775_a(Entity par1Entity)
    {
        return this.func_110790_a((EntityFireball)par1Entity);
    }

    /**
     * Actually renders the given argument. This is a synthetic bridge method, always casting down its argument and then
     * handing it off to a worker function which does the actual work. In all probabilty, the class Render is generic
     * (Render<T extends Entity) and this method has signature public void doRender(T entity, double d, double d1,
     * double d2, float f, float f1). But JAD is pre 1.5 so doesn't do that.
     */
    public void doRender(Entity par1Entity, double par2, double par4, double par6, float par8, float par9)
    {
        this.doRenderFireball((EntityShuriken)par1Entity, par2, par4, par6, par8, par9);

}
}

 

render class that had the errors

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • When I first heard about Bitcoin back in 2018, I was skeptical. The idea of a decentralized, digital currency seemed too good to be true. But I was intrigued as I learned more about the technology behind it and its potential. I started small, investing just a few hundred dollars, dipping my toes into the cryptocurrency waters. At first, it was exhilarating to watch the value of my investment grow exponentially. I felt like I was part of the future, an early adopter of this revolutionary new asset. But that euphoria was short-lived. One day, I logged into my digital wallet only to find it empty - my Bitcoin had vanished without a trace. It turned out that the online exchange I had trusted had been hacked, and my funds were stolen. I was devastated, both financially and emotionally. All the potential I had seen in Bitcoin was tainted by the harsh reality that with decentralization came a lack of regulation and oversight. My hard-earned money was gone, lost to the ether of the digital world. This experience taught me a painful lesson about the price of trust in the uncharted territory of cryptocurrency. While the technology holds incredible promise, the risks can be catastrophic if you don't approach it with extreme caution. My Bitcoin investment gamble had failed, and I was left to pick up the pieces, wiser but poorer for having placed my faith in the wrong hands. My sincere appreciation goes to MUYERN TRUST HACKER. You are my hero in recovering my lost funds. Send a direct m a i l ( muyerntrusted ( @ ) mail-me ( . )c o m ) or message on whats app : + 1 ( 4-4-0 ) ( 3 -3 -5 ) ( 0-2-0-5 )
    • You could try posting a log (if there is no log at all, it may be the launcher you are using, the FAQ may have info on how to enable the log) as described in the FAQ, however this will probably need to be reported to/remedied by the mod author.
    • So me and a couple of friends are playing with a shitpost mod pack and one of the mods in the pack is corail tombstone and for some reason there is a problem with it, where on death to fire the player will get kicked out of the server and the tombstone will not spawn basically deleting an entire inventory, it doesn't matter what type of fire it is, whether it's from vanilla fire/lava, or from modded fire like ice&fire/lycanites and it's common enough to where everyone on the server has experienced at least once or twice and it doesn't give any crash log. a solution to this would be much appreciated thank you!
    • It is 1.12.2 - I have no idea if there is a 1.12 pack
  • Topics

×
×
  • Create New...

Important Information

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