Advertisement
Guest User

Untitled

a guest
Apr 29th, 2022
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.32 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 4/29/22, 3:23 PM
  5. Description: Ticking block entity
  6.  
  7. java.lang.IllegalArgumentException: Amount may not be negative, but it is: -3564
  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.server.MinecraftServer.method_3748(MinecraftServer.java:851)
  26. at net.minecraft.class_1132.method_3748(class_1132.java:97)
  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:glass_fluid_pipe // com.simibubi.create.content.contraptions.fluids.pipes.StraightPipeTileEntity
  58. Block: Block{create:glass_fluid_pipe}[alt=false,axis=x,waterlogged=false]
  59. Block location: World: (-101,33,-78), Section: (at 11,1,2 in -7,2,-5; chunk contains blocks -112,0,-80 to -97,255,-65), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  60. Block: Block{create:glass_fluid_pipe}[alt=false,axis=x,waterlogged=false]
  61. Block location: World: (-101,33,-78), Section: (at 11,1,2 in -7,2,-5; chunk contains blocks -112,0,-80 to -97,255,-65), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  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.server.MinecraftServer.method_3748(MinecraftServer.java:851)
  69. at net.minecraft.class_1132.method_3748(class_1132.java:97)
  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: 1 total; [class_3222['HoJoWie'/88, l='ServerWorld minecraft:the_nether New World', x=-102.61, y=33.97, z=-77.42]]
  77. Chunk stats: 2125
  78. Level dimension: minecraft:the_nether
  79. Derived: true
  80. Level spawn location: World: (0,-60,0), Section: (at 0,4,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: 20189 game time, 20189 day time
  82. Level name: New World
  83. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  84. Level weather: Rain time: 132504 (now: false), thunder time: 26236 (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.server.MinecraftServer.method_3748(MinecraftServer.java:851)
  91. at net.minecraft.class_1132.method_3748(class_1132.java:97)
  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: 17.0.1, Eclipse Adoptium
  102. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
  103. Memory: 15649074496 bytes (14924 MiB) / 17179869184 bytes (16384 MiB) up to 17179869184 bytes (16384 MiB)
  104. CPUs: 12
  105. Processor Vendor: GenuineIntel
  106. Processor Name: Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz
  107. Identifier: Intel64 Family 6 Model 158 Stepping 10
  108. Microarchitecture: unknown
  109. Frequency (GHz): 3.19
  110. Number of physical packages: 1
  111. Number of physical CPUs: 6
  112. Number of logical CPUs: 12
  113. Graphics card #0 name: NVIDIA GeForce RTX 2070 SUPER
  114. Graphics card #0 vendor: NVIDIA (0x10de)
  115. Graphics card #0 VRAM (MB): 4095.00
  116. Graphics card #0 deviceId: 0x1e84
  117. Graphics card #0 versionInfo: DriverVersion=30.0.15.1179
  118. Memory slot #0 capacity (MB): 16384.00
  119. Memory slot #0 clockSpeed (GHz): 2.67
  120. Memory slot #0 type: DDR4
  121. Memory slot #1 capacity (MB): 16384.00
  122. Memory slot #1 clockSpeed (GHz): 2.67
  123. Memory slot #1 type: DDR4
  124. Virtual memory max (MB): 50053.92
  125. Virtual memory used (MB): 30608.95
  126. Swap memory total (MB): 17408.00
  127. Swap memory used (MB): 89.95
  128. JVM Flags: 20 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7643m -Xms7643m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms16G -Xmx16G -Xmn512m -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:+ParallelRefProcEnabled -XX:+PerfDisableSharedMem -XX:-UsePerfData -XX:MaxGCPauseMillis=200 -XX:ParallelGCThreads=8 -XX:ConcGCThreads=2 -XX:+UseG1GC -XX:InitiatingHeapOccupancyPercent=50 -XX:G1HeapRegionSize=1 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=8
  129. Fabric Mods:
  130. architectury: Architectury 4.2.50
  131. armorposer: Armor Poser 1.0.3
  132. autoclicker-fabric: Auto Clicker 1.18-1.3.0-build.16
  133. autofish: Autofish 0.9.4
  134. balm-fabric: Balm 3.0.0+0
  135. beenfo: Beenfo 1.18.2-fabric0.47.10-1.3.3
  136. better_loading_screen: Better Loading Screen 1.4.0
  137. betterf3: BetterF3 1.2.4
  138. blue_endless_jankson: jankson 1.2.1
  139. cardinal-components-base: Cardinal Components API (base) 4.0.1
  140. cardinal-components-block: Cardinal Components API (blocks) 4.0.1
  141. cardinal-components-entity: Cardinal Components API (entities) 4.0.1
  142. cardinal-components-item: Cardinal Components API (items) 4.0.1
  143. cherishedworlds: Cherished Worlds 2.0.1-1.18
  144. chiselsandbits: Chisels & Bits 1.2.85
  145. cleancut: CleanCut 1.18-4.0-fabric
  146. clienttweaks: Client Tweaks 7.1.0
  147. cloth-basic-math: cloth-basic-math 0.6.0
  148. cloth-config: Cloth Config v6 6.2.57
  149. coat: Coat 1.0.0-beta.17+mc1.18.2
  150. com_electronwill_night-config_core: core 3.6.3
  151. com_electronwill_night-config_toml: toml 3.6.3
  152. com_github_llamalad7_mixinextras: mixinextras 0.0.8
  153. com_google_code_findbugs_jsr305: jsr305 3.0.2
  154. completeconfig: CompleteConfig 1.4.0
  155. continuity: Continuity 1.1.0+1.18.2
  156. create: Create mc1.18.2_v0.4.1+530
  157. crowdin-translate: CrowdinTranslate 1.4+1.18.2
  158. customfov: Custom FoV 1.4.1-1.18.1
  159. customizableelytra: Customizable Elytra 1.5.3-1.18
  160. debugify: Debugify 1.9.0
  161. dripstone_fluid_lib: Dripstone Fluid Lib 1.2.0
  162. entityoutliner: Entity Outliner 1.2.1
  163. fabric: Fabric API 0.51.1+1.18.2
  164. fabric-api-base: Fabric API Base 0.4.4+d7c144a860
  165. fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.0+2373a54560
  166. fabric-biome-api-v1: Fabric Biome API (v1) 8.0.4+7b0f312660
  167. fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.12+3ac43d9560
  168. fabric-command-api-v1: Fabric Command API (v1) 1.1.9+d7c144a860
  169. fabric-commands-v0: Fabric Commands (v0) 0.2.8+b4f4f6cd60
  170. fabric-containers-v0: Fabric Containers (v0) 0.1.21+d7c144a860
  171. fabric-content-registries-v0: Fabric Content Registries (v0) 3.0.3+d82b939260
  172. fabric-convention-tags-v1: Fabric Convention Tags 1.0.1+474e4f7960
  173. fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.11+3ac43d9560
  174. fabric-data-generation-api-v1: Fabric Data Generation API (v1) 2.0.7+6d3e563660
  175. fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.17+2540745460
  176. fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.8+d7c144a860
  177. fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.19+d7c144a860
  178. fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.14+d7c144a860
  179. fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13+d7c144a860
  180. fabric-item-api-v1: Fabric Item API (v1) 1.4.0+4457765560
  181. fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.11+91896a4960
  182. fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.12+54e5b2ec60
  183. fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.10+b4f4f6cd60
  184. fabric-language-kotlin: Fabric Language Kotlin 1.7.4+kotlin.1.6.21
  185. fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.0.3+2d83e92c60
  186. fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.11+d7c144a860
  187. fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.0+81ea5b3c60
  188. fabric-models-v0: Fabric Models (v0) 0.3.6+d7c144a860
  189. fabric-networking-api-v1: Fabric Networking API (v1) 1.0.21+d882b91560
  190. fabric-networking-v0: Fabric Networking (v0) 0.3.8+b4f4f6cd60
  191. fabric-object-builder-api-v1: Fabric Object Builder API (v1) 2.1.0+fe4ddef060
  192. fabric-particles-v1: Fabric Particles (v1) 0.2.12+526dc1ac60
  193. fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.8+0d9ab37260
  194. fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.13+d882b91560
  195. fabric-renderer-indigo: Fabric Renderer - Indigo 0.5.0+7faf0d8860
  196. fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.11+b4f4f6cd60
  197. fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.7+d7c144a860
  198. fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 2.0.2+54e5b2ec60
  199. fabric-rendering-v0: Fabric Rendering (v0) 1.1.13+b4f4f6cd60
  200. fabric-rendering-v1: Fabric Rendering (v1) 1.10.7+54e5b2ec60
  201. fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.3+91b7aa6660
  202. fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.18+2de5574560
  203. fabric-screen-api-v1: Fabric Screen API (v1) 1.0.10+d882b91560
  204. fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.0+1f6558e860
  205. fabric-textures-v0: Fabric Textures (v0) 1.0.12+3ac43d9560
  206. fabric-transfer-api-v1: Fabric Transfer API (v1) 1.6.0+2373a54560
  207. fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.0.0+bd8a4a1860
  208. fabrication: Fabrication 2.3.1-exp3
  209. fabricloader: Fabric Loader 0.14.3
  210. fake-player-api: Fake Player API 0.3.0
  211. flywheel: Flywheel 1.18-0.6.2.25
  212. forge_tags: Forge Tags 2.1
  213. forgeconfigapiport: Forge Config API Port 3.2.0
  214. fps: FPS Monitor 1.18-1.2.1-Fabric
  215. gbfabrictools: GBfabrictools 1.3.4+1.18.2
  216. hctm-base: HCTM Base 3.8.0
  217. horsestatsvanilla: Horse Stats Vanilla 4.1.10
  218. imm_ptl_core: Immersive Portals Core 1.3.6
  219. immersive_portals: Immersive Portals 1.3.6
  220. indium: Indium 1.0.3+mc1.18.2
  221. interactic: Interactic 0.1.10+1.18
  222. iris: Iris 1.2.4-build.38
  223. jankson: Jankson 4.0.0+j1.2.0
  224. java: OpenJDK 64-Bit Server VM 17
  225. kirin: Kirin UI 1.10.0
  226. lambdynlights: LambDynamicLights 2.1.0+1.17
  227. libaddict: libaddict 0.3.0
  228. libgui: LibGui 5.0.0-beta.2+1.18-rc1
  229. libninepatch: LibNinePatch 1.1.0
  230. lightoverlay: Light Overlay 6.0.5
  231. lithium: Lithium 0.7.9
  232. milk: Milk Lib 0.3.0
  233. minecraft: Minecraft 1.18.2
  234. mm: Manningham Mills 2.3
  235. modmenu: Mod Menu 3.2.1
  236. noindium: No Indium? 1.0.1+1.18.2
  237. omega-config: OmegaConfig 1.2.3-1.18.1
  238. org_anarres_jcpp: jcpp 1.4.14
  239. org_aperlambda_lambdajcommon: lambdajcommon 1.8.1
  240. org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.6.21
  241. org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.6.21
  242. org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.6.21
  243. org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.6.21
  244. org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.1
  245. org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.1
  246. org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.2
  247. org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.2
  248. org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.2
  249. org_joml_joml: joml 1.10.2
  250. phosphor: Phosphor 0.8.1
  251. polymorph: Polymorph 0.0.20-1.18.2
  252. porting_lib: Porting Lib 0.2.0+1.18.2.2e6c4b3
  253. presencefootsteps: Presence Footsteps 1.5.0
  254. pride: Pride Lib 1.1.0+1.17
  255. q_misc_util: QMiscUtil 1.3.6
  256. qcommon-cfg-core: qcommon-cfg-core 3.3.0
  257. qcommon-croco: Croco 2.1.1
  258. raised: Raised 1.0.7
  259. randomblockplacement: RandomBlockPlacement 1.18.2-fabric0.47.10-1.1.2
  260. reach-entity-attributes: Reach Entity Attributes 2.1.1
  261. registrate-fabric: Registrate for Fabric MC1.18.2-1.0.x
  262. roughlyenoughitems: Roughly Enough Items 8.1.457
  263. rpg-hud: RPG-Hud 3.9.2
  264. rswires: RSWires 4.13.0
  265. smoothboot: Smooth Boot 1.18.2-1.7.0
  266. sodium: Sodium 0.4.1+build.15
  267. sound_physics_remastered: Sound Physics Remastered 1.18.2-1.0.5
  268. spruceui: SpruceUI 3.3.0+1.17
  269. tweed4_annotated: tweed4_annotated 1.3.0
  270. tweed4_base: tweed4_base 1.5.0+mc1.18.2
  271. tweed4_data: tweed4_data 1.2.1+mc1.18.2
  272. tweed4_data_hjson: tweed4_data_hjson 1.1.0
  273. tweed4_tailor_coat: tweed4_tailor_coat 1.1.2+mc1.18.2
  274. tweed4_tailor_screen: tweed4_tailor_screen 1.1.1+mc1.18.2
  275. wandering_collector: Wandering Collector 1.1.2+mc1.18.2
  276. xaeroworldmap: Xaero's World Map 1.20.7
  277. Loaded Shaderpack: ComplementaryShaders_v4.4.zip
  278. Profile: Custom (+34 options changed by user)
  279. Flywheel Backend: Off
  280. Server Running: true
  281. Player Count: 1 / 8; [class_3222['HoJoWie'/88, l='ServerWorld minecraft:the_nether New World', x=-102.61, y=33.97, z=-77.42]]
  282. Data Packs: vanilla, Fabric Mods
  283. World Generation: Stable
  284. Type: Integrated Server (map_client.txt)
  285. Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement