Advertisement
krzys_h

Untitled

Feb 1st, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.05 KB | None | 0 0
  1. [20:50:55] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  2. [20:50:55] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  3. [20:50:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
  4. [20:50:55] [main/INFO] [FML]: Forge Mod Loader version 7.2.109.1021 for Minecraft 1.7.2 loading
  5. [20:50:55] [main/INFO] [FML]: Java is OpenJDK Server VM, version 1.7.0_51, running on Linux:i386:3.5.0-45-generic, installed at /usr/lib/jvm/java-7-openjdk-i386/jre
  6. [20:50:55] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
  7. [20:50:55] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  8. [20:50:55] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  9. [20:50:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  10. [20:50:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  11. [20:50:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  12. [20:50:55] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
  13. [20:50:56] [main/ERROR] [FML]: The minecraft jar file:/home/krzys_h/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.0.1021/forgeSrc-1.7.2-10.12.0.1021.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. [20:50:56] [main/ERROR] [FML]: FML has been ordered to ignore the invalid or missing minecraft certificate. This is very likely to cause a problem!
  15. [20:50:56] [main/ERROR] [FML]: Technical information: ClientBrandRetriever was at jar:file:/home/krzys_h/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.0.1021/forgeSrc-1.7.2-10.12.0.1021.jar!/net/minecraft/client/ClientBrandRetriever.class, there were 0 certificates for it
  16. [20:50:56] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
  17. [20:50:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  18. [20:50:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  19. [20:50:57] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
  20. [20:50:58] [main/INFO]: Setting user: krzys_h
  21. [20:50:59] [Client thread/INFO]: LWJGL Version: 2.9.0
  22. [20:51:00] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
  23. [20:51:00] [Client thread/INFO] [FML]: MinecraftForge v10.12.0.1021 Initialized
  24. [20:51:00] [Client thread/ERROR] [FML]: Unable to determine registrant mod for net.minecraftforge.common.ForgeInternalHandler@1ea52ee. 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. [20:51:00] [Client thread/INFO] [FML]: Replaced 128 ore recipies
  45. [20:51:00] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
  46. [20:51:00] [Client thread/INFO] [FML]: Searching /home/krzys_h/Pulpit/HopperUpgrades/mods for mods
  47. [20:51:02] [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!
  48. [20:51:04] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
  49. [20:51:04] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Hopper Upgrades
  50. [20:51:04] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  51.  
  52. Starting up SoundSystem...
  53. Initializing LWJGL OpenAL
  54. (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  55. OpenAL initialized.
  56.  
  57. [20:51:05] [Sound Library Loader/INFO]: Sound engine started
  58. [20:51:06] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
  59. [20:51:06] [Client thread/INFO]: Created: 256x256 textures/items-atlas
  60. [20:51:06] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
  61. [20:51:08] [MCO Availability Checker #1/ERROR]: Couldn't connect to Realms
  62. [20:51:09] [Server thread/INFO]: Starting integrated minecraft server version 1.7.2
  63. [20:51:09] [Server thread/INFO]: Generating keypair
  64. [20:51:09] [Server thread/INFO] [FML]: Injecting new block and item data into this server instance
  65. [20:51:09] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@1a27e29)
  66. [20:51:09] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@1a27e29)
  67. [20:51:09] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@1a27e29)
  68. [20:51:09] [Server thread/INFO]: Preparing start region for level 0
  69. [20:51:11] [Netty Client IO #0/INFO] [FML]: Server protocol version 1
  70. [20:51:11] [Netty IO #1/INFO] [FML]: Client protocol version 1
  71. [20:51:11] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : HopperUpgrades@0.0.0,mcp@8.09,FML@7.2.109.1021,Forge@10.12.0.1021
  72. [20:51:11] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
  73. [20:51:11] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
  74. [20:51:11] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
  75. [20:51:11] [Server thread/INFO]: krzys_h[local:E:176fbce7] logged in with entity id 184 at (-177.772427392609, 5.0, 230.55083232939097)
  76. [20:51:11] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
  77. [20:51:11] [Server thread/INFO]: krzys_h joined the game
  78. [xcb] Unknown request in queue while dequeuing
  79. [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
  80. [xcb] Aborting, sorry about that.
  81. java: ../../src/xcb_io.c:179: dequeue_pending_request: Warunek zapewnienia `!xcb_xlib_unknown_req_in_deq' nie został spełniony.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement