Advertisement
Guest User

sp crash log

a guest
Aug 24th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.63 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Ouch. That hurt :(
  3.  
  4. Time: 8/8/16 11:50 PM
  5. Description: Ticking entity
  6.  
  7. java.lang.NullPointerException: Ticking entity
  8. at com.thexfactor117.levels.leveling.AbilitySelection.getRandomizedAbilities(AbilitySelection.java:41)
  9. at com.thexfactor117.levels.leveling.Experience.getNextLevel(Experience.java:66)
  10. at com.thexfactor117.levels.events.EventLivingDeath.onEntityDeath(EventLivingDeath.java:123)
  11. at cpw.mods.fml.common.eventhandler.ASMEventHandler_365_EventLivingDeath_onEntityDeath_LivingDeathEvent.invoke(.dynamic)
  12. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  13. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  14. at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:303)
  15. at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:891)
  16. at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:855)
  17. at net.minecraft.entity.monster.EntityMob.func_70097_a(SourceFile:54)
  18. at net.minecraft.entity.boss.EntityWither.func_70097_a(EntityWither.java:513)
  19. at tconstruct.library.entity.ProjectileBase.dealDamage(ProjectileBase.java:321)
  20. at tconstruct.weaponry.entity.ArrowEntity.dealDamage(ArrowEntity.java:98)
  21. at tconstruct.library.entity.ProjectileBase.onHitEntity(ProjectileBase.java:266)
  22. at tconstruct.library.entity.ProjectileBase.updateInAir(ProjectileBase.java:468)
  23. at tconstruct.weaponry.entity.BoltEntity.updateInAir(BoltEntity.java:28)
  24. at tconstruct.library.entity.ProjectileBase.func_70071_h_(ProjectileBase.java:367)
  25. at net.minecraft.world.World.func_72866_a(World.java:2070)
  26. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
  27. at net.minecraft.world.World.func_72870_g(World.java:2034)
  28. at net.minecraft.world.World.func_72939_s(World.java:1887)
  29. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
  30. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
  31. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  32. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
  33. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
  34. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  35.  
  36.  
  37. A detailed walkthrough of the error, its code path and all known details is as follows:
  38. ---------------------------------------------------------------------------------------
  39.  
  40. -- Head --
  41. Stacktrace:
  42. at com.thexfactor117.levels.leveling.AbilitySelection.getRandomizedAbilities(AbilitySelection.java:41)
  43. at com.thexfactor117.levels.leveling.Experience.getNextLevel(Experience.java:66)
  44. at com.thexfactor117.levels.events.EventLivingDeath.onEntityDeath(EventLivingDeath.java:123)
  45. at cpw.mods.fml.common.eventhandler.ASMEventHandler_365_EventLivingDeath_onEntityDeath_LivingDeathEvent.invoke(.dynamic)
  46. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  47. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  48. at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:303)
  49. at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:891)
  50. at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:855)
  51. at net.minecraft.entity.monster.EntityMob.func_70097_a(SourceFile:54)
  52. at net.minecraft.entity.boss.EntityWither.func_70097_a(EntityWither.java:513)
  53. at tconstruct.library.entity.ProjectileBase.dealDamage(ProjectileBase.java:321)
  54. at tconstruct.weaponry.entity.ArrowEntity.dealDamage(ArrowEntity.java:98)
  55. at tconstruct.library.entity.ProjectileBase.onHitEntity(ProjectileBase.java:266)
  56. at tconstruct.library.entity.ProjectileBase.updateInAir(ProjectileBase.java:468)
  57. at tconstruct.weaponry.entity.BoltEntity.updateInAir(BoltEntity.java:28)
  58. at tconstruct.library.entity.ProjectileBase.func_70071_h_(ProjectileBase.java:367)
  59. at net.minecraft.world.World.func_72866_a(World.java:2070)
  60. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
  61. at net.minecraft.world.World.func_72870_g(World.java:2034)
  62. at net.minecraft.world.World.func_72939_s(World.java:1887)
  63.  
  64. -- Entity being ticked --
  65. Details:
  66. Entity Type: TConstruct.Bolt (tconstruct.weaponry.entity.BoltEntity)
  67. Entity ID: 389135095
  68. Entity Name: entity.TConstruct.Bolt.name
  69. Entity's Exact location: -431.16, 51.53, -1701.32
  70. Entity's Block location: World: (-432,51,-1702), Chunk: (at 0,3,10 in -27,-107; contains blocks -432,0,-1712 to -417,255,-1697), Region: (-1,-4; contains chunks -32,-128 to -1,-97, blocks -512,0,-2048 to -1,255,-1537)
  71. Entity's Momentum: -6.74, -0.16, 0.04
  72. Stacktrace:
  73. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
  74. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
  75.  
  76. -- Affected level --
  77. Details:
  78. Level name: Don't Die - Recording
  79. All players: 1 total; [EntityPlayerMP['casamuel'/8447, l='Don't Die - Recording', x=-424.36, y=50.00, z=-1701.36]]
  80. Chunk stats: ServerChunkCache: 885 Drop: 0
  81. Level seed: -55051102
  82. Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: true
  83. Level generator options:
  84. Level spawn location: World: (-306,67,-1578), Chunk: (at 14,4,6 in -20,-99; contains blocks -320,0,-1584 to -305,255,-1569), Region: (-1,-4; contains chunks -32,-128 to -1,-97, blocks -512,0,-2048 to -1,255,-1537)
  85. Level time: 4412673 game time, 5570365 day time
  86. Level dimension: 0
  87. Level storage version: 0x04ABD - Anvil
  88. Level weather: Rain time: 128969 (now: false), thunder time: 18721 (now: false)
  89. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  90. Stacktrace:
  91. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  92. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
  93. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
  94. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  95.  
  96. -- System Details --
  97. Details:
  98. Minecraft Version: 1.7.10
  99. Operating System: Windows 10 (amd64) version 10.0
  100. Java Version: 1.8.0_71, Oracle Corporation
  101. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  102. Memory: 844546832 bytes (805 MB) / 3670016000 bytes (3500 MB) up to 3670016000 bytes (3500 MB)
  103. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms3584m -Xmx3584m
  104. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  105. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 96
  106. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 140 mods loaded, 131 mods active
  107. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  108. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  109. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (modpack.jar)
  110. UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (modpack.jar)
  111. UCHIJAAAA AppleMilkCore{1.1.0} [AppleMilkCore] (minecraft.jar)
  112. UCHIJAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
  113. UCHIJAAAA Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
  114. UCHIJAAAA CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
  115. UCHIJAAAA ivtoolkit{IvToolkit} [1.1.1] (minecraft.jar)
  116. UCHIJAAAA MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)
  117. UCHIJAAAA NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-universal.jar)
  118. UCHIJAAAA PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar)
  119. UCHIJAAAA OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
  120. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  121. UCHIJAAAA FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
  122. UCHIJAAAA mod_ecru_MapleTree{1.1.32c} [MapleTree] (%5B1.7.10%5DMapleTree Forge v1.1.32c.jar)
  123. UCHIJAAAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
  124. UCHIJAAAA StartingInventory{1.7.10.r03} [StartingInventory] ([1.7.10]StartingInventory-universal-1.7.10.r03.jar)
  125. UCHIJAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
  126. UCHIJAAAA bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
  127. UCHIJAAAA ae2stuff{0.5.0.56} [AE2 Stuff] (ae2stuff-0.5.0.56-mc1.7.10.jar)
  128. UCHIJAAAA AgriCraft{1.7.10-1.4.6-hotfix} [AgriCraft] (AgriCraft-1.7.10-1.4.6-hotfix.jar)
  129. UCHIJAAAA DCsAppleMilk{1.7.10_2.8o} [Apple&Milk&Tea!] (AppleMilkTea2-1.7.10_2.8o.jar)
  130. UCHIJAAAA DCsNEIPluginAMT{1.7.10_1.0a} [NEIPluginForAMT] (AppleMilkTea2-1.7.10_2.8o.jar)
  131. UCHIJAAAA MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
  132. UCHIJAAAA ArchimedesShipsPlus{1.7.10-1.8} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.jar)
  133. UCHIJAAAA Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
  134. UCHIJAAAA AromaBackup{0.1.0.0} [AromaBackup] (AromaBackup-1.7.10-0.1.0.0.jar)
  135. UCHIJAAAA AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.7.10-0.1.0.0.jar)
  136. UCHIJAAAA BambooMod{Minecraft@MC_VERSION@ var@VERSION@} [BambooMod] (Bamboo-2.6.8.5.jar)
  137. UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  138. UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  139. UCHIJAAAA betterstorage{0.13.1.126} [BetterStorage] (BetterStorage-1.7.10-0.13.1.126.jar)
  140. UCHIJAAAA BiblioCraft{1.9.2} [BiblioCraft] (BiblioCraft[v1.9.2][MC1.7.10].jar)
  141. UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1548-universal.jar)
  142. UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-13.jar)
  143. UCHIJAAAA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
  144. UCHIJAAAA CarpentersBlocks{3.3.4} [Carpenter's Blocks] (Carpenter's Blocks v3.3.4 - MC 1.7.10.jar)
  145. UCHIJAAAA CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
  146. UCHIJAAAA Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
  147. UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
  148. UCHIJAAAA chisel{2.9.4.10} [Chisel] (Chisel-2.9.4.10.jar)
  149. UCHIJAAAA Cogs{0.1.4pre1} [Cogs of the machine] (cogs-1.7.10-0.1.4pre1.jar)
  150. UCHIJAAAA cookingbook{1.0.134} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.134.jar)
  151. UCHIJAAAA custom_sword{1.7.10} [Custom Sword By Kelco_K22] (custom_sword_1.7.10_V0.14.jar)
  152. UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
  153. UCHIJAAAA props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
  154. UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
  155. UCHIJAAAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
  156. UCHIJAAAA Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
  157. UCHIJAAAA endercore{1.7.10-0.1.0.24_beta} [EnderCore] (EnderCore-1.7.10-0.1.0.24_beta.jar)
  158. UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  159. UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  160. UCHIJAAAA EnderIO{1.7.10-2.3.0.415_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.415_beta.jar)
  161. UCHIJAAAA EnderStorage{1.4.7.36} [EnderStorage] (EnderStorage-1.7.10-1.4.7.36-universal.jar)
  162. UCHIJAAAA exnihilo{1.38-49} [Ex Nihilo] (Ex-Nihilo-1.38-49.jar)
  163. UCHIJAAAA extracells{2.3.9} [Extra Cells 2] (ExtraCells-1.7.10-2.3.9b188.jar)
  164. UCHIJAAAA ExtraUtilities{1.2.5} [Extra Utilities] (extrautilities-1.2.5.jar)
  165. UCHIJAAAA fognerf{1.7.10-0.3} [Fog Nerf] (fognerf-1.7.10-0.4.jar)
  166. UCHIJAAAA ForbiddenMagic{1.7.10-0.573} [Forbidden Magic] (Forbidden Magic-1.7.10-0.573.jar)
  167. UCHIJAAAA Forestry{4.2.7.55} [Forestry for Minecraft] (forestry_1.7.10-4.2.7.55.jar)
  168. UCHIJAAAA ganysend{1.11.2} [Gany's End] (Ganys End-1.11.2.jar)
  169. UCHIJAAAA ganysnether{1.8.3} [Gany's Nether] (Ganys Nether-1.8.3.jar)
  170. UCHIJAAAA ganyssurface{1.12.7} [Gany's Surface] (Ganys Surface-1.12.7.jar)
  171. UCHIJAAAA GardenContainers{1.7.10-1.7.0} [Garden Containers] (GardenStuff-1.7.10-1.7.0.jar)
  172. UCHIJAAAA GardenCore{1.7.10-1.7.0} [Garden Core] (GardenStuff-1.7.10-1.7.0.jar)
  173. UCHIJAAAA GardenStuff{1.7.10-1.7.0} [Garden Stuff] (GardenStuff-1.7.10-1.7.0.jar)
  174. UCHIJAAAA GardenTrees{1.7.10-1.7.0} [Garden Trees] (GardenStuff-1.7.10-1.7.0.jar)
  175. UCHIJAAAA GraveStone{2.11.3} [GraveStone] (GraveStone-2.11.3.jar)
  176. UCHIJAAAA Growthcraft{2.2.2} [Growthcraft] (growthcraft-2.2.2-complete.jar)
  177. UCHIJAAAA Growthcraft|Cellar{2.2.2} [Growthcraft Cellar] (growthcraft-2.2.2-complete.jar)
  178. UCHIJAAAA Growthcraft|Apples{2.2.2} [Growthcraft Apples] (growthcraft-2.2.2-complete.jar)
  179. UCHIJAAAA Growthcraft|Bamboo{2.2.2} [Growthcraft Bamboo] (growthcraft-2.2.2-complete.jar)
  180. UCHIJAAAA Growthcraft|Bees{2.2.2} [Growthcraft Bees] (growthcraft-2.2.2-complete.jar)
  181. UCHIJAAAA Growthcraft|Fishtrap{2.2.2} [Growthcraft Fishtrap] (growthcraft-2.2.2-complete.jar)
  182. UCHIJAAAA Growthcraft|Grapes{2.2.2} [Growthcraft Grapes] (growthcraft-2.2.2-complete.jar)
  183. UCHIJAAAA Growthcraft|Hops{2.2.2} [Growthcraft Hops] (growthcraft-2.2.2-complete.jar)
  184. UCHIJAAAA Growthcraft|Rice{2.2.2} [Growthcraft Rice] (growthcraft-2.2.2-complete.jar)
  185. UCHIJAAAA ImmersiveEngineering{0.7.1.2} [Immersive Engineering] (ImmersiveEngineering-0.7.1.2.jar)
  186. UCHIJAAAA ImmibisCore{59.0.1} [Immibis Core] (Immibis-Core-1.7.10.jar)
  187. UCHIJAAAA imc{1.7.4} [Improving Minecraft] (Improving Minecraft-1.7.4.jar)
  188. UCHIJAAAA InfernalMobs{1.6.1} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
  189. UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  190. UCHIJAAAA ironbackpacks{1.7.10-1.2.15} [Iron Backpacks] (IronBackpacks-1.7.10-1.2.15.jar)
  191. UCHIJAAAA IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
  192. UCHIJAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
  193. UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
  194. UCHIJAAAA jaffa{1.62.12} [JAFFA (HarvestCraft Addon)] (JAFFA-1.72.13.jar)
  195. UCHIJAAAA levels{r3.0.1} [Levels] (Levels-1.7.10-r3.0.1.jar)
  196. UCHIJAAAA levelup{0.10} [Level Up!] (LevelUp!-0.10(1.7.10).jar)
  197. UCHIJAAAA lootbags{1.8.1} [Loot Bags] (LootBags-1.7.10-1.8.1.jar)
  198. UCHIJAAAA LostBooks{1.2.2} [Lost Books] (LostBooks-1.7.10-1.2.2.jar)
  199. UCHIJAAAA magicalcrops{4.0.0_PUBLIC_BETA_3} [Magical Crops] (magicalcrops-4.0.0_PUBLIC_BETA_3.jar)
  200. UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
  201. UCHIJAAAA TConstruct{1.7.10-1.8.7.build979} [Tinkers' Construct] (TConstruct-1.7.10-1.8.7.jar)
  202. UCHIJAAAA MagicBees{2.4.2} [Magic Bees] (magicbees-1.7.10-2.4.2.jar)
  203. UCHIJAAAA Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
  204. UCHIJAAAA MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)
  205. UCHIJAAAA MineFactoryReloaded|CompatMagicalCrops{1.2.1} [MFR Compat: Magical Crops] (MFR Compat - Magical Crops v1-2-1.jar)
  206. UCHIJAAAA millenaire{6.0.0} [Millénaire] (millenaire-6.0.0.jar)
  207. UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  208. UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  209. UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  210. UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  211. UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  212. UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  213. UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  214. UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  215. UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
  216. UCHIJAAAA animalsPlus{1.2} [Animals+] (More-Nature-Mod-1.7.10.jar)
  217. UCHIJAAAA recipehandler{0.2} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.2(1.7.10).jar)
  218. UCHIJAAAA OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
  219. UCHIJAAAA OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar)
  220. UCHIJAAAA ProjectE{1.7.10-PE1.9.5} [ProjectE] (ProjectE-1.7.10-PE1.9.5.jar)
  221. UCHIJAAAA RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
  222. UCHIJAAAA reddCore{1.0} [Redd Core] (reddCore-1.7.10-1.1.jar)
  223. UCHIJAAAA Roguelike{1.3.6.3} [Roguelike Dungeons] (roguelike-1.7.10-1.3.6.3.jar)
  224. UCHIJAAAA AS_Ruins{15.4} [Ruins Spawning System] (Ruins-1.7.10.jar)
  225. UCHIJAAAA runicdungeons{1.1.5c} [Runic Dungeons] (runicdungeons-1.1.5c.jar)
  226. UCHIJAAAA SpecialAI{1.1.1} [Special AI] (SpecialAI-1.7.10-1.1.1.jar)
  227. UCHIJAAAA SpecialMobs{3.2.2} [Special Mobs] (SpecialMobs-1.7.10-3.2.2.jar)
  228. UCHIJAAAA StorageDrawers{1.7.10-1.7.5} [Storage Drawers] (StorageDrawers-1.7.10-1.7.5.jar)
  229. UCHIJAAAA VeinMiner{0.31.6_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.31.6.unknown.jar)
  230. UCHIJAAAA VeinMinerModSupport{0.31.6_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.31.6.unknown.jar)
  231. UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
  232. UCHIJAAAA wawla{1.1.0} [What Are We Looking At] (Wawla-1.1.0_1.7.10 (1).jar)
  233. UCHIJAAAA weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
  234. UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  235. UCHIJAAAA XaeroMinimap{1.10.1} [Xaero's Minimap] (Xaeros_Minimap_1.10.1_Forge_1.7.10.jar)
  236. UCHIJAAAA yegamolchattels{1.1.2} [Ye Gamol Chattels] (YeGamolChattels-1.1.2.jar)
  237. UCHIJAAAA aobd{2.9.0} [Another One Bites The Dust] (AOBD-2.9.0.jar)
  238. UCHIJAAAA IguanaTweaksTConstruct{1.7.10-2.1.5.140} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.5.jar)
  239. UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  240. UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  241. UD MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  242. UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  243. UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  244. UD MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  245. UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  246. UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  247. UD MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  248. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  249. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  250. Class transformer null safety: all safe
  251. AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
  252. CoFHCore: -[1.7.10]3.1.3-327
  253. MineFactoryReloaded: -[1.7.10]2.8.1-174
  254. Mantle Environment: Environment healthy.
  255. TConstruct Environment: Environment healthy.
  256. List of loaded APIs:
  257. * AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.4.6-hotfix.jar
  258. * AppleMilkTeaAPI|appliance (2.8.1) from AppleMilkTea2-1.7.10_2.8o.jar
  259. * AppleMilkTeaAPI|charge (2.8.1) from AppleMilkTea2-1.7.10_2.8o.jar
  260. * AppleMilkTeaAPI|charm (2.8.1) from AppleMilkTea2-1.7.10_2.8o.jar
  261. * AppleMilkTeaAPI|core (2.8.1) from AppleMilkTea2-1.7.10_2.8o.jar
  262. * AppleMilkTeaAPI|edibles (2.8.1) from AppleMilkTea2-1.7.10_2.8o.jar
  263. * AppleMilkTeaAPI|energy (2.8.1) from AppleMilkTea2-1.7.10_2.8o.jar
  264. * AppleMilkTeaAPI|events (2.8.1) from AppleMilkTea2-1.7.10_2.8o.jar
  265. * AppleMilkTeaAPI|plants (2.8.1) from AppleMilkTea2-1.7.10_2.8o.jar
  266. * AppleMilkTeaAPI|potion (2.8.1) from AppleMilkTea2-1.7.10_2.8o.jar
  267. * AppleMilkTeaAPI|recipe (2.8.1) from AppleMilkTea2-1.7.10_2.8o.jar
  268. * appliedenergistics2|API (rv2) from appliedenergistics2-rv2-stable-10.jar
  269. * AromaBackupAPI (1.0) from AromaBackup-1.7.10-0.1.0.0.jar
  270. * BambooAPI|Core (1.0) from Bamboo-2.6.8.5.jar
  271. * Baubles|API (1.0.1.10) from runicdungeons-1.1.5c.jar
  272. * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1548-universal.jar
  273. * BotaniaAPI (76) from Botania r1.8-249.jar
  274. * BuildCraftAPI|blocks (1.0) from Railcraft_1.7.10-9.12.2.0.jar
  275. * BuildCraftAPI|core (1.0) from extrautilities-1.2.5.jar
  276. * BuildCraftAPI|crops (1.1) from Railcraft_1.7.10-9.12.2.0.jar
  277. * BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar
  278. * BuildCraftAPI|library (2.0) from Railcraft_1.7.10-9.12.2.0.jar
  279. * BuildCraftAPI|lists (1.0) from Railcraft_1.7.10-9.12.2.0.jar
  280. * BuildCraftAPI|statements (1.1) from Railcraft_1.7.10-9.12.2.0.jar
  281. * BuildCraftAPI|tablet (1.0) from Railcraft_1.7.10-9.12.2.0.jar
  282. * BuildCraftAPI|tiles (1.2) from Railcraft_1.7.10-9.12.2.0.jar
  283. * BuildCraftAPI|tools (1.0) from Railcraft_1.7.10-9.12.2.0.jar
  284. * BuildCraftAPI|transport (4.1) from Railcraft_1.7.10-9.12.2.0.jar
  285. * ChiselAPI (0.1.1) from Chisel-2.9.4.10.jar
  286. * ChiselAPI|Carving (0.1.1) from Chisel-2.9.4.10.jar
  287. * ChiselAPI|Rendering (0.1.1) from Chisel-2.9.4.10.jar
  288. * CoFHAPI (1.7.10R1.0.2) from RandomThings-2.2.4.jar
  289. * CoFHAPI|block (1.7.10R1.0.0) from extrautilities-1.2.5.jar
  290. * CoFHAPI|core (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
  291. * CoFHAPI|energy (1.7.10R1.0.13) from ImmersiveEngineering-0.7.1.2.jar
  292. * CoFHAPI|fluid (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
  293. * CoFHAPI|inventory (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
  294. * CoFHAPI|item (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
  295. * CoFHAPI|modhelpers (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
  296. * CoFHAPI|tileentity (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.415_beta.jar
  297. * CoFHAPI|transport (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
  298. * CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
  299. * CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  300. * CoFHLib|audio (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  301. * CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  302. * CoFHLib|gui|container (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  303. * CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  304. * CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  305. * CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  306. * CoFHLib|inventory (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  307. * CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  308. * CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  309. * CoFHLib|util (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  310. * CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  311. * CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  312. * CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  313. * CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
  314. * CSLib|API (1.0) from Decocraft-2.2.1_1.7.10.jar
  315. * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.415_beta.jar
  316. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.415_beta.jar
  317. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.415_beta.jar
  318. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.415_beta.jar
  319. * ForestryAPI|apiculture (1.1) from GraveStone-2.11.3.jar
  320. * ForestryAPI|arboriculture (1.0) from GraveStone-2.11.3.jar
  321. * ForestryAPI|circuits (1.0) from GraveStone-2.11.3.jar
  322. * ForestryAPI|core (1.1) from GraveStone-2.11.3.jar
  323. * ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.7.55.jar
  324. * ForestryAPI|food (1.0) from GraveStone-2.11.3.jar
  325. * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.7.55.jar
  326. * ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.7.55.jar
  327. * ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.7.55.jar
  328. * ForestryAPI|lepidopterology (1.1) from GraveStone-2.11.3.jar
  329. * ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.7.55.jar
  330. * ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.7.55.jar
  331. * ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.7.55.jar
  332. * ForestryAPI|storage (1.1) from GraveStone-2.11.3.jar
  333. * ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.7.55.jar
  334. * GardenCoreAPI (1.0.0) from GardenStuff-1.7.10-1.7.0.jar
  335. * GrowthcraftAPI|Bees (2.0) from growthcraft-2.2.2-complete.jar
  336. * GrowthcraftAPI|Cellar (2.0) from growthcraft-2.2.2-complete.jar
  337. * GrowthcraftAPI|Core (2.0) from growthcraft-2.2.2-complete.jar
  338. * GrowthcraftAPI|FishTrap (2.0) from growthcraft-2.2.2-complete.jar
  339. * IC2API (1.0) from Railcraft_1.7.10-9.12.2.0.jar
  340. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.1.2.jar
  341. * OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.4.jar
  342. * ProjectEAPI (7) from ProjectE-1.7.10-PE1.9.5.jar
  343. * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  344. * RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
  345. * RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
  346. * RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  347. * RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  348. * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  349. * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  350. * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
  351. * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
  352. * RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
  353. * RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
  354. * RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
  355. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.7.5.jar
  356. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.7.5.jar
  357. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.7.5.jar
  358. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.7.5.jar
  359. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.7.5.jar
  360. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.7.5.jar
  361. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.7.5.jar
  362. * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.7.5.jar
  363. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.7.5.jar
  364. * Thaumcraft|API (4.2.2.0) from Pam's HarvestCraft 1.7.10Lb.jar
  365. * VeinMinerApi (0.1) from VeinMiner-1.7.10_0.31.6.unknown.jar
  366. * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
  367. Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
  368. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  369. AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:ON, BC:OFF, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:OFF, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:ON
  370. Profiler Position: N/A (disabled)
  371. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  372. Player Count: 1 / 8; [EntityPlayerMP['casamuel'/8447, l='Don't Die - Recording', x=-424.36, y=50.00, z=-1701.36]]
  373. Type: Integrated Server (map_client.txt)
  374. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement