Advertisement
PaleoCrafter

Untitled

Dec 26th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. [23:10:31] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  2. [23:10:31] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  3. [23:10:31] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
  4. [23:10:31] [main/INFO]: Forge Mod Loader version 7.2.21.967 for Minecraft 1.7.2 loading
  5. [23:10:31] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_40, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jdk1.7.0_40\jre
  6. [23:10:31] [main/INFO]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
  7. [23:10:31] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  8. [23:10:31] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  9. [23:10:31] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  10. [23:10:31] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  11. [23:10:31] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  12. [23:10:31] [main/ERROR]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
  13. [23:10:32] [main/ERROR]: The minecraft jar file:/D:/users/Marvin/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.0.967/forge-1.7.2-10.12.0.967-mcp.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. [23:10:32] [main/ERROR]: FML has been ordered to ignore the invalid or missing minecraft certificate. This is very likely to cause a problem!
  15. [23:10:32] [main/ERROR]: Technical information: ClientBrandRetriever was at jar:file:/D:/users/Marvin/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.0.967/forge-1.7.2-10.12.0.967-mcp.jar!/net/minecraft/client/ClientBrandRetriever.class, there were 0 certificates for it
  16. [23:10:32] [main/ERROR]: FML appears to be missing any signature data. This is not a good thing
  17. [23:10:32] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  18. [23:10:32] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  19. [23:10:32] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
  20. [23:10:33] [main/ERROR]: Unable to launch
  21. java.lang.reflect.InvocationTargetException
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_40]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_40]
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_40]
  25. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_40]
  26. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
  27. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_40]
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_40]
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_40]
  31. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_40]
  32. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120) [idea_rt.jar:?]
  33. Caused by: joptsimple.MissingRequiredOptionException: Missing required option(s) ['accessToken']
  34. at joptsimple.OptionParser.ensureRequiredOptions(OptionParser.java:447) ~[OptionParser.class:?]
  35. at joptsimple.OptionParser.parse(OptionParser.java:437) ~[OptionParser.class:?]
  36. at net.minecraft.client.main.Main.main(Main.java:44) ~[Main.class:?]
  37. ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement