Advertisement
Guest User

Untitled

a guest
Mar 1st, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.86 KB | None | 0 0
  1. 2015-03-01 15:52:44 [SEVERE] [ForgeModLoader] Caught exception from AtomicScience
  2. java.lang.ClassCastException: net.minecraft.nbt.NBTTagString cannot be cast to net.minecraft.nbt.NBTTagCompound
  3. at calclavia.lib.flag.ModFlag.readFromNBT(ModFlag.java:40)
  4. at calclavia.lib.flag.ModFlag.<init>(ModFlag.java:27)
  5. at atomicscience.ZhuYaoAS.serverStarting(ZhuYaoAS.java:790)
  6. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  7. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  8. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  9. at java.lang.reflect.Method.invoke(Method.java:606)
  10. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
  11. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  13. at java.lang.reflect.Method.invoke(Method.java:606)
  14. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  15. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  16. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  17. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  18. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  19. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:200)
  20. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:180)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24. at java.lang.reflect.Method.invoke(Method.java:606)
  25. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  26. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  27. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  28. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  29. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  30. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:111)
  31. at cpw.mods.fml.common.Loader.serverStarting(Loader.java:736)
  32. at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:329)
  33. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:255)
  34. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
  35. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  36. 2015-03-01 15:52:44 [SEVERE] [ForgeModLoader] A fatal exception occurred during the server starting event
  37. java.lang.ClassCastException: net.minecraft.nbt.NBTTagString cannot be cast to net.minecraft.nbt.NBTTagCompound
  38. at calclavia.lib.flag.ModFlag.readFromNBT(ModFlag.java:40)
  39. at calclavia.lib.flag.ModFlag.<init>(ModFlag.java:27)
  40. at atomicscience.ZhuYaoAS.serverStarting(ZhuYaoAS.java:790)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  44. at java.lang.reflect.Method.invoke(Method.java:606)
  45. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
  46. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  48. at java.lang.reflect.Method.invoke(Method.java:606)
  49. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  50. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  51. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  52. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  53. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  54. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:200)
  55. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:180)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  58. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  59. at java.lang.reflect.Method.invoke(Method.java:606)
  60. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  61. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  62. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  63. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  64. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  65. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:111)
  66. at cpw.mods.fml.common.Loader.serverStarting(Loader.java:736)
  67. at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:329)
  68. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:255)
  69. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
  70. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  71. 2015-03-01 15:52:49 [INFO] [Minecraft] BanItem is now Disabled!
  72. 2015-03-01 15:52:49 [INFO] [Minecraft] ForceField has been disabled
  73. 2015-03-01 15:52:49 [INFO] [Minecraft] [ServerSigns] ServerSigns is now disabled.
  74. 2015-03-01 15:52:49 [INFO] [Minecraft] [WorldBorder] [CONFIG] Border-checking timed task stopped.
  75. 2015-03-01 15:52:49 [INFO] [ForgeModLoader] Unloading dimension 0
  76. 2015-03-01 15:52:49 [INFO] [ForgeModLoader] Unloading dimension -1
  77. 2015-03-01 15:52:49 [FINEST] [mcp] Sending event FMLServerStoppedEvent to mod mcp
  78. 2015-03-01 15:52:49 [FINEST] [mcp] Sent event FMLServerStoppedEvent to mod mcp
  79. 2015-03-01 15:52:49 [FINEST] [FML] Sending event FMLServerStoppedEvent to mod FML
  80. 2015-03-01 15:52:49 [FINEST] [FML] Sent event FMLServerStoppedEvent to mod FML
  81. 2015-03-01 15:52:49 [FINEST] [Forge] Sending event FMLServerStoppedEvent to mod Forge
  82. 2015-03-01 15:52:49 [FINEST] [Forge] Sent event FMLServerStoppedEvent to mod Forge
  83. 2015-03-01 15:52:49 [FINEST] [CodeChickenCore] Sending event FMLServerStoppedEvent to mod CodeChickenCore
  84. 2015-03-01 15:52:49 [FINEST] [CodeChickenCore] Sent event FMLServerStoppedEvent to mod CodeChickenCore
  85. 2015-03-01 15:52:49 [FINEST] [PowerCrystalsCore] Sending event FMLServerStoppedEvent to mod PowerCrystalsCore
  86. 2015-03-01 15:52:49 [FINEST] [PowerCrystalsCore] Sent event FMLServerStoppedEvent to mod PowerCrystalsCore
  87. 2015-03-01 15:52:49 [FINEST] [AppliedEnergistics-Core] Sending event FMLServerStoppedEvent to mod AppliedEnergistics-Core
  88. 2015-03-01 15:52:49 [FINEST] [AppliedEnergistics-Core] Sent event FMLServerStoppedEvent to mod AppliedEnergistics-Core
  89. 2015-03-01 15:52:49 [FINEST] [infamyarmor] Sending event FMLServerStoppedEvent to mod infamyarmor
  90. 2015-03-01 15:52:49 [FINEST] [infamyarmor] Sent event FMLServerStoppedEvent to mod infamyarmor
  91. 2015-03-01 15:52:49 [FINEST] [AppliedEnergistics] Sending event FMLServerStoppedEvent to mod AppliedEnergistics
  92. 2015-03-01 15:52:49 [FINEST] [AppliedEnergistics] Sent event FMLServerStoppedEvent to mod AppliedEnergistics
  93. 2015-03-01 15:52:49 [FINEST] [AtomicScience] Sending event FMLServerStoppedEvent to mod AtomicScience
  94. 2015-03-01 15:52:49 [FINEST] [AtomicScience] Sent event FMLServerStoppedEvent to mod AtomicScience
  95. 2015-03-01 15:52:49 [FINEST] [Backpack] Sending event FMLServerStoppedEvent to mod Backpack
  96. 2015-03-01 15:52:49 [FINEST] [Backpack] Sent event FMLServerStoppedEvent to mod Backpack
  97. 2015-03-01 15:52:49 [FINEST] [weaponmod] Sending event FMLServerStoppedEvent to mod weaponmod
  98. 2015-03-01 15:52:49 [FINEST] [weaponmod] Sent event FMLServerStoppedEvent to mod weaponmod
  99. 2015-03-01 15:52:49 [FINEST] [borderlands] Sending event FMLServerStoppedEvent to mod borderlands
  100. 2015-03-01 15:52:49 [FINEST] [borderlands] Sent event FMLServerStoppedEvent to mod borderlands
  101. 2015-03-01 15:52:49 [FINEST] [CoFHCore] Sending event FMLServerStoppedEvent to mod CoFHCore
  102. 2015-03-01 15:52:49 [FINEST] [CoFHCore] Sent event FMLServerStoppedEvent to mod CoFHCore
  103. 2015-03-01 15:52:49 [FINEST] [CoFHLoot] Sending event FMLServerStoppedEvent to mod CoFHLoot
  104. 2015-03-01 15:52:49 [FINEST] [CoFHLoot] Sent event FMLServerStoppedEvent to mod CoFHLoot
  105. 2015-03-01 15:52:49 [FINEST] [CoFHMasquerade] Sending event FMLServerStoppedEvent to mod CoFHMasquerade
  106. 2015-03-01 15:52:49 [FINEST] [CoFHMasquerade] Sent event FMLServerStoppedEvent to mod CoFHMasquerade
  107. 2015-03-01 15:52:49 [FINEST] [CoFHSocial] Sending event FMLServerStoppedEvent to mod CoFHSocial
  108. 2015-03-01 15:52:49 [FINEST] [CoFHSocial] Sent event FMLServerStoppedEvent to mod CoFHSocial
  109. 2015-03-01 15:52:49 [FINEST] [CoFHWorld] Sending event FMLServerStoppedEvent to mod CoFHWorld
  110. 2015-03-01 15:52:49 [FINEST] [CoFHWorld] Sent event FMLServerStoppedEvent to mod CoFHWorld
  111. 2015-03-01 15:52:49 [FINEST] [EnderIO] Sending event FMLServerStoppedEvent to mod EnderIO
  112. 2015-03-01 15:52:49 [FINEST] [EnderIO] Sent event FMLServerStoppedEvent to mod EnderIO
  113. 2015-03-01 15:52:49 [FINEST] [GunCus] Sending event FMLServerStoppedEvent to mod GunCus
  114. 2015-03-01 15:52:49 [FINEST] [GunCus] Sent event FMLServerStoppedEvent to mod GunCus
  115. 2015-03-01 15:52:49 [FINEST] [GunCusExplosives] Sending event FMLServerStoppedEvent to mod GunCusExplosives
  116. 2015-03-01 15:52:49 [FINEST] [GunCusExplosives] Sent event FMLServerStoppedEvent to mod GunCusExplosives
  117. 2015-03-01 15:52:49 [FINEST] [GunCusOfficialGuns] Sending event FMLServerStoppedEvent to mod GunCusOfficialGuns
  118. 2015-03-01 15:52:49 [FINEST] [GunCusOfficialGuns] Sent event FMLServerStoppedEvent to mod GunCusOfficialGuns
  119. 2015-03-01 15:52:49 [FINEST] [UniversalElectricity] Sending event FMLServerStoppedEvent to mod UniversalElectricity
  120. 2015-03-01 15:52:49 [FINEST] [UniversalElectricity] Sent event FMLServerStoppedEvent to mod UniversalElectricity
  121. 2015-03-01 15:52:49 [FINEST] [ResonantEngine] Sending event FMLServerStoppedEvent to mod ResonantEngine
  122. 2015-03-01 15:52:49 [FINEST] [ResonantEngine] Sent event FMLServerStoppedEvent to mod ResonantEngine
  123. 2015-03-01 15:52:49 [FINEST] [ICBM] Sending event FMLServerStoppedEvent to mod ICBM
  124. 2015-03-01 15:52:49 [FINEST] [ICBM] Sent event FMLServerStoppedEvent to mod ICBM
  125. 2015-03-01 15:52:49 [FINEST] [ICBM|Sentry] Sending event FMLServerStoppedEvent to mod ICBM|Sentry
  126. 2015-03-01 15:52:49 [FINEST] [ICBM|Sentry] Sent event FMLServerStoppedEvent to mod ICBM|Sentry
  127. 2015-03-01 15:52:49 [FINEST] [ICBM|Explosion] Sending event FMLServerStoppedEvent to mod ICBM|Explosion
  128. 2015-03-01 15:52:49 [FINEST] [ICBM|Explosion] Sent event FMLServerStoppedEvent to mod ICBM|Explosion
  129. 2015-03-01 15:52:49 [FINEST] [IronChest] Sending event FMLServerStoppedEvent to mod IronChest
  130. 2015-03-01 15:52:49 [FINEST] [IronChest] Sent event FMLServerStoppedEvent to mod IronChest
  131. 2015-03-01 15:52:49 [FINEST] [mcheli] Sending event FMLServerStoppedEvent to mod mcheli
  132. 2015-03-01 15:52:49 [FINEST] [mcheli] Sent event FMLServerStoppedEvent to mod mcheli
  133. 2015-03-01 15:52:49 [FINEST] [Mekanism] Sending event FMLServerStoppedEvent to mod Mekanism
  134. 2015-03-01 15:52:49 [FINEST] [Mekanism] Sent event FMLServerStoppedEvent to mod Mekanism
  135. 2015-03-01 15:52:49 [FINEST] [MekanismGenerators] Sending event FMLServerStoppedEvent to mod MekanismGenerators
  136. 2015-03-01 15:52:49 [FINEST] [MekanismGenerators] Sent event FMLServerStoppedEvent to mod MekanismGenerators
  137. 2015-03-01 15:52:49 [FINEST] [MekanismTools] Sending event FMLServerStoppedEvent to mod MekanismTools
  138. 2015-03-01 15:52:49 [FINEST] [MekanismTools] Sent event FMLServerStoppedEvent to mod MekanismTools
  139. 2015-03-01 15:52:49 [FINEST] [Railcraft] Sending event FMLServerStoppedEvent to mod Railcraft
  140. 2015-03-01 15:52:49 [FINEST] [Railcraft] Sent event FMLServerStoppedEvent to mod Railcraft
  141. 2015-03-01 15:52:49 [FINEST] [ForgeMultipart] Sending event FMLServerStoppedEvent to mod ForgeMultipart
  142. 2015-03-01 15:52:49 [FINEST] [ForgeMultipart] Sent event FMLServerStoppedEvent to mod ForgeMultipart
  143. 2015-03-01 15:52:49 [FINEST] [ThermalExpansion] Sending event FMLServerStoppedEvent to mod ThermalExpansion
  144. 2015-03-01 15:52:49 [FINEST] [ThermalExpansion] Sent event FMLServerStoppedEvent to mod ThermalExpansion
  145. 2015-03-01 15:52:49 [FINEST] [minechem] Sending event FMLServerStoppedEvent to mod minechem
  146. 2015-03-01 15:52:49 [FINEST] [minechem] Sent event FMLServerStoppedEvent to mod minechem
  147. 2015-03-01 15:52:49 [FINEST] [MFFS] Sending event FMLServerStoppedEvent to mod MFFS
  148. 2015-03-01 15:52:49 [FINEST] [MFFS] Sent event FMLServerStoppedEvent to mod MFFS
  149. 2015-03-01 15:52:49 [FINEST] [ObsidiPlates] Sending event FMLServerStoppedEvent to mod ObsidiPlates
  150. 2015-03-01 15:52:49 [FINEST] [ObsidiPlates] Sent event FMLServerStoppedEvent to mod ObsidiPlates
  151. 2015-03-01 15:52:49 [FINEST] [bau5_ProjectBench] Sending event FMLServerStoppedEvent to mod bau5_ProjectBench
  152. 2015-03-01 15:52:49 [FINEST] [bau5_ProjectBench] Sent event FMLServerStoppedEvent to mod bau5_ProjectBench
  153. 2015-03-01 15:52:49 [FINEST] [RandomThings] Sending event FMLServerStoppedEvent to mod RandomThings
  154. 2015-03-01 15:52:49 [FINEST] [RandomThings] Sent event FMLServerStoppedEvent to mod RandomThings
  155. 2015-03-01 15:52:49 [FINEST] [Redstone Arsenal] Sending event FMLServerStoppedEvent to mod Redstone Arsenal
  156. 2015-03-01 15:52:49 [FINEST] [Redstone Arsenal] Sent event FMLServerStoppedEvent to mod Redstone Arsenal
  157. 2015-03-01 15:52:49 [FINEST] [Dictionary] Sending event FMLServerStoppedEvent to mod Dictionary
  158. 2015-03-01 15:52:49 [FINEST] [Dictionary] Sent event FMLServerStoppedEvent to mod Dictionary
  159. 2015-03-01 15:52:49 [FINEST] [RopesPlus] Sending event FMLServerStoppedEvent to mod RopesPlus
  160. 2015-03-01 15:52:49 [FINEST] [RopesPlus] Sent event FMLServerStoppedEvent to mod RopesPlus
  161. 2015-03-01 15:52:49 [FINEST] [secretroomsmod] Sending event FMLServerStoppedEvent to mod secretroomsmod
  162. 2015-03-01 15:52:49 [FINEST] [secretroomsmod] Sent event FMLServerStoppedEvent to mod secretroomsmod
  163. 2015-03-01 15:52:49 [FINEST] [SmoothBedrock] Sending event FMLServerStoppedEvent to mod SmoothBedrock
  164. 2015-03-01 15:52:49 [FINEST] [SmoothBedrock] Sent event FMLServerStoppedEvent to mod SmoothBedrock
  165. 2015-03-01 15:52:49 [FINEST] [TF2Sentry] Sending event FMLServerStoppedEvent to mod TF2Sentry
  166. 2015-03-01 15:52:49 [FINEST] [TF2Sentry] Sent event FMLServerStoppedEvent to mod TF2Sentry
  167. 2015-03-01 15:52:49 [FINEST] [Translocator] Sending event FMLServerStoppedEvent to mod Translocator
  168. 2015-03-01 15:52:49 [FINEST] [Translocator] Sent event FMLServerStoppedEvent to mod Translocator
  169. 2015-03-01 15:52:49 [FINEST] [WR-CBE|Core] Sending event FMLServerStoppedEvent to mod WR-CBE|Core
  170. 2015-03-01 15:52:49 [FINEST] [WR-CBE|Core] Sent event FMLServerStoppedEvent to mod WR-CBE|Core
  171. 2015-03-01 15:52:49 [FINEST] [WR-CBE|Addons] Sending event FMLServerStoppedEvent to mod WR-CBE|Addons
  172. 2015-03-01 15:52:49 [FINEST] [WR-CBE|Addons] Sent event FMLServerStoppedEvent to mod WR-CBE|Addons
  173. 2015-03-01 15:52:49 [FINEST] [WR-CBE|Logic] Sending event FMLServerStoppedEvent to mod WR-CBE|Logic
  174. 2015-03-01 15:52:49 [FINEST] [WR-CBE|Logic] Sent event FMLServerStoppedEvent to mod WR-CBE|Logic
  175. 2015-03-01 15:52:49 [FINEST] [McMultipart] Sending event FMLServerStoppedEvent to mod McMultipart
  176. 2015-03-01 15:52:49 [FINEST] [McMultipart] Sent event FMLServerStoppedEvent to mod McMultipart
  177. 2015-03-01 15:52:49 [FINEST] [ForgeMicroblock] Sending event FMLServerStoppedEvent to mod ForgeMicroblock
  178. 2015-03-01 15:52:49 [FINEST] [ForgeMicroblock] Sent event FMLServerStoppedEvent to mod ForgeMicroblock
  179. 2015-03-01 15:52:49 [INFO] [ForgeModLoader] The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
  180. 2015-03-01 15:52:49 [INFO] [ForgeModLoader] The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement