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

    • 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
    • Okay, but does the modpack works with 1.12 or just with 1.12.2, because I need the Forge client specifically for Minecraft 1.12, not 1.12.2
    • Version 1.19 - Forge 41.0.63 I want to create a wolf entity that I can ride, so far it seems to be working, but the problem is that when I get on the wolf, I can’t control it. I then discovered that the issue is that the server doesn’t detect that I’m riding the wolf, so I’m struggling with synchronization. However, it seems to not be working properly. As I understand it, the server receives the packet but doesn’t register it correctly. I’m a bit new to Java, and I’ll try to provide all the relevant code and prints *The comments and prints are translated by chatgpt since they were originally in Spanish* Thank you very much in advance No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. MountableWolfEntity package com.vals.valscraft.entity; import com.vals.valscraft.network.MountSyncPacket; import com.vals.valscraft.network.NetworkHandler; import net.minecraft.client.Minecraft; import net.minecraft.network.syncher.EntityDataAccessor; import net.minecraft.network.syncher.EntityDataSerializers; import net.minecraft.network.syncher.SynchedEntityData; import net.minecraft.server.MinecraftServer; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.entity.EntityType; import net.minecraft.world.entity.Mob; import net.minecraft.world.entity.ai.attributes.AttributeSupplier; import net.minecraft.world.entity.ai.attributes.Attributes; import net.minecraft.world.entity.animal.Wolf; import net.minecraft.world.entity.player.Player; import net.minecraft.world.entity.Entity; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; import net.minecraft.world.level.Level; import net.minecraft.world.phys.Vec3; import net.minecraftforge.event.TickEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.network.PacketDistributor; public class MountableWolfEntity extends Wolf { private boolean hasSaddle; private static final EntityDataAccessor<Byte> DATA_ID_FLAGS = SynchedEntityData.defineId(MountableWolfEntity.class, EntityDataSerializers.BYTE); public MountableWolfEntity(EntityType<? extends Wolf> type, Level level) { super(type, level); this.hasSaddle = false; } @Override protected void defineSynchedData() { super.defineSynchedData(); this.entityData.define(DATA_ID_FLAGS, (byte)0); } public static AttributeSupplier.Builder createAttributes() { return Wolf.createAttributes() .add(Attributes.MAX_HEALTH, 20.0) .add(Attributes.MOVEMENT_SPEED, 0.3); } @Override public InteractionResult mobInteract(Player player, InteractionHand hand) { ItemStack itemstack = player.getItemInHand(hand); if (itemstack.getItem() == Items.SADDLE && !this.hasSaddle()) { if (!player.isCreative()) { itemstack.shrink(1); } this.setSaddle(true); return InteractionResult.SUCCESS; } else if (!level.isClientSide && this.hasSaddle()) { player.startRiding(this); MountSyncPacket packet = new MountSyncPacket(true); // 'true' means the player is mounted NetworkHandler.CHANNEL.sendToServer(packet); // Ensure the server handles the packet return InteractionResult.SUCCESS; } return InteractionResult.PASS; } @Override public void travel(Vec3 travelVector) { if (this.isVehicle() && this.getControllingPassenger() instanceof Player) { System.out.println("The wolf has a passenger."); System.out.println("The passenger is a player."); Player player = (Player) this.getControllingPassenger(); // Ensure the player is the controller this.setYRot(player.getYRot()); this.yRotO = this.getYRot(); this.setXRot(player.getXRot() * 0.5F); this.setRot(this.getYRot(), this.getXRot()); this.yBodyRot = this.getYRot(); this.yHeadRot = this.yBodyRot; float forward = player.zza; float strafe = player.xxa; if (forward <= 0.0F) { forward *= 0.25F; } this.flyingSpeed = this.getSpeed() * 0.1F; this.setSpeed((float) this.getAttributeValue(Attributes.MOVEMENT_SPEED) * 1.5F); this.setDeltaMovement(new Vec3(strafe, travelVector.y, forward).scale(this.getSpeed())); this.calculateEntityAnimation(this, false); } else { // The wolf does not have a passenger or the passenger is not a player System.out.println("No player is mounted, or the passenger is not a player."); super.travel(travelVector); } } public boolean hasSaddle() { return this.hasSaddle; } public void setSaddle(boolean hasSaddle) { this.hasSaddle = hasSaddle; } @Override protected void dropEquipment() { super.dropEquipment(); if (this.hasSaddle()) { this.spawnAtLocation(Items.SADDLE); this.setSaddle(false); } } @SubscribeEvent public static void onServerTick(TickEvent.ServerTickEvent event) { if (event.phase == TickEvent.Phase.START) { MinecraftServer server = net.minecraftforge.server.ServerLifecycleHooks.getCurrentServer(); if (server != null) { for (ServerPlayer player : server.getPlayerList().getPlayers()) { if (player.isPassenger() && player.getVehicle() instanceof MountableWolfEntity) { MountableWolfEntity wolf = (MountableWolfEntity) player.getVehicle(); System.out.println("Tick: " + player.getName().getString() + " is correctly mounted on " + wolf); } } } } } private boolean lastMountedState = false; @Override public void tick() { super.tick(); if (!this.level.isClientSide) { // Only on the server boolean isMounted = this.isVehicle() && this.getControllingPassenger() instanceof Player; // Only print if the state changed if (isMounted != lastMountedState) { if (isMounted) { Player player = (Player) this.getControllingPassenger(); // Verify the passenger is a player System.out.println("Server: Player " + player.getName().getString() + " is now mounted."); } else { System.out.println("Server: The wolf no longer has a passenger."); } lastMountedState = isMounted; } } } @Override public void addPassenger(Entity passenger) { super.addPassenger(passenger); if (passenger instanceof Player) { Player player = (Player) passenger; if (!this.level.isClientSide && player instanceof ServerPlayer) { // Send the packet to the server to indicate the player is mounted NetworkHandler.CHANNEL.send(PacketDistributor.PLAYER.with(() -> (ServerPlayer) player), new MountSyncPacket(true)); } } } @Override public void removePassenger(Entity passenger) { super.removePassenger(passenger); if (passenger instanceof Player) { Player player = (Player) passenger; if (!this.level.isClientSide && player instanceof ServerPlayer) { // Send the packet to the server to indicate the player is no longer mounted NetworkHandler.CHANNEL.send(PacketDistributor.PLAYER.with(() -> (ServerPlayer) player), new MountSyncPacket(false)); } } } @Override public boolean isControlledByLocalInstance() { Entity entity = this.getControllingPassenger(); return entity instanceof Player; } @Override public void positionRider(Entity passenger) { if (this.hasPassenger(passenger)) { double xOffset = Math.cos(Math.toRadians(this.getYRot() + 90)) * 0.4; double zOffset = Math.sin(Math.toRadians(this.getYRot() + 90)) * 0.4; passenger.setPos(this.getX() + xOffset, this.getY() + this.getPassengersRidingOffset() + passenger.getMyRidingOffset(), this.getZ() + zOffset); } } } MountSyncPacket package com.vals.valscraft.network; import com.vals.valscraft.entity.MountableWolfEntity; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.server.level.ServerLevel; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.player.Player; import net.minecraftforge.network.NetworkEvent; import java.util.function.Supplier; public class MountSyncPacket { private final boolean isMounted; public MountSyncPacket(boolean isMounted) { this.isMounted = isMounted; } public void encode(FriendlyByteBuf buffer) { buffer.writeBoolean(isMounted); } public static MountSyncPacket decode(FriendlyByteBuf buffer) { return new MountSyncPacket(buffer.readBoolean()); } public void handle(NetworkEvent.Context context) { context.enqueueWork(() -> { ServerPlayer player = context.getSender(); // Get the player from the context if (player != null) { // Verifies if the player has dismounted if (!isMounted) { Entity vehicle = player.getVehicle(); if (vehicle instanceof MountableWolfEntity wolf) { // Logic to remove the player as a passenger wolf.removePassenger(player); System.out.println("Server: Player " + player.getName().getString() + " is no longer mounted."); } } } }); context.setPacketHandled(true); // Marks the packet as handled } } networkHandler package com.vals.valscraft.network; import com.vals.valscraft.valscraft; import net.minecraft.resources.ResourceLocation; import net.minecraftforge.network.NetworkRegistry; import net.minecraftforge.network.simple.SimpleChannel; import net.minecraftforge.network.NetworkEvent; import java.util.function.Supplier; public class NetworkHandler { private static final String PROTOCOL_VERSION = "1"; public static final SimpleChannel CHANNEL = NetworkRegistry.newSimpleChannel( new ResourceLocation(valscraft.MODID, "main"), () -> PROTOCOL_VERSION, PROTOCOL_VERSION::equals, PROTOCOL_VERSION::equals ); public static void init() { int packetId = 0; // Register the mount synchronization packet CHANNEL.registerMessage( packetId++, MountSyncPacket.class, MountSyncPacket::encode, MountSyncPacket::decode, (msg, context) -> msg.handle(context.get()) // Get the context with context.get() ); } }  
  • Topics

×
×
  • Create New...

Important Information

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