Advertisement
Guest User

Untitled

a guest
Jul 27th, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.17 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Ooh. Shiny.
  3.  
  4. Time: 7/27/14 11:50 AM
  5. Description: Exception in server tick loop
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
  9. at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
  10. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
  11. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
  12. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
  13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630)
  14. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  15. Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
  16. at bspkrs.ingameinfo.fml.IngameInfoMod.preInit(IngameInfoMod.java:44)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20. at java.lang.reflect.Method.invoke(Method.java:606)
  21. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  22. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  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.sendEventToModContainer(LoadController.java:201)
  31. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  35. at java.lang.reflect.Method.invoke(Method.java:606)
  36. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  37. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  38. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  39. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  40. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  41. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  42. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  43. ... 5 more
  44. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
  45. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
  46. at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  47. at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  48. ... 32 more
  49. Caused by: java.lang.RuntimeException: Attempted to load class bdd for invalid side SERVER
  50. at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:51)
  51. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
  52. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
  53. ... 34 more
  54.  
  55.  
  56. A detailed walkthrough of the error, its code path and all known details is as follows:
  57. ---------------------------------------------------------------------------------------
  58.  
  59. -- System Details --
  60. Details:
  61. Minecraft Version: 1.6.4
  62. Operating System: Linux (amd64) version 2.6.32-042stab090.2
  63. Java Version: 1.7.0_55, Oracle Corporation
  64. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  65. Memory: 2650112360 bytes (2527 MB) / 3167551488 bytes (3020 MB) up to 4241293312 bytes (4044 MB)
  66. JVM Flags: 9 total; -Xmx4096M -Xms3072M -Xmn512M -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=4 -XX:+AggressiveOpts -Xincgc
  67. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  68. Suspicious classes: FML and Forge are installed
  69. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  70. CraftBukkit Information:
  71. Running:
  72. Failed to handle CraftCrashReport:
  73. java.lang.NullPointerException
  74. at org.bukkit.Bukkit.getName(Bukkit.java:72)
  75. at org.bukkit.craftbukkit.v1_6_R3.CraftCrashReport.call(CraftCrashReport.java:19)
  76. at net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106)
  77. at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:58)
  78. at net.minecraft.crash.CrashReport.<init>(CrashReport.java:40)
  79. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:689)
  80. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  81.  
  82. FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 209 mods loaded, 209 mods active
  83. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  84. FML{6.4.49.965} [Forge Mod Loader] (OpenMod-Pro.jar) Unloaded->Constructed->Pre-initialized
  85. Forge{9.11.1.965} [Minecraft Forge] (OpenMod-Pro.jar) Unloaded->Constructed->Pre-initialized
  86. Aroma1997Core{1.0.1.5} [Aroma1997Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  87. CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  88. Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  89. MobiusCore{1.0.4} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  90. PowerCrystalsCore{1.1.8} [PowerCrystals Core] (PowerCrystalsCore-1.1.8-9.jar) Unloaded->Constructed->Pre-initialized
  91. TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  92. TubesCore{2.0.3} [Tubes Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  93. AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  94. denLib{3.2.4} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  95. OpenModsCore{@VERSION@} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  96. DenEvents{1.0} [DenEvents] (DenEvents.jar) Unloaded->Constructed->Pre-initialized
  97. DamageIndicatorsMod{2.9.2.3} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.3DNS1.zip) Unloaded->Constructed->Pre-initialized
  98. bspkrsCore{v5.2(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.2.zip) Unloaded->Constructed->Pre-initialized
  99. ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] ([1.6.4]ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Errored
  100. FLabsBF{4.0} [BetterFurnaces] ([1.6.4]BetterFurnacesV4.0.1.zip) Unloaded->Constructed->Pre-initialized
  101. IngameInfo{Forge 1.6.4.r05} [IngameInfo] ([1.6.4]IngameInfo.Forge.1.6.4.r05.zip) Unloaded->Constructed->Errored
  102. TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized
  103. BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  104. BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  105. BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  106. BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  107. APUnofficial{2.6.0} [Additional Pipes] (AdditionalPipes2.6.0-BC4.2.1.jar) Unloaded->Constructed->Pre-initialized
  108. CoFHCore{2.0.0.5} [CoFH Core] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  109. NetherOres{1.6.2R2.2.2} [Nether Ores] (NetherOres-2.2.2-55.jar) Unloaded->Constructed->Pre-initialized
  110. UniversalElectricity{3.0.1} [Universal Electricity] (Universal-Electricity-3.0.1.5-core.jar) Unloaded->Constructed->Pre-initialized
  111. ForgeMultipart{1.0.0.250} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
  112. ThermalExpansion{3.0.0.7} [Thermal Expansion] (ThermalExpansion-3.0.0.7.jar) Unloaded->Constructed->Pre-initialized
  113. IC2{2.0.397-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.397-experimental.jar) Unloaded->Constructed->Pre-initialized
  114. AdvancedMachines{5.2.3} [IC2 Advanced Machines Addon] (AdvancedMachines_1.6.4.zip) Unloaded->Constructed->Pre-initialized
  115. Agriculture{1.0.0} [Agriculture] (Agriculture-1.6.4-1.2.13.jar) Unloaded->Constructed->Pre-initialized
  116. AdvancedPowerManagement{1.2.1-IC2-2.0.238-experimental} [Advanced Power Management] (APM-IC2-Ex-1.2.1-IC2-2.0.238-experimental.jar) Unloaded->Constructed->Pre-initialized
  117. AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed->Pre-initialized
  118. Aroma1997CoreHelper{1.0.1.5} [Aroma1997Core|Helper] (Aroma1997Core MC.1.6.4 v.1.0.1.5.jar) Unloaded->Constructed->Pre-initialized
  119. Aroma1997s Dimension{1.0.2.14} [Aroma1997's Dimensional World] (Aroma1997s Dimensional World MC.1.6.4 v.1.0.2.14.jar) Unloaded->Constructed->Pre-initialized
  120. CalclaviaCore{@MAJOR@.@MINOR@.@REVIS@} [Calclavia] (Calclavia Core-1.1.1.85.jar) Unloaded->Constructed->Pre-initialized
  121. AtomicScience{1.0.1} [Atomic Science] (Atomic-Science-1.0.1.10.jar) Unloaded->Constructed->Pre-initialized
  122. iChunUtil{2.4.0} [iChunUtil] (iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized
  123. Grinder{2.0.0} [Grinder] (AttachableGrinder2.0.0.zip) Unloaded->Constructed->Pre-initialized
  124. Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.zip) Unloaded->Constructed->Pre-initialized
  125. Backpack{1.28.37} [Backpack] (backpack-1.28.37-1.6.x.jar) Unloaded->Constructed->Pre-initialized
  126. BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  127. BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
  128. BCTools{1.4-a-17} [Buildcraft Tools] (bcTools-v1.4-a-17.jar) Unloaded->Constructed->Pre-initialized
  129. BetterChests{1.1.0.3} [BetterChests] (BetterChests MC.1.6.4 v.1.1.0.3.jar) Unloaded->Constructed->Pre-initialized
  130. Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized
  131. BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.434.jar) Unloaded->Constructed->Pre-initialized
  132. ExtrabiomesXL{3.15.8} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.6.4-3.15.8.jar) Unloaded->Constructed->Pre-initialized
  133. MineFactoryReloaded{1.6.4R2.7.9} [MineFactory Reloaded] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  134. MineFactoryReloaded|CompatForestryPre{1.6.4R2.7.9} [MFR Compat: Forestry (part 2)] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  135. Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded->Constructed->Pre-initialized
  136. Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized
  137. betterstorage{0.8.0.43} [BetterStorage] (BetterStorage-1.6.4-0.8.0.45.jar) Unloaded->Constructed->Pre-initialized
  138. BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed->Pre-initialized
  139. BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized
  140. BiblioWoodsEBXL{1.1} [BiblioWoods ExtraBiomesXL Edition] (BiblioWoods[ExtraBiomesXL][v1.1].zip) Unloaded->Constructed->Pre-initialized
  141. BiblioWoodsForestry{1.3} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.3].zip) Unloaded->Constructed->Pre-initialized
  142. BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded->Constructed->Pre-initialized
  143. BinnieCore{1.8.0} [Binnie Core] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  144. ExtraBees{1.8.0} [Extra Bees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  145. ExtraTrees{1.8.0} [Extra Trees] (binnie-mods-1.8.0.jar) Unloaded->Constructed->Pre-initialized
  146. BlEx{0.1} [Block Extenders] (BlockExtenders-0.3.0.jar) Unloaded->Constructed->Pre-initialized
  147. Additional-Buildcraft-Objects{1.0.7.561} [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-1.6.4-4.2.2-1.0.7.561.jar) Unloaded->Constructed->Pre-initialized
  148. CarpentersBlocks{2.1.0} [Carpenter's Blocks] (Carpenters Blocks v2.1.0 - MC 1.6.zip) Unloaded->Constructed->Pre-initialized
  149. ChargePads{3.0.0} [Charge Pads] (chargepads-1.6.2-universal-3.0.0.94-experimental.jar) Unloaded->Constructed->Pre-initialized
  150. Chisel{1.5.0} [Chisel] (chisel-1.6.4-1.5.0fix.zip) Unloaded->Constructed->Pre-initialized
  151. CoFHLoot{2.0.0.5} [CoFH Loot] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  152. CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  153. CoFHSocial{2.0.0.5} [CoFH Social] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  154. CoFHWorld{2.0.0.5} [CoFH World] (CoFHCore-2.0.0.5.jar) Unloaded->Constructed->Pre-initialized
  155. CompactSolars{4.4.19.251} [Compact Solar Arrays] (compactsolars-universal-1.6.4-4.4.19.251.zip) Unloaded->Constructed->Pre-initialized
  156. CompactWindmills{1.0.3.0} [CompactWindmills] (CompactWindmills MC.1.6.4 v.1.0.3.0.jar) Unloaded->Constructed->Pre-initialized
  157. ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed->Pre-initialized
  158. CustomBranding{1.0.0} [Custom Branding] (Custom Branding 1.0.0 for MC 1.6.4.jar) Unloaded->Constructed->Pre-initialized
  159. CustomCodex{1.0.0} [Custom Codex] (Custom Codex 1.0.0 for MC 1.6.4.jar) Unloaded->Constructed->Pre-initialized
  160. CustomServer{1.0.0} [Custom Server] (Custom Server 1.0.0 for MC 1.6.4.jar) Unloaded->Constructed->Errored
  161. EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized
  162. factorization{0.8.34} [Factorization] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized
  163. Railcraft{8.4.0.0} [Railcraft] (Railcraft_1.6.4-8.4.0.0.jar) Unloaded->Constructed->Pre-initialized
  164. gregtech_addon{MC162} [GregTech-Addon] (gregtechmod408s.zip) Unloaded->Constructed->Pre-initialized
  165. TC{4.1.4_024} [Traincraft] (traincraft-4.1.4_024.jar) Unloaded->Constructed->Pre-initialized
  166. TwilightForest{1.20.5} [The Twilight Forest] (twilightforest-1.6.4-1.20.5.jar) Unloaded->Constructed->Pre-initialized
  167. DartCraft{Beta 0.2.20} [DartCraft] (DartCraft Beta 0.2.20v2.jar) Unloaded->Constructed->Pre-initialized
  168. dartpatch{2.3} [DartPatch] (dartpatch-2.3.jar) Unloaded->Constructed->Pre-initialized
  169. DenPipes-Forestry{1.1.8} [DenPipes-Forestry] (DenPipes-Forestry-1.6.4-1.1.8.jar) Unloaded->Constructed->Pre-initialized
  170. DenPipes-Emerald{1.1.6} [DenPipes-Emerald] (DenPipes-Emerald-1.6.4-1.1.6.jar) Unloaded->Constructed->Pre-initialized
  171. DenPipes{2.1.18} [DenPipes] (DenPipes-1.6.4-2.1.18.jar) Unloaded->Constructed->Pre-initialized
  172. DiamondMeter{2.2.4} [Diamond Meter] (diamondmeter-universal-2.2.5-1.jar) Unloaded->Constructed->Pre-initialized
  173. ImmibisCore{57.2.0} [Immibis Core] (immibis-core-57.2.0.jar) Unloaded->Constructed->Pre-initialized
  174. DimensionalAnchors{57.1.96} [Dimensional Anchors] (dimensional-anchor-57.1.96.jar) Unloaded->Constructed->Pre-initialized
  175. EnergyManipulator{1.1.8} [Energy Manipulator] (EM1.6.4 1.1.8.zip) Unloaded->Constructed->Pre-initialized
  176. emashercore{1.2.3.4} [Emasher Resource] (EmasherResource-1.2.3.5.zip) Unloaded->Constructed->Pre-initialized
  177. eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized
  178. EnderIO{1.0.6} [Ender IO] (EnderIO-1.6.4-1.0.6.376 (1).jar) Unloaded->Constructed->Pre-initialized
  179. eng_toolbox{1.1.8.3} [Engineer's Toolbox] (EngineersToolbox-1.1.8.4.zip) Unloaded->Constructed->Pre-initialized
  180. LogisticsPipes|Main{0.7.4.dev.246} [Logistics Pipes] (LogisticsPipes-MC1.6.4-0.7.4.dev.246.jar) Unloaded->Constructed->Pre-initialized
  181. extracells{1.6.9c} [ExtraCells] (ExtraCells-1.6.9c.jar) Unloaded->Constructed->Pre-initialized
  182. ExtraUtilities{1.0.3c} [Extra Utilities] (extrautils-1.0.3c.zip) Unloaded->Constructed->Pre-initialized
  183. factorization.misc{0.8.34} [Factorization Miscellaneous Nonsense] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized
  184. factorization.notify{0.8.34} [Factorization Notification System] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized
  185. factorization.dimensionalSlice{0.8.34} [Factorization Dimensional Slices] (Factorization-0.8.34.jar) Unloaded->Constructed->Pre-initialized
  186. ICBM{1.4.1} [ICBM] (ICBM-1.4.1.78.jar) Unloaded->Constructed->Pre-initialized
  187. ICBM|Sentry{1.4.1} [ICBM|Sentry] (ICBM-1.4.1.78.jar) Unloaded->Constructed->Pre-initialized
  188. ICBM|Explosion{1.4.1} [ICBM|Explosion] (ICBM-1.4.1.78.jar) Unloaded->Constructed->Pre-initialized
  189. GalacticraftCore{2.0.12} [Galacticraft Core] (Galacticraft-1.6.4-2.0.12.1010.jar) Unloaded->Constructed->Pre-initialized
  190. GalacticraftMars{2.0.12} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.12.1010.jar) Unloaded->Constructed->Pre-initialized
  191. GateCopy{3.1.4} [GateCopy] (GateCopy-1.6.4-3.1.4.jar) Unloaded->Constructed->Pre-initialized
  192. GraviGun{2.0.0} [GraviGun] (GravityGun2.0.0.zip) Unloaded->Constructed->Pre-initialized
  193. GregsLighting{1.9.1} [Greg's Lighting] (GregsLighting-1.9.1-mc1.6.4.jar) Unloaded->Constructed->Pre-initialized
  194. Hats{2.1.6} [Hats] (Hats2.1.6.zip) Unloaded->Constructed->Pre-initialized
  195. HeldCore{01.03.03.00} [HeldCore] (HeldCore-1.6.4-01.03.03.00.zip) Unloaded->Constructed->Pre-initialized
  196. IC2Fixes{1.0} [IC2 Fixes] (IC2Fixes (2).jar) Unloaded->Constructed->Pre-initialized
  197. IC2NuclearControl{1.6.2e} [Nuclear Control] (IC2NuclearControl-1.6.2e-ic2-experimental.zip) Unloaded->Constructed->Pre-initialized
  198. ImmibisPeripherals{57.1.0} [Immibis's Peripherals] (immibis-peripherals-57.1.0.jar) Unloaded->Constructed->Pre-initialized
  199. InfiniTubes{57.0.5} [InfiniTubes] (infinitubes-57.0.5.jar) Unloaded->Constructed->Pre-initialized
  200. IronChest{5.4.1.642} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.642.zip) Unloaded->Constructed->Pre-initialized
  201. JABBA{1.1.3} [JABBA] (JABBA_1.1.3.zip) Unloaded->Constructed->Pre-initialized
  202. LightBridgesAndDoors{0.1.7} [kris91268's Light Bridges and Doors] (Light bridges and doors V1.7.zip) Unloaded->Constructed->Pre-initialized
  203. LiquidXP{57.1.2} [Liquid XP] (liquid-xp-57.1.2.jar) Unloaded->Constructed->Pre-initialized
  204. lucky{4.2.1} [Lucky Block] (LuckyBlock_v4.2.1_1.6.4.jar) Unloaded->Constructed->Pre-initialized
  205. TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized
  206. ThaumicTinkerer{2.3-140} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-140.jar) Unloaded->Constructed->Pre-initialized
  207. MagicBees{2.1.12} [Magic Bees] (magicbees-2.1.12.jar) Unloaded->Constructed->Pre-initialized
  208. Mekanism{6.0.5} [Mekanism] (Mekanism-6.0.5.46.jar) Unloaded->Constructed->Pre-initialized
  209. MekanismGenerators{6.0.5} [MekanismGenerators] (MekanismGenerators-6.0.5.46.jar) Unloaded->Constructed->Pre-initialized
  210. MekanismTools{6.0.5} [MekanismTools] (MekanismTools-6.0.5.46.jar) Unloaded->Constructed->Pre-initialized
  211. minechem{@VERSION@} [MineChem] (Minechem-4.2-18.jar) Unloaded->Constructed->Pre-initialized
  212. examplemod{1.0} [examplemod] (Minechem-4.2-18.jar) Unloaded->Constructed->Pre-initialized
  213. MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  214. MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  215. MineFactoryReloaded|CompatAppliedEnergistics{1.6.4R2.7.9} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  216. MineFactoryReloaded|CompatAtum{1.6.4R2.7.9} [MFR Compat: Atum] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  217. MineFactoryReloaded|CompatBackTools{1.6.4R2.7.9} [MFR Compat: BackTools] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  218. MineFactoryReloaded|CompatBuildCraft{1.6.4R2.7.9} [MFR Compat: BuildCraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  219. MineFactoryReloaded|CompatChococraft{1.6.4R2.7.9} [MFR Compat: Chococraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  220. MineFactoryReloaded|CompatExtraBiomes{1.6.4R2.7.9} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  221. MineFactoryReloaded|CompatForestry{1.6.4R2.7.9} [MFR Compat: Forestry] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  222. MineFactoryReloaded|CompatForgeMicroblock{1.6.4R2.7.9} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  223. MineFactoryReloaded|CompatIC2{1.6.4R2.7.9} [MFR Compat: IC2] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  224. Mystcraft{0.10.13.01} [Mystcraft] (mystcraft-uni-1.6.4-0.10.13.01.zip) Unloaded->Constructed->Pre-initialized
  225. MineFactoryReloaded|CompatMystcraft{1.6.4R2.7.9} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  226. MineFactoryReloaded|CompatPams{1.6.4R2.7.9} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  227. ProjRed|Core{4.3.7.32} [ProjectRed] (ProjectRedBase-1.6.4-4.3.7.32.jar) Unloaded->Constructed->Pre-initialized
  228. ProjRed|Exploration{4.3.7.32} [ProjectRed-Exploration] (ProjectRedWorld-1.6.4-4.3.7.32.jar) Unloaded->Constructed->Pre-initialized
  229. MineFactoryReloaded|CompatProjRed{1.6.4R2.7.9} [MFR Compat ProjectRed] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  230. MineFactoryReloaded|CompatRailcraft{1.6.4R2.7.9} [MFR Compat: Railcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  231. MineFactoryReloaded|CompatRP2{1.6.4R2.7.9} [MFR Compat: RP2] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  232. MineFactoryReloaded|CompatSufficientBiomes{1.6.4R2.7.9} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  233. MineFactoryReloaded|CompatThaumcraft{1.6.4R2.7.9} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  234. MineFactoryReloaded|CompatThermalExpansion{1.6.4R2.7.9} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  235. MineFactoryReloaded|CompatTwilightForest{1.6.4R2.7.9} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  236. MineFactoryReloaded|CompatVanilla{1.6.4R2.7.9} [MFR Compat: Vanilla] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  237. MineFactoryReloaded|CompatXyCraft{1.6.4R2.7.9} [MFR Compat: XyCraft] (MineFactoryReloaded-2.7.9-final.jar) Unloaded->Constructed->Pre-initialized
  238. AdvancedSolarPanel{3.4.7} [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_4_7_IC_EXP.zip) Unloaded->Constructed->Pre-initialized
  239. GraviSuite{1.9.9a} [Gravitation Suite] (mod_zGraviSuite_1_9_9a_MC_1_6_4_IC_EXP.zip) Unloaded->Constructed->Pre-initialized
  240. MFFS{3.6.2} [Modular Force Field System] (Modular-Force-Field-System-3.6.2.7.jar) Unloaded->Constructed->Pre-initialized
  241. numina{0.1.2-55} [Numina] (Numina-1.6.2-0.1.2-55.jar) Unloaded->Constructed->Pre-initialized
  242. powersuits{0.10.0-92} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.6.4-0.10.0-92.jar) Unloaded->Constructed->Pre-initialized
  243. MoreSwordsMod{2.5.5} [More Swords Mod] (More Swords Mod 2.5.5. For 1.6.2.jar) Unloaded->Constructed->Pre-initialized
  244. Morph{0.7.1} [Morph] (Morph-Beta-0.7.1.zip) Unloaded->Constructed->Pre-initialized
  245. ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized
  246. OpenMods{0.5} [OpenMods] (OpenModsLib-0.5.jar) Unloaded->Constructed->Pre-initialized
  247. ProjRed|Transmission{4.3.7.32} [ProjectRed-Transmission] (ProjectRedIntegration-1.6.4-4.3.7.32.jar) Unloaded->Constructed->Pre-initialized
  248. OpenPeripheralCore{0.4} [OpenPeripheralCore] (OpenPeripheralCore-0.4.0.jar) Unloaded->Constructed->Pre-initialized
  249. OpenPeripheral{0.1.4} [OpenPeripheralAddons] (OpenPeripheralAddons-0.1.4.jar) Unloaded->Constructed->Pre-initialized
  250. OpenBlocks{1.2.8} [OpenBlocks] (OpenBlocks-1.2.8.jar) Unloaded->Constructed->Pre-initialized
  251. OpenComputers|Core{1.0.0} [OpenComputers (Core)] (OpenComputers-MC1.6.4-1.2.12.376-universal.jar) Unloaded->Constructed->Pre-initialized
  252. OpenComputers{1.2.12.376} [OpenComputers] (OpenComputers-MC1.6.4-1.2.12.376-universal.jar) Unloaded->Constructed->Pre-initialized
  253. fodc{1.4.3} [Ore Dictionary Converter] (OreDictionaryConverter-1.4.3.jar) Unloaded->Constructed->Pre-initialized
  254. PetBat{1.2.7} [Pet Bat] (PetBat_1.6.4_2.zip) Unloaded->Constructed->Pre-initialized
  255. PluginsforForestry{3.2.30} [PluginsforForestry] (PluginsforForestry-1.6.4-3.2.30-hotfix.jar) Unloaded->Constructed->Pre-initialized
  256. PortalGun{2.0.2} [PortalGun] (PortalGun2.0.2.zip) Unloaded->Constructed->Pre-initialized
  257. PowerConverters{1.6.4-2.4.0.17} [Power Converters] (PowerConverters-1.6.4-2.4.0.17.jar) Unloaded->Constructed->Pre-initialized
  258. ProjRed|Transportation{4.3.7.32} [ProjectRed-Transportation] (ProjectRedMechanical-BETA-1.6.4-4.3.7.32.jar) Unloaded->Constructed->Pre-initialized
  259. ProjRed|Compatibility{4.3.7.32} [ProjectRed-Compatibility] (ProjectRedCompat-1.6.4-4.3.7.32.jar) Unloaded->Constructed->Pre-initialized
  260. ProjRed|Integration{4.3.7.32} [ProjectRed-Integration] (ProjectRedIntegration-1.6.4-4.3.7.32.jar) Unloaded->Constructed->Pre-initialized
  261. ProjRed|Illumination{4.3.7.32} [ProjectRed-Illumination] (ProjectRedLighting-1.6.4-4.3.7.32.jar) Unloaded->Constructed->Pre-initialized
  262. ProjRed|Expansion{4.3.7.32} [ProjectRed-Expansion] (ProjectRedMechanical-BETA-1.6.4-4.3.7.32.jar) Unloaded->Constructed->Pre-initialized
  263. QuantumCraft{1.1} [qCraft] (qCraft1.1.jar) Unloaded->Constructed->Pre-initialized
  264. QuarryPlus{1.0.0} [QuarryPlus] (QuarryPlus-1.6.4-1.0.3.jar) Unloaded->Constructed->Pre-initialized
  265. RandomThings{1.9} [Random Things] (Random_Things_v._1.9__MC_1.6.4_.jar) Unloaded->Constructed->Pre-initialized
  266. Redstone Arsenal{1.0.0.0} [Redstone Arsenal] (RedstoneArsenal-1.0.0.0.jar) Unloaded->Constructed->Pre-initialized
  267. JAKJ_RedstoneInMotion{2.3.0.0} [Redstone In Motion] (RedstoneInMotion_2.3.0.0_mc1.6.zip) Unloaded->Constructed->Pre-initialized
  268. remoteIO{@MAJOR@.@MINOR@.@REVIS@.@BUILD@} [Remote IO] (RemoteIO-1.6.4-1.9.3a-DNSfix.jar) Unloaded->Constructed->Pre-initialized
  269. secretroomsmod{4.6.2} [The SecretRoomsMod] (SecretRoomsMod-universal-1.6.4-4.6.2.323.jar) Unloaded->Constructed->Pre-initialized
  270. SS2{2 (build 2)} [Soul Shards 2] (SoulShards-2.0.15-universal-srg.jar) Unloaded->Constructed->Pre-initialized
  271. StevesCarts{2.0.0.b11} [Steve's Carts 2] (StevesCarts2.0.0.b11.zip) Unloaded->Constructed->Pre-initialized
  272. SuperCraftingFrame{1.6.2.7} [Super Crafting Frame] (SuperCraftingFrame-1.6.2.7.jar) Unloaded->Constructed->Pre-initialized
  273. Sync{2.2.2} [Sync] (Sync2.2.2.zip) Unloaded->Constructed->Pre-initialized
  274. TF2Dispenser{1.6.4} [TF2 Dispenser] (TF2_Dispenser_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
  275. TF2Sentry{1.6.4} [TF2 Sentry] (TF2_Sentry_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
  276. TF2Teleporter{1.6.4} [TF2 Teleporter] (TF2_Teleporter_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
  277. ThaumcraftExtras{1.1.2} [Thaumcraft Extras] (ThaumcraftExtras-1.6.4-1.1.2.jar) Unloaded->Constructed->Pre-initialized
  278. TMechworks{33.c001660} [Tinkers' Mechworks] (TMechworks_mc1.6.4_0.1.6.jar) Unloaded->Constructed->Pre-initialized
  279. Translocator{1.1.0.15} [Translocator] (Translocator 1.1.0.15.jar) Unloaded->Constructed->Pre-initialized
  280. Tubes{2.0.3} [Tubes] (Tubes-1.6.4-2.0.3.jar) Unloaded->Constructed->Pre-initialized
  281. Tubestuff{57.1.3} [Tubestuff] (tubestuff-57.1.3.jar) Unloaded->Constructed->Pre-initialized
  282. AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized
  283. mod_usefulDNS{1.07} [mod_usefulDNS] (usefulDNSv1.08.jar) Unloaded->Constructed->Pre-initialized
  284. WR-CBE|Core{1.4.0.7} [WR-CBE Core] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized
  285. WR-CBE|Addons{1.4.0.7} [WR-CBE Addons] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized
  286. WR-CBE|Logic{1.4.0.7} [WR-CBE Logic] (WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized
  287. McMultipart{1.0.0.250} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
  288. JAMI{1.0.13.122} [JAMI] (JAMI-1.6.4-1.0.13.122.jar) Unloaded->Constructed->Pre-initialized
  289. NEI-Mystcraft-Plugin{01.05.01.00} [NEI Mystcraft Plugin] (MystNEI-Plugin-1.6.4-01.05.01.00.zip) Unloaded->Constructed->Pre-initialized
  290. BasicComponents{1.0.0} [Basic Components] (Basic_Components_v1.0.0.19.jar) Unloaded->Constructed->Pre-initialized
  291. ForgeMicroblock{1.0.0.250} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.250.jar) Unloaded->Constructed->Pre-initialized
  292. TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: gregtech_addon, bukkit
  293. Profiler Position: N/A (disabled)
  294. Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,fml,forge'
  295. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement