Advertisement
Guest User

log

a guest
Jul 29th, 2014
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.67 KB | None | 0 0
  1. [11:48:54] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  2. [11:48:54] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  3. [11:48:54] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
  4. java.io.IOException: Server returned HTTP response code: 403 for URL: https://authserver.mojang.com/authenticate
  5.     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
  6.     at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source)
  7.     at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
  8.     at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
  9.     at java.security.AccessController.doPrivileged(Native Method)
  10.     at java.security.AccessController.doPrivileged(Unknown Source)
  11.     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  12.     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
  13.     at cpw.mods.fml.common.launcher.Yggdrasil.login(Yggdrasil.java:108)
  14.     at cpw.mods.fml.common.launcher.FMLTweaker.acceptOptions(FMLTweaker.java:103)
  15.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:113)
  16.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  17. [11:49:06] [main/INFO] [FML]: Forge Mod Loader version 7.2.217.1147 for Minecraft 1.7.2 loading
  18. [11:49:06] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_11, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre8
  19. [11:49:06] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
  20. [11:49:06] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  21. [11:49:06] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  22. [11:49:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  23. [11:49:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  24. [11:49:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  25. [11:49:06] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
  26. [11:49:08] [main/ERROR] [FML]: The minecraft jar file:/C:/Users/Sebastien/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.2.1147/forgeSrc-1.7.2-10.12.2.1147.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!
  27. [11:49:08] [main/ERROR] [FML]: FML has been ordered to ignore the invalid or missing minecraft certificate. This is very likely to cause a problem!
  28. [11:49:08] [main/ERROR] [FML]: Technical information: ClientBrandRetriever was at jar:file:/C:/Users/Sebastien/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.2.1147/forgeSrc-1.7.2-10.12.2.1147.jar!/net/minecraft/client/ClientBrandRetriever.class, there were 0 certificates for it
  29. [11:49:08] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
  30. [11:49:08] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  31. [11:49:08] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  32. [11:49:08] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
  33. [11:49:09] [main/ERROR] [LaunchWrapper]: Unable to launch
  34. java.lang.reflect.InvocationTargetException
  35.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_11]
  36.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_11]
  37.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_11]
  38.     at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_11]
  39.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
  40.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
  41. Caused by: joptsimple.MissingRequiredOptionException: Missing required option(s) ['accessToken']
  42.     at joptsimple.OptionParser.ensureRequiredOptions(OptionParser.java:447) ~[OptionParser.class:?]
  43.     at joptsimple.OptionParser.parse(OptionParser.java:437) ~[OptionParser.class:?]
  44.     at net.minecraft.client.main.Main.main(Main.java:47) ~[Main.class:?]
  45.     ... 6 more
  46. Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement