Create

Create

86M Downloads

net.minecraft.ReportedException: Ticking block entity - Crash Server

Mr666dd opened this issue ยท 6 comments

commented

Describe the Bug

[16:48:30] [Server thread/INFO] [minecraft/DedicatedServer]: Done (7.777s)! For help, type "help"
[16:48:30] [Server thread/INFO] [ne.mi.se.pe.PermissionAPI/]: Successfully initialized permission handler forge:default_handler
[16:48:30] [Server thread/INFO] [ne.st.in.Incendium/]: Thanks for choosing Incendium!
[16:48:30] [Server thread/INFO] [mc.mo.wa.co.PluginConfig/]: [WTHIT] Plugin config reloaded
[16:48:30] [Server thread/INFO] [co.dr.cr.CreateTFMG/]: YEEEHAAW
[16:48:30] [Server thread/INFO] [co.ma.de.DesignDecor/]: :3
[16:48:30] [Server thread/INFO] [immersiveengineering/]: Couldn't fully analyze 1 radiator, missing knowledge for {1 water_bucket=0.25}
[16:48:30] [Server thread/INFO] [immersiveengineering/]: Couldn't fully analyze 1 chainmail_backtank, missing knowledge for {1 chainmail_chestplate=1.0}
[16:48:30] [Server thread/INFO] [immersiveengineering/]: Couldn't fully analyze 1 leather_backtank, missing knowledge for {1 leather_chestplate=1.0}
[16:48:30] [Server thread/INFO] [immersiveengineering/]: Couldn't fully analyze 1 diamond_backtank, missing knowledge for {1 diamond_chestplate=1.0}
[16:48:30] [Server thread/INFO] [immersiveengineering/]: Finished recipe profiler for Arc Recycling, took 95 milliseconds
[16:48:43] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@323c06c0
[16:48:43] [Server thread/INFO] [minecraft/PlayerList]: 666dd[/x.x.x.x:xxxxx] logged in with entity id 127 at (-915.1683325166531, 103.0, -139.55747705883104)
[16:48:44] [Server thread/INFO] [minecraft/MinecraftServer]: 666dd joined the game
[16:48:44] [Netty Epoll Server IO #1/INFO] [immersiveengineering/]: Recipes for potions: minecraft:water, minecraft:poison, minecraft:strong_poison, minecraft:regeneration, minecraft:long_regeneration, minecraft:slow_falling, minecraft:long_invisibility, minecraft:long_strength, minecraft:strong_healing, minecraft:strong_slowness, minecraft:long_water_breathing, minecraft:night_vision, minecraft:invisibility, minecraft:water_breathing, minecraft:strength, minecraft:weakness, minecraft:long_weakness, minecraft:awkward, minecraft:strong_leaping, minecraft:long_slowness, minecraft:long_poison, minecraft:turtle_master, minecraft:long_leaping, minecraft:strong_swiftness, minecraft:harming, minecraft:slowness, minecraft:long_turtle_master, minecraft:swiftness, minecraft:strong_turtle_master, minecraft:strong_harming, minecraft:long_fire_resistance, minecraft:healing, minecraft:strong_regeneration, minecraft:leaping, minecraft:long_night_vision, minecraft:fire_resistance, minecraft:long_swiftness, minecraft:strong_strength, minecraft:long_slow_falling
[16:48:46] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 2497ms or 49 ticks behind
[16:48:48] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
net.minecraft.ReportedException: Ticking block entity
        at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:870) ~[server-1.19.2-20220805.130853-srg.jar%23223!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
        at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:292) ~[server-1.19.2-20220805.130853-srg.jar%23223!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:blueprint.mixins.json:DedicatedServerMixin,pl:mixin:A}
        at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:806) ~[server-1.19.2-20220805.130853-srg.jar%23223!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
        at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:654) ~[server-1.19.2-20220805.130853-srg.jar%23223!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
        at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[server-1.19.2-20220805.130853-srg.jar%23223!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
        at java.lang.Thread.run(Thread.java:840) [?:?] {}
Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraftforge.items.IItemHandlerModifiable.getSlots()" because "this.wrapped" is null
        at com.simibubi.create.foundation.item.ItemHandlerWrapper.getSlots(ItemHandlerWrapper.java:16) ~[create-1.19.2-0.5.1.f.jar%23175!/:0.5.1.f] {re:classloading}
        at com.simibubi.create.foundation.item.ItemHelper.extract(ItemHelper.java:169) ~[create-1.19.2-0.5.1.f.jar%23175!/:0.5.1.f] {re:classloading}
        at com.simibubi.create.content.logistics.chute.ChuteBlockEntity.handleInput(ChuteBlockEntity.java:350) ~[create-1.19.2-0.5.1.f.jar%23175!/:0.5.1.f] {re:classloading}
        at com.simibubi.create.content.logistics.chute.ChuteBlockEntity.handleInputFromAbove(ChuteBlockEntity.java:331) ~[create-1.19.2-0.5.1.f.jar%23175!/:0.5.1.f] {re:classloading}
        at com.simibubi.create.content.logistics.chute.ChuteBlockEntity.tick(ChuteBlockEntity.java:154) ~[create-1.19.2-0.5.1.f.jar%23175!/:0.5.1.f] {re:classloading}
        at com.simibubi.create.foundation.blockEntity.SmartBlockEntityTicker.m_155252_(SmartBlockEntityTicker.java:15) ~[create-1.19.2-0.5.1.f.jar%23175!/:0.5.1.f] {re:classloading}
        at net.minecraft.world.level.chunk.LevelChunk$BoundTickingBlockEntity.m_142224_(LevelChunk.java:687) ~[server-1.19.2-20220805.130853-srg.jar%23223!/:?] {re:classloading}
        at net.minecraft.world.level.chunk.LevelChunk$RebindableTickingBlockEntityWrapper.m_142224_(LevelChunk.java:780) ~[server-1.19.2-20220805.130853-srg.jar%23223!/:?] {re:classloading}
        at net.minecraft.world.level.Level.m_46463_(Level.java:446) ~[server-1.19.2-20220805.130853-srg.jar%23223!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:aether.mixins.json:common.accessor.LevelAccessor,pl:mixin:APP:create_new_age.mixins.json:LevelMixin,pl:mixin:APP:valkyrienskies-common.mixins.json:feature.clip_replace.MixinLevel,pl:mixin:APP:valkyrienskies-common.mixins.json:feature.get_entities.MixinLevel,pl:mixin:APP:valkyrienskies-common.mixins.json:feature.world_border.MixinLevel,pl:mixin:APP:valkyrienskies-common.mixins.json:world.level.MixinLevel,pl:mixin:A}
        at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:331) ~[server-1.19.2-20220805.130853-srg.jar%23223!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:aether.mixins.json:common.accessor.ServerLevelAccessor,pl:mixin:APP:ritchiesprojectilelib.mixins.json:ServerLevelMixin,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:valkyrienskies-common.mixins.json:feature.shipyard_entities.MixinServerLevel,pl:mixin:APP:valkyrienskies-common.mixins.json:server.world.MixinServerLevel,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor,pl:mixin:A}
        at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:866) ~[server-1.19.2-20220805.130853-srg.jar%23223!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
        ... 5 more
[16:48:48] [Server thread/FATAL] [ne.mi.co.ForgeMod/]: Preparing crash report with UUID a09ebfd2-7d6c-45a2-8641-2b26a047fc73
[16:48:48] [Server thread/ERROR] [minecraft/MinecraftServer]: This crash report has been saved to: /home/container/./crash-reports/crash-2024-04-08_16.48.48-server.txt
[16:48:48] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server

Reproduction Steps

  1. Start the server
  2. Join to this server

Expected Result

The server booted up, I logged in and this error crashes the server. It was expected that everything would work without errors.

Screenshots and Videos

image

Crash Report or Log

https://gist.github.com/Mr666dd/eeb4e60b09b068c54ed36698f545aae3

Operating System

Server: Debian 11 "bullseye"; Client: Windows 11

Mod Version

0.5.1f

Minecraft Version

1.19.2

Forge Version

Server: 43.3.0; Client: 43.3.5

Other Mods

Mod List: 
		supermartijn642configlib-1.1.8-forge-mc1.19.jar   |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.8               |DONE      |Manifest: NOSIGNATURE
		scena-forge-1.0.95.jar                            |Scena                         |scena                         |1.0.95              |DONE      |Manifest: NOSIGNATURE
		botarium-forge-1.19.2-1.9.2.jar                   |Botarium                      |botarium                      |1.9.2               |DONE      |Manifest: NOSIGNATURE
		player-animation-lib-forge-0.2.0.jar              |Player Animator               |playeranimator                |0.2.0               |DONE      |Manifest: NOSIGNATURE
		aether-1.19.2-1.3.1-forge.jar                     |The Aether                    |aether                        |1.19.2-1.3.1-forge  |DONE      |Manifest: NOSIGNATURE
		Incendium_1.19.3_v5.1.6.jar                       |Incendium                     |incendium                     |5.1.6               |DONE      |Manifest: NOSIGNATURE
		create_jetpack-forge-3.3.1.jar                    |Create Jetpack                |create_jetpack                |3.3.1               |DONE      |Manifest: NOSIGNATURE
		ritchiesprojectilelib-1.0.0-40ef15b+1.19.2-forge.j|Ritchie's Projectile Library  |ritchiesprojectilelib         |1.0.0-40ef15b+1.19.2|DONE      |Manifest: NOSIGNATURE
		mixinextras-forge-0.2.0-beta.9.jar                |MixinExtras                   |mixinextras                   |0.2.0-beta.9        |DONE      |Manifest: NOSIGNATURE
		create_dragon_lib-1.19.2-1.2.3.jar                |Create: Dragon Lib            |create_dragon_lib             |1.2.3               |DONE      |Manifest: NOSIGNATURE
		steam_rails-1.5.3forge-mc1.19.2.jar               |Create: Steam 'n' Rails       |railways                      |1.5.3+forge-mc1.19.2|DONE      |Manifest: NOSIGNATURE
		create-new-age-forge-1.19.2-1.1.2.jar             |Create: New Age               |create_new_age                |1.1.2               |DONE      |Manifest: NOSIGNATURE
		interiors-0.5.2mc1.19.2-forge.jar                 |Create: Interiors             |interiors                     |0.5.2               |DONE      |Manifest: NOSIGNATURE
		cloth-config-8.3.115-forge.jar                    |Cloth Config v8 API           |cloth_config                  |8.3.115             |DONE      |Manifest: NOSIGNATURE
		farmersdelight-1.19.2-1.2.4.jar                   |Farmer's Delight              |farmersdelight                |1.19.2-1.2.4        |DONE      |Manifest: NOSIGNATURE
		supermartijn642corelib-1.1.17-forge-mc1.19.2.jar  |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.1.17              |DONE      |Manifest: NOSIGNATURE
		bendy-lib-forge-2.1.1.jar                         |Bendy lib                     |bendylib                      |2.1.1               |DONE      |Manifest: NOSIGNATURE
		wthit-forge-5.19.3-1.19.2.jar                     |wthit                         |wthit                         |5.19.3              |DONE      |Manifest: NOSIGNATURE
		curios-forge-1.19.2-5.1.4.1.jar                   |Curios API                    |curios                        |1.19.2-5.1.4.1      |DONE      |Manifest: NOSIGNATURE
		OreExcavation-1.11.166-1.19.2.jar                 |OreExcavation                 |oreexcavation                 |1.11.166            |DONE      |Manifest: NOSIGNATURE
		FramedBlocks-6.8.6-1.19.2.jar                     |FramedBlocks                  |framedblocks                  |6.8.6               |DONE      |Manifest: NOSIGNATURE
		cumulus_menus-1.19.2-1.0.0-forge.jar              |Cumulus                       |cumulus_menus                 |1.19.2-1.0.0-forge  |DONE      |Manifest: NOSIGNATURE
		architectury-6.6.92-forge.jar                     |Architectury                  |architectury                  |6.6.92              |DONE      |Manifest: NOSIGNATURE
		createindustry-0.8.0b-1.19.2.jar                  |Create: The Factory Must Grow |createindustry                |0.8.0b              |DONE      |Manifest: NOSIGNATURE
		Adorn-3.9.1+1.19.2-forge.jar                      |Adorn                         |adorn                         |3.9.1+1.19.2        |DONE      |Manifest: NOSIGNATURE
		flightlib-forge-1.2.0.jar                         |Flight Lib                    |flightlib                     |1.2.0               |DONE      |Manifest: NOSIGNATURE
		nitrogen_internals-1.19.2-1.0.3-forge.jar         |Nitrogen                      |nitrogen_internals            |1.19.2-1.0.3-forge  |DONE      |Manifest: NOSIGNATURE
		geckolib-forge-1.19-3.1.40.jar                    |GeckoLib                      |geckolib3                     |3.1.40              |DONE      |Manifest: NOSIGNATURE
		createteleporters2-1.19.2.jar                     |Create Teleporters            |createteleporters             |0.6.1               |DONE      |Manifest: NOSIGNATURE
		BetterAdvancements-1.19.2-0.3.0.148.jar           |Better Advancements           |betteradvancements            |0.3.0.148           |DONE      |Manifest: NOSIGNATURE
		createbigcannons-forge-1.19.2-0.5.3.b.jar         |Create Big Cannons            |createbigcannons              |0.5.3.b-nightly-4ab9|DONE      |Manifest: NOSIGNATURE
		rechiseled-1.1.5c-forge-mc1.19.2.jar              |Rechiseled                    |rechiseled                    |1.1.5c              |DONE      |Manifest: NOSIGNATURE
		jei-1.19.2-forge-11.6.0.1019.jar                  |Just Enough Items             |jei                           |11.6.0.1019         |DONE      |Manifest: NOSIGNATURE
		Clumps-forge-1.19.2-9.0.0+14.jar                  |Clumps                        |clumps                        |9.0.0+14            |DONE      |Manifest: NOSIGNATURE
		journeymap-1.19.2-5.9.8-forge.jar                 |Journeymap                    |journeymap                    |5.9.8               |DONE      |Manifest: NOSIGNATURE
		travelersbackpack-forge-1.19.2-8.2.39.jar         |Traveler's Backpack           |travelersbackpack             |8.2.39              |DONE      |Manifest: NOSIGNATURE
		NaturesCompass-1.19.2-1.10.0-forge.jar            |Nature's Compass              |naturescompass                |1.19.2-1.10.0-forge |DONE      |Manifest: NOSIGNATURE
		configured-2.1.1-1.19.2.jar                       |Configured                    |configured                    |2.1.1               |DONE      |Manifest: NOSIGNATURE
		badpackets-forge-0.2.3-1.19.2.jar                 |Bad Packets                   |badpackets                    |0.2.3               |DONE      |Manifest: NOSIGNATURE
		design_decor-0.3-1.19.2.jar                       |Create: Design n' Decor       |design_decor                  |0.3.0               |DONE      |Manifest: NOSIGNATURE
		rechiseledcreate-1.0.2-forge-mc1.19.jar           |Rechiseled: Create            |rechiseledcreate              |1.0.2               |DONE      |Manifest: NOSIGNATURE
		create-confectionery1.19.2_v1.0.9.jar             |Create Confectionery          |create_confectionery          |1.0.9               |DONE      |Manifest: NOSIGNATURE
		fusion-1.1.1-forge-mc1.19.2.jar                   |Fusion                        |fusion                        |1.1.1               |DONE      |Manifest: NOSIGNATURE
		blueprint-1.19.2-6.2.0.jar                        |Blueprint                     |blueprint                     |6.2.0               |DONE      |Manifest: NOSIGNATURE
		immersivepetroleum-1.19.2-4.2.0-28.jar            |Immersive Petroleum           |immersivepetroleum            |4.2.0-28            |DONE      |Manifest: NOSIGNATURE
		forge-1.19.2-43.3.0-universal.jar                 |Forge                         |forge                         |43.3.0              |DONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
		immersiveposts-1.19.2-4.3.0-8.jar                 |Immersive Posts               |immersiveposts                |4.3.0-8             |DONE      |Manifest: NOSIGNATURE
		emotecraft-for-MC1.19.2-2.2.1-forge.jar           |Emotecraft                    |emotecraft                    |2.2.1               |DONE      |Manifest: NOSIGNATURE
		server-1.19.2-20220805.130853-srg.jar             |Minecraft                     |minecraft                     |1.19.2              |DONE      |Manifest: NOSIGNATURE
		create-structures-0.1.0.jar                       |Create: Structures            |create_structures_mr          |0.1.0               |DONE      |Manifest: NOSIGNATURE
		TerraBlender-forge-1.19.2-2.0.1.166.jar           |TerraBlender                  |terrablender                  |2.0.1.166           |DONE      |Manifest: NOSIGNATURE
		BiomesOPlenty-1.19.2-17.1.2.492.jar               |Biomes O' Plenty              |biomesoplenty                 |17.1.2.492          |DONE      |Manifest: NOSIGNATURE
		Compat-O-Plenty-1.19.2-2.0.1.jar                  |Compat O' Plenty              |compatoplenty                 |1.19.2-2.0.1        |DONE      |Manifest: NOSIGNATURE
		immersiveengineering-1.19.2-9.2.3-167.jar         |Immersive Engineering         |immersiveengineering          |1.19.2-9.2.3-167    |DONE      |Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
		another_furniture-forge-1.19.2-2.1.4.jar          |Another Furniture             |another_furniture             |1.19.2-2.1.4        |DONE      |Manifest: NOSIGNATURE
		createutilities-0.2.01.19.2-forge.jar             |Create Utilities              |createutilities               |0.2.0+1.19.2        |DONE      |Manifest: NOSIGNATURE
		kffmod-3.12.0.jar                                 |Kotlin For Forge              |kotlinforforge                |3.12.0              |DONE      |Manifest: NOSIGNATURE
		flywheel-forge-1.19.2-0.6.8.a.jar                 |Flywheel                      |flywheel                      |0.6.8.a             |DONE      |Manifest: NOSIGNATURE
		create-1.19.2-0.5.1.f.jar                         |Create                        |create                        |0.5.1.f             |DONE      |Manifest: NOSIGNATURE
		createdeco-1.3.3-1.19.2.jar                       |Create Deco                   |createdeco                    |1.3.3-1.19.2        |DONE      |Manifest: NOSIGNATURE
		creategoggles-1.19.2-0.5.5.f-forge.jar            |Create Goggles                |creategoggles                 |0.5.5.f             |DONE      |Manifest: NOSIGNATURE
		createoreexcavation-1.19-1.2.2.jar                |Create Ore Excavation         |createoreexcavation           |1.2.2               |DONE      |Manifest: NOSIGNATURE
		mes-1.3-1.19.2-forge.jar                          |Moog's End Structures         |mes                           |1.3-1.19.2-forge    |DONE      |Manifest: NOSIGNATURE
		jaopca-1.19.2-4.2.10.27.jar                       |JAOPCA                        |jaopca                        |4.2.10.27           |DONE      |Manifest: NOSIGNATURE
		create-stuff-additions1.19.2_v2.0.4a.jar          |Create Stuff & Additions      |create_sa                     |2.0.4.              |DONE      |Manifest: NOSIGNATURE
		StorageDrawers-1.19.2-11.1.3.jar                  |Storage Drawers               |storagedrawers                |11.1.3              |DONE      |Manifest: NOSIGNATURE
		entityculling-forge-1.6.1-mc1.19.2.jar            |EntityCulling                 |entityculling                 |1.6.1               |DONE      |Manifest: NOSIGNATURE
		appleskin-forge-mc1.19-2.4.2.jar                  |AppleSkin                     |appleskin                     |2.4.2+mc1.19        |DONE      |Manifest: NOSIGNATURE
		engineersdecor-1.19.2-forge-1.3.29.jar            |Engineer's Decor              |engineersdecor                |1.3.29              |DONE      |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
		valkyrienskies-119-2.1.2-beta.1.jar               |Valkyrien Skies 2             |valkyrienskies                |2.1.2-beta.1        |DONE      |Manifest: NOSIGNATURE
		create_interactive-1192-forge-1.0.1-beta.2.jar    |Create: Interactive           |create_interactive            |1.0.1-beta.2        |DONE      |Manifest: NOSIGNATURE
		chisels-and-bits-forge-1.3.142-1.19.2.jar         |chisels-and-bits              |chiselsandbits                |1.3.142             |DONE      |Manifest: NOSIGNATURE
		create_enchantment_industry-1.19.2-for-create-0.5.|Create Enchantment Industry   |create_enchantment_industry   |1.2.8               |DONE      |Manifest: NOSIGNATURE
		createaddition-1.19.2-1.2.3.jar                   |Create Crafts & Additions     |createaddition                |1.19.2-1.2.3        |DONE      |Manifest: NOSIGNATURE

Additional Context

The last time I shut down the server, it shut down successfully. 10 hours have passed since that moment. The system has not been restarted, the disk is fully functional.

commented

I noticed that when he logs on to the server under his own name, he crashes. Perhaps some object has broken.

commented

In a single player game, flying up to his base, he found that the game was crashing. Most likely, the world is damaged.

commented

png-transparent-cat-kitten-cat

commented

caused by interactive improperly handling certain blocks

commented

caused by interactive improperly handling certain blocks

What should I do?

commented