Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.71 KB | None | 0 0
  1. 2013-08-03 22:59:19 [INFO] [STDOUT] Workbench
  2. 2013-08-03 22:59:23 [INFO] [STDERR] java.lang.NoClassDefFoundError: mods/natura/gui/WorkbenchContainer
  3. 2013-08-03 22:59:24 [INFO] [STDERR] at mods.natura.gui.NGuiHandler.getServerGuiElement(NGuiHandler.java:30)
  4. 2013-08-03 22:59:24 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.openRemoteGui(NetworkRegistry.java:308)
  5. 2013-08-03 22:59:24 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.openGui(FMLNetworkHandler.java:352)
  6. 2013-08-03 22:59:24 [INFO] [STDERR] at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2396)
  7. 2013-08-03 22:59:24 [INFO] [STDERR] at mods.natura.blocks.overrides.AlternateWorkbench.func_71903_a(AlternateWorkbench.java:85)
  8. 2013-08-03 22:59:24 [INFO] [STDERR] at net.minecraft.item.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:412)
  9. 2013-08-03 22:59:24 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72472_a(NetServerHandler.java:553)
  10. 2013-08-03 22:59:24 [INFO] [STDERR] at net.minecraft.network.packet.Packet15Place.func_73279_a(SourceFile:58)
  11. 2013-08-03 22:59:24 [INFO] [STDERR] at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:461)
  12. 2013-08-03 22:59:24 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:134)
  13. 2013-08-03 22:59:24 [INFO] [STDERR] at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53)
  14. 2013-08-03 22:59:24 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
  15. 2013-08-03 22:59:24 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:677)
  16. 2013-08-03 22:59:24 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
  17. 2013-08-03 22:59:24 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
  18. 2013-08-03 22:59:24 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
  19. 2013-08-03 22:59:24 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
  20. 2013-08-03 22:59:24 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: mods.natura.gui.WorkbenchContainer
  21. 2013-08-03 22:59:24 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
  22. 2013-08-03 22:59:24 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
  23. 2013-08-03 22:59:24 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
  24. 2013-08-03 22:59:24 [INFO] [STDERR] ... 17 more
  25. 2013-08-03 22:59:24 [INFO] [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space
  26. 2013-08-03 22:59:24 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method)
  27. 2013-08-03 22:59:24 [INFO] [STDERR] at java.lang.ClassLoader.defineClassCond(Unknown Source)
  28. 2013-08-03 22:59:24 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
  29. 2013-08-03 22:59:24 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)
  30. 2013-08-03 22:59:24 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)
  31. 2013-08-03 22:59:24 [INFO] [STDERR] ... 19 more
  32. 2013-08-03 22:59:26 [INFO] [Minecraft-Server] Stopping server
  33. 2013-08-03 22:59:26 [INFO] [Minecraft-Server] Saving players
  34. 2013-08-03 22:59:26 [INFO] [STDERR] java.net.SocketException: socket closed
  35. 2013-08-03 22:59:28 [INFO] [STDERR] at java.net.PlainSocketImpl.socketAccept(Native Method)
  36. 2013-08-03 22:59:28 [INFO] [STDERR] at java.net.PlainSocketImpl.accept(Unknown Source)
  37. 2013-08-03 22:59:28 [INFO] [STDERR] at java.net.ServerSocket.implAccept(Unknown Source)
  38. 2013-08-03 22:59:28 [INFO] [STDERR] at java.net.ServerSocket.accept(Unknown Source)
  39. 2013-08-03 22:59:28 [INFO] [STDERR] at net.minecraft.server.ServerListenThread.run(ServerListenThread.java:80)
  40. 2013-08-03 22:59:28 [INFO] [Minecraft-Server] Closing listening thread
  41. 2013-08-03 22:59:28 [INFO] [STDOUT] Unloading Player: quinn50
  42. 2013-08-03 22:59:28 [INFO] [STDOUT] Unloading Player: zackafon
  43. 2013-08-03 22:59:28 [INFO] [Minecraft-Server] Saving worlds
  44. 2013-08-03 22:59:28 [INFO] [Minecraft-Server] Saving chunks for level 'world'/Overworld
  45. 2013-08-03 22:59:28 [INFO] [Minecraft-Server] Saving chunks for level 'world'/Nether
  46. 2013-08-03 22:59:28 [INFO] [ForgeModLoader] [Thaumcraft] Removed 30 aura nodes when world 0 unloaded.
  47. 2013-08-03 22:59:29 [INFO] [ForgeModLoader] [Thaumcraft] Removed 0 aura nodes when world -1 unloaded.
  48. 2013-08-03 22:59:29 [INFO] [ForgeModLoader] Unloading dimension 0
  49. 2013-08-03 22:59:29 [INFO] [ForgeModLoader] Unloading dimension -1
  50. 2013-08-03 22:59:29 [FINEST] [mcp] Sending event FMLServerStoppedEvent to mod mcp
  51. 2013-08-03 22:59:29 [FINEST] [mcp] Sent event FMLServerStoppedEvent to mod mcp
  52. 2013-08-03 22:59:29 [FINEST] [FML] Sending event FMLServerStoppedEvent to mod FML
  53. 2013-08-03 22:59:29 [FINEST] [FML] Sent event FMLServerStoppedEvent to mod FML
  54. 2013-08-03 22:59:29 [FINEST] [Forge] Sending event FMLServerStoppedEvent to mod Forge
  55. 2013-08-03 22:59:29 [FINEST] [Forge] Sent event FMLServerStoppedEvent to mod Forge
  56. 2013-08-03 22:59:29 [FINEST] [CodeChickenCore] Sending event FMLServerStoppedEvent to mod CodeChickenCore
  57. 2013-08-03 22:59:29 [FINEST] [CodeChickenCore] Sent event FMLServerStoppedEvent to mod CodeChickenCore
  58. 2013-08-03 22:59:29 [FINEST] [CoFHFramework] Sending event FMLServerStoppedEvent to mod CoFHFramework
  59. 2013-08-03 22:59:29 [FINEST] [CoFHFramework] Sent event FMLServerStoppedEvent to mod CoFHFramework
  60. 2013-08-03 22:59:29 [FINEST] [NotEnoughItems] Sending event FMLServerStoppedEvent to mod NotEnoughItems
  61. 2013-08-03 22:59:29 [FINEST] [NotEnoughItems] Sent event FMLServerStoppedEvent to mod NotEnoughItems
  62. 2013-08-03 22:59:29 [FINEST] [PowerCrystalsCore] Sending event FMLServerStoppedEvent to mod PowerCrystalsCore
  63. 2013-08-03 22:59:29 [FINEST] [PowerCrystalsCore] Sent event FMLServerStoppedEvent to mod PowerCrystalsCore
  64. 2013-08-03 22:59:29 [FINEST] [CoFHCore] Sending event FMLServerStoppedEvent to mod CoFHCore
  65. 2013-08-03 22:59:29 [FINEST] [CoFHCore] Sent event FMLServerStoppedEvent to mod CoFHCore
  66. 2013-08-03 22:59:29 [FINEST] [CoFHWorld] Sending event FMLServerStoppedEvent to mod CoFHWorld
  67. 2013-08-03 22:59:29 [FINEST] [CoFHWorld] Sent event FMLServerStoppedEvent to mod CoFHWorld
  68. 2013-08-03 22:59:29 [FINEST] [denLib] Sending event FMLServerStoppedEvent to mod denLib
  69. 2013-08-03 22:59:29 [FINEST] [denLib] Sent event FMLServerStoppedEvent to mod denLib
  70. 2013-08-03 22:59:29 [FINEST] [BuildCraft|Core] Sending event FMLServerStoppedEvent to mod BuildCraft|Core
  71. 2013-08-03 22:59:29 [FINEST] [BuildCraft|Core] Sent event FMLServerStoppedEvent to mod BuildCraft|Core
  72. 2013-08-03 22:59:29 [FINEST] [BuildCraft|Energy] Sending event FMLServerStoppedEvent to mod BuildCraft|Energy
  73. 2013-08-03 22:59:29 [FINEST] [BuildCraft|Energy] Sent event FMLServerStoppedEvent to mod BuildCraft|Energy
  74. 2013-08-03 22:59:29 [FINEST] [BuildCraft|Transport] Sending event FMLServerStoppedEvent to mod BuildCraft|Transport
  75. 2013-08-03 22:59:29 [FINEST] [BuildCraft|Transport] Sent event FMLServerStoppedEvent to mod BuildCraft|Transport
  76. 2013-08-03 22:59:29 [FINEST] [Additional-Buildcraft-Objects] Sending event FMLServerStoppedEvent to mod Additional-Buildcraft-Objects
  77. 2013-08-03 22:59:29 [FINEST] [Additional-Buildcraft-Objects] Sent event FMLServerStoppedEvent to mod Additional-Buildcraft-Objects
  78. 2013-08-03 22:59:29 [FINEST] [BuildCraft|Silicon] Sending event FMLServerStoppedEvent to mod BuildCraft|Silicon
  79. 2013-08-03 22:59:29 [FINEST] [BuildCraft|Silicon] Sent event FMLServerStoppedEvent to mod BuildCraft|Silicon
  80. 2013-08-03 22:59:29 [FINEST] [ThermalExpansion] Sending event FMLServerStoppedEvent to mod ThermalExpansion
  81. 2013-08-03 22:59:29 [FINEST] [ThermalExpansion] Sent event FMLServerStoppedEvent to mod ThermalExpansion
  82. 2013-08-03 22:59:29 [FINEST] [IC2] Sending event FMLServerStoppedEvent to mod IC2
  83. 2013-08-03 22:59:29 [FINEST] [IC2] Sent event FMLServerStoppedEvent to mod IC2
  84. 2013-08-03 22:59:29 [FINEST] [BuildCraft|Builders] Sending event FMLServerStoppedEvent to mod BuildCraft|Builders
  85. 2013-08-03 22:59:29 [FINEST] [BuildCraft|Builders] Sent event FMLServerStoppedEvent to mod BuildCraft|Builders
  86. 2013-08-03 22:59:29 [FINEST] [BuildCraft|Factory] Sending event FMLServerStoppedEvent to mod BuildCraft|Factory
  87. 2013-08-03 22:59:29 [FINEST] [BuildCraft|Factory] Sent event FMLServerStoppedEvent to mod BuildCraft|Factory
  88. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded
  89. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded
  90. 2013-08-03 22:59:29 [FINEST] [AppliedEnergistics] Sending event FMLServerStoppedEvent to mod AppliedEnergistics
  91. 2013-08-03 22:59:29 [FINEST] [AppliedEnergistics] Sent event FMLServerStoppedEvent to mod AppliedEnergistics
  92. 2013-08-03 22:59:29 [FINEST] [BiblioCraft] Sending event FMLServerStoppedEvent to mod BiblioCraft
  93. 2013-08-03 22:59:29 [FINEST] [BiblioCraft] Sent event FMLServerStoppedEvent to mod BiblioCraft
  94. 2013-08-03 22:59:29 [FINEST] [BiblioWoodsBoP] Sending event FMLServerStoppedEvent to mod BiblioWoodsBoP
  95. 2013-08-03 22:59:29 [FINEST] [BiblioWoodsBoP] Sent event FMLServerStoppedEvent to mod BiblioWoodsBoP
  96. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatForestryPre] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatForestryPre
  97. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatForestryPre] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatForestryPre
  98. 2013-08-03 22:59:29 [FINEST] [Forestry] Sending event FMLServerStoppedEvent to mod Forestry
  99. 2013-08-03 22:59:29 [FINEST] [Forestry] Sent event FMLServerStoppedEvent to mod Forestry
  100. 2013-08-03 22:59:29 [FINEST] [BiblioWoodsForestry] Sending event FMLServerStoppedEvent to mod BiblioWoodsForestry
  101. 2013-08-03 22:59:29 [FINEST] [BiblioWoodsForestry] Sent event FMLServerStoppedEvent to mod BiblioWoodsForestry
  102. 2013-08-03 22:59:29 [FINEST] [BinnieCore] Sending event FMLServerStoppedEvent to mod BinnieCore
  103. 2013-08-03 22:59:29 [FINEST] [BinnieCore] Sent event FMLServerStoppedEvent to mod BinnieCore
  104. 2013-08-03 22:59:29 [FINEST] [ExtraBees] Sending event FMLServerStoppedEvent to mod ExtraBees
  105. 2013-08-03 22:59:29 [FINEST] [ExtraBees] Sent event FMLServerStoppedEvent to mod ExtraBees
  106. 2013-08-03 22:59:29 [FINEST] [ExtraTrees] Sending event FMLServerStoppedEvent to mod ExtraTrees
  107. 2013-08-03 22:59:29 [FINEST] [ExtraTrees] Sent event FMLServerStoppedEvent to mod ExtraTrees
  108. 2013-08-03 22:59:29 [FINEST] [ChargePads] Sending event FMLServerStoppedEvent to mod ChargePads
  109. 2013-08-03 22:59:29 [FINEST] [ChargePads] Sent event FMLServerStoppedEvent to mod ChargePads
  110. 2013-08-03 22:59:29 [FINEST] [ChickenChunks] Sending event FMLServerStoppedEvent to mod ChickenChunks
  111. 2013-08-03 22:59:29 [FINEST] [ChickenChunks] Sent event FMLServerStoppedEvent to mod ChickenChunks
  112. 2013-08-03 22:59:29 [FINEST] [CompactSolars] Sending event FMLServerStoppedEvent to mod CompactSolars
  113. 2013-08-03 22:59:29 [FINEST] [CompactSolars] Sent event FMLServerStoppedEvent to mod CompactSolars
  114. 2013-08-03 22:59:29 [FINEST] [ComputerCraft] Sending event FMLServerStoppedEvent to mod ComputerCraft
  115. 2013-08-03 22:59:29 [FINEST] [ComputerCraft] Sent event FMLServerStoppedEvent to mod ComputerCraft
  116. 2013-08-03 22:59:29 [FINEST] [CCTurtle] Sending event FMLServerStoppedEvent to mod CCTurtle
  117. 2013-08-03 22:59:29 [FINEST] [CCTurtle] Sent event FMLServerStoppedEvent to mod CCTurtle
  118. 2013-08-03 22:59:29 [FINEST] [EnderStorage] Sending event FMLServerStoppedEvent to mod EnderStorage
  119. 2013-08-03 22:59:29 [FINEST] [EnderStorage] Sent event FMLServerStoppedEvent to mod EnderStorage
  120. 2013-08-03 22:59:29 [FINEST] [EE3] Sending event FMLServerStoppedEvent to mod EE3
  121. 2013-08-03 22:59:29 [FINEST] [EE3] Sent event FMLServerStoppedEvent to mod EE3
  122. 2013-08-03 22:59:29 [FINEST] [ExtraUtilities] Sending event FMLServerStoppedEvent to mod ExtraUtilities
  123. 2013-08-03 22:59:29 [FINEST] [ExtraUtilities] Sent event FMLServerStoppedEvent to mod ExtraUtilities
  124. 2013-08-03 22:59:29 [FINEST] [factorization] Sending event FMLServerStoppedEvent to mod factorization
  125. 2013-08-03 22:59:29 [FINEST] [factorization] Sent event FMLServerStoppedEvent to mod factorization
  126. 2013-08-03 22:59:29 [FINEST] [factorization.misc] Sending event FMLServerStoppedEvent to mod factorization.misc
  127. 2013-08-03 22:59:29 [FINEST] [factorization.misc] Sent event FMLServerStoppedEvent to mod factorization.misc
  128. 2013-08-03 22:59:29 [FINEST] [factorization.dimensionalSlice] Sending event FMLServerStoppedEvent to mod factorization.dimensionalSlice
  129. 2013-08-03 22:59:29 [FINEST] [factorization.dimensionalSlice] Sent event FMLServerStoppedEvent to mod factorization.dimensionalSlice
  130. 2013-08-03 22:59:29 [FINEST] [CCMultipart] Sending event FMLServerStoppedEvent to mod CCMultipart
  131. 2013-08-03 22:59:29 [FINEST] [CCMultipart] Sent event FMLServerStoppedEvent to mod CCMultipart
  132. 2013-08-03 22:59:29 [FINEST] [CCMicroblock] Sending event FMLServerStoppedEvent to mod CCMicroblock
  133. 2013-08-03 22:59:29 [FINEST] [CCMicroblock] Sent event FMLServerStoppedEvent to mod CCMicroblock
  134. 2013-08-03 22:59:29 [FINEST] [McMultipart] Sending event FMLServerStoppedEvent to mod McMultipart
  135. 2013-08-03 22:59:29 [FINEST] [McMultipart] Sent event FMLServerStoppedEvent to mod McMultipart
  136. 2013-08-03 22:59:29 [FINEST] [iChunUtil] Sending event FMLServerStoppedEvent to mod iChunUtil
  137. 2013-08-03 22:59:29 [FINEST] [iChunUtil] Sent event FMLServerStoppedEvent to mod iChunUtil
  138. 2013-08-03 22:59:29 [FINEST] [GraviGun] Sending event FMLServerStoppedEvent to mod GraviGun
  139. 2013-08-03 22:59:29 [FINEST] [GraviGun] Sent event FMLServerStoppedEvent to mod GraviGun
  140. 2013-08-03 22:59:29 [FINEST] [Hats] Sending event FMLServerStoppedEvent to mod Hats
  141. 2013-08-03 22:59:29 [FINEST] [Hats] Sent event FMLServerStoppedEvent to mod Hats
  142. 2013-08-03 22:59:29 [FINEST] [HatStand] Sending event FMLServerStoppedEvent to mod HatStand
  143. 2013-08-03 22:59:29 [FINEST] [HatStand] Sent event FMLServerStoppedEvent to mod HatStand
  144. 2013-08-03 22:59:29 [FINEST] [inventorytweaks] Sending event FMLServerStoppedEvent to mod inventorytweaks
  145. 2013-08-03 22:59:29 [FINEST] [inventorytweaks] Sent event FMLServerStoppedEvent to mod inventorytweaks
  146. 2013-08-03 22:59:29 [FINEST] [IronChest] Sending event FMLServerStoppedEvent to mod IronChest
  147. 2013-08-03 22:59:29 [FINEST] [IronChest] Sent event FMLServerStoppedEvent to mod IronChest
  148. 2013-08-03 22:59:29 [FINEST] [Thaumcraft] Sending event FMLServerStoppedEvent to mod Thaumcraft
  149. 2013-08-03 22:59:29 [FINEST] [Thaumcraft] Sent event FMLServerStoppedEvent to mod Thaumcraft
  150. 2013-08-03 22:59:29 [FINEST] [LogisticsPipes|Main] Sending event FMLServerStoppedEvent to mod LogisticsPipes|Main
  151. 2013-08-03 22:59:29 [FINEST] [LogisticsPipes|Main] Sent event FMLServerStoppedEvent to mod LogisticsPipes|Main
  152. 2013-08-03 22:59:29 [FINEST] [TConstruct] Sending event FMLServerStoppedEvent to mod TConstruct
  153. 2013-08-03 22:59:29 [FINEST] [TConstruct] Sent event FMLServerStoppedEvent to mod TConstruct
  154. 2013-08-03 22:59:29 [FINEST] [MagicBees] Sending event FMLServerStoppedEvent to mod MagicBees
  155. 2013-08-03 22:59:29 [FINEST] [MagicBees] Sent event FMLServerStoppedEvent to mod MagicBees
  156. 2013-08-03 22:59:29 [FINEST] [MFFS] Sending event FMLServerStoppedEvent to mod MFFS
  157. 2013-08-03 22:59:29 [FINEST] [MFFS] Sent event FMLServerStoppedEvent to mod MFFS
  158. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatAppliedEnergistics] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatAppliedEnergistics
  159. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatAppliedEnergistics] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatAppliedEnergistics
  160. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatAtum] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatAtum
  161. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatAtum] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatAtum
  162. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatBackTools] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatBackTools
  163. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatBackTools] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatBackTools
  164. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatBiomesOPlenty] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatBiomesOPlenty
  165. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatBiomesOPlenty] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatBiomesOPlenty
  166. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatChococraft] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatChococraft
  167. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatChococraft] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatChococraft
  168. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatExtraBiomes] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatExtraBiomes
  169. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatExtraBiomes] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatExtraBiomes
  170. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatForestry] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatForestry
  171. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatForestry] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatForestry
  172. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatIC2] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatIC2
  173. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatIC2] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatIC2
  174. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatMagicalCrops] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatMagicalCrops
  175. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatMagicalCrops] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatMagicalCrops
  176. 2013-08-03 22:59:29 [FINEST] [Mystcraft] Sending event FMLServerStoppedEvent to mod Mystcraft
  177. 2013-08-03 22:59:29 [FINEST] [Mystcraft] Sent event FMLServerStoppedEvent to mod Mystcraft
  178. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatMystcraft] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatMystcraft
  179. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatMystcraft] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatMystcraft
  180. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatPams] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatPams
  181. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatPams] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatPams
  182. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatRP2] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatRP2
  183. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatRP2] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatRP2
  184. 2013-08-03 22:59:29 [FINEST] [SoulShards] Sending event FMLServerStoppedEvent to mod SoulShards
  185. 2013-08-03 22:59:29 [FINEST] [SoulShards] Sent event FMLServerStoppedEvent to mod SoulShards
  186. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatSoulShards] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatSoulShards
  187. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatSoulShards] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatSoulShards
  188. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatSufficientBiomes] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatSufficientBiomes
  189. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatSufficientBiomes] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatSufficientBiomes
  190. 2013-08-03 22:59:29 [FINEST] [MFReloaded|CompatThaumcraft] Sending event FMLServerStoppedEvent to mod MFReloaded|CompatThaumcraft
  191. 2013-08-03 22:59:29 [FINEST] [MFReloaded|CompatThaumcraft] Sent event FMLServerStoppedEvent to mod MFReloaded|CompatThaumcraft
  192. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatThermalExpansion] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatThermalExpansion
  193. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatThermalExpansion] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatThermalExpansion
  194. 2013-08-03 22:59:29 [FINEST] [TwilightForest] Sending event FMLServerStoppedEvent to mod TwilightForest
  195. 2013-08-03 22:59:29 [FINEST] [TwilightForest] Sent event FMLServerStoppedEvent to mod TwilightForest
  196. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatTwilightForest] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatTwilightForest
  197. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatTwilightForest] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatTwilightForest
  198. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatVanilla] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatVanilla
  199. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatVanilla] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatVanilla
  200. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatXyCraft] Sending event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatXyCraft
  201. 2013-08-03 22:59:29 [FINEST] [MineFactoryReloaded|CompatXyCraft] Sent event FMLServerStoppedEvent to mod MineFactoryReloaded|CompatXyCraft
  202. 2013-08-03 22:59:29 [FINEST] [MiscPeripherals] Sending event FMLServerStoppedEvent to mod MiscPeripherals
  203. 2013-08-03 22:59:29 [FINEST] [MiscPeripherals] Sent event FMLServerStoppedEvent to mod MiscPeripherals
  204. 2013-08-03 22:59:29 [FINEST] [ModularForceFieldSystem] Sending event FMLServerStoppedEvent to mod ModularForceFieldSystem
  205. 2013-08-03 22:59:29 [FINEST] [ModularForceFieldSystem] Sent event FMLServerStoppedEvent to mod ModularForceFieldSystem
  206. 2013-08-03 22:59:29 [FINEST] [mmmPowersuits] Sending event FMLServerStoppedEvent to mod mmmPowersuits
  207. 2013-08-03 22:59:29 [FINEST] [mmmPowersuits] Sent event FMLServerStoppedEvent to mod mmmPowersuits
  208. 2013-08-03 22:59:29 [FINEST] [Natura] Sending event FMLServerStoppedEvent to mod Natura
  209. 2013-08-03 22:59:29 [FINEST] [Natura] Sent event FMLServerStoppedEvent to mod Natura
  210. 2013-08-03 22:59:29 [FINEST] [Natura|CompatMineFactoryReloaded] Sending event FMLServerStoppedEvent to mod Natura|CompatMineFactoryReloaded
  211. 2013-08-03 22:59:29 [FINEST] [Natura|CompatMineFactoryReloaded] Sent event FMLServerStoppedEvent to mod Natura|CompatMineFactoryReloaded
  212. 2013-08-03 22:59:29 [FINEST] [NEIAddons] Sending event FMLServerStoppedEvent to mod NEIAddons
  213. 2013-08-03 22:59:29 [FINEST] [NEIAddons] Sent event FMLServerStoppedEvent to mod NEIAddons
  214. 2013-08-03 22:59:29 [FINEST] [NEIAddons|AE] Sending event FMLServerStoppedEvent to mod NEIAddons|AE
  215. 2013-08-03 22:59:29 [FINEST] [NEIAddons|AE] Sent event FMLServerStoppedEvent to mod NEIAddons|AE
  216. 2013-08-03 22:59:29 [FINEST] [NEIAddons|CraftingTables] Sending event FMLServerStoppedEvent to mod NEIAddons|CraftingTables
  217. 2013-08-03 22:59:29 [FINEST] [NEIAddons|CraftingTables] Sent event FMLServerStoppedEvent to mod NEIAddons|CraftingTables
  218. 2013-08-03 22:59:29 [FINEST] [NEIAddons|ExtraBees] Sending event FMLServerStoppedEvent to mod NEIAddons|ExtraBees
  219. 2013-08-03 22:59:29 [FINEST] [NEIAddons|ExtraBees] Sent event FMLServerStoppedEvent to mod NEIAddons|ExtraBees
  220. 2013-08-03 22:59:29 [FINEST] [NEIAddons|Forestry] Sending event FMLServerStoppedEvent to mod NEIAddons|Forestry
  221. 2013-08-03 22:59:29 [FINEST] [NEIAddons|Forestry] Sent event FMLServerStoppedEvent to mod NEIAddons|Forestry
  222. 2013-08-03 22:59:29 [FINEST] [NEIAddons|MiscPeripherals] Sending event FMLServerStoppedEvent to mod NEIAddons|MiscPeripherals
  223. 2013-08-03 22:59:29 [FINEST] [NEIAddons|MiscPeripherals] Sent event FMLServerStoppedEvent to mod NEIAddons|MiscPeripherals
  224. 2013-08-03 22:59:29 [FINEST] [NEIPlugins] Sending event FMLServerStoppedEvent to mod NEIPlugins
  225. 2013-08-03 22:59:29 [FINEST] [NEIPlugins] Sent event FMLServerStoppedEvent to mod NEIPlugins
  226. 2013-08-03 22:59:29 [FINEST] [ObsidiPlates] Sending event FMLServerStoppedEvent to mod ObsidiPlates
  227. 2013-08-03 22:59:29 [FINEST] [ObsidiPlates] Sent event FMLServerStoppedEvent to mod ObsidiPlates
  228. 2013-08-03 22:59:29 [FINEST] [Railcraft] Sending event FMLServerStoppedEvent to mod Railcraft
  229. 2013-08-03 22:59:29 [FINEST] [Railcraft] Sent event FMLServerStoppedEvent to mod Railcraft
  230. 2013-08-03 22:59:29 [FINEST] [OpenPeripheral] Sending event FMLServerStoppedEvent to mod OpenPeripheral
  231. 2013-08-03 22:59:29 [FINEST] [OpenPeripheral] Sent event FMLServerStoppedEvent to mod OpenPeripheral
  232. 2013-08-03 22:59:29 [FINEST] [PluginsforForestry] Sending event FMLServerStoppedEvent to mod PluginsforForestry
  233. 2013-08-03 22:59:29 [FINEST] [PluginsforForestry] Sent event FMLServerStoppedEvent to mod PluginsforForestry
  234. 2013-08-03 22:59:29 [FINEST] [PortalGun] Sending event FMLServerStoppedEvent to mod PortalGun
  235. 2013-08-03 22:59:29 [FINEST] [PortalGun] Sent event FMLServerStoppedEvent to mod PortalGun
  236. 2013-08-03 22:59:29 [FINEST] [StevesCarts] Sending event FMLServerStoppedEvent to mod StevesCarts
  237. 2013-08-03 22:59:29 [FINEST] [StevesCarts] Sent event FMLServerStoppedEvent to mod StevesCarts
  238. 2013-08-03 22:59:29 [FINEST] [TConstruct|CompatMineFactoryReloaded] Sending event FMLServerStoppedEvent to mod TConstruct|CompatMineFactoryReloaded
  239. 2013-08-03 22:59:29 [FINEST] [TConstruct|CompatMineFactoryReloaded] Sent event FMLServerStoppedEvent to mod TConstruct|CompatMineFactoryReloaded
  240. 2013-08-03 22:59:29 [FINEST] [ThaumicTinkerer] Sending event FMLServerStoppedEvent to mod ThaumicTinkerer
  241. 2013-08-03 22:59:29 [FINEST] [ThaumicTinkerer] Sent event FMLServerStoppedEvent to mod ThaumicTinkerer
  242. 2013-08-03 22:59:29 [FINEST] [Translocator] Sending event FMLServerStoppedEvent to mod Translocator
  243. 2013-08-03 22:59:29 [FINEST] [Translocator] Sent event FMLServerStoppedEvent to mod Translocator
  244. 2013-08-03 22:59:29 [FINEST] [WR-CBE|Core] Sending event FMLServerStoppedEvent to mod WR-CBE|Core
  245. 2013-08-03 22:59:29 [FINEST] [WR-CBE|Core] Sent event FMLServerStoppedEvent to mod WR-CBE|Core
  246. 2013-08-03 22:59:29 [FINEST] [WR-CBE|Addons] Sending event FMLServerStoppedEvent to mod WR-CBE|Addons
  247. 2013-08-03 22:59:29 [FINEST] [WR-CBE|Addons] Sent event FMLServerStoppedEvent to mod WR-CBE|Addons
  248. 2013-08-03 22:59:29 [FINEST] [WR-CBE|Logic] Sending event FMLServerStoppedEvent to mod WR-CBE|Logic
  249. 2013-08-03 22:59:29 [FINEST] [WR-CBE|Logic] Sent event FMLServerStoppedEvent to mod WR-CBE|Logic
  250. 2013-08-03 22:59:29 [FINEST] [OmniTools] Sending event FMLServerStoppedEvent to mod OmniTools
  251. 2013-08-03 22:59:29 [FINEST] [OmniTools] Sent event FMLServerStoppedEvent to mod OmniTools
  252. 2013-08-03 22:59:29 [INFO] [ForgeModLoader] The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
  253. 2013-08-03 22:59:34 [INFO] [STDERR] Exception in thread "Server thread" java.lang.OutOfMemoryError: PermGen space
  254. 2013-08-03 22:59:34 [INFO] [STDERR] at java.lang.Class.getDeclaredFields0(Native Method)
  255. 2013-08-03 22:59:34 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredFields(Unknown Source)
  256. 2013-08-03 22:59:34 [INFO] [STDERR] at java.lang.Class.getDeclaredField(Unknown Source)
  257. 2013-08-03 22:59:34 [INFO] [STDERR] at cpw.mods.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:78)
  258. 2013-08-03 22:59:34 [INFO] [STDERR] at cpw.mods.fml.relauncher.ReflectionHelper.setPrivateValue(ReflectionHelper.java:136)
  259. 2013-08-03 22:59:34 [INFO] [STDERR] at cpw.mods.fml.common.ObfuscationReflectionHelper.setPrivateValue(ObfuscationReflectionHelper.java:104)
  260. 2013-08-03 22:59:34 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:471)
  261. 2013-08-03 22:59:34 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:532)
  262. 2013-08-03 22:59:34 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement