Advertisement
Mowmaster

LatestNullFLuid

Jan 30th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.48 KB | None | 0 0
  1. [02:16:39] [Server thread/ERROR]: Encountered an unexpected exception
  2. net.minecraft.util.ReportedException: Ticking block entity
  3. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:846) ~[MinecraftServer.class:?]
  4. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:741) ~[MinecraftServer.class:?]
  5. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192) ~[IntegratedServer.class:?]
  6. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590) [MinecraftServer.class:?]
  7. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  8. Caused by: java.lang.NullPointerException
  9. at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:73) ~[FluidStack.class:?]
  10. at com.mowmaster.alchex.blocks.tiles.TileCollector.update(TileCollector.java:140) ~[TileCollector.class:?]
  11. at net.minecraft.world.World.updateEntities(World.java:1988) ~[World.class:?]
  12. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:642) ~[WorldServer.class:?]
  13. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:840) ~[MinecraftServer.class:?]
  14. ... 4 more
  15. [02:16:39] [Server thread/ERROR]: This crash report has been saved to: P:\programming\development\Minecraft\1.12\AlchemicExchange\run\.\crash-reports\crash-2018-01-30_02.16.39-server.txt
  16. [02:16:39] [Server thread/INFO]: Stopping server
  17. [02:16:39] [Server thread/INFO]: Saving players
  18. [02:16:39] [Server thread/INFO]: Saving worlds
  19. [02:16:39] [Server thread/INFO]: Saving chunks for level 'Copy of Copy of Test World'/overworld
  20. [02:16:39] [main/INFO]: [net.minecraft.init.Bootstrap:printToSYSOUT:629]: ---- Minecraft Crash Report ----
  21. // My bad.
  22.  
  23. Time: 1/30/18 2:16 AM
  24. Description: Ticking block entity
  25.  
  26. java.lang.NullPointerException: Ticking block entity
  27. at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:73)
  28. at com.mowmaster.alchex.blocks.tiles.TileCollector.update(TileCollector.java:140)
  29. at net.minecraft.world.World.updateEntities(World.java:1988)
  30. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:642)
  31. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:840)
  32. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:741)
  33. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192)
  34. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590)
  35. at java.lang.Thread.run(Thread.java:748)
  36.  
  37.  
  38. A detailed walkthrough of the error, its code path and all known details is as follows:
  39. ---------------------------------------------------------------------------------------
  40.  
  41. -- Head --
  42. Thread: Client thread
  43. Stacktrace:
  44. at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:73)
  45. at com.mowmaster.alchex.blocks.tiles.TileCollector.update(TileCollector.java:140)
  46.  
  47. -- Block entity being ticked --
  48. Details:
  49. Name: minecraft:alchextilecollector // com.mowmaster.alchex.blocks.tiles.TileCollector
  50. Block type: ID #256 (tile.stone_collector // com.mowmaster.alchex.blocks.BlockCollector)
  51. Block data value: 0 / 0x0 / 0b0000
  52. Block location: World: (-194,68,223), Chunk: (at 14,4,15 in -13,13; contains blocks -208,0,208 to -193,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  53. Actual block type: ID #256 (tile.stone_collector // com.mowmaster.alchex.blocks.BlockCollector)
  54. Actual block data value: 0 / 0x0 / 0b0000
  55. Stacktrace:
  56. at net.minecraft.world.World.updateEntities(World.java:1988)
  57. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:642)
  58.  
  59. -- Affected level --
  60. Details:
  61. Level name: Copy of Copy of Test World
  62. All players: 1 total; [EntityPlayerMP['Player285'/2793, l='Copy of Copy of Test World', x=-194.76, y=68.00, z=224.17]]
  63. Chunk stats: ServerChunkCache: 626 Drop: 0
  64. Level seed: 3252564072242264102
  65. Level generator: ID 00 - default, ver 1. Features enabled: true
  66. Level generator options:
  67. Level spawn location: World: (-200,64,224), Chunk: (at 8,4,0 in -13,14; contains blocks -208,0,224 to -193,255,239), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  68. Level time: 410 game time, 410 day time
  69. Level dimension: 0
  70. Level storage version: 0x04ABD - Anvil
  71. Level weather: Rain time: 59389 (now: false), thunder time: 147116 (now: false)
  72. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  73. Stacktrace:
  74. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:840)
  75. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:741)
  76. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192)
  77. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590)
  78. at java.lang.Thread.run(Thread.java:748)
  79.  
  80. -- System Details --
  81. Details:
  82. Minecraft Version: 1.12.2
  83. Operating System: Windows 10 (amd64) version 10.0
  84. Java Version: 1.8.0_131, Oracle Corporation
  85. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  86. Memory: 1061838248 bytes (1012 MB) / 1587544064 bytes (1514 MB) up to 3801088000 bytes (3625 MB)
  87. JVM Flags: 0 total;
  88. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  89. FML: MCP 9.42 Powered by Forge 14.23.1.2555 6 mods loaded, 6 mods active
  90. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  91.  
  92. | State | ID | Version | Source | Signature |
  93. |:--------- |:--------- |:------------ |:-------------------------------- |:--------- |
  94. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  95. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  96. | UCHIJAAAA | FML | 8.0.99.99 | forgeSrc-1.12.2-14.23.1.2555.jar | None |
  97. | UCHIJAAAA | forge | 14.23.1.2555 | forgeSrc-1.12.2-14.23.1.2555.jar | None |
  98. | UCHIJAAAA | alchex | 0.000.1 | AlchemicExchange | None |
  99. | UCHIJAAAA | jei | 4.8.5.138 | jei_1.12.2-4.8.5.138.jar | None |
  100.  
  101. Loaded coremods (and transformers):
  102. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  103. Profiler Position: N/A (disabled)
  104. Player Count: 1 / 8; [EntityPlayerMP['Player285'/2793, l='Copy of Copy of Test World', x=-194.76, y=68.00, z=224.17]]
  105. Type: Integrated Server (map_client.txt)
  106. Is Modded: Definitely; Client brand changed to 'fml,forge'
  107. [02:16:39] [main/INFO]: [net.minecraft.init.Bootstrap:printToSYSOUT:629]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2018-01-30_02.16.39-server.txt
  108. [02:16:39] [main/INFO]: Waiting for the server to terminate/save.
  109. [02:16:39] [Server thread/INFO]: Saving chunks for level 'Copy of Copy of Test World'/the_nether
  110. [02:16:39] [Server thread/INFO]: Saving chunks for level 'Copy of Copy of Test World'/the_end
  111. [02:16:39] [Server thread/INFO]: Unloading dimension 0
  112. [02:16:39] [Server thread/INFO]: Unloading dimension -1
  113. [02:16:39] [Server thread/INFO]: Unloading dimension 1
  114. [02:16:39] [Server thread/INFO]: Applying holder lookups
  115. [02:16:39] [Server thread/INFO]: Holder lookups applied
  116. [02:16:39] [Server thread/INFO]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
  117. [02:16:39] [main/INFO]: Server terminated.
  118. [02:16:39] [Client Shutdown Thread/INFO]: Stopping server
  119. AL lib: (EE) alc_cleanup: 1 device not closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement