mrkirby153

Untitled

Feb 1st, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.51 KB | None | 0 0
  1. [14:44:40] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  2. [14:44:40] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  3. [14:44:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
  4. [14:44:40] [main/INFO] [FML]: Forge Mod Loader version 7.2.109.1022 for Minecraft 1.7.2 loading
  5. [14:44:40] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_51, running on Windows 8:amd64:6.2, installed at C:\Program Files\Java\jdk1.7.0_51\jre
  6. [14:44:40] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
  7. [14:44:40] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  8. [14:44:40] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  9. [14:44:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  10. [14:44:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  11. [14:44:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  12. [14:44:40] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
  13. [14:44:40] [main/ERROR] [FML]: The minecraft jar file:/C:/Users/Austin/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.0.1022/forgeSrc-1.7.2-10.12.0.1022.jar!/net/minecraft/client/ClientBrandRetriever.class appears to be corrupt! There has been CRITICAL TAMPERING WITH MINECRAFT, it is highly unlikely minecraft will work! STOP NOW, get a clean copy and try again!
  14. [14:44:40] [main/ERROR] [FML]: FML has been ordered to ignore the invalid or missing minecraft certificate. This is very likely to cause a problem!
  15. [14:44:40] [main/ERROR] [FML]: Technical information: ClientBrandRetriever was at jar:file:/C:/Users/Austin/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.0.1022/forgeSrc-1.7.2-10.12.0.1022.jar!/net/minecraft/client/ClientBrandRetriever.class, there were 0 certificates for it
  16. [14:44:40] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
  17. [14:44:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  18. [14:44:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  19. [14:44:40] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
  20. [14:44:41] [main/INFO]: Setting user: ForgeDevName
  21. [14:44:41] [Client thread/INFO]: LWJGL Version: 2.9.0
  22. [14:44:42] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
  23. [14:44:42] [Client thread/INFO] [FML]: MinecraftForge v10.12.0.1022 Initialized
  24. [14:44:42] [Client thread/ERROR] [FML]: Unable to determine registrant mod for net.minecraftforge.common.ForgeInternalHandler@5c92a526. This is a critical error and should be impossible
  25. java.lang.Throwable
  26. at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:42) [EventBus.class:?]
  27. at net.minecraftforge.common.MinecraftForge.initialize(MinecraftForge.java:46) [MinecraftForge.class:?]
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_51]
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  31. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  32. at cpw.mods.fml.common.FMLCommonHandler.callForgeMethod(FMLCommonHandler.java:184) [FMLCommonHandler.class:?]
  33. at cpw.mods.fml.common.FMLCommonHandler.beginLoading(FMLCommonHandler.java:96) [FMLCommonHandler.class:?]
  34. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:178) [FMLClientHandler.class:?]
  35. at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?]
  36. at net.minecraft.client.Minecraft.run(Minecraft.java:928) [Minecraft.class:?]
  37. at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_51]
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  41. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  42. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
  43. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_51]
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  47. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  48. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120) [idea_rt.jar:?]
  49. [14:44:42] [Client thread/INFO] [FML]: Replaced 128 ore recipies
  50. [14:44:42] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
  51. [14:44:42] [Client thread/INFO] [FML]: Searching C:\Development\Mods\StevesBoats\eclipse\mods for mods
  52. [14:44:44] [Client thread/WARN] [FML]: Zip file rt.jar failed to read properly, it will be ignored
  53. java.lang.NullPointerException
  54. at cpw.mods.fml.common.discovery.asm.ASMModParser.isBaseMod(ASMModParser.java:130) ~[ASMModParser.class:?]
  55. at cpw.mods.fml.common.ModContainerFactory.build(ModContainerFactory.java:34) ~[ModContainerFactory.class:?]
  56. at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:83) [JarDiscoverer.class:?]
  57. at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:?]
  58. at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:?]
  59. at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:123) [ModDiscoverer.class:?]
  60. at cpw.mods.fml.common.Loader.identifyMods(Loader.java:341) [Loader.class:?]
  61. at cpw.mods.fml.common.Loader.loadMods(Loader.java:463) [Loader.class:?]
  62. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:194) [FMLClientHandler.class:?]
  63. at net.minecraft.client.Minecraft.startGame(Minecraft.java:561) [Minecraft.class:?]
  64. at net.minecraft.client.Minecraft.run(Minecraft.java:928) [Minecraft.class:?]
  65. at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
  66. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
  67. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_51]
  68. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  69. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  70. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
  71. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
  72. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
  73. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_51]
  74. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  75. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  76. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120) [idea_rt.jar:?]
  77. [14:44:44] [Client thread/ERROR] [FML]: FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.FMLRenderAccessLibrary. This is generally a severe programming error. There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
  78. [14:44:45] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
  79. [14:44:45] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Steve's Boats
  80. [14:44:45] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  81. Feb 01, 2014 2:44:45 PM me.mrkirby153.StevesBoats.core.helpers.LogHelper log
  82. INFO: Beginning version check
  83.  
  84. Starting up SoundSystem...
  85. Initializing LWJGL OpenAL
  86. (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  87. OpenAL initialized.
  88.  
  89. [14:44:46] [Sound Library Loader/INFO]: Sound engine started
  90. Feb 01, 2014 2:44:46 PM me.mrkirby153.StevesBoats.core.helpers.LogHelper log
  91. WARNING: Steve's boats detects it is out of date (@VERSION@ for Minecraft 1.7.2). Consider updating!
  92. [14:44:46] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
  93. [14:44:46] [Client thread/INFO]: Created: 256x256 textures/items-atlas
  94. [14:44:46] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
  95. Feb 01, 2014 2:44:46 PM me.mrkirby153.StevesBoats.core.helpers.LogHelper log
  96. WARNING: Steve's boats detects it is out of date (@VERSION@ for Minecraft 1.7.2). Consider updating!
  97. Feb 01, 2014 2:44:46 PM me.mrkirby153.StevesBoats.core.helpers.LogHelper log
  98. WARNING: Steve's boats detects it is out of date (@VERSION@ for Minecraft 1.7.2). Consider updating!
  99. [14:44:46] [MCO Availability Checker #1/ERROR]: Couldn't connect to Realms
Advertisement
Add Comment
Please, Sign In to add comment