Advertisement
MrJayse

Untitled

Mar 2nd, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.36 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You're mean.
  3.  
  4. Time: 3/2/17 2:50 PM
  5. Description: Ticking block entity
  6.  
  7. java.lang.NullPointerException: Ticking block entity
  8. at com.rwtema.extrautils.tileentity.transfernodes.TileEntityTransferNodeInventory.loadbuffer(TileEntityTransferNodeInventory.java:176)
  9. at com.rwtema.extrautils.tileentity.transfernodes.TileEntityTransferNodeInventory.processBuffer(TileEntityTransferNodeInventory.java:153)
  10. at com.rwtema.extrautils.tileentity.transfernodes.TileEntityTransferNode.func_145845_h(TileEntityTransferNode.java:145)
  11. at net.minecraft.world.World.func_72939_s(World.java:2583)
  12. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:673)
  13. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:986)
  14. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
  15. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841)
  16. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
  17. at java.lang.Thread.run(Thread.java:745)
  18.  
  19.  
  20. A detailed walkthrough of the error, its code path and all known details is as follows:
  21. ---------------------------------------------------------------------------------------
  22.  
  23. -- Head --
  24. Stacktrace:
  25. at com.rwtema.extrautils.tileentity.transfernodes.TileEntityTransferNodeInventory.loadbuffer(TileEntityTransferNodeInventory.java:176)
  26. at com.rwtema.extrautils.tileentity.transfernodes.TileEntityTransferNodeInventory.processBuffer(TileEntityTransferNodeInventory.java:153)
  27. at com.rwtema.extrautils.tileentity.transfernodes.TileEntityTransferNode.func_145845_h(TileEntityTransferNode.java:145)
  28.  
  29. -- Block entity being ticked --
  30. Details:
  31. Name: TileEntityTransferNodeInventory // com.rwtema.extrautils.tileentity.transfernodes.TileEntityTransferNodeInventory
  32. Block type: ID #921 (tile.extrautils:extractor_base // com.rwtema.extrautils.tileentity.transfernodes.BlockTransferNode)
  33. Block data value: 5 / 0x5 / 0b0101
  34. Block location: World: (639,95,-1055), Chunk: (at 15,5,1 in 39,-66; contains blocks 624,0,-1056 to 639,255,-1041), Region: (1,-3; contains chunks 32,-96 to 63,-65, blocks 512,0,-1536 to 1023,255,-1025)
  35. Actual block type: ID #921 (tile.extrautils:extractor_base // com.rwtema.extrautils.tileentity.transfernodes.BlockTransferNode)
  36. Actual block data value: 5 / 0x5 / 0b0101
  37. Stacktrace:
  38. at net.minecraft.world.World.func_72939_s(World.java:2583)
  39. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:673)
  40.  
  41. -- Affected level --
  42. Details:
  43. Level name: world
  44. All players: 9 total; [EntityPlayerMP['DoGeLOL'/182, l='world', x=-750.59, y=14.00, z=558.60](DoGeLOL at -750.5947726471186,14.0,558.6045837013536), EntityPlayerMP['boyoffice'/206, l='world', x=760.98, y=70.00, z=-687.39](boyoffice at 760.9833051349814,70.0,-687.3871985243328), EntityPlayerMP['artempiun'/264, l='world', x=777.67, y=72.00, z=-634.29](artempiun at 777.6712039012042,72.0,-634.2864756953106), EntityPlayerMP['MINeCRaFTeR22871'/997, l='world', x=324.28, y=66.00, z=109.46](MINeCRaFTeR22871 at 324.27740243591757,66.0,109.4568028370532), EntityPlayerMP['Baloo'/1104, l='world', x=338.43, y=48.00, z=-2792.62](Baloo at 338.4304638926958,48.0,-2792.619431365748), EntityPlayerMP['d.va'/1272, l='world', x=2913.98, y=67.00, z=537.70](d.va at 2913.97645858107,67.0,537.6999999880791), EntityPlayerMP['RUBLIX'/1584, l='world', x=560.50, y=91.00, z=-620.50](RUBLIX at 560.5,91.0,-620.5), EntityPlayerMP['AceCatalyst'/4430, l='world', x=2907.39, y=65.00, z=550.70](AceCatalyst at 2907.3902578879024,65.0,550.6999999880791), EntityPlayerMP['BochkaRoma'/4949, l='world', x=639.11, y=95.00, z=-1056.54](BochkaRoma at 639.106011228307,95.0,-1056.535617805064)]
  45. Chunk stats: ServerChunkCache: 2192 Drop: 175
  46. Level seed: 80149735028057599
  47. Level generator: ID 04 - RTG, ver 0. Features enabled: true
  48. Level generator options:
  49. Level spawn location: World: (0,89,23), Chunk: (at 0,5,7 in 0,1; contains blocks 0,0,16 to 15,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  50. Level time: 66260239 game time, 66474416 day time
  51. Level dimension: 0
  52. Level storage version: 0x04ABD - Anvil
  53. Level weather: Rain time: 3067 (now: true), thunder time: 26867 (now: false)
  54. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  55. Stacktrace:
  56. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:986)
  57. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
  58. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841)
  59. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
  60. at java.lang.Thread.run(Thread.java:745)
  61.  
  62. -- System Details --
  63. Details:
  64. Minecraft Version: 1.7.10
  65. Thermos Version: cyberdynecc:Thermos:1.7.10-1614.57
  66. Plugins: WorldEdit, Playtime, Essentials, FigAdmin, CommandBlocker, ClearLag, AutoMessage, WorldBorder, SimplePluginManager, WorldGuard, AutoSaveWorld, EssentialsProtect, VoxelSniper, iConomy, PermissionsEx, ChunkBlockLimiter, Vault, HideStream, EssentialsSpawn, MassiveCore, WitherFixer, WorldGuardEventWrapper, Factions, AncientGates, ChatEx, Scavenger, ProtocolLib, ModFixNG, HolographicDisplays
  67. Disabled Plugins:
  68. Operating System: Linux (amd64) version 4.4.30-mod-std-ipv6-64
  69. Java Version: 1.8.0_111, Oracle Corporation
  70. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  71. Memory: 6984045584 bytes (6660 MB) / 8540127232 bytes (8144 MB) up to 17130061824 bytes (16336 MB)
  72. JVM Flags: 17 total; -Xmx16G -Xms8G -XX:SharedReadOnlySize=128M -XX:+UseConcMarkSweepGC -XX:ConcGCThreads=4 -XX:MaxGCPauseMillis=2500 -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:-UseGCOverheadLimit -XX:SurvivorRatio=12 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+RewriteFrequentPairs -XX:+UseCompressedOops -XX:+EliminateLocks -XX:+UseThreadPriorities -XX:ThreadPriorityPolicy=42
  73. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  74. IntCache: cache: 1, tcache: 10, allocated: 1, tallocated: 15
  75. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 58 mods loaded, 58 mods active
  76. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  77. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  78. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (server.jar)
  79. UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (server.jar)
  80. UCHIJAAAA kimagine{0.2} [KImagine] (minecraft.jar)
  81. UCHIJAAAA appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
  82. UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  83. UCHIJAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
  84. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  85. UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
  86. UCHIJAAAA appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6-serveredition.jar)
  87. UCHIJAAAA BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft-1.11.5-serveredition.jar)
  88. UCHIJAAAA CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-3.1.3-327-serveredition.jar)
  89. UCHIJAAAA BuildCraft|Core{7.1.18} [BuildCraft] (buildcraft-7.1.18-serveredition.jar)
  90. UCHIJAAAA BuildCraft|Transport{7.1.18} [BC Transport] (buildcraft-7.1.18-serveredition.jar)
  91. UCHIJAAAA BuildCraft|Silicon{7.1.18} [BC Silicon] (buildcraft-7.1.18-serveredition.jar)
  92. UCHIJAAAA BuildCraft|Energy{7.1.18} [BC Energy] (buildcraft-7.1.18-serveredition.jar)
  93. UCHIJAAAA BuildCraft|Factory{7.1.18} [BC Factory] (buildcraft-7.1.18-serveredition.jar)
  94. UCHIJAAAA BuildCraft|Builders{7.1.18} [BC Builders] (buildcraft-7.1.18-serveredition.jar)
  95. UCHIJAAAA BuildCraft|Robotics{7.1.18} [BC Robotics] (buildcraft-7.1.18-serveredition.jar)
  96. UCHIJAAAA BuildCraftHooks{1.0} [BuildCraftHooks] (buildcraft-7.1.18-serveredition.jar)
  97. UCHIJAAAA IC2{2.2.825-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.825-experimental-serveredition.jar)
  98. UCHIJAAAA Forestry{4.2.16.64} [Forestry for Minecraft] (forestry-4.2.16.64-serveredition.jar)
  99. UCHIJAAAA ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-1.2.5-115-serveredition.jar)
  100. UCHIJAAAA ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-4.1.4-247-serveredition.jar)
  101. UCHIJAAAA BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
  102. UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  103. UCHIJAAAA Railcraft{9.12.2.0} [Railcraft] (Railcraft-9.12.2.0-serveredition.jar)
  104. UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11-serveredition.jar)
  105. UCHIJAAAA CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenters-Blocks-3.3.8.1-serveredition.jar)
  106. UCHIJAAAA ChickenChunks{1.3.4} [ChickenChunks] (ChickenChunks_serveredition.jar)
  107. UCHIJAAAA climatecontrol{0.6.beta60} [Climate Control] (ClimateControl-0.6.60.jar)
  108. UCHIJAAAA CompactSolars{4.4.39.315} [Compact Solar Arrays] (CompactSolars-4.4.39.315-universal.jar)
  109. UCHIJAAAA Zprefix_VillagerFix{1.0} [Zprefix_VillagerFix] (Dragon-serveredition.jar)
  110. UCHIJAAAA endercore{1.7.10-0.2.0.36_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.36_beta.jar)
  111. UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10.jar)
  112. UCHIJAAAA EnderIO{1.7.10-2.3.0.428_beta} [Ender IO] (EnderIO-2.3.0.428_beta-serveredition.jar)
  113. UCHIJAAAA EventHelper{1.6} [EventHelper] (EventHelper-1.6-serveredition.jar)
  114. UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12-serveredition.jar)
  115. UCHIJAAAA WaslieCore{1.1} [WaslieCore] (WaslieCore-1.1-serveredition.jar)
  116. UCHIJAAAA ForestryExtras{3.1} [Forestry Extras] (ForestryExtras-2-3.1_B29-serveredition.jar)
  117. UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  118. UCHIJAAAA GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-2.0.3-serveredition.jar)
  119. UCHIJAAAA IC2NuclearControl{2.4.1a} [Nuclear Control 2] (IC2NuclearControl-2.4.1a.jar)
  120. UCHIJAAAA iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar)
  121. UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (IronChest.jar)
  122. UCHIJAAAA xModBlocker{1.0} [xModBlocker] (Mine-Play-Blocker-serveredition.jar)
  123. UCHIJAAAA lift{2.0.1} [Lift Mod] (Mine-Play-Lifts-serveredition.jar)
  124. UCHIJAAAA Trade{1.0} [Trade] (Mine-Play-Trader-serverediton.jar)
  125. UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
  126. UCHIJAAAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar)
  127. UCHIJAAAA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-4.7.0pre12.95-Base.jar)
  128. UCHIJAAAA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed--4.7.0pre12.95-Integration.jar)
  129. UCHIJAAAA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed--4.7.0pre12.95-Integration.jar)
  130. UCHIJAAAA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-4.7.0pre12.95-Lighting.jar)
  131. UCHIJAAAA ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-4.7.0pre12.95-World.jar)
  132. UCHIJAAAA RTG{1.7.10-1.1.1.3} [Realistic Terrain Generation] (RTG-1.1.1.3.jar)
  133. UCHIJAAAA TechRecipes{1.0} [TechRecipes] (TechRecipes-1.11.jar)
  134. UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  135. AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
  136. CoFHCore: -[1.7.10]3.1.3-327
  137. ThermalFoundation: -[1.7.10]1.2.5-115
  138. ThermalExpansion: -[1.7.10]4.1.4-247
  139. 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.
  140. EnderIO: Found the following problem(s) with your installation:
  141. * The RF API that is being used (1.7.10R1.3.1 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.13B1 from extrautilities-1.2.12-serveredition.jar).
  142. It is a supported version, but that difference may lead to problems.
  143. * An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6-serveredition.jar).
  144. Ender IO was build against API version rv2 and may or may not work with a newer version.
  145. An unsupported base software is installed: 'thermos, cauldron, craftbukkit, mcpc, kcauldron'. This is NOT supported.
  146. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  147. Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
  148. Bukkit, Cauldron, or other Bukkit replacement
  149. These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
  150. AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:OFF
  151. Profiler Position: N/A (disabled)
  152. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  153. Player Count: 9 / 100; [EntityPlayerMP['DoGeLOL'/182, l='world', x=-750.59, y=14.00, z=558.60](DoGeLOL at -750.5947726471186,14.0,558.6045837013536), EntityPlayerMP['boyoffice'/206, l='world', x=760.98, y=70.00, z=-687.39](boyoffice at 760.9833051349814,70.0,-687.3871985243328), EntityPlayerMP['artempiun'/264, l='world', x=777.67, y=72.00, z=-634.29](artempiun at 777.6712039012042,72.0,-634.2864756953106), EntityPlayerMP['MINeCRaFTeR22871'/997, l='world', x=324.28, y=66.00, z=109.46](MINeCRaFTeR22871 at 324.27740243591757,66.0,109.4568028370532), EntityPlayerMP['Baloo'/1104, l='world', x=338.43, y=48.00, z=-2792.62](Baloo at 338.4304638926958,48.0,-2792.619431365748), EntityPlayerMP['d.va'/1272, l='world', x=2913.98, y=67.00, z=537.70](d.va at 2913.97645858107,67.0,537.6999999880791), EntityPlayerMP['RUBLIX'/1584, l='world', x=560.50, y=91.00, z=-620.50](RUBLIX at 560.5,91.0,-620.5), EntityPlayerMP['AceCatalyst'/4430, l='world', x=2907.39, y=65.00, z=550.70](AceCatalyst at 2907.3902578879024,65.0,550.6999999880791), EntityPlayerMP['BochkaRoma'/4949, l='world', x=639.11, y=95.00, z=-1056.54](BochkaRoma at 639.106011228307,95.0,-1056.535617805064)]
  154. Is Modded: Definitely; Server brand changed to 'thermos,cauldron,craftbukkit,mcpc,kcauldron,fml,forge'
  155. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement