Advertisement
swh65458

crash with quantumflux{2.0.2} [QuantumFlux] (quantumflux-1.9

Apr 1st, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.42 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. FMLPlugin (InventoryTweaks-1.61-dev-45.jar)
  5. LoadingPlugin (RandomThings-MC1.9-3.6.8.1.jar)
  6. Reborn Core ASM (RebornCore-1.9-2.0.4.46-universal.jar)
  7. Contact their authors BEFORE contacting forge
  8.  
  9. // Would you like a cupcake?
  10.  
  11. Time: 4/1/16 4:34 PM
  12. Description: Ticking entity
  13.  
  14. java.lang.IllegalAccessError: tried to access field net.minecraftforge.event.entity.EntityEvent.entity from class jotato.quantumflux.registers.EventRegister
  15. at jotato.quantumflux.registers.EventRegister.onLivingDrops(EventRegister.java:13)
  16. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_317_EventRegister_onLivingDrops_LivingDropsEvent.invoke(.dynamic)
  17. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
  18. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  19. at net.minecraftforge.common.ForgeHooks.onLivingDrops(ForgeHooks.java:479)
  20. at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:1055)
  21. at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:952)
  22. at net.minecraft.entity.Entity.func_70044_A(Entity.java:494)
  23. at net.minecraft.entity.Entity.func_70030_z(Entity.java:459)
  24. at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:213)
  25. at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:209)
  26. at net.minecraft.entity.passive.EntityWaterMob.func_70030_z(SourceFile:58)
  27. at net.minecraft.entity.Entity.func_70071_h_(Entity.java:351)
  28. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1881)
  29. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:296)
  30. at net.minecraft.world.World.func_72866_a(World.java:1934)
  31. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:836)
  32. at net.minecraft.world.World.func_72870_g(World.java:1903)
  33. at net.minecraft.world.World.func_72939_s(World.java:1737)
  34. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:619)
  35. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:705)
  36. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:609)
  37. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:148)
  38. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)
  39. at java.lang.Thread.run(Thread.java:745)
  40.  
  41.  
  42. A detailed walkthrough of the error, its code path and all known details is as follows:
  43. ---------------------------------------------------------------------------------------
  44.  
  45. -- Head --
  46. Stacktrace:
  47. at jotato.quantumflux.registers.EventRegister.onLivingDrops(EventRegister.java:13)
  48. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_317_EventRegister_onLivingDrops_LivingDropsEvent.invoke(.dynamic)
  49. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
  50. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  51. at net.minecraftforge.common.ForgeHooks.onLivingDrops(ForgeHooks.java:479)
  52. at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:1055)
  53. at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:952)
  54. at net.minecraft.entity.Entity.func_70044_A(Entity.java:494)
  55. at net.minecraft.entity.Entity.func_70030_z(Entity.java:459)
  56. at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:213)
  57. at net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:209)
  58. at net.minecraft.entity.passive.EntityWaterMob.func_70030_z(SourceFile:58)
  59. at net.minecraft.entity.Entity.func_70071_h_(Entity.java:351)
  60. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1881)
  61. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:296)
  62. at net.minecraft.world.World.func_72866_a(World.java:1934)
  63. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:836)
  64. at net.minecraft.world.World.func_72870_g(World.java:1903)
  65.  
  66. -- Entity being ticked --
  67. Details:
  68. Entity Type: Squid (net.minecraft.entity.passive.EntitySquid)
  69. Entity ID: 1163
  70. Entity Name: Squid
  71. Entity's Exact location: -54.50, 57.00, 216.50
  72. Entity's Block location: World: (-55,57,216), Chunk: (at 9,3,8 in -4,13; contains blocks -64,0,208 to -49,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  73. Entity's Momentum: 0.00, -0.08, 0.00
  74. Entity's Passengers: []
  75. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  76. Stacktrace:
  77. at net.minecraft.world.World.func_72939_s(World.java:1737)
  78. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:619)
  79.  
  80. -- Affected level --
  81. Details:
  82. Level name: New World
  83. All players: 1 total; [EntityPlayerMP['swh65458'/250, l='New World', x=-76.50, y=73.00, z=249.50]]
  84. Chunk stats: ServerChunkCache: 627 Drop: 0
  85. Level seed: -948763232578132944
  86. Level generator: ID 00 - default, ver 1. Features enabled: true
  87. Level generator options:
  88. Level spawn location: World: (-68,64,256), Chunk: (at 12,4,0 in -5,16; contains blocks -80,0,256 to -65,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  89. Level time: 53 game time, 53 day time
  90. Level dimension: 0
  91. Level storage version: 0x04ABD - Anvil
  92. Level weather: Rain time: 80457 (now: false), thunder time: 159323 (now: false)
  93. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  94. Stacktrace:
  95. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:705)
  96. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:609)
  97. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:148)
  98. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)
  99. at java.lang.Thread.run(Thread.java:745)
  100.  
  101. -- System Details --
  102. Details:
  103. Minecraft Version: 1.9
  104. Operating System: Windows 10 (amd64) version 10.0
  105. Java Version: 1.8.0_25, Oracle Corporation
  106. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  107. Memory: 1687976192 bytes (1609 MB) / 2882535424 bytes (2749 MB) up to 5726797824 bytes (5461 MB)
  108. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -XX:PermSize=256m
  109. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  110. FML: MCP 9.23 Powered by Forge 12.16.0.1816 73 mods loaded, 73 mods active
  111. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  112. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  113. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1816-1.9.jar)
  114. UCHIJAAAA Forge{12.16.0.1816} [Minecraft Forge] (forge-1.9-12.16.0.1816-1.9.jar)
  115. UCHIJAAAA additionalbanners{1.1.0.8} [Additional Banners] (AdditionalBanners-1.9-1.1.0.8.jar)
  116. UCHIJAAAA AutoSapling{1.3} [AutoSapling] (AutoSapling-1.3.1 MC1.9.jar)
  117. UCHIJAAAA bdlib{1.11.0.9} [BD Lib] (bdlib-1.11.0.9-mc1.9.jar)
  118. UCHIJAAAA BetterAchievements{0.2.1} [Better Achievements] (BetterAchievements-1.9-0.2.1.jar)
  119. UCHIJAAAA BBG{4.0.0} [BetterBedrockGen] (BetterBedrockGenerator-1.9.0-3.0.0.jar)
  120. UCHIJAAAA betterbuilderswands{0.5.3} [Better Builder's Wands] (BetterBuildersWands-0.5.3-1.9r102+137c734.jar)
  121. UCHIJAAAA BetterThanBunnies{1.9-1.0.3} [BetterThanBunnies] (BetterThanBunnies-1.9.0-1.0.3.jar)
  122. UCHIJAAAA BiomesOPlenty{4.0.0.1975} [Biomes O' Plenty] (BiomesOPlenty-1.9-4.0.0.1975-universal.jar)
  123. UCHIJAAAA JEI{3.1.2.172} [Just Enough Items] (jei_1.9-3.1.2.172.jar)
  124. UCHIJAAAA BloodMagic{1.9-2.0.0-27} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9-2.0.0-27.jar)
  125. UCHIJAAAA bookshelfapi{3.0.3} [Bookshelf] (Bookshelf-API-1.9-3.0.3.jar)
  126. UCHIJAAAA Chameleon{1.9-2.1.0} [Chameleon] (Chameleon-1.9-2.1.0.jar)
  127. UCHIJAAAA chameleoncreepers{1.3} [Chameleon Creepers] (ChameleonCreepers-1.9-1.3.jar)
  128. UCHIJAAAA chisel{3.0} [Chisel 3] (Chisel Dev-3.0.jar)
  129. UCHIJAAAA mcmultipart{1.1.1} [MCMultiPart] (MCMultiPart-1.1.1-universal.jar)
  130. UCHIJAAAA chiselsandbits{9.9} [Chisels & Bits] (chiselsandbits-9.9.jar)
  131. UCHIJAAAA craftelytra{1.0} [Craftable Elytra] (CraftableElytra-1.0.jar)
  132. UCHIJAAAA craftingtweaks{4.0.2} [Crafting Tweaks] (craftingtweaks-mc1.9-4.0.2.jar)
  133. UCHIJAAAA ElecCore{9} [ElecCore] (ElecCore-1.9-1.4.258.jar)
  134. UCHIJAAAA deepresonance{1.1.4beta23} [DeepResonance] (deepresonance-1.9.0-1.1.4beta23.jar)
  135. UCHIJAAAA Ding{MC1.9.0v2} [Ding] (Ding-MC1.9.0v2.jar)
  136. UCHIJAAAA DurabilityShow{3.0.2} [Durability Show] (Durability Show-1.9-3.0.2.jar)
  137. UCHIJAAAA endercompass{1.2.3} [Ender Compass] (EnderCompass-1.9-1.2.3.jar)
  138. UCHIJAAAA endercrop{1.9-1.2} [Ender Crop] (endercrop-1.9-1.2.1811.jar)
  139. UCHIJAAAA ezstorage{1.0} [EZ Storage] (ezstorage-1.9-1.2.1.jar)
  140. UCHIJAAAA flatcoloredblocks{mc1.9-v2.2} [Flat Colored Blocks] (flatcoloredblocks-mc1.9-v2.2.jar)
  141. UCHIJAAAA frsm{2.6.56_} [Fex's Random Stuff Mod] (FRSM-2.6.56b-1.9.jar)
  142. UCHIJAAAA SilentLib{1.0.2} [Silent Lib] (SilentLib-1.9-1.0.2-7.jar)
  143. UCHIJAAAA WIT{1.0.10} [WIT] (WIT-1.9-1.0.10-24.jar)
  144. UCHIJAAAA FunOres{1.2.1} [Fun Ores] (FunOres-1.9-1.2.1-57.jar)
  145. UCHIJAAAA gravestone{1.2.2} [Gravestone] (Gravestone Mod 1.2.2.jar)
  146. UCHIJAAAA HelpFixer{1.3.13} [HelpFixer] (HelpFixer-1.9-1.3.13.jar)
  147. UCHIJAAAA inventorytweaks{1.61-dev-45-29e0ed5} [Inventory Tweaks] (InventoryTweaks-1.61-dev-45.jar)
  148. UCHIJAAAA IronChest{6.0.131.775} [Iron Chest] (ironchest-1.9-6.0.131.775.jar)
  149. UCHIJAAAA itemscroller{0.2.3} [Item Scroller] (itemscroller-1.9-0.2.3.jar)
  150. UCHIJAAAA journeymap{1.9-5.1.6b1} [JourneyMap] (journeymap-1.9-5.1.6b1-unlimited.jar)
  151. UCHIJAAAA jeresources{0.4.1} [Just Enough Resources] (JustEnoughResources-1.9-0.4.1.jar)
  152. UCHIJAAAA lteleporters{1.1.1} [Lemon's Simple Teleporters] (LemonsSimpleTeleporters-1.1.1.jar)
  153. UCHIJAAAA llor{1.0.7-mc1.9} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.0.7-mc1.9.jar)
  154. UCHIJAAAA ModLister{1.9-1.0.4} [ModLister] (ModLister-1.9-1.0.4.jar)
  155. UCHIJAAAA Morpheus{1.9-3.0.2} [Morpheus] (Morpheus-1.9-3.0.2.jar)
  156. UCHIJAAAA MouseTweaks{2.6.2} [Mouse Tweaks] (MouseTweaks-2.6.2-mc1.9.jar)
  157. UCHIJAAAA Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat 1.2-5.jar)
  158. UCHIJAAAA neotech{3.0.4} [NeoTech] (NeoTech-1.9-3.0.4.jar)
  159. UCHIJAAAA nmsot{1.1.3-mc1.9} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.1.3-mc1.9.jar)
  160. UCHIJAAAA notenoughwands{1.3.1} [Not Enough Wands] (notenoughwands-1.9.0-1.3.1.jar)
  161. UCHIJAAAA samsapples{1.1.5} [Power Apples] (PowerApples-1.9-1.1.5.jar)
  162. UCHIJAAAA pressure{1.3.1.9} [Pressure Pipes] (pressure-1.3.1.9-mc1.9.jar)
  163. UCHIJAAAA progressiveautomation{1.6.38} [Progressive Automation] (ProgressiveAutomation-1.9-1.6.38.jar)
  164. UCHIJAAAA quantumflux{2.0.2} [QuantumFlux] (quantumflux-1.9-2.0.2.jar)
  165. UCHIJAAAA reborncore{2.0.4.46} [RebornCore] (RebornCore-1.9-2.0.4.46-universal.jar)
  166. UCHIJAAAA QuantumStorage{3.0.0} [QuantumStorage] (QuantumStorage-1.9-3.0.0.jar)
  167. UCHIJAAAA RandomUtilities{3.0.2} [Random Utilities] (Random Utilities-1.9-3.0.2.jar)
  168. UCHIJAAAA randomthings{3.6.8.1} [Random Things] (RandomThings-MC1.9-3.6.8.1.jar)
  169. UCHIJAAAA rarmor{0.5.0} [Rarmor] (Rarmor-0.5.0.jar)
  170. UCHIJAAAA realtimeclock{1.9-0.6.1} [Real Time Clock] (RealTimeClock-1.9-0.6.1.jar)
  171. UCHIJAAAA recycler{1.0} [Recycleur] (recycler-1.1.1.jar)
  172. UCHIJAAAA reinforcedTools{1.4.1} [ReinforcedTools] (ReinforcedTools-1.4.1 for MC1.9.jar)
  173. UCHIJAAAA rftools{4.23beta37} [RFTools] (rftools-1.9.0-4.23beta37.jar)
  174. UCHIJAAAA routerreborn{1.9-4.0.1.7b_universal} [Router Reborn] (RouterReborn-1.9-4.0.1.7b_universal.jar)
  175. UCHIJAAAA simplegrinder{1.122.A19} [Simple Grinder] (SimpleGrinder-1.122.A19.jar)
  176. UCHIJAAAA soulshardstow{1.9-2.3.6-21} [Soul Shards - The Old Ways] (SoulShards-TOW-1.9-2.3.6-21.jar)
  177. UCHIJAAAA StorageDrawers{1.9-3.1.1} [Storage Drawers] (StorageDrawers-1.9-3.1.1.jar)
  178. UCHIJAAAA storagesilo{1.2.2} [StorageSilo] (storagesilo-1.9-1.2.2.jar)
  179. UCHIJAAAA Trashcans{2.0.2} [Trashcans] (Trashcans-1.9-2.0.2.jar)
  180. UCHIJAAAA trashslot{3.0.4} [TrashSlot] (trashslot-mc1.9-3.0.4.jar)
  181. UCHIJAAAA uncraftingtable{1.0.4} [Uncrafting Grinder] (UncraftingGrinder-1.9-1.0.4.jar)
  182. UCHIJAAAA VeinMiner{0.31.5_build.forgePost18010} [Vein Miner] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
  183. UCHIJAAAA VeinMinerModSupport{0.31.5_build.forgePost18010} [Mod Support] (VeinMiner-1.9_0.31.5.forgePost18010.jar)
  184. UCHIJAAAA wuestUtilities{1.9} [Wuest Utilities] (wuestUtilities-1.9.0.7.jar)
  185. Loaded coremods (and transformers):
  186. FMLPlugin (InventoryTweaks-1.61-dev-45.jar)
  187. invtweaks.forge.asm.ContainerTransformer
  188. LoadingPlugin (RandomThings-MC1.9-3.6.8.1.jar)
  189. lumien.randomthings.asm.ClassTransformer
  190. Reborn Core ASM (RebornCore-1.9-2.0.4.46-universal.jar)
  191. reborncore.asm.RebornClassTransformer
  192. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  193. List of loaded APIs:
  194. * BetterAchievements|API (0.2.1) from BetterAchievements-1.9-0.2.1.jar
  195. * BloodMagic|API (@VERSION@) from BloodMagic-1.9-2.0.0-27.jar
  196. * ChiselsAndBitsAPI (1.8.1) from chiselsandbits-9.9.jar
  197. * CoFHAPI (1.8.9R1.2.0B1) from ProgressiveAutomation-1.9-1.6.38.jar
  198. * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.9-1.6.38.jar
  199. * CoFHAPI|energy (1.8.9R1.2.0B1) from Rarmor-0.5.0.jar
  200. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.9-1.6.38.jar
  201. * CraftingTweaks|API (4.1) from craftingtweaks-mc1.9-4.0.2.jar
  202. * DR-API (1.0.4-Beta) from deepresonance-1.9.0-1.1.4beta23.jar
  203. * ElecCore|Abilities (#API_VER#) from ElecCore-1.9-1.4.258.jar
  204. * FunOresAPI (3) from FunOres-1.9-1.2.1-57.jar
  205. * IC2API (1.0) from RebornCore-1.9-2.0.4.46-universal.jar
  206. * jeresources|API (0.4.1) from JustEnoughResources-1.9-0.4.1.jar
  207. * journeymap|client-api (1.2-SNAPSHOT) from journeymap-1.9-5.1.6b1-unlimited.jar
  208. * journeymap|client-api-display (1.2-SNAPSHOT) from journeymap-1.9-5.1.6b1-unlimited.jar
  209. * journeymap|client-api-event (1.2-SNAPSHOT) from journeymap-1.9-5.1.6b1-unlimited.jar
  210. * journeymap|client-api-model (1.2-SNAPSHOT) from journeymap-1.9-5.1.6b1-unlimited.jar
  211. * journeymap|client-api-util (1.2-SNAPSHOT) from journeymap-1.9-5.1.6b1-unlimited.jar
  212. * JustEnoughItemsAPI (3.1.0) from jei_1.9-3.1.2.172.jar
  213. * McJtyLib (1.9.0-1.8.1beta12) from mcjtylib-1.9.0-1.8.1beta12.jar
  214. * pressureAPI (1.3.1.9) from pressure-1.3.1.9-mc1.9.jar
  215. * reborncoreAPI (2.0.4.46) from RebornCore-1.9-2.0.4.46-universal.jar
  216. * SoulShardsTOW|API (0.1.4) from SoulShards-TOW-1.9-2.3.6-21.jar
  217. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.9-3.1.1.jar
  218. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.9-3.1.1.jar
  219. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.9-3.1.1.jar
  220. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.9-3.1.1.jar
  221. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.9-3.1.1.jar
  222. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.9-3.1.1.jar
  223. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.9-3.1.1.jar
  224. * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.9-3.1.1.jar
  225. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.9-3.1.1.jar
  226. * VeinMinerApi (0.1) from VeinMiner-1.9_0.31.5.forgePost18010.jar
  227. * WIT-API (1) from WIT-1.9-1.0.10-24.jar
  228. Profiler Position: N/A (disabled)
  229. Player Count: 1 / 8; [EntityPlayerMP['swh65458'/250, l='New World', x=-76.50, y=73.00, z=249.50]]
  230. Type: Integrated Server (map_client.txt)
  231. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement