drago87

latest.log

Feb 28th, 2015
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.36 KB | None | 0 0
  1. [04:03:12] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [04:04:19] [Server thread/WARN]: Biome ID is out of bounds: 261, defaulting to 0 (Ocean)
  3. [04:04:19] [Server thread/WARN]: Biome ID is out of bounds: 262, defaulting to 0 (Ocean)
  4. [04:04:19] [Server thread/WARN]: Biome ID is out of bounds: 259, defaulting to 0 (Ocean)
  5. [04:04:19] [Server thread/WARN]: Biome ID is out of bounds: 258, defaulting to 0 (Ocean)
  6. [04:04:19] [Server thread/WARN]: Biome ID is out of bounds: 257, defaulting to 0 (Ocean)
  7. [04:07:07] [Server thread/ERROR]: Encountered an unexpected exception
  8. cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError
  9. at cpw.mods.fml.common.LoadController.transition(LoadController.java:162) ~[LoadController.class:?]
  10. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515) ~[Loader.class:?]
  11. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) ~[FMLServerHandler.class:?]
  12. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) ~[FMLCommonHandler.class:?]
  13. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) ~[lt.class:?]
  14. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  15. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  16. Caused by: java.lang.ExceptionInInitializerError
  17. at twilightforest.TwilightForestMod.preInit(TwilightForestMod.java:218) ~[TwilightForestMod.class:?]
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_75]
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_75]
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_75]
  21. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_75]
  22. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) ~[FMLModContainer.class:?]
  23. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_75]
  25. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_75]
  26. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]
  27. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]
  28. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]
  29. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]
  30. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]
  31. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:?]
  32. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:?]
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_75]
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_75]
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_75]
  36. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_75]
  37. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]
  38. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]
  39. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]
  40. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]
  41. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]
  42. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) ~[LoadController.class:?]
  43. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513) ~[Loader.class:?]
  44. ... 5 more
  45. Caused by: java.lang.ArrayIndexOutOfBoundsException: 256
  46. at net.minecraft.world.biome.BiomeGenBase.func_150568_d(BiomeGenBase.java:493) ~[ahu.class:?]
  47. at twilightforest.biomes.TFBiomeBase.isConflictAtBiomeID(TFBiomeBase.java:302) ~[TFBiomeBase.class:?]
  48. at twilightforest.biomes.TFBiomeBase.areThereBiomeIdConflicts(TFBiomeBase.java:277) ~[TFBiomeBase.class:?]
  49. at twilightforest.biomes.TFBiomeBase.<clinit>(TFBiomeBase.java:49) ~[TFBiomeBase.class:?]
  50. at twilightforest.TwilightForestMod.preInit(TwilightForestMod.java:218) ~[TwilightForestMod.class:?]
  51. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_75]
  52. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_75]
  53. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_75]
  54. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_75]
  55. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) ~[FMLModContainer.class:?]
  56. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_75]
  58. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_75]
  59. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]
  60. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]
  61. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]
  62. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]
  63. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]
  64. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:?]
  65. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:?]
  66. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_75]
  67. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_75]
  68. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_75]
  69. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_75]
  70. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]
  71. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]
  72. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]
  73. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]
  74. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]
  75. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) ~[LoadController.class:?]
  76. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513) ~[Loader.class:?]
  77. ... 5 more
  78. [04:07:07] [Server thread/ERROR]: This crash report has been saved to: /home/mcmyadmin/McMyAdmin/Minecraft/./crash-reports/crash-2015-03-01_04.07.07-server.txt
Advertisement
Add Comment
Please, Sign In to add comment