DimensionalDevelopment / DimDoors

A rewrite of the classic mod: Dimensional Doors
https://minecraft.curseforge.com/projects/dimensionaldoors
GNU General Public License v3.0
90 stars 53 forks source link

Minecraft Server Crash [Bug]: #341

Open Xiantrius opened 1 year ago

Xiantrius commented 1 year ago

What happened?

A bug happened!

When I'm in Dimensional Doors dimension and die then the server crashes. I also tested it in a single game, there was no crash as far as I know.

Of course I also have a crash report.

Mod Version

[1.12.2] Dimensional Doors - 3.0.12

What versions of Minecraft does this issue happen on?

1.12.2

Log

---- Minecraft Crash Report ----

WARNING: coremods are present:
  Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.151.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar)
  ForgelinPlugin (Forgelin-1.8.4.jar)
  Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.1.jar)
  OTGCorePlugin (OTG-Core.jar)
  Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.14-1.12.2.jar)
  DupeFixProjectCoreMod (DupeFixProject-1.12.2-3.1.6.jar)
  CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  Backpacked (backpacked-1.4.3-1.12.2.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  offlineskins (OfflineSkins-1.12.2-v6-core.jar)
  HCASM (HammerLib-1.12.2-2.0.6.32.jar)
  SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
  TARCore (ThaumicAdditions-1.12.2-12.7.8.jar)
  Thaumic Augmentation Core Plugin (ThaumicAugmentation-1.12.2-2.1.9.jar)
Contact their authors BEFORE contacting forge

// You're mean.

Time: 17.02.23 16:32
Description: Ticking entity

java.lang.NoSuchMethodError: net.minecraft.util.FoodStats.func_75119_b(F)V
    at org.dimdev.dimdoors.shared.EventHandler.onLivingDeath(EventHandler.java:41)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_786_EventHandler_onLivingDeath_LivingDeathEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:190)
    at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:569)
    at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:591)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:1152)
    at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1093)
    at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:837)
    at com.lycanitesmobs.core.entity.BaseCreatureEntity.attackEntityAsMob(BaseCreatureEntity.java:3400)
    at com.lycanitesmobs.core.entity.TameableCreatureEntity.attackEntityAsMob(TameableCreatureEntity.java:607)
    at com.lycanitesmobs.core.entity.BaseCreatureEntity.attackMelee(BaseCreatureEntity.java:3153)
    at com.lycanitesmobs.core.entity.creature.EntityGrue.attackMelee(EntityGrue.java:123)
    at com.lycanitesmobs.core.entity.goals.actions.AttackMeleeGoal.func_75246_d(AttackMeleeGoal.java:245)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:807)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2688)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:609)
    at com.lycanitesmobs.core.entity.BaseCreatureEntity.func_70636_d(BaseCreatureEntity.java:1947)
    at com.lycanitesmobs.core.entity.AgeableCreatureEntity.func_70636_d(AgeableCreatureEntity.java:130)
    at com.lycanitesmobs.core.entity.TameableCreatureEntity.func_70636_d(TameableCreatureEntity.java:206)
    at com.lycanitesmobs.core.entity.creature.EntityGrue.func_70636_d(EntityGrue.java:58)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2509)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:318)
    at com.lycanitesmobs.core.entity.BaseCreatureEntity.func_70071_h_(BaseCreatureEntity.java:1835)
    at net.minecraft.world.World.func_72866_a(World.java:2340)
    at net.minecraft.world.World.func_72870_g(World.java:2294)
    at net.minecraft.world.World.func_72939_s(World.java:2076)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:852)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:923)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:461)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:800)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:672)
    at java.lang.Thread.run(Unknown Source)

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
    at org.dimdev.dimdoors.shared.EventHandler.onLivingDeath(EventHandler.java:41)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_786_EventHandler_onLivingDeath_LivingDeathEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:190)
    at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:569)
    at net.minecraft.entity.player.EntityPlayerMP.func_70645_a(EntityPlayerMP.java:591)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:1152)
    at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1093)
    at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:837)
    at com.lycanitesmobs.core.entity.BaseCreatureEntity.attackEntityAsMob(BaseCreatureEntity.java:3400)
    at com.lycanitesmobs.core.entity.TameableCreatureEntity.attackEntityAsMob(TameableCreatureEntity.java:607)
    at com.lycanitesmobs.core.entity.BaseCreatureEntity.attackMelee(BaseCreatureEntity.java:3153)
    at com.lycanitesmobs.core.entity.creature.EntityGrue.attackMelee(EntityGrue.java:123)
    at com.lycanitesmobs.core.entity.goals.actions.AttackMeleeGoal.func_75246_d(AttackMeleeGoal.java:245)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:807)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2688)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:609)
    at com.lycanitesmobs.core.entity.BaseCreatureEntity.func_70636_d(BaseCreatureEntity.java:1947)
    at com.lycanitesmobs.core.entity.AgeableCreatureEntity.func_70636_d(AgeableCreatureEntity.java:130)
    at com.lycanitesmobs.core.entity.TameableCreatureEntity.func_70636_d(TameableCreatureEntity.java:206)
    at com.lycanitesmobs.core.entity.creature.EntityGrue.func_70636_d(EntityGrue.java:58)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2509)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:318)
    at com.lycanitesmobs.core.entity.BaseCreatureEntity.func_70071_h_(BaseCreatureEntity.java:1835)
    at net.minecraft.world.World.func_72866_a(World.java:2340)
    at net.minecraft.world.World.func_72870_g(World.java:2294)

-- Entity being ticked --
Details:
    Entity Type: lycanitesmobs:grue (com.lycanitesmobs.core.entity.creature.EntityGrue)
    Entity ID: 6733748
    Entity Name: Grue  Lvl 4
    Entity's Exact location: 25,02, 5,95, 16,78
    Entity's Block location: World: (25,5,16), Chunk: (at 9,0,0 in 1,1; contains blocks 16,0,16 to 31,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Entity's Momentum: -0,21, 0,01, -0,06
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:2076)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:852)

-- Affected level --
Details:
    Level name: DIM685
    All players: 1 total; [EntityPlayerMP['MirasAthran'/169512, uuid='05ac5f03-520c-3de8-b0f1-18d58d677e73', l='DIM685', x=25,12, y=5,00, z=17,04, cx=1, cd=1, tl=36276075, v=true, d=false](MirasAthran at 25.123203515898904,5.0,17.043223049087707)]
    Chunk stats: ServerChunkCache: 2962 Drop: 0
    Level seed: 2554578543698704173
    Level generator: ID 02 - largeBiomes, ver 0. Features enabled: true
    Level generator options: 
    Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; 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)
    Level time: 2040 game time, 2040 day time
    Level dimension: 685
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:923)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:461)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:800)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:672)
    at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Magma Version: 1.12.2-a0c0ffb0
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_351, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 7354240208 bytes (7013 MB) / 17011572736 bytes (16223 MB) up to 17011572736 bytes (16223 MB)
    JVM Flags: 24 total; -Xms16G -Xmx16G -XX:+AggressiveOpts -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=16 -XX:+UseParallelGC -XX:+UseAdaptiveSizePolicy -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 99
    FML: MCP 9.42 Powered by Forge 14.23.5.2860 130 mods loaded, 130 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State  | ID                                | Version              | Source                                         | Signature                                |
    |:------ |:--------------------------------- |:-------------------- |:---------------------------------------------- |:---------------------------------------- |
    | LCHIJA | minecraft                         | 1.12.2               | minecraft.jar                                  | None                                     |
    | LCHIJA | mcp                               | 9.42                 | minecraft.jar                                  | None                                     |
    | LCHIJA | FML                               | 8.0.99.99            | Magma-1.12.2-a0c0ffb0-server.jar               | None                                     |
    | LCHIJA | forge                             | 14.23.5.2860         | Magma-1.12.2-a0c0ffb0-server.jar               | None                                     |
    | LCHIJA | otgcore                           | 1.12.2 - v8.3        | minecraft.jar                                  | None                                     |
    | LCHIJA | backpacked                        | 1.4.2                | backpacked-1.4.3-1.12.2.jar                    | None                                     |
    | LCHIJA | foamfixcore                       | 7.7.4                | minecraft.jar                                  | None                                     |
    | LCHIJA | itemblacklist                     | 1.4.3                | ItemBlacklist-1.4.3.jar                        | None                                     |
    | LCHIJA | aiimprovements                    | 0.0.1.3              | AIImprovements-1.12-0.0.1b3.jar                | None                                     |
    | LCHIJA | aireducer                         | 0.3.0                | AIReducer-1.12.2-0.3.0.jar                     | None                                     |
    | LCHIJA | animalbikes                       | 1.11.2               | AnimalBikes_1.12.2(13Jan19).jar                | None                                     |
    | LCHIJA | appliedenergistics2               | rv6-stable-7         | appliedenergistics2-rv6-stable-7.jar           | None                                     |
    | LCHIJA | backpack                          | 3.0.2                | backpack-3.0.2-1.12.2.jar                      | None                                     |
    | LCHIJA | baubles                           | 1.5.2                | Baubles-1.12-1.5.2.jar                         | None                                     |
    | LCHIJA | betterbedrockgen                  | 6.0.2                | BetterBedrockGenerator-1.12-6.1.1.jar          | None                                     |
    | LCHIJA | bettermobgriefinggamerule         | 1.12.2-7.1.0         | bettermobgriefinggamerule-1.12.2-7.1.0.jar     | None                                     |
    | LCHIJA | bookshelf                         | 2.3.590              | Bookshelf-1.12.2-2.3.590.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | buildcraftlib                     | 7.99.24.8            | buildcraft-core-7.99.24.8.jar                  | None                                     |
    | LCHIJA | buildcraftcore                    | 7.99.24.8            | buildcraft-core-7.99.24.8.jar                  | None                                     |
    | LCHIJA | buildcrafttransport               | 7.99.24.8            | buildcraft-transport-7.99.24.8.jar             | None                                     |
    | LCHIJA | chameleon                         | 1.12-4.1.3           | Chameleon-1.12-4.1.3.jar                       | None                                     |
    | LCHIJA | chesttransporter                  | 2.8.8                | ChestTransporter-1.12.2-2.8.8.jar              | None                                     |
    | LCHIJA | codechickenlib                    | 3.2.3.358            | CodeChickenLib-1.12.2-3.2.3.358-universal.jar  | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | chickenchunks                     | 2.4.2.74             | ChickenChunks-1.12.2-2.4.2.74-universal.jar    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | chunkpregenerator                 | 2.5.0                | Chunk+Pregenerator-V1.12-2.5.7.jar             | None                                     |
    | LCHIJA | clumps                            | 3.1.2                | clumps-1.12.2.jar                              | None                                     |
    | LCHIJA | redstoneflux                      | 2.1.1                | RedstoneFlux-1.12-2.1.1.1-universal.jar        | None                                     |
    | LCHIJA | cofhcore                          | 4.6.6                | CoFHCore-1.12.2-4.6.6.1-universal.jar          | None                                     |
    | LCHIJA | cofhworld                         | 1.4.0                | CoFHWorld-1.12.2-1.4.0.1-universal.jar         | None                                     |
    | LCHIJA | recycler                          | 3.2.4                | Corail-Recycler-Mod-1.12.2.jar                 | None                                     |
    | LCHIJA | eleccore                          | 1.9.453              | ElecCore-1.12.2-1.9.453.jar                    | None                                     |
    | LCHIJA | craftingtableiv                   | 1.12.2-1.5.123       | CraftingTableIV-1.12.2-1.5.123.jar             | None                                     |
    | LCHIJA | crafttweaker                      | 4.1.20               | CraftTweaker2-1.12-4.1.20.682.jar              | None                                     |
    | LCHIJA | mtlib                             | 3.0.7                | MTLib-3.0.7.jar                                | None                                     |
    | LCHIJA | modtweaker                        | 4.0.19               | modtweaker-4.0.20.11.jar                       | None                                     |
    | LCHIJA | jei                               | 4.16.1.302           | jei_1.12.2-4.16.1.302.jar                      | None                                     |
    | LCHIJA | crafttweakerjei                   | 2.0.3                | CraftTweaker2-1.12-4.1.20.682.jar              | None                                     |
    | LCHIJA | thaumcraft                        | 6.1.BETA26           | Thaumcraft-1.12.2-6.1.BETA26.jar               | None                                     |
    | LCHIJA | crimsonwarfare                    | 1.5                  | crimsonwarfare-1.5.jar                         | None                                     |
    | LCHIJA | cxlibrary                         | 1.6.1                | cxlibrary-1.12.1-1.6.1.jar                     | None                                     |
    | LCHIJA | dimdoors                          | 3.0.10               | DimensionalDoors-1.12.2-3.0.12.jar             | None                                     |
    | LCHIJA | dupefixproject                    | 3.1.6                | DupeFixProject-1.12.2-3.1.6.jar                | None                                     |
    | LCHIJA | dynview                           | 1.3                  | dynviewdist-1.12-1.3.jar                       | None                                     |
    | LCHIJA | eplus                             | 5.0.179              | EnchantingPlus-1.12.2-5.0.179.jar              | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | endercore                         | 1.12.2-0.5.76        | EnderCore-1.12.2-0.5.76.jar                    | None                                     |
    | LCHIJA | thermalfoundation                 | 2.6.7                | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None                                     |
    | LCHIJA | thermalexpansion                  | 5.5.7                | ThermalExpansion-1.12.2-5.5.7.1-universal.jar  | None                                     |
    | LCHIJA | tombstone                         | 4.6.0                | tombstone-4.6.0-1.12.2.jar                     | None                                     |
    | LCHIJA | enderio                           | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                      | None                                     |
    | LCHIJA | enderiointegrationtic             | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                      | None                                     |
    | LCHIJA | enderiobase                       | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                      | None                                     |
    | LCHIJA | enderioconduits                   | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                      | None                                     |
    | LCHIJA | enderioconduitsappliedenergistics | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                      | None                                     |
    | LCHIJA | enderioconduitsopencomputers      | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                      | None                                     |
    | LCHIJA | enderioconduitsrefinedstorage     | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                      | None                                     |
    | LCHIJA | enderiointegrationforestry        | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                      | None                                     |
    | LCHIJA | mantle                            | 1.12-1.3.3.55        | Mantle-1.12-1.3.3.55.jar                       | None                                     |
    | LCHIJA | tconstruct                        | 1.12.2-2.13.0.183    | TConstruct-1.12.2-2.13.0.183.jar               | None                                     |
    | LCHIJA | enderiointegrationticlate         | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                      | None                                     |
    | LCHIJA | enderioinvpanel                   | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                      | None                                     |
    | LCHIJA | enderiomachines                   | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                      | None                                     |
    | LCHIJA | enderiopowertools                 | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                      | None                                     |
    | LCHIJA | enderstorage                      | 2.4.6.137            | EnderStorage-1.12.2-2.4.6.137-universal.jar    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | gunpowderlib                      | 1.12.2-1.1           | GunpowderLib-1.12.2-1.1.jar                    | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
    | LCHIJA | theoneprobe                       | 1.4.28               | theoneprobe-1.12-1.4.28.jar                    | None                                     |
    | LCHIJA | immersiveengineering              | 0.12-98              | ImmersiveEngineering-0.12-98.jar               | None                                     |
    | LCHIJA | exchangers                        | 1.12.2-2.10.1        | Exchangers-1.12.2-2.10.1.jar                   | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
    | LCHIJA | extrautils2                       | 1.0                  | extrautils2-1.12-1.9.9.jar                     | None                                     |
    | LCHIJA | zerocore                          | 1.12.2-0.1.2.9       | zerocore-1.12.2-0.1.2.9.jar                    | None                                     |
    | LCHIJA | bigreactors                       | 1.12.2-0.4.5.68      | ExtremeReactors-1.12.2-0.4.5.68.jar            | None                                     |
    | LCHIJA | fastleafdecay                     | v14                  | FastLeafDecay-1.12.2v14.jar                    | None                                     |
    | LCHIJA | foamfix                           | 0.10.14-1.12.2       | foamfix-0.10.14-1.12.2.jar                     | None                                     |
    | LCHIJA | forbidden_arcanus                 | 1.12.2-1.1.4         | forbidden_arcanus-1.12.2-1.1.4.jar             | None                                     |
    | LCHIJA | forgelin                          | 1.8.4                | Forgelin-1.8.4.jar                             | None                                     |
    | LCHIJA | forgemultipartcbe                 | 2.6.2.83             | ForgeMultipart-1.12.2-2.6.2.83-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | microblockcbe                     | 2.6.2.83             | ForgeMultipart-1.12.2-2.6.2.83-universal.jar   | None                                     |
    | LCHIJA | minecraftmultipartcbe             | 2.6.2.83             | ForgeMultipart-1.12.2-2.6.2.83-universal.jar   | None                                     |
    | LCHIJA | hammercore                        | 2.0.6.32             | HammerLib-1.12.2-2.0.6.32.jar                  | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
    | LCHIJA | improvedbackpacks                 | 1.12.2-1.5.0.0       | ImprovedBackpacks-1.12.2-1.5.0.0.jar           | None                                     |
    | LCHIJA | teslacorelib                      | 1.0.17               | tesla-core-lib-1.12.2-1.0.17.jar               | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | industrialforegoing               | 1.12.2-1.12.2        | industrialforegoing-1.12.2-1.12.13-237.jar     | None                                     |
    | LCHIJA | natura                            | 1.12.2-4.3.2.69      | natura-1.12.2-4.3.2.69.jar                     | None                                     |
    | LCHIJA | rustic                            | 1.1.7                | rustic-1.1.7.jar                               | None                                     |
    | LCHIJA | integrationforegoing              | 1.12.2-1.11          | IntegrationForegoing-1.12.2-1.11.jar           | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
    | LCHIJA | inventorytweaks                   | 1.64+dev.151.822d839 | InventoryTweaks-1.64+dev.151.jar               | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | LCHIJA | login_shield                      | 1.12.2-6-g5654706    | Login_Shield-1.12.2-6-g5654706.jar             | None                                     |
    | LCHIJA | lunatriuscore                     | 1.2.0.42             | LunatriusCore-1.12.2-1.2.0.42-universal.jar    | None                                     |
    | LCHIJA | lycanitesmobs                     | 2.0.8.6 - MC 1.12.2  | lycanitesmobs-1.12.2-2.0.8.6.jar               | None                                     |
    | LCHIJA | mtrm                              | 1.2.2.30             | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar     | None                                     |
    | LCHIJA | multipagechest                    | 1.9.1                | MultiPageChest-1.12-1.9.1.jar                  | None                                     |
    | LCHIJA | mystcraft                         | 0.13.7.06            | mystcraft-1.12.2-0.13.7.06.jar                 | None                                     |
    | LCHIJA | netherchest                       | 1.1.1                | netherchest-1.1.1.jar                          | None                                     |
    | LCHIJA | netherportalfix                   | 5.3.17               | NetherPortalFix_1.12.1-5.3.17.jar              | None                                     |
    | LCHIJA | nei                               | 2.4.3                | NotEnoughItems-1.12.2-2.4.3.245-universal.jar  | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | numina                            | 1.12.2-1.0.38        | Numina-1.12.2-1.0.38.jar                       | None                                     |
    | LCHIJA | performant                        | 1.12.2-1.5           | performant-1.11.jar                            | None                                     |
    | LCHIJA | portablecrafting                  | @VERSION@            | PortableCrafting-1.12.2-1.0.2.jar              | None                                     |
    | LCHIJA | progressivebosses                 | 1.5.4                | ProgressiveBosses-1.5.4-mc1.12.x.jar           | None                                     |
    | LCHIJA | progressivedifficulty             | 1.12_3.1             | ProgressiveDifficulty-1.12_3.1.jar             | None                                     |
    | LCHIJA | redstonearsenal                   | 2.6.6                | RedstoneArsenal-1.12.2-2.6.6.1-universal.jar   | None                                     |
    | LCHIJA | redwoods                          | 1.2.3                | Redwoods-1.12-1.2.3.jar                        | None                                     |
    | LCHIJA | roughmobsrevamped                 | 2.3.23               | roughmobsrevamped-1.12.2-2.3.23.jar            | None                                     |
    | LCHIJA | rusticthaumaturgy                 | 4.4a                 | Rustic+Thaumaturgy-4.4a.jar                    | None                                     |
    | LCHIJA | schematica                        | 1.8.0.169            | Schematica-1.12.2-1.8.0.169-universal.jar      | None                                     |
    | LCHIJA | simplybackpacks                   | 1.4.9                | simplybackpacks-1.4.9.jar                      | None                                     |
    | LCHIJA | stacksize                         | 1.1                  | stacksize-1.12.2-1.0.jar                       | None                                     |
    | LCHIJA | storagedrawers                    | 5.2.2                | StorageDrawers-1.12.2-5.4.2.jar                | None                                     |
    | LCHIJA | sasit                             | 1.1.32               | StuffASockInIt-1.12.2-1.1.32.jar               | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | superfactorymanager               | @VERSION@            | SuperFactoryManager-1.12.2-2.0.25.jar          | None                                     |
    | LCHIJA | supersoundmuffler                 | 1.0.2.10             | supersoundmuffler-revived_1.12.2_1.0.2.10.jar  | None                                     |
    | LCHIJA | surge                             | 2.0.77               | Surge-1.12.2-2.0.77.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | sharetome                         | 1.0                  | Thaumcraft sharetome-1.0.jar                   | None                                     |
    | LCHIJA | auracontrol                       | 1.12.2-1.0.2         | ThaumcraftAuraControl-1.12.2-1.0.2.jar         | None                                     |
    | LCHIJA | tg                                | 0.1.6.0              | Thaumic_Gadgets_1.12.2_0.1.6_tb.26.jar         | None                                     |
    | LCHIJA | thaumadditions                    | 12.7.8               | ThaumicAdditions-1.12.2-12.7.8.jar             | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
    | LCHIJA | thaumicaugmentation               | 1.12.2-2.1.9         | ThaumicAugmentation-1.12.2-2.1.9.jar           | 8f678591ba6f78d579e553a8aa94b4c4766cb13d |
    | LCHIJA | thaumicbrewing                    | 1.0.2                | thaumicbrewing-1.0.2.jar                       | None                                     |
    | LCHIJA | thaumicenergistics                | 2.2.3                | thaumicenergistics-2.2.4.jar                   | None                                     |
    | LCHIJA | tcinventoryscan                   | 2.0.10               | ThaumicInventoryScanning_1.12.2-2.0.10.jar     | None                                     |
    | LCHIJA | thaumicrestoration                | 1.5.0                | ThaumicRestoration-1.5.0.jar                   | None                                     |
    | LCHIJA | thaumictinkerer                   | 1.12.2-5.0-620a0c5   | thaumictinkerer-1.12.2-5.0-620a0c5.jar         | None                                     |
    | LCHIJA | thermaldynamics                   | 2.5.6                | ThermalDynamics-1.12.2-2.5.6.1-universal.jar   | None                                     |
    | LCHIJA | tmechworks                        | 2.0                  | TMechworks-1.12.2-1.0.0.jar                    | None                                     |
    | LCHIJA | topaddons                         | 1.12.2-1.13.0        | topaddons-1.12.2-1.13.0.jar                    | None                                     |
    | LCHIJA | worldedit                         | 6.1.8                | worldedit-forge-mc1.12-6.1.8-dist.jar          | None                                     |
    | LCHIJA | worldprotector                    | 1.0                  | WorldProtector+(1.12).jar                      | None                                     |
    | LCHIJA | wrcbe                             | 2.3.2                | WR-CBE-1.12.2-2.3.2.33-universal.jar           | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | eleccoreloader                    | 1.9.453              | ElecCore-1.12.2-1.9.453.jar                    | None                                     |
    | LCHIJA | mysticallib                       | 1.12.2-1.10.0        | mysticallib-1.12.2-1.10.0.jar                  | None                                     |
    | LCHIJA | teslacorelib_registries           | 1.0.17               | tesla-core-lib-1.12.2-1.0.17.jar               | None                                     |

    Loaded coremods (and transformers): 
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.151.jar)
  invtweaks.forge.asm.ContainerTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar)
  team.chisel.ctm.client.asm.CTMTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)

Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.1.jar)
  com.chocohead.biab.BornInABarn
OTGCorePlugin (OTG-Core.jar)
  com.pg85.otg.forge.asm.excluded.OTGClassTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.14-1.12.2.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
DupeFixProjectCoreMod (DupeFixProject-1.12.2-3.1.6.jar)

CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  cubex2.cxlibrary.CoreModTransformer
Backpacked (backpacked-1.4.3-1.12.2.jar)
  com.mrcrayfish.backpacked.asm.BackpackedTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
offlineskins (OfflineSkins-1.12.2-v6-core.jar)
  lain.mods.skins.init.forge.asm.ASMTransformer
HCASM (HammerLib-1.12.2-2.0.6.32.jar)
  com.zeitheron.hammercore.asm.HammerCoreTransformer
SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)

TARCore (ThaumicAdditions-1.12.2-12.7.8.jar)

Thaumic Augmentation Core Plugin (ThaumicAugmentation-1.12.2-2.1.9.jar)
  thecodex6824.thaumicaugmentation.core.TATransformer
    AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
    Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
                  * Offline mode for dedicated servers is NOT supported by Ender IO.
                 This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
    Authlib is : /D:/Spiele/Minecraft-v1.12.2/Appdata/MinecraftServer/MC_v1.12.2_LanServer_Magma/libraries/minecraft_server.1.12.2.jar

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    !!!You are looking at the diagnostics information, not at the crash.       !!!
    !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - theoneprobeIntegration (Enabled/Not Forced)

    HammerCore Debug Information: 
        Dependent Mods:
            -Thaumic Additions: Reconstructed (thaumadditions) @ 12.7.8

    Pulsar/natura loaded Pulses: 
        - NaturaCommons (Enabled/Forced)
        - NaturaOverworld (Enabled/Not Forced)
        - NaturaNether (Enabled/Not Forced)
        - NaturaDecorative (Enabled/Not Forced)
        - NaturaTools (Enabled/Not Forced)
        - NaturaEntities (Enabled/Not Forced)
        - NaturaOredict (Enabled/Forced)
        - NaturaWorld (Enabled/Not Forced)

    Pulsar/tmechworks loaded Pulses: 

    AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
    Profiler Position: N/A (disabled)
    Player Count: 3 / 20; [EntityPlayerMP['Lea'/1129, uuid='1204ab00-8816-4d2f-ab03-770597e5324c', l='MyWorld', x=-2350,30, y=250,00, z=-3706,40, cx=-147, cd=-232, tl=1646416, v=true, d=false](Lea at -2350.300000011921,250.0,-3706.39840464058), EntityPlayerMP['RockrKiller'/4671723, uuid='d45b29dd-3177-3e07-815f-616335c11405', l='MyWorld', x=-2429,81, y=40,00, z=-3660,43, cx=-152, cd=-229, tl=28276462, v=true, d=false](RockrKiller at -2429.8064495458175,40.0,-3660.4256630886853), EntityPlayerMP['MirasAthran'/169512, uuid='05ac5f03-520c-3de8-b0f1-18d58d677e73', l='DIM685', x=25,12, y=5,00, z=17,04, cx=1, cd=1, tl=36276075, v=true, d=false](MirasAthran at 25.123203515898904,5.0,17.043223049087707)]
    Is Modded: Definitely; Server brand changed to 'Magma'
    Type: Dedicated Server (map_server.txt)
jagprog5 commented 7 months ago

Same issue here (same versions). But I'd like to constrain that the crash doesn't happen if you fall into the void (in which case things work normally). The crash does happen from other methods of dying. But maybe that's just me.

latest.log

Mattomanx77 commented 3 weeks ago

Also having this issue, though interestingly my server doesn't crash, just the client who died. Running on a midweight modpack.

[20:02:04] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingDeathEvent@7ee78046:
java.lang.NoSuchMethodError: net.minecraft.util.FoodStats.func_75119_b(F)V
    at org.dimdev.dimdoors.shared.EventHandler.onLivingDeath(EventHandler.java:46) ~[EventHandler.class:3.2.2]
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1429_EventHandler_onLivingDeath_LivingDeathEvent.invoke(.dynamic) ~[?:?]
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
    at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:615) [ForgeHooks.class:14.23.5.2860]
    at net.minecraft.entity.player.EntityPlayerMP.onDeath(EntityPlayerMP.java:474) [oq.class:?]
    at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:1023) [vp.class:?]
    at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1038) [aed.class:?]
    at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:645) [oq.class:?]
    at net.minecraft.entity.Entity.setOnFireFromLava(Entity.java:532) [vg.class:?]
    at net.minecraft.entity.Entity.onEntityUpdate(Entity.java:497) [vg.class:?]
    at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:226) [vp.class:?]
    at net.minecraft.entity.Entity.onUpdate(Entity.java:389) [vg.class:?]
    at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2096) [vp.class:?]
    at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:234) [aed.class:?]
    at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:382) [oq.class:?]
    at net.minecraft.network.NetHandlerPlayServer.update(NetHandlerPlayServer.java:173) [pa.class:?]
    at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:209) [NetworkDispatcher$1.class:?]
    at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:285) [gw.class:?]
    at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:180) [oz.class:?]
    at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:790) [MinecraftServer.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) [nz.class:?]
    at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:1817) [MinecraftServer.class:?]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_361]

Full Log: 13Aug2024.log Two instances [20:02:04] and [20:02:26] (the player rejoined)