Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.98 KB | None | 0 0
  1. [20:37:54] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  2. [20:37:54] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
  3. [20:37:54] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
  4. [20:37:55] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1291 for Minecraft 1.7.10 loading
  5. [20:37:55] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_40, running on Windows 8.1:x86:6.3, installed at C:\Program Files (x86)\Java\jre1.8.0_40
  6. [20:37:55] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  7. [20:37:55] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  8. [20:37:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  9. [20:37:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  10. [20:37:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  11. [20:37:56] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
  12. [20:37:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  13. [20:37:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  14. [20:37:57] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
  15. [20:37:57] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
  16. [20:37:57] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
  17. [20:38:00] [main/WARN] [FML]: =============================================================
  18. [20:38:00] [main/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
  19. [20:38:00] [main/WARN] [FML]: Offendor: net/minecraft/server/gui/MinecraftServerGui$1.windowClosing(Ljava/awt/event/WindowEvent;)V
  20. [20:38:00] [main/WARN] [FML]: Use FMLCommonHandler.exitJava instead
  21. [20:38:00] [main/WARN] [FML]: =============================================================
  22. [20:38:00] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.7.10
  23. [20:38:00] [Server console handler/ERROR] [net.minecraft.server.dedicated.DedicatedServer]: Exception handling console input
  24. java.io.IOException: The handle is invalid
  25. at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_40]
  26. at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_40]
  27. at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_40]
  28. at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_40]
  29. at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_40]
  30. at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_40]
  31. at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_40]
  32. at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_40]
  33. at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_40]
  34. at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_40]
  35. at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_40]
  36. at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:97) [lv.class:?]
  37. [20:38:00] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
  38. [20:38:01] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
  39. [20:38:01] [Server thread/INFO] [FML]: MinecraftForge v10.13.2.1291 Initialized
  40. [20:38:01] [Server thread/INFO] [FML]: Replaced 183 ore recipies
  41. [20:38:01] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
  42. [20:38:01] [Server thread/INFO] [FML]: Searching C:\Users\K.MmcMahon\Desktop\Minecraft Server 1.7.10\mods for mods
  43. [20:38:01] [Server thread/INFO] [FML]: Forge Mod Loader has identified 3 mods to load
  44. [20:38:01] [Server thread/INFO] [FML]: FML has found a non-mod file forge-1.7.10-10.13.2.1291-installer.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  45. [20:38:01] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge] at CLIENT
  46. [20:38:01] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge] at SERVER
  47. [20:38:02] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
  48. [20:38:02] [Server thread/INFO] [FML]: Found 341 ObjectHolder annotations
  49. [20:38:02] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  50. [20:38:02] [Server thread/INFO] [FML]: Applying holder lookups
  51. [20:38:02] [Server thread/INFO] [FML]: Holder lookups applied
  52. [20:38:02] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
  53. [20:38:02] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
  54. [20:38:02] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
  55. [20:38:02] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on 25.148.91.56:25565
  56. [20:38:02] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 3 mods
  57. [20:38:02] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world"
  58. [20:38:03] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@1f01fe8)
  59. [20:38:03] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@1f01fe8)
  60. [20:38:03] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@1f01fe8)
  61. [20:38:03] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
  62. [20:38:04] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 6%
  63. [20:38:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 13%
  64. [20:38:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 19%
  65. [20:38:07] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 25%
  66. [20:38:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 29%
  67. [20:38:09] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 34%
  68. [20:38:10] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 39%
  69. [20:38:11] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 45%
  70. [20:38:12] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 51%
  71. [20:38:13] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 55%
  72. [20:38:14] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 60%
  73. [20:38:15] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 65%
  74. [20:38:16] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 70%
  75. [20:38:17] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 76%
  76. [20:38:18] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 81%
  77. [20:38:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 86%
  78. [20:38:20] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 91%
  79. [20:38:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 97%
  80. [20:38:22] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (19.419s)! For help, type "help" or "?"
  81. [20:43:33] [User Authenticator #1/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: UUID of player KJM95 is d9314a20-f314-401a-b151-5169247c3038
  82. [20:43:34] [Netty IO #1/INFO] [FML]: Client protocol version 1
  83. [20:43:34] [Netty IO #1/INFO] [FML]: Client attempting to join with 3 mods : FML@7.10.85.1236,Forge@10.13.2.1236,mcp@9.05
  84. [20:43:34] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
  85. [20:43:34] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
  86. [20:43:34] [Server thread/INFO] [net.minecraft.server.management.ServerConfigurationManager]: KJM95[/25.148.91.56:54777] logged in with entity id 2628 at (80.5, 71.0, 256.5)
  87. [20:43:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: KJM95 joined the game
  88. [20:43:41] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 6471ms behind, skipping 129 tick(s)
  89. [20:44:16] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 26554ms behind, skipping 531 tick(s)
  90. [20:44:22] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 5332ms behind, skipping 106 tick(s)
  91. [20:45:09] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 29712ms behind, skipping 594 tick(s)
  92. [20:45:14] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 4466ms behind, skipping 89 tick(s)
  93. [20:45:50] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 20952ms behind, skipping 419 tick(s)
  94. [20:45:53] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2875ms behind, skipping 57 tick(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement