hkdrum Posted November 4, 2012 Posted November 4, 2012 When I try and install forge source to start making a mod on my mac I get this message when I try and run install.sh from the terminal window: sh-3.2# bash install.sh /Users/henry/Desktop/mcp719/forge/forge.py:26: Warning: 'with' will become a reserved keyword in Python 2.6 Traceback (most recent call last): File "install.py", line 12, in <module> from forge import apply_forge_patches File "/Users/henry/Desktop/mcp719/forge/forge.py", line 26 with open(hook_file, 'r') as fh: ^ SyntaxError: invalid syntax Can someone help me? Quote
HMPerson1 Posted November 4, 2012 Posted November 4, 2012 Why are you trying to run a Unix shell command with bash?? Use this: sh ./install.sh Quote There's an EAQ for a reason. Read it! "Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998 First rule of bug reports: More information is always better. Oh, and logs OR IT DIDN'T HAPPEN!!
vianilambo Posted November 4, 2012 Posted November 4, 2012 I'm having the same problem, only I am running Forge as a mod for the ICBM mod. I launch Minecraft and it freezes at loading screen saying "Done Loading." I use MultiMC and it tells me minecraft has crashed. I've been using this program to install mods: http://kirby0016.bplaced.net/?page=tools/modinstaller Please Help. -VianiLambo Quote
HMPerson1 Posted November 4, 2012 Posted November 4, 2012 Please make a new topic, vianilambo. Quote There's an EAQ for a reason. Read it! "Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998 First rule of bug reports: More information is always better. Oh, and logs OR IT DIDN'T HAPPEN!!
vianilambo Posted November 4, 2012 Posted November 4, 2012 Please make a new topic, vianilambo. My apologies. Quote
hkdrum Posted November 4, 2012 Author Posted November 4, 2012 I used sh ./install.sh and I still get the same message. Next step? Quote
HMPerson1 Posted November 4, 2012 Posted November 4, 2012 Perhaps updating Python? Quote There's an EAQ for a reason. Read it! "Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998 First rule of bug reports: More information is always better. Oh, and logs OR IT DIDN'T HAPPEN!!
HMPerson1 Posted November 4, 2012 Posted November 4, 2012 LMGTFY: [lmgtfy]python downloads[/lmgtfy] Quote There's an EAQ for a reason. Read it! "Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998 First rule of bug reports: More information is always better. Oh, and logs OR IT DIDN'T HAPPEN!!
hkdrum Posted November 4, 2012 Author Posted November 4, 2012 Well I downloaded python 3.3 for mac and I still got the same message. Quote
hkdrum Posted November 4, 2012 Author Posted November 4, 2012 Wait I installed python 3.3 but the command says it is still trying to run it with python 2.6. Did I do something wrong? Quote
HMPerson1 Posted November 4, 2012 Posted November 4, 2012 Go into terminal and run "python" without any arguments. (Press Ctrl-D to exit) It should list what version you're running. Quote There's an EAQ for a reason. Read it! "Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998 First rule of bug reports: More information is always better. Oh, and logs OR IT DIDN'T HAPPEN!!
hkdrum Posted November 5, 2012 Author Posted November 5, 2012 It says I'm still running python 2.5. How do I update to 3.3.0? Quote
HMPerson1 Posted November 5, 2012 Posted November 5, 2012 Try installing Python 2.7.3 instead of 3.3.0 Quote There's an EAQ for a reason. Read it! "Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998 First rule of bug reports: More information is always better. Oh, and logs OR IT DIDN'T HAPPEN!!
hkdrum Posted November 5, 2012 Author Posted November 5, 2012 Ok now I get this message: >> sh ./install.sh File "<stdin>", line 1 sh ./install.sh ^ SyntaxError: invalid syntax I think it might be a problem in the install.py file but I don't know python so I couldn't fix it. Quote
HMPerson1 Posted November 5, 2012 Posted November 5, 2012 Try just "sh install.sh" (without the ./) Quote There's an EAQ for a reason. Read it! "Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998 First rule of bug reports: More information is always better. Oh, and logs OR IT DIDN'T HAPPEN!!
hkdrum Posted November 6, 2012 Author Posted November 6, 2012 OK now I get this File "install.py", line 19 setup_fml(fml_dir, mcp_dir) ^ SyntaxError: invalid syntax What now? Quote
hkdrum Posted November 6, 2012 Author Posted November 6, 2012 Wait I was messing around with it and now I got this ================ Forge ModLoader Setup Start =================== Setting up MCP > Backing up commands.py patching file commands.py Commands patch applied successfully Copying FML conf Fixing MCP Workspace Traceback (most recent call last): File "install.py", line 40, in <module> main() File "install.py", line 19, in main setup_fml(fml_dir, mcp_dir, True) TypeError: setup_fml() takes exactly 2 arguments (3 given) Quote
keepcalm Posted November 6, 2012 Posted November 6, 2012 - You CANNOT use python 3. Use 2.7 - bash is the same as sh. - try starting from scratch with MCP and forge. You probably screwed it up somewhere along the way (the '>>' means you're in python. Just open a terminal, don't type 'python'.) Quote Protip: try and find answers yourself before asking on the forum. It's pretty likely that there is an answer. Was I helpful? Give me a thank you! http://bit.ly/HZ03zy[/img] Tired of waiting for mods to port to bukkit? use BukkitForge! (now with a working version of WorldEdit!)
hkdrum Posted November 6, 2012 Author Posted November 6, 2012 OK this is a long one but now I get this: sh install.sh ================ Forge ModLoader Setup Start =================== Setting up MCP > Backing up commands.py patching file commands.py Commands patch applied successfully Copying FML conf Fixing MCP Workspace Traceback (most recent call last): File "install.py", line 40, in <module> main() File "install.py", line 19, in main setup_fml(fml_dir, mcp_dir, True) TypeError: setup_fml() takes exactly 2 arguments (3 given) Lobachevsky:forge henry$ Lobachevsky:forge henry$ sh install.sh ================ Forge ModLoader Setup Start =================== Setting up MCP > Restoring commands.py backup patching file commands.py Commands patch applied successfully Copying FML conf Fixing MCP Workspace Downloaded argo-2.25.jar successfully Downloaded guava-12.0.1.jar successfully Downloaded guava-12.0.1-sources.jar successfully Downloaded asm-all-4.0.jar successfully Downloaded asm-all-4.0-source.jar successfully == MCP 7.19 (data: 7.19, client: 1.4.2, server: 1.4.2) == # found ff, ff patches, srgs, name csvs, doc csvs, param csvs, renumber csv, astyle config > Creating Retroguard config files == Decompiling client using fernflower == > Creating SRGs > Applying Retroguard > Compiling AccessTransformer > Compiling MCPMerger > Running MCPMerger > Running AccessTransformer Forge config detected > Really Applying Retroguard > Applying MCInjector > Unpacking jar > Copying classes > Decompiling > Copying sources > Applying fernflower fixes > Applying patches > Cleaning comments - Done in 312.18 seconds == Reformating client == > Cleaning sources > Replacing OpenGL constants !! reformating disabled due to no astyle or config !! - Done in 12.37 seconds !! renaming disabled !! == Decompiling server using fernflower == > Creating SRGs > Applying Retroguard > Running AccessTransformer Forge config detected > Really Applying Retroguard > Applying MCInjector > Unpacking jar > Copying classes > Decompiling > Copying sources > Applying fernflower fixes > Applying patches > Cleaning comments - Done in 184.76 seconds == Reformating server == > Cleaning sources !! reformating disabled due to no astyle or config !! - Done in 2.83 seconds !! renaming disabled !! !! recompile disabled !! Stripping META-INF from minecraft.jar Skipping: META-INF/MANIFEST.MF Skipping: META-INF/MOJANG_C.SF Skipping: META-INF/MOJANG_C.DSA == MCP 7.19 (data: 7.19, client: 1.4.2, server: 1.4.2) == # found ff, ff patches, srgs, name csvs, doc csvs, param csvs, renumber csv, astyle config == Recompiling client == > Cleaning bin > Recompiling - Done in 19.80 seconds > Generating client md5s == Recompiling server == > Cleaning bin > Recompiling Server side recompiling skipped, this is normal - Done in 0.00 seconds > Generating server md5s Deleting common/cpw: /Users/henry/Desktop/mcp719/src/common/cpw Applying Forge ModLoader patches patching file minecraft/net/minecraft/client/ClientBrandRetriever.java Hunk #1 FAILED at 8. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/client/ClientBrandRetriever.java.rej patching file minecraft/net/minecraft/client/Minecraft.java Hunk #3 succeeded at 133 with fuzz 1. Hunk #4 FAILED at 321. Hunk #5 FAILED at 366. Hunk #6 FAILED at 396. Hunk #7 FAILED at 755. Hunk #8 FAILED at 1285. Hunk #9 FAILED at 1688. Hunk #10 FAILED at 1943. 7 out of 10 hunks FAILED -- saving rejects to file minecraft/net/minecraft/client/Minecraft.java.rej patching file minecraft/net/minecraft/client/MinecraftApplet.java Hunk #2 FAILED at 19. Hunk #3 FAILED at 70. 2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/client/MinecraftApplet.java.rej patching file minecraft/net/minecraft/src/GameSettings.java Hunk #2 FAILED at 597. 1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GameSettings.java.rej patching file minecraft/net/minecraft/src/GuiCreateWorld.java Hunk #1 FAILED at 205. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiCreateWorld.java.rej patching file minecraft/net/minecraft/src/GuiErrorScreen.java Hunk #1 FAILED at 9. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiErrorScreen.java.rej patching file minecraft/net/minecraft/src/GuiMainMenu.java Hunk #1 succeeded at 10 with fuzz 1. Hunk #2 FAILED at 132. Hunk #3 FAILED at 197. Hunk #4 FAILED at 420. 3 out of 4 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiMainMenu.java.rej patching file minecraft/net/minecraft/src/IntegratedServer.java Hunk #2 FAILED at 99. 1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/IntegratedServer.java.rej patching file minecraft/net/minecraft/src/IntegratedServerListenThread.java Hunk #2 FAILED at 58. Hunk #3 FAILED at 67. 2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/IntegratedServerListenThread.java.rej patching file minecraft/net/minecraft/src/ItemRenderer.java Hunk #2 FAILED at 27. Hunk #3 FAILED at 128. Hunk #4 FAILED at 150. Hunk #5 FAILED at 165. Hunk #6 FAILED at 180. 5 out of 6 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/ItemRenderer.java.rej patching file minecraft/net/minecraft/src/MemoryConnection.java Hunk #1 succeeded at 8 with fuzz 1. Hunk #2 FAILED at 72. 1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/MemoryConnection.java.rej patching file minecraft/net/minecraft/src/NetClientHandler.java Hunk #2 FAILED at 39. Hunk #3 FAILED at 54. Hunk #4 FAILED at 125. Hunk #5 FAILED at 141. Hunk #6 FAILED at 591. Hunk #7 FAILED at 631. Hunk #8 FAILED at 1115. Hunk #9 FAILED at 1229. Hunk #10 FAILED at 1278. 9 out of 10 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/NetClientHandler.java.rej patching file minecraft/net/minecraft/src/RenderBlocks.java Hunk #1 FAILED at 184. Hunk #2 FAILED at 6552. Hunk #3 FAILED at 6614. 3 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderBlocks.java.rej patching file minecraft/net/minecraft/src/RenderEngine.java Hunk #2 succeeded at 16 with fuzz 1. Hunk #3 FAILED at 40. Hunk #4 FAILED at 105. Hunk #5 FAILED at 254. Hunk #6 FAILED at 415. Hunk #7 FAILED at 429. Hunk #8 FAILED at 463. Hunk #9 FAILED at 533. Hunk #10 FAILED at 571. 8 out of 10 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderEngine.java.rej patching file minecraft/net/minecraft/src/TextureCompassFX.java Hunk #2 FAILED at 9. Hunk #3 FAILED at 72. Hunk #4 FAILED at 155. Hunk #5 FAILED at 182. 4 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureCompassFX.java.rej patching file minecraft/net/minecraft/src/TextureFlamesFX.java Hunk #1 FAILED at 1. Hunk #2 FAILED at 34. Hunk #3 FAILED at 72. 3 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureFlamesFX.java.rej patching file minecraft/net/minecraft/src/TextureLavaFlowFX.java Hunk #1 FAILED at 1. Hunk #2 FAILED at 17. Hunk #3 FAILED at 42. Hunk #4 FAILED at 54. Hunk #5 FAILED at 81. 5 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureLavaFlowFX.java.rej patching file minecraft/net/minecraft/src/TextureLavaFX.java Hunk #1 FAILED at 1. Hunk #2 FAILED at 15. Hunk #3 FAILED at 38. Hunk #4 FAILED at 50. Hunk #5 FAILED at 77. 5 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureLavaFX.java.rej patching file minecraft/net/minecraft/src/TexturePortalFX.java Hunk #1 FAILED at 1. Hunk #2 FAILED at 72. Hunk #3 FAILED at 87. 3 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TexturePortalFX.java.rej patching file minecraft/net/minecraft/src/TextureWatchFX.java Hunk #1 FAILED at 1. Hunk #2 FAILED at 27. Hunk #3 FAILED at 68. Hunk #4 FAILED at 104. Hunk #5 FAILED at 113. Hunk #6 FAILED at 135. 6 out of 6 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureWatchFX.java.rej patching file minecraft/net/minecraft/src/TextureWaterFlowFX.java Hunk #1 FAILED at 1. Hunk #2 FAILED at 17. Hunk #3 FAILED at 40. Hunk #4 FAILED at 81. 4 out of 4 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureWaterFlowFX.java.rej patching file minecraft/net/minecraft/src/TextureWaterFX.java Hunk #1 FAILED at 1. Hunk #2 FAILED at 16. Hunk #3 FAILED at 39. Hunk #4 FAILED at 80. 4 out of 4 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TextureWaterFX.java.rej patching file common/net/minecraft/server/MinecraftServer.java Hunk #2 FAILED at 388. Hunk #3 FAILED at 430. Hunk #4 FAILED at 494. Hunk #5 FAILED at 543. Hunk #6 FAILED at 570. Hunk #7 FAILED at 1161. 6 out of 7 hunks FAILED -- saving rejects to file common/net/minecraft/server/MinecraftServer.java.rej patching file common/net/minecraft/src/AnvilChunkLoader.java Hunk #1 succeeded at 9 with fuzz 2. Hunk #2 FAILED at 230. Hunk #3 FAILED at 254. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/AnvilChunkLoader.java.rej patching file common/net/minecraft/src/BlockDispenser.java Hunk #1 succeeded at 2 with fuzz 1. patching file common/net/minecraft/src/ChunkProviderServer.java Hunk #1 succeeded at 6 with fuzz 2. Hunk #2 FAILED at 184. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ChunkProviderServer.java.rej patching file common/net/minecraft/src/ConsoleLogManager.java Hunk #1 succeeded at 4 with fuzz 2. Hunk #2 FAILED at 14. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ConsoleLogManager.java.rej patching file common/net/minecraft/src/CrashReport.java Hunk #2 FAILED at 41. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/CrashReport.java.rej patching file common/net/minecraft/src/DedicatedServer.java Hunk #2 FAILED at 43. Hunk #3 FAILED at 104. Hunk #4 FAILED at 165. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/DedicatedServer.java.rej patching file common/net/minecraft/src/EntityAIVillagerMate.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 113. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityAIVillagerMate.java.rej patching file common/net/minecraft/src/EntityItem.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 234. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityItem.java.rej patching file common/net/minecraft/src/EntityList.java Hunk #1 succeeded at 3 with fuzz 2. Hunk #2 FAILED at 55. Hunk #3 FAILED at 72. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityList.java.rej patching file common/net/minecraft/src/EntityPlayer.java Hunk #2 FAILED at 128. Hunk #3 FAILED at 252. Hunk #4 FAILED at 1705. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityPlayer.java.rej patching file common/net/minecraft/src/EntitySlime.java Hunk #1 FAILED at 224. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/EntitySlime.java.rej patching file common/net/minecraft/src/EntityTracker.java Hunk #1 succeeded at 4 with fuzz 2. Hunk #2 FAILED at 22. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityTracker.java.rej patching file common/net/minecraft/src/EntityTrackerEntry.java Hunk #1 succeeded at 4 with fuzz 2. Hunk #2 FAILED at 295. Hunk #3 FAILED at 377. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityTrackerEntry.java.rej patching file common/net/minecraft/src/EntityVillager.java Hunk #2 FAILED at 201. Hunk #3 FAILED at 382. Hunk #4 FAILED at 587. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityVillager.java.rej patching file common/net/minecraft/src/GenLayerBiome.java Hunk #1 FAILED at 7. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/GenLayerBiome.java.rej patching file common/net/minecraft/src/IBossDisplayData.java Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/IBossDisplayData.java.rej patching file common/net/minecraft/src/ItemMap.java Hunk #1 FAILED at 41. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/ItemMap.java.rej patching file common/net/minecraft/src/MapData.java Hunk #1 FAILED at 12. Hunk #2 FAILED at 26. Hunk #3 FAILED at 86. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/MapData.java.rej patching file common/net/minecraft/src/NetHandler.java Hunk #1 FAILED at 345. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/NetHandler.java.rej patching file common/net/minecraft/src/NetLoginHandler.java Hunk #1 succeeded at 12 with fuzz 1. Hunk #2 FAILED at 44. Hunk #3 FAILED at 130. Hunk #4 FAILED at 257. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/NetLoginHandler.java.rej patching file common/net/minecraft/src/NetServerHandler.java Hunk #1 succeeded at 7 with fuzz 1. Hunk #2 FAILED at 589. Hunk #3 FAILED at 955. Hunk #4 FAILED at 1122. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/NetServerHandler.java.rej patching file common/net/minecraft/src/NetworkListenThread.java Hunk #1 succeeded at 6 with fuzz 1. Hunk #2 FAILED at 45. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/NetworkListenThread.java.rej patching file common/net/minecraft/src/Packet.java Hunk #1 FAILED at 349. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/Packet.java.rej patching file common/net/minecraft/src/Packet1Login.java Hunk #1 succeeded at 3 with fuzz 2. Hunk #2 FAILED at 17. Hunk #3 FAILED at 33. Hunk #4 FAILED at 51. Hunk #5 FAILED at 76. Hunk #6 FAILED at 103. 5 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/Packet1Login.java.rej patching file common/net/minecraft/src/RegionFileCache.java Hunk #2 FAILED at 16. Hunk #3 FAILED at 34. Hunk #4 FAILED at 44. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/RegionFileCache.java.rej patching file common/net/minecraft/src/SaveHandler.java Hunk #1 succeeded at 7 with fuzz 2. Hunk #2 FAILED at 99. Hunk #3 FAILED at 124. Hunk #4 FAILED at 142. Hunk #5 FAILED at 180. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/SaveHandler.java.rej patching file common/net/minecraft/src/ServerConfigurationManager.java Hunk #1 succeeded at 12 with fuzz 1. Hunk #2 FAILED at 85. Hunk #3 FAILED at 159. Hunk #4 FAILED at 310. Hunk #5 FAILED at 336. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/ServerConfigurationManager.java.rej patching file common/net/minecraft/src/ServerListenThread.java Hunk #2 FAILED at 52. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ServerListenThread.java.rej patching file common/net/minecraft/src/SlotCrafting.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 85. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/SlotCrafting.java.rej patching file common/net/minecraft/src/SlotFurnace.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 74. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/SlotFurnace.java.rej patching file common/net/minecraft/src/StringTranslate.java Hunk #1 succeeded at 9 with fuzz 2. Hunk #2 FAILED at 82. Hunk #3 FAILED at 141. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/StringTranslate.java.rej patching file common/net/minecraft/src/StructureVillagePieces.java Hunk #1 succeeded at 4 with fuzz 2. Hunk #2 FAILED at 21. Hunk #3 FAILED at 95. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/StructureVillagePieces.java.rej patching file common/net/minecraft/src/TcpConnection.java Hunk #1 succeeded at 16 with fuzz 2. Hunk #2 FAILED at 379. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/TcpConnection.java.rej patching file common/net/minecraft/src/TileEntity.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 77. Hunk #3 FAILED at 94. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/TileEntity.java.rej patching file common/net/minecraft/src/TileEntityFurnace.java Hunk #2 FAILED at 275. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/TileEntityFurnace.java.rej patching file common/net/minecraft/src/World.java Hunk #1 succeeded at 10 with fuzz 2. Hunk #2 FAILED at 1554. Hunk #3 FAILED at 1572. Hunk #4 FAILED at 1580. Hunk #5 FAILED at 3478. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/World.java.rej patching file common/net/minecraft/src/WorldInfo.java Hunk #2 FAILED at 33. Hunk #3 FAILED at 435. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldInfo.java.rej patching file common/net/minecraft/src/WorldProvider.java Hunk #1 FAILED at 37. Hunk #2 FAILED at 160. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldProvider.java.rej patching file common/net/minecraft/src/WorldType.java Hunk #1 FAILED at 1. Hunk #2 FAILED at 25. Hunk #3 FAILED at 40. Hunk #4 FAILED at 117. 4 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldType.java.rej == MCP 7.19 (data: 7.19, client: 1.4.2, server: 1.4.2) == == Updating client == > Adding javadoc > Renaming sources - Done in 3.28 seconds == MCP 7.19 (data: 7.19, client: 1.4.2, server: 1.4.2) == == Recompiling client == > Cleaning bin > Recompiling '"javac" -encoding UTF-8 -Xlint:-options -deprecation -g -source 1.6 -target 1.6 -classpath "lib:lib/...' failed : 1 == ERRORS FOUND == src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:447: cannot find symbol symbol : method fmlPacket131Callback(net.minecraft.src.Packet131MapData) location: class net.minecraft.src.NetClientHandler ((NetClientHandler)handler).fmlPacket131Callback(mapData); ^ src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:453: cannot find symbol symbol : method setConnectionCompatibilityLevel(byte) location: class net.minecraft.src.NetClientHandler NetClientHandler.setConnectionCompatibilityLevel(compatibilityLevel); ^ src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:459: cannot find symbol symbol : method getConnectionCompatibilityLevel() location: class net.minecraft.src.NetClientHandler return NetClientHandler.getConnectionCompatibilityLevel(); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:70: cannot find symbol symbol : method handleVanilla250Packet(net.minecraft.src.Packet250CustomPayload) location: class net.minecraft.src.NetHandler handler.handleVanilla250Packet(packet); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:97: cannot find symbol symbol : method getPlayer() location: class net.minecraft.src.NetHandler EntityPlayer pl = netHandler.getPlayer(); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:120: cannot find symbol symbol : method completeConnection(java.lang.String) location: class net.minecraft.src.NetLoginHandler netLoginHandler.completeConnection("You don't have FML installed, you cannot connect to this server"); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:138: cannot find symbol symbol : method completeConnection(java.lang.String) location: class net.minecraft.src.NetLoginHandler netLoginHandler.completeConnection(modKick); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:155: cannot find symbol symbol : method completeConnection(<nulltype>) location: class net.minecraft.src.NetLoginHandler netLoginHandler.completeConnection(null); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:159: cannot find symbol symbol : method completeConnection(java.lang.String) location: class net.minecraft.src.NetLoginHandler netLoginHandler.completeConnection("The server requires mods that are absent or out of date on your client"); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:163: cannot find symbol symbol : method completeConnection(java.lang.String) location: class net.minecraft.src.NetLoginHandler netLoginHandler.completeConnection("Your client is not running a new enough version of FML to connect to this server"); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:167: cannot find symbol symbol : method completeConnection(java.lang.String) location: class net.minecraft.src.NetLoginHandler netLoginHandler.completeConnection("There was a problem during FML negotiation"); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:188: cannot find symbol symbol : method completeConnection(java.lang.String) location: class net.minecraft.src.NetLoginHandler netLoginHandler.completeConnection(kickReason); ^ src/minecraft/net/minecraft/src/ModLoader.java:278: cannot find symbol symbol : variable base12Biomes location: class net.minecraft.src.WorldType EntityRegistry.addSpawn(entityClass, weightedProb, min, max, spawnList, WorldType.base12Biomes); ^ src/minecraft/net/minecraft/src/ModLoader.java:307: cannot find symbol symbol : variable base12Biomes location: class net.minecraft.src.WorldType EntityRegistry.addSpawn(entityName, weightedProb, min, max, spawnList, WorldType.base12Biomes); ^ src/minecraft/net/minecraft/src/ModLoader.java:702: cannot find symbol symbol : variable base12Biomes location: class net.minecraft.src.WorldType EntityRegistry.removeSpawn(entityClass, spawnList, WorldType.base12Biomes); ^ src/minecraft/net/minecraft/src/ModLoader.java:725: cannot find symbol symbol : variable base12Biomes location: class net.minecraft.src.WorldType EntityRegistry.removeSpawn(entityName, spawnList, WorldType.base12Biomes); ^ src/minecraft/net/minecraft/src/ModLoader.java:800: cannot find symbol symbol : method getPlayer() location: class net.minecraft.src.NetServerHandler PacketDispatcher.sendPacketToPlayer(packet, (Player)handler.getPlayer()); ^ src/common/cpw/mods/fml/common/FMLCommonHandler.java:430: cannot find symbol symbol : method setAdditionalProperties(java.util.Map<java.lang.String,net.minecraft.src.NBTBase>) location: class net.minecraft.src.WorldInfo worldInfo.setAdditionalProperties(additionalProperties); ^ src/common/cpw/mods/fml/common/modloader/ModLoaderHelper.java:173: cannot find symbol symbol : method openGui(java.lang.Object,int,net.minecraft.src.World,int,int,int) location: class net.minecraft.src.EntityPlayer player.openGui(helper.getMod(), id, player.worldObj, x, y, z); ^ src/common/cpw/mods/fml/common/network/NetworkRegistry.java:202: cannot find symbol symbol : method getPlayer() location: class net.minecraft.src.NetHandler generateChannelRegistration(clientHandler.getPlayer(), clientHandler, manager); ^ src/common/cpw/mods/fml/common/network/NetworkRegistry.java:231: cannot find symbol symbol : method getPlayer() location: class net.minecraft.src.NetHandler handleRegistrationPacket(packet, (Player)handler.getPlayer()); ^ src/common/cpw/mods/fml/common/network/NetworkRegistry.java:235: cannot find symbol symbol : method getPlayer() location: class net.minecraft.src.NetHandler handleUnregistrationPacket(packet, (Player)handler.getPlayer()); ^ src/common/cpw/mods/fml/common/network/NetworkRegistry.java:239: cannot find symbol symbol : method getPlayer() location: class net.minecraft.src.NetHandler handlePacket(packet, network, (Player)handler.getPlayer()); ^ src/common/cpw/mods/fml/common/network/OpenGuiPacket.java:54: cannot find symbol symbol : method getPlayer() location: class net.minecraft.src.NetHandler EntityPlayer player = netHandler.getPlayer(); ^ src/common/cpw/mods/fml/common/network/OpenGuiPacket.java:55: cannot find symbol symbol : method openGui(int,int,net.minecraft.src.World,int,int,int) location: class net.minecraft.src.EntityPlayer player.openGui(networkId, modGuiId, player.worldObj, x, y, z); ^ src/common/cpw/mods/fml/common/registry/GameRegistry.java:221: cannot find symbol symbol : method addNewBiome(net.minecraft.src.BiomeGenBase) location: class net.minecraft.src.WorldType WorldType.DEFAULT.addNewBiome(biome); ^ src/common/cpw/mods/fml/common/registry/GameRegistry.java:226: cannot find symbol symbol : method removeBiome(net.minecraft.src.BiomeGenBase) location: class net.minecraft.src.WorldType WorldType.DEFAULT.removeBiome(biome); ^ src/common/net/minecraft/src/RegionFileCache.java:17: cannot find symbol symbol : class Reference location: class net.minecraft.src.RegionFileCache Reference var5 = (Reference)regionsByFilename.get(var4); ^ src/common/net/minecraft/src/RegionFileCache.java:17: cannot find symbol symbol : class Reference location: class net.minecraft.src.RegionFileCache Reference var5 = (Reference)regionsByFilename.get(var4); ^ src/common/net/minecraft/src/RegionFileCache.java:35: cannot find symbol symbol : class SoftReference location: class net.minecraft.src.RegionFileCache regionsByFilename.put(var4, new SoftReference(var6)); ^ src/common/net/minecraft/src/RegionFileCache.java:43: cannot find symbol symbol : class Reference location: class net.minecraft.src.RegionFileCache Reference var1 = (Reference)var0.next(); ^ src/common/net/minecraft/src/RegionFileCache.java:43: cannot find symbol symbol : class Reference location: class net.minecraft.src.RegionFileCache Reference var1 = (Reference)var0.next(); ^ 32 errors ================== Client recompile failed, correct source then rerun updatemd5 == Recompiling server == > Cleaning bin > Recompiling Server side recompiling skipped, this is normal - Done in 0.00 seconds > Generating server md5s ================ Forge ModLoader Setup End =================== =============================== Minecraft Forge Setup Start ===================================== Applying forge patches Applying Minecraft Forge patches patching file minecraft/net/minecraft/client/ClientBrandRetriever.java Hunk #1 FAILED at 8. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/client/ClientBrandRetriever.java.rej patching file minecraft/net/minecraft/client/Minecraft.java Hunk #2 FAILED at 1255. Hunk #3 FAILED at 1321. Hunk #4 FAILED at 1348. Hunk #5 FAILED at 1964. Hunk #6 FAILED at 2285. 5 out of 6 hunks FAILED -- saving rejects to file minecraft/net/minecraft/client/Minecraft.java.rej patching file minecraft/net/minecraft/src/EffectRenderer.java Hunk #1 succeeded at 3 with fuzz 1. Hunk #2 FAILED at 28. Hunk #3 FAILED at 64. Hunk #4 FAILED at 132. Hunk #5 FAILED at 179. Hunk #6 FAILED at 194. Hunk #7 FAILED at 215. Hunk #8 FAILED at 267. 7 out of 8 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/EffectRenderer.java.rej patching file minecraft/net/minecraft/src/EntityDiggingFX.java Hunk #1 FAILED at 7. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/EntityDiggingFX.java.rej patching file minecraft/net/minecraft/src/EntityRenderer.java Hunk #2 FAILED at 316. Hunk #3 FAILED at 340. Hunk #4 FAILED at 427. Hunk #5 FAILED at 1105. Hunk #6 FAILED at 1173. Hunk #7 succeeded at 1275 with fuzz 2 (offset 81 lines). 5 out of 7 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/EntityRenderer.java.rej patching file minecraft/net/minecraft/src/GuiAchievements.java Hunk #2 FAILED at 49. Hunk #3 FAILED at 61. Hunk #4 FAILED at 78. Hunk #5 FAILED at 90. Hunk #6 FAILED at 324. Hunk #7 FAILED at 363. 6 out of 7 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiAchievements.java.rej patching file minecraft/net/minecraft/src/GuiContainerCreative.java Hunk #1 FAILED at 33. Hunk #2 FAILED at 209. Hunk #3 FAILED at 332. Hunk #4 FAILED at 354. Hunk #5 FAILED at 370. Hunk #6 FAILED at 550. Hunk #7 FAILED at 606. Hunk #8 FAILED at 649. Hunk #9 FAILED at 667. Hunk #10 FAILED at 790. Hunk #11 FAILED at 812. 11 out of 11 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiContainerCreative.java.rej patching file minecraft/net/minecraft/src/GuiControls.java Hunk #2 FAILED at 22. Hunk #3 FAILED at 40. Hunk #4 FAILED at 54. Hunk #5 FAILED at 65. Hunk #6 FAILED at 73. Hunk #7 FAILED at 85. 6 out of 7 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiControls.java.rej patching file minecraft/net/minecraft/src/GuiIngame.java Hunk #2 FAILED at 142. 1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiIngame.java.rej patching file minecraft/net/minecraft/src/GuiSlot.java Hunk #1 FAILED at 67. Hunk #2 FAILED at 333. Hunk #3 FAILED at 462. Hunk #4 FAILED at 477. 4 out of 4 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/GuiSlot.java.rej patching file minecraft/net/minecraft/src/IntegratedServer.java Hunk #1 succeeded at 8 with fuzz 1. Hunk #2 FAILED at 51. 1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/IntegratedServer.java.rej patching file minecraft/net/minecraft/src/ItemRenderer.java Hunk #1 succeeded at 7 with fuzz 2. Hunk #2 FAILED at 45. Hunk #3 FAILED at 265. Hunk #4 FAILED at 333. Hunk #5 FAILED at 446. 4 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/ItemRenderer.java.rej patching file minecraft/net/minecraft/src/ModelBase.java Hunk #1 FAILED at 7. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/ModelBase.java.rej patching file minecraft/net/minecraft/src/ModelBox.java Hunk #1 FAILED at 3. Hunk #2 FAILED at 98. 2 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/ModelBox.java.rej patching file minecraft/net/minecraft/src/ModelRenderer.java Hunk #1 FAILED at 7. Hunk #2 FAILED at 119. Hunk #3 FAILED at 213. Hunk #4 FAILED at 252. Hunk #5 FAILED at 297. 5 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/ModelRenderer.java.rej patching file minecraft/net/minecraft/src/NetClientHandler.java Hunk #2 FAILED at 619. Hunk #3 FAILED at 685. Hunk #4 FAILED at 1065. 3 out of 4 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/NetClientHandler.java.rej patching file minecraft/net/minecraft/src/PlayerControllerMP.java Hunk #1 succeeded at 3 with fuzz 1. Hunk #2 FAILED at 107. Hunk #3 FAILED at 130. Hunk #4 FAILED at 318. Hunk #5 FAILED at 361. Hunk #6 FAILED at 391. 5 out of 6 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/PlayerControllerMP.java.rej patching file minecraft/net/minecraft/src/PositionTextureVertex.java Hunk #1 FAILED at 3. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/PositionTextureVertex.java.rej patching file minecraft/net/minecraft/src/RenderBiped.java Hunk #1 succeeded at 3 with fuzz 1. Hunk #2 FAILED at 53. Hunk #3 FAILED at 168. Hunk #4 FAILED at 215. Hunk #5 FAILED at 265. 4 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderBiped.java.rej patching file minecraft/net/minecraft/src/RenderBlocks.java Hunk #2 FAILED at 558. Hunk #3 FAILED at 568. Hunk #4 FAILED at 587. Hunk #5 FAILED at 2300. Hunk #6 FAILED at 2320. Hunk #7 FAILED at 2332. Hunk #8 FAILED at 2344. Hunk #9 FAILED at 2356. Hunk #10 FAILED at 2368. Hunk #11 FAILED at 4556. Hunk #12 FAILED at 4679. Hunk #13 FAILED at 4802. Hunk #14 FAILED at 4925. Hunk #15 FAILED at 5037. Hunk #16 FAILED at 5053. Hunk #17 FAILED at 5069. Hunk #18 FAILED at 5085. 17 out of 18 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderBlocks.java.rej patching file minecraft/net/minecraft/src/RenderEngine.java Hunk #2 FAILED at 170. Hunk #3 FAILED at 214. 2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderEngine.java.rej patching file minecraft/net/minecraft/src/RenderGlobal.java Hunk #2 FAILED at 898. Hunk #3 FAILED at 1569. Hunk #4 FAILED at 1829. Hunk #5 FAILED at 1962. Hunk #6 FAILED at 1979. Hunk #7 FAILED at 2005. 6 out of 7 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderGlobal.java.rej patching file minecraft/net/minecraft/src/RenderItem.java Hunk #2 FAILED at 57. Hunk #3 FAILED at 77. Hunk #4 FAILED at 101. Hunk #5 FAILED at 123. Hunk #6 FAILED at 158. Hunk #7 FAILED at 226. Hunk #8 FAILED at 260. Hunk #9 FAILED at 284. Hunk #10 FAILED at 311. 9 out of 10 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderItem.java.rej patching file minecraft/net/minecraft/src/RenderManager.java Hunk #1 FAILED at 132. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderManager.java.rej patching file minecraft/net/minecraft/src/RenderPlayer.java Hunk #2 FAILED at 18. Hunk #3 FAILED at 43. Hunk #4 FAILED at 112. Hunk #5 FAILED at 172. Hunk #6 FAILED at 238. Hunk #7 FAILED at 360. Hunk #8 FAILED at 416. 7 out of 8 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderPlayer.java.rej patching file minecraft/net/minecraft/src/RenderSnowMan.java Hunk #2 FAILED at 30. 1 out of 2 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/RenderSnowMan.java.rej patching file minecraft/net/minecraft/src/SoundManager.java Hunk #2 FAILED at 50. Hunk #3 FAILED at 69. Hunk #4 FAILED at 90. Hunk #5 FAILED at 180. Hunk #6 FAILED at 251. Hunk #7 FAILED at 263. Hunk #8 FAILED at 443. Hunk #9 FAILED at 465. Hunk #10 FAILED at 480. Hunk #11 FAILED at 496. 10 out of 11 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/SoundManager.java.rej patching file minecraft/net/minecraft/src/SoundPool.java Hunk #2 FAILED at 37. Hunk #3 FAILED at 77. 2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/SoundPool.java.rej patching file minecraft/net/minecraft/src/Tessellator.java Hunk #2 FAILED at 16. Hunk #3 FAILED at 33. Hunk #4 FAILED at 118. Hunk #5 FAILED at 130. Hunk #6 FAILED at 168. Hunk #7 FAILED at 270. Hunk #8 FAILED at 300. Hunk #9 FAILED at 470. Hunk #10 FAILED at 541. 9 out of 10 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/Tessellator.java.rej patching file minecraft/net/minecraft/src/TexturedQuad.java Hunk #1 FAILED at 3. 1 out of 1 hunk FAILED -- saving rejects to file minecraft/net/minecraft/src/TexturedQuad.java.rej patching file minecraft/net/minecraft/src/ThreadDownloadResources.java Hunk #2 FAILED at 50. Hunk #3 FAILED at 178. 2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/ThreadDownloadResources.java.rej patching file minecraft/net/minecraft/src/TileEntityRendererPiston.java Hunk #2 FAILED at 35. Hunk #3 FAILED at 59. 2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/TileEntityRendererPiston.java.rej patching file minecraft/net/minecraft/src/WorldClient.java Hunk #1 succeeded at 7 with fuzz 1. Hunk #2 FAILED at 40. Hunk #3 FAILED at 276. 2 out of 3 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/WorldClient.java.rej patching file minecraft/net/minecraft/src/WorldRenderer.java Hunk #2 FAILED at 16. Hunk #3 FAILED at 185. Hunk #4 FAILED at 206. Hunk #5 FAILED at 225. 4 out of 5 hunks FAILED -- saving rejects to file minecraft/net/minecraft/src/WorldRenderer.java.rej patching file common/net/minecraft/server/MinecraftServer.java Hunk #2 succeeded at 72 with fuzz 2. Hunk #3 FAILED at 156. Hunk #4 FAILED at 248. Hunk #5 FAILED at 267. Hunk #6 FAILED at 414. Hunk #7 FAILED at 629. Hunk #8 FAILED at 660. Hunk #9 FAILED at 720. Hunk #10 FAILED at 835. Hunk #11 FAILED at 1114. 9 out of 11 hunks FAILED -- saving rejects to file common/net/minecraft/server/MinecraftServer.java.rej patching file common/net/minecraft/src/AnvilChunkLoader.java Hunk #1 FAILED at 13. Hunk #2 FAILED at 100. Hunk #3 FAILED at 116. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/AnvilChunkLoader.java.rej patching file common/net/minecraft/src/AnvilSaveHandler.java Hunk #1 FAILED at 17. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/AnvilSaveHandler.java.rej patching file common/net/minecraft/src/Block.java Hunk #1 FAILED at 2. Hunk #2 FAILED at 301. Hunk #3 FAILED at 440. Hunk #4 FAILED at 466. Hunk #5 FAILED at 476. Hunk #6 FAILED at 645. Hunk #7 FAILED at 663. Hunk #8 FAILED at 1051. Hunk #9 FAILED at 1321. 9 out of 9 hunks FAILED -- saving rejects to file common/net/minecraft/src/Block.java.rej patching file common/net/minecraft/src/BlockButton.java Hunk #1 succeeded at 2 with fuzz 2. Hunk #2 FAILED at 59. Hunk #3 FAILED at 71. Hunk #4 FAILED at 85. Hunk #5 FAILED at 117. Hunk #6 FAILED at 135. 5 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockButton.java.rej patching file common/net/minecraft/src/BlockCactus.java Hunk #1 FAILED at 4. Hunk #2 FAILED at 147. Hunk #3 FAILED at 158. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockCactus.java.rej patching file common/net/minecraft/src/BlockChest.java Hunk #1 succeeded at 4 with fuzz 2. Hunk #2 FAILED at 384. Hunk #3 FAILED at 392. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockChest.java.rej patching file common/net/minecraft/src/BlockContainer.java Hunk #1 FAILED at 20. Hunk #2 FAILED at 36. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockContainer.java.rej patching file common/net/minecraft/src/BlockCrops.java Hunk #1 succeeded at 2 with fuzz 2. Hunk #2 FAILED at 92. Hunk #3 FAILED at 162. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockCrops.java.rej patching file common/net/minecraft/src/BlockDoor.java Hunk #1 succeeded at 3 with fuzz 2. Hunk #2 FAILED at 261. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockDoor.java.rej patching file common/net/minecraft/src/BlockFarmland.java Hunk #1 succeeded at 3 with fuzz 2. Hunk #2 FAILED at 100. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockFarmland.java.rej patching file common/net/minecraft/src/BlockFire.java Hunk #1 succeeded at 3 with fuzz 2. Hunk #2 FAILED at 29. Hunk #3 FAILED at 55. Hunk #4 FAILED at 115. Hunk #5 FAILED at 145. Hunk #6 FAILED at 159. Hunk #7 FAILED at 218. Hunk #8 FAILED at 265. Hunk #9 FAILED at 286. Hunk #10 FAILED at 306. Hunk #11 FAILED at 381. Hunk #12 FAILED at 394. Hunk #13 FAILED at 405. Hunk #14 FAILED at 416. Hunk #15 FAILED at 427. Hunk #16 FAILED at 449. 15 out of 16 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockFire.java.rej patching file common/net/minecraft/src/BlockFlower.java Hunk #1 FAILED at 2. Hunk #2 FAILED at 29. Hunk #3 FAILED at 73. Hunk #4 FAILED at 111. 4 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockFlower.java.rej patching file common/net/minecraft/src/BlockGrass.java Hunk #1 FAILED at 95. Hunk #2 FAILED at 108. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockGrass.java.rej patching file common/net/minecraft/src/BlockLadder.java Hunk #1 succeeded at 3 with fuzz 2. Hunk #2 FAILED at 109. Hunk #3 FAILED at 122. Hunk #4 FAILED at 154. Hunk #5 FAILED at 190. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockLadder.java.rej patching file common/net/minecraft/src/BlockLeaves.java Hunk #1 FAILED at 2. Hunk #2 FAILED at 102. Hunk #3 FAILED at 150. Hunk #4 FAILED at 299. Hunk #5 FAILED at 350. 5 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockLeaves.java.rej patching file common/net/minecraft/src/BlockLever.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 50. Hunk #3 FAILED at 64. Hunk #4 FAILED at 82. Hunk #5 FAILED at 158. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockLever.java.rej patching file common/net/minecraft/src/BlockLog.java Hunk #1 FAILED at 59. Hunk #2 FAILED at 142. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockLog.java.rej patching file common/net/minecraft/src/BlockMushroom.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 96. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockMushroom.java.rej patching file common/net/minecraft/src/BlockMycelium.java Hunk #1 FAILED at 51. Hunk #2 FAILED at 64. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockMycelium.java.rej patching file common/net/minecraft/src/BlockNetherStalk.java Hunk #1 succeeded at 2 with fuzz 1. Hunk #2 FAILED at 71. Hunk #3 FAILED at 99. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockNetherStalk.java.rej patching file common/net/minecraft/src/BlockPistonBase.java Hunk #1 FAILED at 368. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/BlockPistonBase.java.rej patching file common/net/minecraft/src/BlockRail.java Hunk #1 FAILED at 1. Hunk #2 FAILED at 30. Hunk #3 FAILED at 38. Hunk #4 FAILED at 135. Hunk #5 FAILED at 151. Hunk #6 FAILED at 188. Hunk #7 FAILED at 409. 7 out of 7 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockRail.java.rej patching file common/net/minecraft/src/BlockRedstoneWire.java Hunk #1 FAILED at 556. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/BlockRedstoneWire.java.rej patching file common/net/minecraft/src/BlockReed.java Hunk #1 FAILED at 4. Hunk #2 FAILED at 138. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockReed.java.rej patching file common/net/minecraft/src/BlockSnow.java Hunk #1 FAILED at 57. Hunk #2 FAILED at 77. Hunk #3 FAILED at 92. Hunk #4 FAILED at 109. Hunk #5 FAILED at 119. 5 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockSnow.java.rej patching file common/net/minecraft/src/BlockStem.java Hunk #1 succeeded at 2 with fuzz 2. Hunk #2 FAILED at 100. Hunk #3 FAILED at 137. Hunk #4 FAILED at 241. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockStem.java.rej patching file common/net/minecraft/src/BlockTallGrass.java Hunk #1 FAILED at 2. Hunk #2 FAILED at 32. Hunk #3 FAILED at 49. Hunk #4 FAILED at 102. 4 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockTallGrass.java.rej patching file common/net/minecraft/src/BlockTorch.java Hunk #1 succeeded at 3 with fuzz 2. Hunk #2 FAILED at 61. Hunk #3 FAILED at 70. Hunk #4 FAILED at 89. Hunk #5 FAILED at 130. Hunk #6 FAILED at 165. 5 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockTorch.java.rej patching file common/net/minecraft/src/BlockTrapDoor.java Hunk #1 FAILED at 1. Hunk #2 FAILED at 197. Hunk #3 FAILED at 264. Hunk #4 FAILED at 298. Hunk #5 FAILED at 313. 5 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockTrapDoor.java.rej patching file common/net/minecraft/src/BlockTripWireSource.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 61. Hunk #3 FAILED at 73. Hunk #4 FAILED at 86. Hunk #5 FAILED at 123. Hunk #6 FAILED at 159. 5 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockTripWireSource.java.rej patching file common/net/minecraft/src/BlockVine.java Hunk #1 FAILED at 2. Hunk #2 FAILED at 435. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/BlockVine.java.rej patching file common/net/minecraft/src/Chunk.java Hunk #1 succeeded at 9 with fuzz 2. Hunk #2 FAILED at 128. Hunk #3 FAILED at 149. Hunk #4 FAILED at 254. Hunk #5 FAILED at 560. Hunk #6 FAILED at 571. Hunk #7 FAILED at 587. Hunk #8 FAILED at 628. Hunk #9 FAILED at 663. Hunk #10 FAILED at 683. Hunk #11 FAILED at 707. Hunk #12 FAILED at 736. Hunk #13 FAILED at 756. Hunk #14 FAILED at 777. Hunk #15 FAILED at 787. Hunk #16 FAILED at 820. Hunk #17 FAILED at 873. Hunk #18 FAILED at 923. Hunk #19 FAILED at 964. Hunk #20 FAILED at 979. Hunk #21 FAILED at 1025. Hunk #22 FAILED at 1050. Hunk #23 FAILED at 1067. Hunk #24 FAILED at 1116. Hunk #25 FAILED at 1301. Hunk #26 FAILED at 1406. Hunk #27 FAILED at 1534. 26 out of 27 hunks FAILED -- saving rejects to file common/net/minecraft/src/Chunk.java.rej patching file common/net/minecraft/src/ChunkCache.java Hunk #1 FAILED at 91. Hunk #2 FAILED at 247. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ChunkCache.java.rej patching file common/net/minecraft/src/ChunkProviderServer.java Hunk #1 succeeded at 7 with fuzz 1. Hunk #2 FAILED at 53. Hunk #3 FAILED at 96. Hunk #4 FAILED at 286. Hunk #5 FAILED at 303. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/ChunkProviderServer.java.rej patching file common/net/minecraft/src/CommandHandler.java Hunk #1 FAILED at 9. Hunk #2 FAILED at 42. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/CommandHandler.java.rej patching file common/net/minecraft/src/ComponentMineshaftCorridor.java Hunk #1 succeeded at 2 with fuzz 2. Hunk #2 FAILED at 234. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentMineshaftCorridor.java.rej patching file common/net/minecraft/src/ComponentScatteredFeatureDesertPyramid.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 219. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentScatteredFeatureDesertPyramid.java.rej patching file common/net/minecraft/src/ComponentScatteredFeatureJunglePyramid.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 162. Hunk #3 FAILED at 184. Hunk #4 FAILED at 192. Hunk #5 FAILED at 225. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentScatteredFeatureJunglePyramid.java.rej patching file common/net/minecraft/src/ComponentStrongholdChestCorridor.java Hunk #1 succeeded at 2 with fuzz 2. Hunk #2 FAILED at 71. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentStrongholdChestCorridor.java.rej patching file common/net/minecraft/src/ComponentStrongholdLibrary.java Hunk #1 succeeded at 2 with fuzz 2. Hunk #2 FAILED at 144. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentStrongholdLibrary.java.rej patching file common/net/minecraft/src/ComponentStrongholdRoomCrossing.java Hunk #1 succeeded at 2 with fuzz 2. Hunk #2 FAILED at 143. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentStrongholdRoomCrossing.java.rej patching file common/net/minecraft/src/ComponentVillageHouse2.java Hunk #1 succeeded at 2 with fuzz 2. Hunk #2 FAILED at 91. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ComponentVillageHouse2.java.rej patching file common/net/minecraft/src/CompressedStreamTools.java Hunk #1 FAILED at 140. Hunk #2 FAILED at 154. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/CompressedStreamTools.java.rej patching file common/net/minecraft/src/ContainerFurnace.java Hunk #1 FAILED at 122. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/ContainerFurnace.java.rej patching file common/net/minecraft/src/CraftingManager.java Hunk #1 FAILED at 266. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/CraftingManager.java.rej patching file common/net/minecraft/src/CreativeTabs.java Hunk #1 FAILED at 2. Hunk #2 FAILED at 31. Hunk #3 FAILED at 133. Hunk #4 FAILED at 147. Hunk #5 FAILED at 168. 5 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/CreativeTabs.java.rej patching file common/net/minecraft/src/Enchantment.java Hunk #1 FAILED at 198. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/Enchantment.java.rej patching file common/net/minecraft/src/EnchantmentHelper.java Hunk #1 FAILED at 414. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/EnchantmentHelper.java.rej patching file common/net/minecraft/src/Entity.java Hunk #1 succeeded at 5 with fuzz 1. Hunk #2 FAILED at 199. Hunk #3 FAILED at 1473. Hunk #4 FAILED at 1524. Hunk #5 FAILED at 1618. Hunk #6 FAILED at 1985. Hunk #7 FAILED at 2310. Hunk #8 FAILED at 2330. 7 out of 8 hunks FAILED -- saving rejects to file common/net/minecraft/src/Entity.java.rej patching file common/net/minecraft/src/EntityDragon.java Hunk #1 FAILED at 519. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/EntityDragon.java.rej patching file common/net/minecraft/src/EntityItem.java Hunk #2 FAILED at 25. Hunk #3 FAILED at 42. Hunk #4 FAILED at 129. Hunk #5 FAILED at 239. Hunk #6 FAILED at 257. Hunk #7 FAILED at 275. 6 out of 7 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityItem.java.rej patching file common/net/minecraft/src/EntityLiving.java Hunk #1 succeeded at 7 with fuzz 2. Hunk #2 FAILED at 355. Hunk #3 FAILED at 439. Hunk #4 FAILED at 728. Hunk #5 FAILED at 914. Hunk #6 FAILED at 1125. Hunk #7 FAILED at 1194. Hunk #8 succeeded at 1278 with fuzz 2 (offset 57 lines). Hunk #9 FAILED at 1290. Hunk #10 FAILED at 1298. Hunk #11 FAILED at 1351. Hunk #12 FAILED at 1544. Hunk #13 FAILED at 1952. Hunk #14 FAILED at 2483. Hunk #15 FAILED at 2920. 13 out of 15 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityLiving.java.rej patching file common/net/minecraft/src/EntityMinecart.java Hunk #1 succeeded at 2 with fuzz 2. Hunk #2 FAILED at 41. Hunk #3 FAILED at 71. Hunk #4 FAILED at 108. Hunk #5 FAILED at 120. Hunk #6 FAILED at 132. Hunk #7 FAILED at 181. Hunk #8 FAILED at 298. Hunk #9 FAILED at 342. Hunk #10 FAILED at 366. Hunk #11 FAILED at 399. Hunk #12 FAILED at 447. Hunk #13 FAILED at 459. Hunk #14 FAILED at 489. Hunk #15 FAILED at 532. Hunk #16 FAILED at 559. Hunk #17 FAILED at 595. Hunk #18 FAILED at 620. Hunk #19 FAILED at 666. Hunk #20 FAILED at 732. Hunk #21 FAILED at 765. Hunk #22 FAILED at 808. Hunk #23 FAILED at 864. Hunk #24 FAILED at 872. Hunk #25 FAILED at 907. Hunk #26 FAILED at 1010. Hunk #27 FAILED at 1027. Hunk #28 FAILED at 1158. 27 out of 28 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityMinecart.java.rej patching file common/net/minecraft/src/EntityMooshroom.java Hunk #1 FAILED at 1. Hunk #2 FAILED at 35. Hunk #3 FAILED at 45. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityMooshroom.java.rej patching file common/net/minecraft/src/EntityOcelot.java Hunk #1 FAILED at 326. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/EntityOcelot.java.rej patching file common/net/minecraft/src/EntityPlayer.java Hunk #1 succeeded at 7 with fuzz 2. Hunk #2 FAILED at 221. Hunk #3 FAILED at 574. Hunk #4 FAILED at 585. Hunk #5 FAILED at 638. Hunk #6 FAILED at 656. Hunk #7 FAILED at 708. Hunk #8 FAILED at 759. Hunk #9 FAILED at 768. Hunk #10 FAILED at 1047. Hunk #11 FAILED at 1103. Hunk #12 FAILED at 1150. Hunk #13 FAILED at 1169. Hunk #14 FAILED at 1321. Hunk #15 FAILED at 1366. Hunk #16 FAILED at 1441. Hunk #17 FAILED at 1483. Hunk #18 FAILED at 1500. Hunk #19 FAILED at 1523. Hunk #20 FAILED at 1847. 19 out of 20 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityPlayer.java.rej patching file common/net/minecraft/src/EntityPlayerMP.java Hunk #1 succeeded at 8 with fuzz 2. Hunk #2 FAILED at 83. Hunk #3 FAILED at 167. Hunk #4 FAILED at 244. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntityPlayerMP.java.rej patching file common/net/minecraft/src/EntitySheep.java Hunk #1 FAILED at 2. Hunk #2 FAILED at 138. Hunk #3 FAILED at 286. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/EntitySheep.java.rej patching file common/net/minecraft/src/Explosion.java Hunk #1 FAILED at 82. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/Explosion.java.rej patching file common/net/minecraft/src/FurnaceRecipes.java Hunk #1 succeeded at 1 with fuzz 1. Hunk #2 FAILED at 12. Hunk #3 FAILED at 55. Hunk #4 FAILED at 68. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/FurnaceRecipes.java.rej patching file common/net/minecraft/src/GuiStatsComponent.java Hunk #1 succeeded at 8 with fuzz 1. Hunk #2 FAILED at 42. Hunk #3 FAILED at 53. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/GuiStatsComponent.java.rej patching file common/net/minecraft/src/Item.java Hunk #1 FAILED at 208. Hunk #2 FAILED at 611. Hunk #3 FAILED at 689. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/Item.java.rej patching file common/net/minecraft/src/ItemBlock.java Hunk #1 FAILED at 14. Hunk #2 FAILED at 37. Hunk #3 FAILED at 87. Hunk #4 FAILED at 114. Hunk #5 FAILED at 180. 5 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemBlock.java.rej patching file common/net/minecraft/src/ItemBow.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 19. Hunk #3 FAILED at 117. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemBow.java.rej patching file common/net/minecraft/src/ItemBucket.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 35. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemBucket.java.rej patching file common/net/minecraft/src/ItemBucketMilk.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 20. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemBucketMilk.java.rej patching file common/net/minecraft/src/ItemDye.java Hunk #1 succeeded at 3 with fuzz 2. Hunk #2 FAILED at 58. Hunk #3 FAILED at 172. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemDye.java.rej patching file common/net/minecraft/src/ItemHoe.java Hunk #2 FAILED at 31. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemHoe.java.rej patching file common/net/minecraft/src/ItemInWorldManager.java Hunk #1 FAILED at 1. Hunk #2 FAILED at 144. Hunk #3 FAILED at 160. Hunk #4 FAILED at 259. Hunk #5 FAILED at 280. Hunk #6 FAILED at 312. Hunk #7 FAILED at 357. Hunk #8 FAILED at 375. Hunk #9 FAILED at 434. 9 out of 9 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemInWorldManager.java.rej patching file common/net/minecraft/src/ItemMap.java Hunk #1 FAILED at 87. Hunk #2 FAILED at 183. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemMap.java.rej patching file common/net/minecraft/src/ItemSeeds.java Hunk #1 FAILED at 1. Hunk #2 FAILED at 35. Hunk #3 FAILED at 53. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemSeeds.java.rej patching file common/net/minecraft/src/ItemShears.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 16. Hunk #3 FAILED at 42. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemShears.java.rej patching file common/net/minecraft/src/ItemTool.java Hunk #2 FAILED at 111. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/ItemTool.java.rej patching file common/net/minecraft/src/MapGenStronghold.java Hunk #2 FAILED at 11. Hunk #3 FAILED at 24. Hunk #4 FAILED at 32. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/MapGenStronghold.java.rej patching file common/net/minecraft/src/MovingObjectPosition.java Hunk #1 FAILED at 25. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/MovingObjectPosition.java.rej patching file common/net/minecraft/src/NetServerHandler.java Hunk #1 succeeded at 10 with fuzz 2. Hunk #2 FAILED at 199. Hunk #3 FAILED at 296. Hunk #4 FAILED at 323. Hunk #5 FAILED at 339. Hunk #6 FAILED at 358. Hunk #7 FAILED at 421. Hunk #8 FAILED at 448. Hunk #9 FAILED at 507. Hunk #10 FAILED at 529. Hunk #11 FAILED at 698. Hunk #12 FAILED at 834. 11 out of 12 hunks FAILED -- saving rejects to file common/net/minecraft/src/NetServerHandler.java.rej patching file common/net/minecraft/src/Packet51MapChunk.java Hunk #1 FAILED at 100. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/Packet51MapChunk.java.rej patching file common/net/minecraft/src/Packet56MapChunks.java Hunk #1 FAILED at 121. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/Packet56MapChunks.java.rej patching file common/net/minecraft/src/PlayerInstance.java Hunk #1 succeeded at 3 with fuzz 2. Hunk #2 FAILED at 143. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/PlayerInstance.java.rej patching file common/net/minecraft/src/PotionEffect.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 16. Hunk #3 FAILED at 35. Hunk #4 FAILED at 44. Hunk #5 FAILED at 89. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/PotionEffect.java.rej patching file common/net/minecraft/src/RailLogic.java Hunk #1 FAILED at 19. Hunk #2 FAILED at 30. Hunk #3 FAILED at 261. Hunk #4 FAILED at 274. Hunk #5 FAILED at 425. Hunk #6 FAILED at 438. 6 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/RailLogic.java.rej patching file common/net/minecraft/src/ServerConfigurationManager.java Hunk #1 succeeded at 17 with fuzz 2. Hunk #2 FAILED at 305. Hunk #3 FAILED at 333. Hunk #4 FAILED at 377. Hunk #5 FAILED at 389. Hunk #6 FAILED at 410. Hunk #7 FAILED at 459. 6 out of 7 hunks FAILED -- saving rejects to file common/net/minecraft/src/ServerConfigurationManager.java.rej patching file common/net/minecraft/src/SlotCrafting.java Hunk #2 FAILED at 123. 1 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/SlotCrafting.java.rej patching file common/net/minecraft/src/SlotFurnace.java Hunk #1 FAILED at 62. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/SlotFurnace.java.rej patching file common/net/minecraft/src/SpawnerAnimals.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 84. Hunk #3 FAILED at 215. Hunk #4 FAILED at 225. 3 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/SpawnerAnimals.java.rej patching file common/net/minecraft/src/StatList.java Hunk #1 FAILED at 172. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/StatList.java.rej patching file common/net/minecraft/src/TileEntity.java Hunk #1 FAILED at 276. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/TileEntity.java.rej patching file common/net/minecraft/src/TileEntityBeacon.java Hunk #1 FAILED at 104. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/TileEntityBeacon.java.rej patching file common/net/minecraft/src/TileEntityBrewingStand.java Hunk #1 FAILED at 4. Hunk #2 FAILED at 161. Hunk #3 FAILED at 328. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/TileEntityBrewingStand.java.rej patching file common/net/minecraft/src/TileEntityFurnace.java Hunk #1 FAILED at 1. Hunk #2 FAILED at 237. Hunk #3 FAILED at 283. Hunk #4 FAILED at 299. Hunk #5 FAILED at 334. Hunk #6 FAILED at 379. 6 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/TileEntityFurnace.java.rej patching file common/net/minecraft/src/WeightedRandomChestContent.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 17. Hunk #3 FAILED at 27. Hunk #4 FAILED at 45. Hunk #5 FAILED at 62. 4 out of 5 hunks FAILED -- saving rejects to file common/net/minecraft/src/WeightedRandomChestContent.java.rej patching file common/net/minecraft/src/World.java Hunk #1 FAILED at 13. Hunk #2 FAILED at 161. Hunk #3 FAILED at 196. Hunk #4 FAILED at 216. Hunk #5 FAILED at 230. Hunk #6 FAILED at 264. Hunk #7 FAILED at 289. Hunk #8 FAILED at 356. Hunk #9 FAILED at 366. Hunk #10 FAILED at 1089. Hunk #11 FAILED at 1121. Hunk #12 FAILED at 1321. Hunk #13 FAILED at 1425. Hunk #14 FAILED at 1681. Hunk #15 FAILED at 1782. Hunk #16 FAILED at 1866. Hunk #17 FAILED at 1881. Hunk #18 FAILED at 2032. Hunk #19 FAILED at 2042. Hunk #20 FAILED at 2066. Hunk #21 FAILED at 2078. Hunk #22 FAILED at 2090. Hunk #23 FAILED at 2116. Hunk #24 FAILED at 2361. Hunk #25 FAILED at 2676. Hunk #26 FAILED at 2699. Hunk #27 FAILED at 2728. Hunk #28 FAILED at 2737. Hunk #29 FAILED at 2753. Hunk #30 FAILED at 2784. Hunk #31 FAILED at 2800. Hunk #32 FAILED at 2820. Hunk #33 FAILED at 2927. Hunk #34 FAILED at 3041. Hunk #35 FAILED at 3103. Hunk #36 FAILED at 3201. Hunk #37 FAILED at 3336. Hunk #38 FAILED at 3367. Hunk #39 FAILED at 3469. Hunk #40 FAILED at 3498. Hunk #41 FAILED at 3595. Hunk #42 FAILED at 3636. Hunk #43 FAILED at 3858. Hunk #44 FAILED at 3868. Hunk #45 FAILED at 3876. Hunk #46 FAILED at 3884. Hunk #47 FAILED at 3914. Hunk #48 FAILED at 3925. Hunk #49 FAILED at 4050. Hunk #50 FAILED at 4112. Hunk #51 FAILED at 4120. Hunk #52 FAILED at 4163. Hunk #53 FAILED at 4208. 53 out of 53 hunks FAILED -- saving rejects to file common/net/minecraft/src/World.java.rej patching file common/net/minecraft/src/WorldChunkManager.java Hunk #1 FAILED at 3. Hunk #2 FAILED at 26. Hunk #3 FAILED at 233. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldChunkManager.java.rej patching file common/net/minecraft/src/WorldGenBigMushroom.java Hunk #1 FAILED at 54. Hunk #2 FAILED at 183. Hunk #3 FAILED at 197. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenBigMushroom.java.rej patching file common/net/minecraft/src/WorldGenDeadBush.java Hunk #1 FAILED at 16. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/WorldGenDeadBush.java.rej patching file common/net/minecraft/src/WorldGenDungeons.java Hunk #1 succeeded at 1 with fuzz 2. Hunk #2 FAILED at 120. Hunk #3 FAILED at 150. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenDungeons.java.rej patching file common/net/minecraft/src/WorldGenForest.java Hunk #1 FAILED at 43. Hunk #2 FAILED at 84. Hunk #3 FAILED at 99. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenForest.java.rej patching file common/net/minecraft/src/WorldGenHugeTrees.java Hunk #1 FAILED at 55. Hunk #2 FAILED at 108. Hunk #3 FAILED at 130. Hunk #4 FAILED at 150. Hunk #5 FAILED at 170. Hunk #6 FAILED at 221. 6 out of 6 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenHugeTrees.java.rej patching file common/net/minecraft/src/WorldGenMinable.java Hunk #1 FAILED at 6. Hunk #2 FAILED at 15. Hunk #3 FAILED at 64. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenMinable.java.rej patching file common/net/minecraft/src/WorldGenShrub.java Hunk #1 FAILED at 17. Hunk #2 FAILED at 48. 2 out of 2 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenShrub.java.rej patching file common/net/minecraft/src/WorldGenSwamp.java Hunk #1 FAILED at 44. Hunk #2 FAILED at 91. Hunk #3 FAILED at 106. Hunk #4 FAILED at 123. 4 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenSwamp.java.rej patching file common/net/minecraft/src/WorldGenTaiga1.java Hunk #1 FAILED at 41. Hunk #2 FAILED at 79. Hunk #3 FAILED at 103. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenTaiga1.java.rej patching file common/net/minecraft/src/WorldGenTaiga2.java Hunk #1 FAILED at 45. Hunk #2 FAILED at 89. Hunk #3 FAILED at 122. 3 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenTaiga2.java.rej patching file common/net/minecraft/src/WorldGenTallGrass.java Hunk #1 FAILED at 18. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/WorldGenTallGrass.java.rej patching file common/net/minecraft/src/WorldGenTrees.java Hunk #1 FAILED at 64. Hunk #2 FAILED at 113. Hunk #3 FAILED at 128. Hunk #4 FAILED at 170. 4 out of 4 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldGenTrees.java.rej patching file common/net/minecraft/src/WorldProvider.java Hunk #2 FAILED at 189. Hunk #3 FAILED at 258. 2 out of 3 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldProvider.java.rej patching file common/net/minecraft/src/WorldServer.java Hunk #2 succeeded at 12 with fuzz 2. Hunk #3 FAILED at 51. Hunk #4 FAILED at 75. Hunk #5 FAILED at 190. Hunk #6 FAILED at 261. Hunk #7 FAILED at 279. Hunk #8 FAILED at 306. Hunk #9 FAILED at 385. Hunk #10 FAILED at 448. Hunk #11 FAILED at 497. Hunk #12 FAILED at 595. Hunk #13 FAILED at 626. Hunk #14 FAILED at 640. Hunk #15 FAILED at 723. Hunk #16 FAILED at 766. Hunk #17 FAILED at 778. Hunk #18 FAILED at 1004. 16 out of 18 hunks FAILED -- saving rejects to file common/net/minecraft/src/WorldServer.java.rej patching file common/net/minecraft/src/WorldType.java Hunk #1 FAILED at 219. 1 out of 1 hunk FAILED -- saving rejects to file common/net/minecraft/src/WorldType.java.rej == MCP 7.19 (data: 7.19, client: 1.4.2, server: 1.4.2) == == Updating client == > Adding javadoc > Renaming sources - Done in 3.07 seconds == MCP 7.19 (data: 7.19, client: 1.4.2, server: 1.4.2) == == Recompiling client == > Cleaning bin > Recompiling '"javac" -encoding UTF-8 -Xlint:-options -deprecation -g -source 1.6 -target 1.6 -classpath "lib:lib/...' failed : 1 == ERRORS FOUND == src/common/net/minecraft/src/EntityLiving.java:1260: cannot find symbol symbol : variable captureDrops location: class net.minecraft.src.EntityLiving captureDrops = true; ^ src/common/net/minecraft/src/EntityLiving.java:1261: cannot find symbol symbol : variable capturedDrops location: class net.minecraft.src.EntityLiving capturedDrops.clear(); ^ src/common/net/minecraft/src/EntityLiving.java:1262: var4 is already defined in despawnEntity() int var4 = 0; ^ src/minecraft/net/minecraft/src/EntityRenderer.java:1275: dispatchRenderLast(net.minecraft.src.RenderGlobal,float) in net.minecraftforge.client.ForgeHooksClient cannot be applied to (int,int) ForgeHooksClient.dispatchRenderLast(var5, par1); ^ src/common/net/minecraftforge/common/ChestGenHooks.java:151: cannot find symbol symbol : variable itemStack location: class net.minecraft.src.WeightedRandomChestContent if (item.isItemEqual(cont.itemStack) || (item.getItemDamage() == -1 && item.itemID == cont.itemStack.itemID)) ^ src/common/net/minecraftforge/common/ChestGenHooks.java:151: cannot find symbol symbol : variable itemStack location: class net.minecraft.src.WeightedRandomChestContent if (item.isItemEqual(cont.itemStack) || (item.getItemDamage() == -1 && item.itemID == cont.itemStack.itemID)) ^ src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:447: cannot find symbol symbol : method fmlPacket131Callback(net.minecraft.src.Packet131MapData) location: class net.minecraft.src.NetClientHandler ((NetClientHandler)handler).fmlPacket131Callback(mapData); ^ src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:453: cannot find symbol symbol : method setConnectionCompatibilityLevel(byte) location: class net.minecraft.src.NetClientHandler NetClientHandler.setConnectionCompatibilityLevel(compatibilityLevel); ^ src/minecraft/cpw/mods/fml/client/FMLClientHandler.java:459: cannot find symbol symbol : method getConnectionCompatibilityLevel() location: class net.minecraft.src.NetClientHandler return NetClientHandler.getConnectionCompatibilityLevel(); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:70: cannot find symbol symbol : method handleVanilla250Packet(net.minecraft.src.Packet250CustomPayload) location: class net.minecraft.src.NetHandler handler.handleVanilla250Packet(packet); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:97: cannot find symbol symbol : method getPlayer() location: class net.minecraft.src.NetHandler EntityPlayer pl = netHandler.getPlayer(); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:120: cannot find symbol symbol : method completeConnection(java.lang.String) location: class net.minecraft.src.NetLoginHandler netLoginHandler.completeConnection("You don't have FML installed, you cannot connect to this server"); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:138: cannot find symbol symbol : method completeConnection(java.lang.String) location: class net.minecraft.src.NetLoginHandler netLoginHandler.completeConnection(modKick); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:155: cannot find symbol symbol : method completeConnection(<nulltype>) location: class net.minecraft.src.NetLoginHandler netLoginHandler.completeConnection(null); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:159: cannot find symbol symbol : method completeConnection(java.lang.String) location: class net.minecraft.src.NetLoginHandler netLoginHandler.completeConnection("The server requires mods that are absent or out of date on your client"); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:163: cannot find symbol symbol : method completeConnection(java.lang.String) location: class net.minecraft.src.NetLoginHandler netLoginHandler.completeConnection("Your client is not running a new enough version of FML to connect to this server"); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:167: cannot find symbol symbol : method completeConnection(java.lang.String) location: class net.minecraft.src.NetLoginHandler netLoginHandler.completeConnection("There was a problem during FML negotiation"); ^ src/common/cpw/mods/fml/common/network/FMLNetworkHandler.java:188: cannot find symbol symbol : method completeConnection(java.lang.String) location: class net.minecraft.src.NetLoginHandler netLoginHandler.completeConnection(kickReason); ^ src/minecraft/net/minecraft/src/ModLoader.java:278: cannot find symbol symbol : variable base12Biomes location: class net.minecraft.src.WorldType EntityRegistry.addSpawn(entityClass, weightedProb, min, max, spawnList, WorldType.base12Biomes); ^ src/minecraft/net/minecraft/src/ModLoader.java:307: cannot find symbol symbol : variable base12Biomes location: class net.minecraft.src.WorldType EntityRegistry.addSpawn(entityName, weightedProb, min, max, spawnList, WorldType.base12Biomes); ^ src/minecraft/net/minecraft/src/ModLoader.java:702: cannot find symbol symbol : variable base12Biomes location: class net.minecraft.src.WorldType EntityRegistry.removeSpawn(entityClass, spawnList, WorldType.base12Biomes); ^ src/minecraft/net/minecraft/src/ModLoader.java:725: cannot find symbol symbol : variable base12Biomes location: class net.minecraft.src.WorldType EntityRegistry.removeSpawn(entityName, spawnList, WorldType.base12Biomes); ^ src/minecraft/net/minecraft/src/ModLoader.java:800: cannot find symbol symbol : method getPlayer() location: class net.minecraft.src.NetServerHandler PacketDispatcher.sendPacketToPlayer(packet, (Player)handler.getPlayer()); ^ src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:152: cannot find symbol symbol : constructor Tessellator() location: class net.minecraft.src.Tessellator tess = new Tessellator(); ^ src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:153: cannot find symbol symbol : variable textureID location: class net.minecraft.src.Tessellator tess.textureID = texture; ^ src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:172: cannot find symbol symbol : variable renderingWorldRenderer location: class net.minecraft.src.Tessellator Tessellator.renderingWorldRenderer = true; ^ src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:200: cannot find symbol symbol : variable renderingWorldRenderer location: class net.minecraft.src.Tessellator Tessellator.renderingWorldRenderer = false; ^ src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:206: cannot find symbol symbol : variable isDefaultTexture location: class net.minecraft.src.Block if (!block.isDefaultTexture && render.overrideBlockTexture == -1) ^ src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:208: cannot find symbol symbol : method getTextureFile() location: class net.minecraft.src.Block bindTexture(block.getTextureFile(), 0); ^ src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:214: cannot find symbol symbol : variable isDefaultTexture location: class net.minecraft.src.Block if (!block.isDefaultTexture && render.overrideBlockTexture == -1) ^ src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:249: cannot find symbol symbol : method getTextureFile() location: class net.minecraft.src.Item engine.bindTexture(engine.getTexture(item.getItem().getTextureFile())); ^ src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:273: cannot find symbol symbol : method getTextureFile() location: class net.minecraft.src.Item engine.bindTexture(engine.getTexture(item.getItem().getTextureFile())); ^ src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:288: cannot find symbol symbol : method getTextureFile() location: class net.minecraft.src.Item engine.bindTexture(engine.getTexture(Item.itemsList[item.itemID].getTextureFile())); ^ src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:370: cannot find symbol symbol : method isBed(net.minecraft.src.WorldClient,int,int,int,net.minecraft.src.EntityLiving) location: class net.minecraft.src.Block if (block != null && block.isBed(mc.theWorld, x, y, z, entity)) ^ src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:372: cannot find symbol symbol : method getBedDirection(net.minecraft.src.WorldClient,int,int,int) location: class net.minecraft.src.Block int var12 = block.getBedDirection(mc.theWorld, x, y, z); ^ src/minecraft/net/minecraftforge/client/ForgeHooksClient.java:398: cannot find symbol symbol : variable renderingWorldRenderer location: class net.minecraft.src.Tessellator if (Tessellator.renderingWorldRenderer) ^ src/minecraft/net/minecraftforge/client/ModCompatibilityClient.java:72: cannot find symbol symbol : variable MUSIC_INTERVAL location: class net.minecraft.src.SoundManager if (mngr.MUSIC_INTERVAL == 12000) ^ src/minecraft/net/minecraftforge/client/ModCompatibilityClient.java:74: cannot find symbol symbol : variable MUSIC_INTERVAL location: class net.minecraft.src.SoundManager mngr.MUSIC_INTERVAL = 6000; ^ src/common/cpw/mods/fml/common/FMLCommonHandler.java:430: cannot find symbol symbol : method setAdditionalProperties(java.util.Map<java.lang.String,net.minecraft.src.NBTBase>) location: class net.minecraft.src.WorldInfo worldInfo.setAdditionalProperties(additionalProperties); ^ src/common/cpw/mods/fml/common/modloader/ModLoaderHelper.java:173: cannot find symbol symbol : method openGui(java.lang.Object,int,net.minecraft.src.World,int,int,int) location: class net.minecraft.src.EntityPlayer player.openGui(helper.getMod(), id, player.worldObj, x, y, z); ^ src/common/cpw/mods/fml/common/network/NetworkRegistry.java:202: cannot find symbol symbol : method getPlayer() location: class net.minecraft.src.NetHandler generateChannelRegistration(clientHandler.getPlayer(), clientHandler, manager); ^ src/common/cpw/mods/fml/common/network/NetworkRegistry.java:231: cannot find symbol symbol : method getPlayer() location: class net.minecraft.src.NetHandler handleRegistrationPacket(packet, (Player)handler.getPlayer()); ^ src/common/cpw/mods/fml/common/network/NetworkRegistry.java:235: cannot find symbol symbol : method getPlayer() location: class net.minecraft.src.NetHandler handleUnregistrationPacket(packet, (Player)handler.getPlayer()); ^ src/common/cpw/mods/fml/common/network/NetworkRegistry.java:239: cannot find symbol symbol : method getPlayer() location: class net.minecraft.src.NetHandler handlePacket(packet, network, (Player)handler.getPlayer()); ^ src/common/cpw/mods/fml/common/network/OpenGuiPacket.java:54: cannot find symbol symbol : method getPlayer() location: class net.minecraft.src.NetHandler EntityPlayer player = netHandler.getPlayer(); ^ src/common/cpw/mods/fml/common/network/OpenGuiPacket.java:55: cannot find symbol symbol : method openGui(int,int,net.minecraft.src.World,int,int,int) location: class net.minecraft.src.EntityPlayer player.openGui(networkId, modGuiId, player.worldObj, x, y, z); ^ src/common/cpw/mods/fml/common/registry/GameRegistry.java:221: cannot find symbol symbol : method addNewBiome(net.minecraft.src.BiomeGenBase) location: class net.minecraft.src.WorldType WorldType.DEFAULT.addNewBiome(biome); ^ src/common/cpw/mods/fml/common/registry/GameRegistry.java:226: cannot find symbol symbol : method removeBiome(net.minecraft.src.BiomeGenBase) location: class net.minecraft.src.WorldType WorldType.DEFAULT.removeBiome(biome); ^ src/common/net/minecraft/src/RegionFileCache.java:17: cannot find symbol symbol : class Reference location: class net.minecraft.src.RegionFileCache Reference var5 = (Reference)regionsByFilename.get(var4); ^ src/common/net/minecraft/src/RegionFileCache.java:17: cannot find symbol symbol : class Reference location: class net.minecraft.src.RegionFileCache Reference var5 = (Reference)regionsByFilename.get(var4); ^ src/common/net/minecraft/src/RegionFileCache.java:35: cannot find symbol symbol : class SoftReference location: class net.minecraft.src.RegionFileCache regionsByFilename.put(var4, new SoftReference(var6)); ^ src/common/net/minecraft/src/RegionFileCache.java:43: cannot find symbol symbol : class Reference location: class net.minecraft.src.RegionFileCache Reference var1 = (Reference)var0.next(); ^ src/common/net/minecraft/src/RegionFileCache.java:43: cannot find symbol symbol : class Reference location: class net.minecraft.src.RegionFileCache Reference var1 = (Reference)var0.next(); ^ src/common/net/minecraftforge/common/BiomeManager.java:41: cannot find symbol symbol : variable allowedBiomes location: class net.minecraft.src.MapGenStronghold if (!MapGenStronghold.allowedBiomes.contains(biome)) ^ src/common/net/minecraftforge/common/BiomeManager.java:43: cannot find symbol symbol : variable allowedBiomes location: class net.minecraft.src.MapGenStronghold MapGenStronghold.allowedBiomes.add(biome); ^ src/common/net/minecraftforge/common/BiomeManager.java:49: cannot find symbol symbol : variable allowedBiomes location: class net.minecraft.src.MapGenStronghold if (MapGenStronghold.allowedBiomes.contains(biome)) ^ src/common/net/minecraftforge/common/BiomeManager.java:51: cannot find symbol symbol : variable allowedBiomes location: class net.minecraft.src.MapGenStronghold MapGenStronghold.allowedBiomes.remove(biome); ^ src/common/net/minecraftforge/common/BiomeManager.java:57: cannot find symbol symbol : variable allowedBiomes location: class net.minecraft.src.WorldChunkManager if (!WorldChunkManager.allowedBiomes.contains(biome)) ^ src/common/net/minecraftforge/common/BiomeManager.java:59: cannot find symbol symbol : variable allowedBiomes location: class net.minecraft.src.WorldChunkManager WorldChunkManager.allowedBiomes.add(biome); ^ src/common/net/minecraftforge/common/BiomeManager.java:65: cannot find symbol symbol : variable allowedBiomes location: class net.minecraft.src.WorldChunkManager if (WorldChunkManager.allowedBiomes.contains(biome)) ^ src/common/net/minecraftforge/common/BiomeManager.java:67: cannot find symbol symbol : variable allowedBiomes location: class net.minecraft.src.WorldChunkManager WorldChunkManager.allowedBiomes.remove(biome); ^ src/common/net/minecraftforge/common/DimensionManager.java:110: cannot find symbol symbol : variable worldTickTimes location: class net.minecraft.server.MinecraftServer MinecraftServer.getServer().worldTickTimes.put(id, new long[100]); ^ src/common/net/minecraftforge/common/DimensionManager.java:114: cannot find symbol symbol : variable worldTickTimes location: class net.minecraft.server.MinecraftServer MinecraftServer.getServer().worldTickTimes.remove(id); ^ src/common/net/minecraftforge/common/DimensionManager.java:202: cannot find symbol symbol : method setDimension(int) location: class net.minecraft.src.WorldProvider provider.setDimension(dim); ^ src/common/net/minecraftforge/common/ForgeChunkManager.java:328: cannot find symbol symbol : method getChunkSaveLocation() location: class net.minecraft.src.WorldServer File chunkDir = worldServer.getChunkSaveLocation(); ^ src/common/net/minecraftforge/common/ForgeChunkManager.java:690: cannot find symbol symbol : method getChunkSaveLocation() location: class net.minecraft.src.WorldServer File chunkDir = worldServer.getChunkSaveLocation(); ^ src/common/net/minecraftforge/common/ForgeChunkManager.java:725: cannot find symbol symbol : method getPersistentID() location: class net.minecraft.src.Entity ticket.setLong("PersistentIDMSB", tick.entity.getPersistentID().getMostSignificantBits()); ^ src/common/net/minecraftforge/common/ForgeChunkManager.java:726: cannot find symbol symbol : method getPersistentID() location: class net.minecraft.src.Entity ticket.setLong("PersistentIDLSB", tick.entity.getPersistentID().getLeastSignificantBits()); ^ src/common/net/minecraftforge/common/ForgeChunkManager.java:748: cannot find symbol symbol : method getPersistentID() location: class net.minecraft.src.Entity UUID id = entity.getPersistentID(); ^ src/common/net/minecraftforge/common/ForgeHooks.java:121: getCurrentPlayerStrVsBlock(net.minecraft.src.Block) in net.minecraft.src.EntityPlayer cannot be applied to (net.minecraft.src.Block,int) return player.getCurrentPlayerStrVsBlock(block, metadata) / hardness / 30F; ^ src/common/net/minecraftforge/common/ForgeHooks.java:197: cannot find symbol symbol : method getTextureFile() location: class net.minecraft.src.Item return ((Item)obj).getTextureFile(); ^ src/common/net/minecraftforge/common/ForgeHooks.java:201: cannot find symbol symbol : method getTextureFile() location: class net.minecraft.src.Block return ((Block)obj).getTextureFile(); ^ src/common/net/minecraftforge/common/ForgeHooks.java:255: cannot find symbol symbol : method getPickBlock(net.minecraft.src.MovingObjectPosition,net.minecraft.src.World,int,int,int) location: class net.minecraft.src.Block result = var8.getPickBlock(target, world, x, y, z); ^ src/common/net/minecraftforge/common/ForgeHooks.java:264: cannot find symbol symbol : method getPickedResult(net.minecraft.src.MovingObjectPosition) location: class net.minecraft.src.Entity result = target.entityHit.getPickedResult(target); ^ src/common/net/minecraftforge/common/ForgeHooks.java:340: cannot find symbol symbol : method isLadder(net.minecraft.src.World,int,int,int) location: class net.minecraft.src.Block return block != null && block.isLadder(world, x, y, z); ^ src/common/net/minecraftforge/common/ForgeHooks.java:350: cannot find symbol symbol : variable captureDrops location: class net.minecraft.src.EntityPlayer player.captureDrops = true; ^ src/common/net/minecraftforge/common/ForgeHooks.java:352: cannot find symbol symbol : variable capturedDrops location: class net.minecraft.src.EntityPlayer player.capturedDrops.clear(); ^ src/common/net/minecraftforge/common/ForgeHooks.java:353: cannot find symbol symbol : variable captureDrops location: class net.minecraft.src.EntityPlayer player.captureDrops = false; ^ src/common/net/minecraftforge/common/ForgeInternalHandler.java:17: cannot find symbol symbol : method getPersistentID() location: class net.minecraft.src.Entity if (event.entity.getPersistentID() == null) ^ src/common/net/minecraftforge/common/ForgeInternalHandler.java:19: cannot find symbol symbol : method generatePersistentID() location: class net.minecraft.src.Entity event.entity.generatePersistentID(); ^ src/common/net/minecraftforge/common/ForgeInternalHandler.java:30: cannot find symbol symbol : method hasCustomEntity(net.minecraft.src.ItemStack) location: class net.minecraft.src.Item if (item != null && item.getItem().hasCustomEntity(item)) ^ src/common/net/minecraftforge/common/ForgeInternalHandler.java:32: cannot find symbol symbol : method createEntity(net.minecraft.src.World,net.minecraft.src.Entity,net.minecraft.src.ItemStack) location: class net.minecraft.src.Item Entity newEntity = item.getItem().createEntity(event.world, entity, item); ^ src/common/net/minecraftforge/common/MinecartRegistry.java:100: cannot find symbol symbol : method getMinecartType() location: class net.minecraft.src.EntityMinecart return getItemForCart(cart.getClass(), cart.getMinecartType()); ^ src/common/net/minecraftforge/common/WorldSpecificSaveHandler.java:26: cannot find symbol symbol : method getChunkSaveLocation() location: class net.minecraft.src.WorldServer dataDir = new File(world.getChunkSaveLocation(), "data"); ^ 84 errors ================== Client recompile failed, correct source then rerun updatemd5 =============================== Minecraft Forge Setup Finished ================================= Is this just first time errors or is this bad? Quote
LexManos Posted November 7, 2012 Posted November 7, 2012 !! reformating disabled due to no astyle or config !! Install astyle -.- Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
hkdrum Posted November 7, 2012 Author Posted November 7, 2012 Wait what is astyle and where do I download it from? Quote
luacs1998 Posted November 7, 2012 Posted November 7, 2012 [lmgtfy]astyle[/lmgtfy] Quote Read the EAQ before posting! OR ELSE! This isn't building better software, its trying to grab a place in the commit list of a highly visible github project. www.forgeessentials.com Don't PM me, I don't check this account unless I have to.
hkdrum Posted November 7, 2012 Author Posted November 7, 2012 I downloaded astyle and I still get the same message... what should I do? Quote
LexManos Posted November 7, 2012 Posted November 7, 2012 You're gunna have to figure that out, as far as I know astyle is native mac, as well as shipped with MCP. So you may have to give it the execution flag. Don't have a mac so I don't know the nuances of what needs to be done. But astyle is required. Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.