Advertisement
eszdman

crash-2022-04-16_17.21.56-server

Apr 16th, 2022
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.62 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Daisy, daisy...
  3.  
  4. Time: 16.04.2022, 17:21
  5. Description: Ticking block entity
  6.  
  7. java.lang.IllegalArgumentException: Amount may not be negative, but it is: -9639
  8. at net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notNegative(StoragePreconditions.java:50)
  9. at net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notBlankNotNegative(StoragePreconditions.java:59)
  10. at net.fabricmc.fabric.api.transfer.v1.storage.base.SingleVariantStorage.extract(SingleVariantStorage.java:94)
  11. at io.github.fabricators_of_create.porting_lib.transfer.fluid.FluidTank.extract(FluidTank.java:32)
  12. at io.github.fabricators_of_create.porting_lib.transfer.fluid.FluidTank.extract(FluidTank.java:10)
  13. at com.simibubi.create.content.contraptions.fluids.FluidNetwork.tick(FluidNetwork.java:243)
  14. at com.simibubi.create.content.contraptions.fluids.PipeConnection.manageFlows(PipeConnection.java:151)
  15. at com.simibubi.create.content.contraptions.fluids.FluidTransportBehaviour.tick(FluidTransportBehaviour.java:131)
  16. at java.base/java.util.HashMap$Values.forEach(HashMap.java:1065)
  17. at com.simibubi.create.foundation.tileEntity.SmartTileEntity.forEachBehaviour(SmartTileEntity.java:166)
  18. at com.simibubi.create.foundation.tileEntity.SmartTileEntity.tick(SmartTileEntity.java:73)
  19. at com.simibubi.create.foundation.tileEntity.SmartTileEntityTicker.tick(SmartTileEntityTicker.java:15)
  20. at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:659)
  21. at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:713)
  22. at net.minecraft.class_1937.method_18471(class_1937.java:475)
  23. at net.minecraft.class_3218.method_18765(class_3218.java:368)
  24. at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:907)
  25. at net.minecraft.class_3176.method_3813(class_3176.java:322)
  26. at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851)
  27. at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
  28. at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273)
  29. at java.base/java.lang.Thread.run(Thread.java:833)
  30.  
  31.  
  32. A detailed walkthrough of the error, its code path and all known details is as follows:
  33. ---------------------------------------------------------------------------------------
  34.  
  35. -- Head --
  36. Thread: Server thread
  37. Stacktrace:
  38. at net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notNegative(StoragePreconditions.java:50)
  39. at net.fabricmc.fabric.api.transfer.v1.storage.StoragePreconditions.notBlankNotNegative(StoragePreconditions.java:59)
  40. at net.fabricmc.fabric.api.transfer.v1.storage.base.SingleVariantStorage.extract(SingleVariantStorage.java:94)
  41. at io.github.fabricators_of_create.porting_lib.transfer.fluid.FluidTank.extract(FluidTank.java:32)
  42. at io.github.fabricators_of_create.porting_lib.transfer.fluid.FluidTank.extract(FluidTank.java:10)
  43. at com.simibubi.create.content.contraptions.fluids.FluidNetwork.tick(FluidNetwork.java:243)
  44. at com.simibubi.create.content.contraptions.fluids.PipeConnection.manageFlows(PipeConnection.java:151)
  45. at com.simibubi.create.content.contraptions.fluids.FluidTransportBehaviour.tick(FluidTransportBehaviour.java:131)
  46. at java.base/java.util.HashMap$Values.forEach(HashMap.java:1065)
  47. at com.simibubi.create.foundation.tileEntity.SmartTileEntity.forEachBehaviour(SmartTileEntity.java:166)
  48. at com.simibubi.create.foundation.tileEntity.SmartTileEntity.tick(SmartTileEntity.java:73)
  49. at com.simibubi.create.foundation.tileEntity.SmartTileEntityTicker.tick(SmartTileEntityTicker.java:15)
  50. at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:659)
  51. at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:713)
  52. at net.minecraft.class_1937.method_18471(class_1937.java:475)
  53. at net.minecraft.class_3218.method_18765(class_3218.java:368)
  54.  
  55. -- Block entity being ticked --
  56. Details:
  57. Name: create:fluid_pipe // com.simibubi.create.content.contraptions.fluids.pipes.FluidPipeTileEntity
  58. Block: Block{create:fluid_pipe}[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false]
  59. Block location: World: (-12,33,35), Section: (at 4,1,3 in -1,2,2; chunk contains blocks -16,0,32 to -1,255,47), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  60. Block: Block{create:fluid_pipe}[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false]
  61. Block location: World: (-12,33,35), Section: (at 4,1,3 in -1,2,2; chunk contains blocks -16,0,32 to -1,255,47), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  62. Stacktrace:
  63. at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:659)
  64. at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:713)
  65. at net.minecraft.class_1937.method_18471(class_1937.java:475)
  66. at net.minecraft.class_3218.method_18765(class_3218.java:368)
  67. at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:907)
  68. at net.minecraft.class_3176.method_3813(class_3176.java:322)
  69. at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851)
  70. at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
  71. at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273)
  72. at java.base/java.lang.Thread.run(Thread.java:833)
  73.  
  74. -- Affected level --
  75. Details:
  76. All players: 2 total; [class_3222['mtsyganov'/214, l='ServerLevel[world]', x=-9.55, y=33.00, z=34.56], class_3222['Esdman'/453, l='ServerLevel[world]', x=-9.66, y=33.00, z=36.24]]
  77. Chunk stats: 2401
  78. Level dimension: minecraft:the_nether
  79. Derived: true
  80. Level spawn location: World: (0,78,0), Section: (at 0,14,0 in 0,4,0; chunk contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  81. Level time: 7835182 game time, 7974261 day time
  82. Level name: world
  83. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  84. Level weather: Rain time: 34284 (now: false), thunder time: 59503 (now: false)
  85. Known server brands: fabric
  86. Level was modded: true
  87. Level storage version: 0x04ABD - Anvil
  88. Stacktrace:
  89. at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:907)
  90. at net.minecraft.class_3176.method_3813(class_3176.java:322)
  91. at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851)
  92. at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
  93. at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273)
  94. at java.base/java.lang.Thread.run(Thread.java:833)
  95.  
  96. -- System Details --
  97. Details:
  98. Minecraft Version: 1.18.2
  99. Minecraft Version ID: 1.18.2
  100. Operating System: Windows 10 (amd64) version 10.0
  101. Java Version: 18, Oracle Corporation
  102. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
  103. Memory: 1882431448 bytes (1795 MiB) / 3053453312 bytes (2912 MiB) up to 6408896512 bytes (6112 MiB)
  104. CPUs: 6
  105. Processor Vendor: AuthenticAMD
  106. Processor Name: AMD Ryzen 5 2600 Six-Core Processor
  107. Identifier: AuthenticAMD Family 23 Model 8 Stepping 2
  108. Microarchitecture: Zen+
  109. Frequency (GHz): 3,40
  110. Number of physical packages: 1
  111. Number of physical CPUs: 6
  112. Number of logical CPUs: 6
  113. Graphics card #0 name: Radeon RX 580 Series
  114. Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
  115. Graphics card #0 VRAM (MB): 4095,00
  116. Graphics card #0 deviceId: 0x67df
  117. Graphics card #0 versionInfo: DriverVersion=30.0.13023.4001
  118. Memory slot #0 capacity (MB): 8192,00
  119. Memory slot #0 clockSpeed (GHz): 2,40
  120. Memory slot #0 type: DDR4
  121. Memory slot #1 capacity (MB): 8192,00
  122. Memory slot #1 clockSpeed (GHz): 2,40
  123. Memory slot #1 type: DDR4
  124. Memory slot #2 capacity (MB): 8192,00
  125. Memory slot #2 clockSpeed (GHz): 2,40
  126. Memory slot #2 type: DDR4
  127. Virtual memory max (MB): 50565,80
  128. Virtual memory used (MB): 43956,14
  129. Swap memory total (MB): 26038,75
  130. Swap memory used (MB): 6383,56
  131. JVM Flags: 8 total; -Xms1024M -Xmx6096M -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  132. Fabric Mods:
  133. ae2: Applied Energistics 2 11.0.0-alpha.1
  134. appleskin: AppleSkin 2.4.0+mc1.18.2
  135. architectury: Architectury 4.1.41
  136. blue_endless_jankson: jankson 1.2.1
  137. botania: Botania 1.18.2-430-FABRIC
  138. cardinal-components-base: Cardinal Components API (base) 4.1.3
  139. cardinal-components-entity: Cardinal Components API (entities) 4.1.3
  140. cloth-basic-math: cloth-basic-math 0.6.0
  141. cloth-config: Cloth Config v6 6.2.57
  142. cloth-utils-v1: Cloth Utils v1 2.0.54
  143. clumps: Clumps 8.0.0+7
  144. com_electronwill_night-config_core: core 3.6.3
  145. com_electronwill_night-config_toml: toml 3.6.3
  146. com_github_llamalad7_mixinextras: MixinExtras 0.0.6
  147. com_google_code_findbugs_jsr305: jsr305 3.0.2
  148. computercraft: CC: Restitched 1.100.5
  149. create: Create mc1.18.2_v0.4.1+497
  150. dripstone_fluid_lib: Dripstone Fluid Lib 1.2.0
  151. eldritch_mobs: Eldritch Mobs 1.11.0
  152. fabric: Fabric API 0.48.0+1.18.2
  153. fabric-api-base: Fabric API Base 0.4.4+d7c144a860
  154. fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.5.7+d7c144a860
  155. fabric-biome-api-v1: Fabric Biome API (v1) 8.0.3+801ec85b60
  156. fabric-command-api-v1: Fabric Command API (v1) 1.1.9+d7c144a860
  157. fabric-commands-v0: Fabric Commands (v0) 0.2.8+b4f4f6cd60
  158. fabric-containers-v0: Fabric Containers (v0) 0.1.21+d7c144a860
  159. fabric-content-registries-v0: Fabric Content Registries (v0) 3.0.2+d82b939260
  160. fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.11+3ac43d9560
  161. fabric-data-generation-api-v1: Fabric Data Generation API (v1) 2.0.7+6d3e563660
  162. fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.17+2540745460
  163. fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.8+d7c144a860
  164. fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.19+d7c144a860
  165. fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.13+d7c144a860
  166. fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13+d7c144a860
  167. fabric-item-api-v1: Fabric Item API (v1) 1.3.3+691a79b560
  168. fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.10+3ac43d9560
  169. fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.0.2+2540745460
  170. fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.11+d7c144a860
  171. fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.0.4+d1027f7d60
  172. fabric-networking-api-v1: Fabric Networking API (v1) 1.0.21+d882b91560
  173. fabric-networking-v0: Fabric Networking (v0) 0.3.8+b4f4f6cd60
  174. fabric-object-builder-api-v1: Fabric Object Builder API (v1) 2.0.3+40c91ec860
  175. fabric-particles-v1: Fabric Particles (v1) 0.2.12+526dc1ac60
  176. fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.8+0d9ab37260
  177. fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.7+d7c144a860
  178. fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 2.0.2+54e5b2ec60
  179. fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.2+d1027f7d60
  180. fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.18+2de5574560
  181. fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.14+40c91ec860
  182. fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.14+cca23f9360
  183. fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.0.0+40c91ec860
  184. fabricloader: Fabric Loader 0.13.3
  185. fake-player-api: Fake Player API 0.3.0
  186. ferritecore: FerriteCore 4.2.0
  187. fiber: fiber 0.23.0-2
  188. forge_tags: Forge Tags 2.1
  189. forgeconfigapiport: Forge Config API Port 3.2.0
  190. inventorysorter: Inventory Sorter 1.8.6-1.18
  191. java: Java HotSpot(TM) 64-Bit Server VM 18
  192. kyrptconfig: Kyrpt Config 1.4.2-1.18
  193. linkedstorage: Linked Storage 1.3.13-1.18
  194. lithium: Lithium 0.7.9
  195. milk: Milk Lib 0.3.0
  196. minecraft: Minecraft 1.18.2
  197. mm: Manningham Mills 2.3
  198. patchouli: Patchouli 1.18.2-67-FABRIC
  199. porting_lib: Porting Lib 0.2.0+1.18.2.e8a8be8
  200. reach-entity-attributes: Reach Entity Attributes 2.1.1
  201. reborncore: Reborn Core 5.2.0-beta.2
  202. registrate-fabric: Registrate for Fabric MC1.18.2-1.0.x
  203. roughlyenoughitems: Roughly Enough Items 8.0.442
  204. sound_physics_remastered: Sound Physics Remastered 1.18.2-1.0.5
  205. starlight: Starlight 1.0.2+fabric.89b8d9f
  206. step-height-entity-attribute: Step Height Entity Attribute 1.0.0
  207. team_reborn_energy: Energy 2.2.0
  208. techreborn: Tech Reborn 5.2.0-beta.2
  209. trinkets: Trinkets 3.3.0
  210. xaerominimap: Xaero's Minimap 22.5.0
  211. Server Running: true
  212. Player Count: 2 / 20; [class_3222['mtsyganov'/214, l='ServerLevel[world]', x=-9.55, y=33.00, z=34.56], class_3222['Esdman'/453, l='ServerLevel[world]', x=-9.66, y=33.00, z=36.24]]
  213. Data Packs: vanilla, Fabric Mods
  214. World Generation: Stable
  215. Is Modded: Definitely; Server brand changed to 'fabric'
  216. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement