Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.99 KB | None | 0 0
  1. [09:56:45] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [09:56:46] [Server thread/INFO]: Loading properties
  3. [09:56:46] [Server thread/INFO]: Default game type: SURVIVAL
  4. [09:56:46] [Server thread/INFO]: Generating keypair
  5. [09:56:46] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [09:56:47] [Server thread/WARN]: Failed to load user banlist:
  7. java.io.FileNotFoundException: banned-players.json (The system cannot find the file specified)
  8. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_191]
  9. at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_191]
  10. at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_191]
  11. at com.google.common.io.Files.newReader(Files.java:86) ~[guava-17.0.jar:?]
  12. at net.minecraft.server.management.UserList.func_152679_g(SourceFile:124) ~[om.class:?]
  13. at net.minecraft.server.dedicated.DedicatedPlayerList.func_152620_y(SourceFile:99) [ls.class:?]
  14. at net.minecraft.server.dedicated.DedicatedPlayerList.<init>(SourceFile:25) [ls.class:?]
  15. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:211) [lt.class:?]
  16. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  17. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  18. [09:56:47] [Server thread/WARN]: Failed to load ip banlist:
  19. java.io.FileNotFoundException: banned-ips.json (The system cannot find the file specified)
  20. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_191]
  21. at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_191]
  22. at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_191]
  23. at com.google.common.io.Files.newReader(Files.java:86) ~[guava-17.0.jar:?]
  24. at net.minecraft.server.management.UserList.func_152679_g(SourceFile:124) ~[om.class:?]
  25. at net.minecraft.server.dedicated.DedicatedPlayerList.func_152619_x(SourceFile:91) [ls.class:?]
  26. at net.minecraft.server.dedicated.DedicatedPlayerList.<init>(SourceFile:27) [ls.class:?]
  27. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:211) [lt.class:?]
  28. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  29. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  30. [09:56:47] [Server thread/WARN]: Failed to load operators list:
  31. java.io.FileNotFoundException: ops.json (The system cannot find the file specified)
  32. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_191]
  33. at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_191]
  34. at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_191]
  35. at com.google.common.io.Files.newReader(Files.java:86) ~[guava-17.0.jar:?]
  36. at net.minecraft.server.management.UserList.func_152679_g(SourceFile:124) ~[om.class:?]
  37. at net.minecraft.server.dedicated.DedicatedPlayerList.func_72417_t(SourceFile:107) [ls.class:?]
  38. at net.minecraft.server.dedicated.DedicatedPlayerList.<init>(SourceFile:29) [ls.class:?]
  39. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:211) [lt.class:?]
  40. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  41. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  42. [09:56:47] [Server thread/WARN]: Failed to load white-list:
  43. java.io.FileNotFoundException: whitelist.json (The system cannot find the file specified)
  44. at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_191]
  45. at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_191]
  46. at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_191]
  47. at com.google.common.io.Files.newReader(Files.java:86) ~[guava-17.0.jar:?]
  48. at net.minecraft.server.management.UserList.func_152679_g(SourceFile:124) ~[om.class:?]
  49. at net.minecraft.server.dedicated.DedicatedPlayerList.func_72418_v(SourceFile:123) [ls.class:?]
  50. at net.minecraft.server.dedicated.DedicatedPlayerList.<init>(SourceFile:30) [ls.class:?]
  51. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:211) [lt.class:?]
  52. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  53. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  54. [09:56:47] [Server thread/INFO]: Preparing level "world"
  55. [09:56:47] [Server thread/INFO]: Preparing start region for level 0
  56. [09:56:48] [Server thread/INFO]: Preparing spawn area: 20%
  57. [09:56:49] [Server thread/INFO]: Preparing spawn area: 44%
  58. [09:56:50] [Server thread/INFO]: Preparing spawn area: 70%
  59. [09:56:51] [Server thread/INFO]: Done (4.235s)! For help, type "help" or "?"
  60. [09:56:51] [Server thread/ERROR]: Encountered an unexpected exception
  61. cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: p455w0rdslib.util.ProxiedUtils.isSMP()Z
  62.  
  63. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) ~[LoadController.class:?]
  64. at cpw.mods.fml.common.Loader.serverStarted(Loader.java:803) ~[Loader.class:?]
  65. at cpw.mods.fml.common.FMLCommonHandler.handleServerStarted(FMLCommonHandler.java:283) ~[FMLCommonHandler.class:?]
  66. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:389) [MinecraftServer.class:?]
  67. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  68. Caused by: java.lang.NoSuchMethodError: p455w0rdslib.util.ProxiedUtils.isSMP()Z
  69. at p455w0rd.cmotd.proxy.CommonProxy.serverStarted(CommonProxy.java:21) ~[CommonProxy.class:?]
  70. at p455w0rd.cmotd.CustomMOTD.serverStarted(CustomMOTD.java:32) ~[CustomMOTD.class:?]
  71. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
  72. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  74. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  75. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:?]
  76. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]
  77. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  78. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  79. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  80. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  81. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  82. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  83. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  84. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
  85. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
  86. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
  87. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  88. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
  89. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
  90. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  91. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  92. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  93. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  94. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  95. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:?]
  96. at cpw.mods.fml.common.Loader.serverStarted(Loader.java:802) ~[Loader.class:?]
  97. ... 3 more
  98. [09:56:51] [Server thread/ERROR]: This crash report has been saved to: C:\Users\User\Desktop\test\.\crash-reports\crash-2018-12-12_09.56.51-server.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement