Advertisement
Guest User

Untitled

a guest
May 5th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.27 KB | None | 0 0
  1. [08:37:46] [Server thread/INFO] [TetraCraft]: Sub-Command: CommandModHelp has been registered
  2. [08:37:46] [Server thread/ERROR] [FML]: Fatal errors were detected during the transition from SERVER_ABOUT_TO_START to SERVER_STARTING. Loading cannot continue
  3. [08:37:46] [Server thread/ERROR] [FML]:
  4. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  5. UCHIJAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  6. UCHIJAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.1.1889.jar)
  7. UCHIJAAA Forge{12.16.1.1889} [Minecraft Forge] (forge-1.9-12.16.1.1889.jar)
  8. UCHIJAAE tetracraft{1.0.0} [TetraCraft] (TetraCraft-1.0.0.jar)
  9. [08:37:46] [Server thread/ERROR] [FML]: The following problems were captured during this phase
  10. [08:37:46] [Server thread/ERROR] [FML]: Caught exception from tetracraft
  11. java.lang.AbstractMethodError: novaviper.tetracraft.common.command.CommandTetraCraft$SubCommandHandler.registerCommand(Lnet/minecraft/command/ICommand;)Lnet/minecraft/command/ICommand;
  12. at novaviper.tetracraft.common.init.ModCommands.addSubCommand(ModCommands.java:53) ~[ModCommands.class:?]
  13. at novaviper.tetracraft.common.init.ModCommands.registerSubCommands(ModCommands.java:33) ~[ModCommands.class:?]
  14. at novaviper.tetracraft.common.command.CommandTetraCraft$SubCommandHandler.<init>(CommandTetraCraft.java:122) ~[CommandTetraCraft$SubCommandHandler.class:?]
  15. at novaviper.tetracraft.common.command.CommandTetraCraft$SubCommandHandler.<init>(CommandTetraCraft.java:108) ~[CommandTetraCraft$SubCommandHandler.class:?]
  16. at novaviper.tetracraft.common.command.CommandTetraCraft.<init>(CommandTetraCraft.java:28) ~[CommandTetraCraft.class:?]
  17. at novaviper.tetracraft.common.init.ModCommands.load(ModCommands.java:24) ~[ModCommands.class:?]
  18. at novaviper.tetracraft.common.init.TetraCraft.serverStarting(TetraCraft.java:48) ~[TetraCraft.class:?]
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77]
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
  22. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77]
  23. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:561) ~[forge-1.9-12.16.1.1889.jar:?]
  24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77]
  25. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
  27. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77]
  28. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  29. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  30. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  31. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  32. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  33. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228) ~[forge-1.9-12.16.1.1889.jar:?]
  34. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206) ~[forge-1.9-12.16.1.1889.jar:?]
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77]
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
  38. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77]
  39. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  40. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  41. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  42. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  43. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  44. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) [LoadController.class:?]
  45. at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:815) [Loader.class:?]
  46. at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:284) [FMLCommonHandler.class:?]
  47. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:121) [byn.class:?]
  48. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  49. at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
  50. [08:37:46] [Server thread/ERROR] [FML]: A fatal exception occurred during the server starting event
  51. net.minecraftforge.fml.common.LoaderException: java.lang.AbstractMethodError: novaviper.tetracraft.common.command.CommandTetraCraft$SubCommandHandler.registerCommand(Lnet/minecraft/command/ICommand;)Lnet/minecraft/command/ICommand;
  52.  
  53. at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:179) ~[LoadController.class:?]
  54. at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:816) [Loader.class:?]
  55. at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:284) [FMLCommonHandler.class:?]
  56. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:121) [byn.class:?]
  57. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  58. at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
  59. Caused by: java.lang.AbstractMethodError: novaviper.tetracraft.common.command.CommandTetraCraft$SubCommandHandler.registerCommand(Lnet/minecraft/command/ICommand;)Lnet/minecraft/command/ICommand;
  60. at novaviper.tetracraft.common.init.ModCommands.addSubCommand(ModCommands.java:53) ~[ModCommands.class:?]
  61. at novaviper.tetracraft.common.init.ModCommands.registerSubCommands(ModCommands.java:33) ~[ModCommands.class:?]
  62. at novaviper.tetracraft.common.command.CommandTetraCraft$SubCommandHandler.<init>(CommandTetraCraft.java:122) ~[CommandTetraCraft$SubCommandHandler.class:?]
  63. at novaviper.tetracraft.common.command.CommandTetraCraft$SubCommandHandler.<init>(CommandTetraCraft.java:108) ~[CommandTetraCraft$SubCommandHandler.class:?]
  64. at novaviper.tetracraft.common.command.CommandTetraCraft.<init>(CommandTetraCraft.java:28) ~[CommandTetraCraft.class:?]
  65. at novaviper.tetracraft.common.init.ModCommands.load(ModCommands.java:24) ~[ModCommands.class:?]
  66. at novaviper.tetracraft.common.init.TetraCraft.serverStarting(TetraCraft.java:48) ~[TetraCraft.class:?]
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77]
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
  70. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77]
  71. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:561) ~[forge-1.9-12.16.1.1889.jar:?]
  72. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77]
  73. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
  74. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
  75. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77]
  76. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  77. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  78. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  79. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  80. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  81. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228) ~[LoadController.class:?]
  82. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206) ~[LoadController.class:?]
  83. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_77]
  84. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
  85. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_77]
  86. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_77]
  87. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  88. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  89. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  90. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  91. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  92. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) ~[LoadController.class:?]
  93. at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:815) ~[Loader.class:?]
  94. ... 4 more
  95. [08:37:46] [Server thread/INFO]: Stopping server
  96. [08:37:46] [Server thread/INFO]: Saving players
  97. [08:37:46] [Server thread/INFO]: Saving worlds
  98. [08:37:46] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  99. [08:37:56] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  100. [08:37:56] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  101. [08:37:58] [Server thread/INFO] [FML]: Unloading dimension 0
  102. [08:37:58] [Server thread/INFO] [FML]: Unloading dimension -1
  103. [08:37:58] [Server thread/INFO] [FML]: Unloading dimension 1
  104. [08:37:58] [Server thread/INFO] [FML]: Applying holder lookups
  105. [08:37:58] [Server thread/INFO] [FML]: Holder lookups applied
  106. [08:37:58] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
  107. [08:37:58] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
  108. [08:45:12] [Client thread/INFO]: Stopping!
  109. [08:45:13] [Client thread/INFO]: SoundSystem shutting down...
  110. [08:45:13] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement