Advertisement
Guest User

MC - Create - Error on Entity kill by deployer.

a guest
Sep 8th, 2023
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.42 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad, have a hug! <3
  3.  
  4. Time: 2023-09-08 15:57:03
  5. Description: Ticking block entity
  6.  
  7. java.lang.NullPointerException: Cannot invoke "java.util.List.forEach(java.util.function.Consumer)" because "capturedDrops" is null
  8. at com.simibubi.create.content.kinetics.deployer.DeployerHandler.activateInner(DeployerHandler.java:207)
  9. at com.simibubi.create.content.kinetics.deployer.DeployerHandler.activate(DeployerHandler.java:134)
  10. at com.simibubi.create.content.kinetics.deployer.DeployerBlockEntity.activate(DeployerBlockEntity.java:358)
  11. at com.simibubi.create.content.kinetics.deployer.DeployerBlockEntity.tick(DeployerBlockEntity.java:244)
  12. at com.simibubi.create.foundation.blockEntity.SmartBlockEntityTicker.tick(SmartBlockEntityTicker.java:15)
  13. at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
  14. at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
  15. at net.minecraft.class_1937.method_18471(class_1937.java:470)
  16. at net.minecraft.class_3218.method_18765(class_3218.java:390)
  17. at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
  18. at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
  19. at net.minecraft.class_1132.method_3748(class_1132.java:105)
  20. at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
  21. at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
  22. at java.base/java.lang.Thread.run(Thread.java:833)
  23.  
  24.  
  25. A detailed walkthrough of the error, its code path and all known details is as follows:
  26. ---------------------------------------------------------------------------------------
  27.  
  28. -- Head --
  29. Thread: Server thread
  30. Stacktrace:
  31. at com.simibubi.create.content.kinetics.deployer.DeployerHandler.activateInner(DeployerHandler.java:207)
  32. at com.simibubi.create.content.kinetics.deployer.DeployerHandler.activate(DeployerHandler.java:134)
  33. at com.simibubi.create.content.kinetics.deployer.DeployerBlockEntity.activate(DeployerBlockEntity.java:358)
  34. at com.simibubi.create.content.kinetics.deployer.DeployerBlockEntity.tick(DeployerBlockEntity.java:244)
  35. at com.simibubi.create.foundation.blockEntity.SmartBlockEntityTicker.tick(SmartBlockEntityTicker.java:15)
  36. at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
  37. at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
  38. at net.minecraft.class_1937.method_18471(class_1937.java:470)
  39. at net.minecraft.class_3218.method_18765(class_3218.java:390)
  40.  
  41. -- Block entity being ticked --
  42. Details:
  43. Name: create:deployer // com.simibubi.create.content.kinetics.deployer.DeployerBlockEntity
  44. Block: Block{create:deployer}[axis_along_first=false,facing=west]
  45. Block location: World: (40,89,-60), Section: (at 8,9,4 in 2,5,-4; chunk contains blocks 32,-64,-64 to 47,319,-49), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
  46. Block: Block{create:deployer}[axis_along_first=false,facing=west]
  47. Block location: World: (40,89,-60), Section: (at 8,9,4 in 2,5,-4; chunk contains blocks 32,-64,-64 to 47,319,-49), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
  48. Stacktrace:
  49. at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:662)
  50. at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:716)
  51. at net.minecraft.class_1937.method_18471(class_1937.java:470)
  52. at net.minecraft.class_3218.method_18765(class_3218.java:390)
  53. at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
  54. at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
  55. at net.minecraft.class_1132.method_3748(class_1132.java:105)
  56. at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
  57. at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
  58. at java.base/java.lang.Thread.run(Thread.java:833)
  59.  
  60. -- Affected level --
  61. Details:
  62. All players: 1 total; [class_3222['Komodorin'/339, l='ServerLevel[New World]', x=39.23, y=92.49, z=-58.02]]
  63. Chunk stats: 4761
  64. Level dimension: minecraft:overworld
  65. Level spawn location: World: (16,90,-48), Section: (at 0,10,0 in 1,5,-3; chunk contains blocks 16,-64,-48 to 31,319,-33), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
  66. Level time: 5077 game time, 5077 day time
  67. Level name: New World
  68. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  69. Level weather: Rain time: 87028 (now: false), thunder time: 174770 (now: false)
  70. Known server brands: fabric
  71. Removed feature flags:
  72. Level was modded: true
  73. Level storage version: 0x04ABD - Anvil
  74. Stacktrace:
  75. at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
  76. at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
  77. at net.minecraft.class_1132.method_3748(class_1132.java:105)
  78. at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
  79. at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
  80. at java.base/java.lang.Thread.run(Thread.java:833)
  81.  
  82. -- System Details --
  83. Details:
  84. Minecraft Version: 1.20.1
  85. Minecraft Version ID: 1.20.1
  86. Operating System: Windows 10 (amd64) version 10.0
  87. Java Version: 17.0.1, Oracle Corporation
  88. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
  89. Memory: 3093196736 bytes (2949 MiB) / 5939134464 bytes (5664 MiB) up to 12582912000 bytes (12000 MiB)
  90. CPUs: 20
  91. Processor Vendor: GenuineIntel
  92. Processor Name: Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz
  93. Identifier: Intel64 Family 6 Model 165 Stepping 5
  94. Microarchitecture: unknown
  95. Frequency (GHz): 3.70
  96. Number of physical packages: 1
  97. Number of physical CPUs: 10
  98. Number of logical CPUs: 20
  99. Graphics card #0 name: NVIDIA GeForce RTX 3080
  100. Graphics card #0 vendor: NVIDIA (0x10de)
  101. Graphics card #0 VRAM (MB): 4095.00
  102. Graphics card #0 deviceId: 0x220a
  103. Graphics card #0 versionInfo: DriverVersion=31.0.15.3667
  104. Graphics card #1 name: NVIDIA GeForce RTX 3080
  105. Graphics card #1 vendor: NVIDIA (0x10de)
  106. Graphics card #1 VRAM (MB): 4095.00
  107. Graphics card #1 deviceId: 0x2216
  108. Graphics card #1 versionInfo: DriverVersion=31.0.15.3667
  109. Memory slot #0 capacity (MB): 16384.00
  110. Memory slot #0 clockSpeed (GHz): 2.13
  111. Memory slot #0 type: DDR4
  112. Memory slot #1 capacity (MB): 16384.00
  113. Memory slot #1 clockSpeed (GHz): 2.13
  114. Memory slot #1 type: DDR4
  115. Memory slot #2 capacity (MB): 16384.00
  116. Memory slot #2 clockSpeed (GHz): 2.13
  117. Memory slot #2 type: DDR4
  118. Memory slot #3 capacity (MB): 16384.00
  119. Memory slot #3 clockSpeed (GHz): 2.13
  120. Memory slot #3 type: DDR4
  121. Virtual memory max (MB): 70831.71
  122. Virtual memory used (MB): 52712.34
  123. Swap memory total (MB): 5376.00
  124. Swap memory used (MB): 206.88
  125. JVM Flags: 7 total; -XX:ParallelGCThreads=20 -XX:+UnlockExperimentalVMOptions -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx12000m
  126. Fabric Mods:
  127. create: Create 0.5.1-d-build.1161+mc1.20.1
  128. com_electronwill_night-config_core: core 3.6.3
  129. com_electronwill_night-config_toml: toml 3.6.3
  130. com_google_code_findbugs_jsr305: jsr305 3.0.2
  131. flywheel: Flywheel 0.6.9-1
  132. forgeconfigapiport: Forge Config API Port 8.0.0
  133. milk: Milk Lib 1.2.60
  134. dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
  135. porting_lib_accessors: Porting Lib Accessors 2.1.1127+1.20
  136. porting_lib_base: Porting Lib Base 2.1.1127+1.20
  137. porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.1127+1.20
  138. porting_lib_utility: Porting Lib Utility 2.1.1127+1.20
  139. porting_lib_brewing: Porting Lib Brewing 2.1.1127+1.20
  140. porting_lib_client_events: Porting Lib Client Events 2.1.1127+1.20
  141. porting_lib_entity: Porting Lib Entity 2.1.1127+1.20
  142. porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.1.1127+1.20
  143. porting_lib_extensions: Porting Lib Extensions 2.1.1127+1.20
  144. porting_lib_fake_players: Porting Lib Fake Players 2.1.1127+1.20
  145. porting_lib_models: Porting Lib Models 2.1.1127+1.20
  146. porting_lib_model_loader: Porting Lib Model Loader 2.1.1127+1.20
  147. porting_lib_networking: Porting Lib Networking 2.1.1127+1.20
  148. porting_lib_obj_loader: Porting Lib Obj Loader 2.1.1127+1.20
  149. porting_lib_attributes: Porting Lib Attributes 2.1.1127+1.20
  150. porting_lib_common: Porting Lib Common 2.1.1127+1.20
  151. porting_lib_tags: Porting Lib Tags 3.0
  152. porting_lib_tool_actions: Porting Lib Tool Actions 2.1.1127+1.20
  153. com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.8
  154. porting_lib_core: Porting Lib Core 2.1.1127+1.20
  155. porting_lib_gametest: Porting Lib GameTest 2.1.1127+1.20
  156. porting_lib_transfer: Porting Lib Transfer 2.1.1127+1.20
  157. reach-entity-attributes: Reach Entity Attributes 2.4.0
  158. registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1
  159. porting_lib_data: Porting Lib Data 2.1.1090+1.20
  160. porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
  161. porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20
  162. createoreexcavation: Create Ore Excavation 1.3.0
  163. chunk-storage-api-fabric: Chunk Storage Api Fabric 1.0.3
  164. fabric-api: Fabric API 0.88.1+1.20.1
  165. fabric-api-base: Fabric API Base 0.4.30+7abfd51577
  166. fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.35+4d8536c977
  167. fabric-biome-api-v1: Fabric Biome API (v1) 13.0.10+b3afc78b77
  168. fabric-block-api-v1: Fabric Block API (v1) 1.0.10+92a0d36777
  169. fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.0+92a0d36777
  170. fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.40+b3afc78b77
  171. fabric-client-tags-api-v1: Fabric Client Tags 1.1.1+97bb207577
  172. fabric-command-api-v1: Fabric Command API (v1) 1.2.33+f71b366f77
  173. fabric-command-api-v2: Fabric Command API (v2) 2.2.12+b3afc78b77
  174. fabric-commands-v0: Fabric Commands (v0) 0.2.50+df3654b377
  175. fabric-containers-v0: Fabric Containers (v0) 0.1.63+df3654b377
  176. fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.9+b3afc78b77
  177. fabric-convention-tags-v1: Fabric Convention Tags 1.5.4+a1a980da77
  178. fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.18+aeb40ebe77
  179. fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.2.2+1e61dba177
  180. fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.53+8536527b77
  181. fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.22+b3afc78b77
  182. fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.1+e91849a877
  183. fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.62+df3654b377
  184. fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.38+b04edc7a77
  185. fabric-item-api-v1: Fabric Item API (v1) 2.1.27+b3afc78b77
  186. fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.10+23d9108177
  187. fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.36+fb8d95da77
  188. fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.34+df3654b377
  189. fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.21+b3afc78b77
  190. fabric-loot-api-v2: Fabric Loot API (v2) 1.1.39+b3afc78b77
  191. fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.43+9e7660c677
  192. fabric-message-api-v1: Fabric Message API (v1) 5.1.7+3265161977
  193. fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.49+b3afc78b77
  194. fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.2+709a987177
  195. fabric-models-v0: Fabric Models (v0) 0.4.1+9386d8a777
  196. fabric-networking-api-v1: Fabric Networking API (v1) 1.3.10+eeb8eb3677
  197. fabric-networking-v0: Fabric Networking (v0) 0.3.50+df3654b377
  198. fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.1+6beca84877
  199. fabric-particles-v1: Fabric Particles (v1) 1.1.1+201a23a077
  200. fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.20+b3afc78b77
  201. fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.2+4df89eb277
  202. fabric-renderer-api-v1: Fabric Renderer API (v1) 3.1.3+92a0d36777
  203. fabric-renderer-indigo: Fabric Renderer - Indigo 1.4.3+6bdb2ed077
  204. fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.45+df3654b377
  205. fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.36+92a0d36777
  206. fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.27+b3afc78b77
  207. fabric-rendering-v0: Fabric Rendering (v0) 1.1.48+df3654b377
  208. fabric-rendering-v1: Fabric Rendering (v1) 3.0.7+b3afc78b77
  209. fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.5+ea08f9d877
  210. fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.9+132c48c177
  211. fabric-screen-api-v1: Fabric Screen API (v1) 2.0.7+b3afc78b77
  212. fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.29+b3afc78b77
  213. fabric-sound-api-v1: Fabric Sound API (v1) 1.0.12+b3afc78b77
  214. fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.1+195226a777
  215. fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.0+6c31357e77
  216. fabricloader: Fabric Loader 0.14.22
  217. java: Java HotSpot(TM) 64-Bit Server VM 17
  218. minecraft: Minecraft 1.20.1
  219. railways: Create: Steam 'n' Rails 1.5.0+fabric-mc1.20.1-build.15
  220. mm: Manningham Mills 2.3
  221. Flywheel Backend: GL33 Instanced Arrays
  222. Server Running: true
  223. Player Count: 1 / 8; [class_3222['Komodorin'/339, l='ServerLevel[New World]', x=39.23, y=92.49, z=-58.02]]
  224. Data Packs: vanilla, fabric
  225. Enabled Feature Flags: minecraft:vanilla
  226. World Generation: Stable
  227. Type: Integrated Server (map_client.txt)
  228. Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
  229. Launched Version: 1.20.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement