Advertisement
narcogen

Extrabiomes prep build crash

Mar 22nd, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.30 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Oh - I know what I did wrong!
  3.  
  4. Time: 3/22/15 2:33 PM
  5. Description: Exception in server tick loop
  6.  
  7. cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException
  8. at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:265)
  9. at extrabiomes.proxy.CommonProxy.registerBlock(CommonProxy.java:108)
  10. at extrabiomes.handlers.BlockHandler.createQuarterLogs(BlockHandler.java:580)
  11. at extrabiomes.handlers.BlockHandler.createLogs(BlockHandler.java:402)
  12. at extrabiomes.handlers.BlockHandler.createBlocks(BlockHandler.java:106)
  13. at extrabiomes.Extrabiomes.preInit(Extrabiomes.java:131)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:497)
  18. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
  19. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. at java.lang.reflect.Method.invoke(Method.java:497)
  22. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  23. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  24. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  25. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  26. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  27. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:200)
  28. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:180)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  32. at java.lang.reflect.Method.invoke(Method.java:497)
  33. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  34. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  35. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  36. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  37. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  38. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:111)
  39. at cpw.mods.fml.common.Loader.loadMods(Loader.java:510)
  40. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:94)
  41. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:365)
  42. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
  43. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
  44. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  45. Caused by: cpw.mods.fml.common.LoaderException
  46. at cpw.mods.fml.common.registry.ItemData.setName(ItemData.java:161)
  47. at cpw.mods.fml.common.registry.GameData.setName(GameData.java:255)
  48. at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:183)
  49. at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:260)
  50. ... 36 more
  51.  
  52.  
  53. A detailed walkthrough of the error, its code path and all known details is as follows:
  54. ---------------------------------------------------------------------------------------
  55.  
  56. -- System Details --
  57. Details:
  58. Minecraft Version: 1.6.4
  59. Operating System: Mac OS X (x86_64) version 10.8.5
  60. Java Version: 1.8.0_40, Oracle Corporation
  61. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  62. Memory: 1742241920 bytes (1661 MB) / 2538602496 bytes (2421 MB) up to 3817865216 bytes (3641 MB)
  63. JVM Flags: 3 total; -Xms2G -Xmx4G -XX:MaxPermSize=128M
  64. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  65. Suspicious classes: FML and Forge are installed
  66. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  67. CraftBukkit Information:
  68. Running:
  69. Failed to handle CraftCrashReport:
  70. java.lang.NullPointerException
  71. at org.bukkit.Bukkit.getName(Bukkit.java:72)
  72. at org.bukkit.craftbukkit.v1_6_R3.CraftCrashReport.call(CraftCrashReport.java:19)
  73. at net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106)
  74. at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:58)
  75. at net.minecraft.crash.CrashReport.<init>(CrashReport.java:40)
  76. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:696)
  77. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  78.  
  79. FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 71 mods loaded, 71 mods active
  80. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  81. FML{6.4.49.965} [Forge Mod Loader] (cauldron-1.6.4-1.965.21.89-server.jar) Unloaded->Constructed->Pre-initialized
  82. Forge{9.11.1.965} [Minecraft Forge] (cauldron-1.6.4-1.965.21.89-server.jar) Unloaded->Constructed->Pre-initialized
  83. TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  84. OpenModsCore{@VERSION@} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  85. ChickenShed{1.1.2} [Chicken Shed] ([1.5+] ChickenShed (v1.1.2).zip) Unloaded->Constructed->Pre-initialized
  86. bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed->Pre-initialized
  87. TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized
  88. antiqueatlas{3.1.1-1.6.4} [Antique Atlas] (antiqueatlas-3.1.1-1.6.4.jar) Unloaded->Constructed->Pre-initialized
  89. AncientWarfare{1.1.045-beta-MC164} [Ancient Warfare] (AW-1.1.046-beta-MC164.jar) Unloaded->Constructed->Pre-initialized
  90. AncientStructures{1.1.045-beta-MC164} [Ancient Warfare Structures Module] (AW-1.1.046-beta-MC164.jar) Unloaded->Constructed->Pre-initialized
  91. Backpack{1.28.37} [Backpack] (backpack-1.28.37-1.6.x.jar) Unloaded->Constructed->Pre-initialized
  92. BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized
  93. QuiverMod{1.6.2} [Better Archery] (Better_Archery_1.6.3_for_1.6.4.zip) Unloaded->Constructed->Pre-initialized
  94. BetterDungeons{2.4} [Chocolate quest] (BetterDungeons2091.zip) Unloaded->Constructed->Pre-initialized
  95. ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
  96. coralmod{1.6.4r2} [CoralReef Mod] (CoralMod-1.6.4-r2.zip) Unloaded->Constructed->Pre-initialized
  97. CoroAI{v1.0} [CoroAI] (CoroAI for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
  98. CraftHeraldry{1.0.3} [CraftHeraldry] (CraftHeraldry 1.0.3.zip) Unloaded->Constructed->Pre-initialized
  99. CustomSpawner{3.0.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.0.0.zip) Unloaded->Constructed->Pre-initialized
  100. DamageIndicatorsMod{2.9.0.9} [Damage Indicators] (Damage-Indicators-Mod-1.6.4.zip) Unloaded->Constructed->Pre-initialized
  101. DeathCounter{2.0.0} [DeathCounter] (DeathCounter2.0.0.zip) Unloaded->Constructed->Pre-initialized
  102. deltacore{1.1b} [DeltaCore] (DeltaCore[1.1b].jar) Unloaded->Constructed->Pre-initialized
  103. dimdoors{1.6.4-R2.2.3} [Dimensional Doors] (DimensionalDoors-2.2.3-336.jar) Unloaded->Constructed->Pre-initialized
  104. MoCreatures{6.1.0} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.1.0.zip) Unloaded->Constructed->Pre-initialized
  105. dungeonmobs{3.0.4} [Dungeon Mobs] (Dungeon Mobs v3.0.4.zip) Unloaded->Constructed->Pre-initialized
  106. DungeonPack{1.6.4} [DungeonPack] (DungeonPack 1.6.4.zip) Unloaded->Constructed->Pre-initialized
  107. ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
  108. ExtrabiomesXL{3.15.8B} [ExtrabiomesXL] (ExtrabiomesXL-1.6.4-3.15.8B.jar) Unloaded->Constructed->Errored
  109. ExtraUtilities{1.0.3a} [Extra Utilities] (extrautils-1.0.3a.zip) Unloaded->Constructed->Pre-initialized
  110. farlanders{1.6.4} [The Farlanders] (Farlanders-1.6.4-1.0.zip) Unloaded->Constructed->Pre-initialized
  111. guilib{1.0.6.1} [GUI Library] (Forge_GuiLibv1.0.6.1.zip) Unloaded->Constructed->Pre-initialized
  112. Goblins_mod{0.5.1} [Goblins! Mod] (Goblin.zip) Unloaded->Constructed->Pre-initialized
  113. GraveStone{2.5.1} [GraveStone] (GraveStone_2.5.1.zip) Unloaded->Constructed->Pre-initialized
  114. Guardmod{version 1.3} [Guardmod] (Guardsmod v1.3.zip) Unloaded->Constructed->Pre-initialized
  115. Hats{2.1.5} [Hats] (HATS2.1.5.zip) Unloaded->Constructed->Pre-initialized
  116. Haunted{1.0.4} [HAUNTED] (Haunted 1.0.4 For 1.6.4.jar) Unloaded->Constructed->Pre-initialized
  117. iChunUtil{2.4.0} [iChunUtil] (iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized
  118. InfernalMobs{1.3.9} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed->Pre-initialized
  119. IronChest{5.4.1.629} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.629.zip) Unloaded->Constructed->Pre-initialized
  120. millenaire{5.1.11} [Millénaire] (millenaire-jar-5.1.11) Unloaded->Constructed->Pre-initialized
  121. AS_MultiMine{1.3.4} [Multi Mine] (MultiMine_1.6.4.jar) Unloaded->Constructed->Pre-initialized
  122. Mystcraft{0.10.12.01} [Mystcraft] (mystcraft-uni-1.6.4-0.10.12.01.zip) Unloaded->Constructed->Pre-initialized
  123. Natura{2.1.14} [Natura] (NATURA_MC1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized
  124. newdawn{140108} [New Dawn] (newdawn.140108.zip) Unloaded->Constructed->Pre-initialized
  125. OpenMods{0.5} [OpenMods] (OpenModsLib-0.5.jar) Unloaded->Constructed->Pre-initialized
  126. OpenBlocks{1.2.8} [OpenBlocks] (OpenBlocks-1.2.8.jar) Unloaded->Constructed->Pre-initialized
  127. pamrandomplants{1.0} [Pam's RandomPlants] (Pam's Random Plants 1.6.4.zip) Unloaded->Constructed->Pre-initialized
  128. pamtemperateplants{1.0} [Pam's TemperatePlants] (Pam's Temperate Plants 1.6.4.zip) Unloaded->Constructed->Pre-initialized
  129. pamweeeflowers{1.1} [Pam's Weee! Flowers] (Pam's Weee Flowers 1.6.4 v1.04.zip) Unloaded->Constructed->Pre-initialized
  130. xreliquary{1.1.2} [Xeno's Reliquary] (RELIQUARY-1.1.2B.jar) Unloaded->Constructed->Pre-initialized
  131. Roguelike{1.2.9} [Roguelike Dungeons] (roguelike-v1.2.9-forge-1.6.4.zip) Unloaded->Constructed->Pre-initialized
  132. RopesPlus{1.5.3} [Ropes+] (RopePlus_1.6.4.zip) Unloaded->Constructed->Pre-initialized
  133. DarrenPR_RottenFleshToLeather{1.0.0} [Rotten Flesh to Leather] (RottenFleshToLeather_1.6.4.zip) Unloaded->Constructed->Pre-initialized
  134. awger_SmallBoat{0.10.6} [SmallBoat] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized
  135. awger_Punt{0.10.6} [Punt] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized
  136. awger_Whitehall{0.10.6} [Whitehall] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized
  137. awger_Hoy{0.10.6} [Hoy] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized
  138. spellbound{1.0.0} [Spellbound] (Spellbound v1.1.0.zip) Unloaded->Constructed->Pre-initialized
  139. TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized
  140. Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized
  141. camping{2.0e} [The Camping Mod 2.0] (TheCampingMod_2.0e.jar) Unloaded->Constructed->Pre-initialized
  142. tuxweapons{1.1d} [TuxWeapons] (TuxWeapons[1.1d].jar) Unloaded->Constructed->Pre-initialized
  143. TwilightForest{1.20.5} [The Twilight Forest] (TWILIGHTFOREST-1.6.4-1.20.5.jar) Unloaded->Constructed->Pre-initialized
  144. TwoTility{140430} [TwoTility] (twotility.1.6.4.140430.zip) Unloaded->Constructed->Pre-initialized
  145. taverns{2.1.6-3} [Village Taverns] (VillageTaverns-2.1.6-3.15.jar) Unloaded->Constructed->Pre-initialized
  146. AIBlock{v1.0} [AIBlock] (Weather v1.59 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
  147. WeatherMod{1.58} [Weather and Tornadoes] (Weather v1.59 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
  148. witchery{0.19.2} [Witchery] (witchery-1.6.4-0.19.2.zip) Unloaded->Constructed->Pre-initialized
  149. YAFM{1.0.0} [Yet Another Food Mod] (yafm-1.0.0.jar) Unloaded->Constructed->Pre-initialized
  150. MSC2{1.1.0} [Mob Spawn Controls 2] (Forge_MSC2v1.1.0.zip) Unloaded->Constructed->Pre-initialized
  151. TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: bukkit
  152. Profiler Position: N/A (disabled)
  153. Is Modded: Definitely; Server brand changed to 'mcpc,cauldron,craftbukkit,fml,forge'
  154. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement