Jump to content

Recommended Posts

Posted

Hello

Can someone tell me which mode is causing game crash?

 

---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 03.10.19 14:53
Description: Ticking entity

java.lang.NoSuchMethodError: net.minecraft.entity.Entity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
    at shadows.deadly.DeadlyModule.death(DeadlyModule.java:47) ~[?:2.2.1] {re:classloading}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:346) ~[?:?] {re:classloading}
    at net.minecraft.entity.LivingEntity.func_70645_a(LivingEntity.java:1096) ~[?:?] {re:classloading,xf:fml:apotheosis:coremodmethod,xf:fml:caelus:coremodone}
    at net.minecraft.entity.LivingEntity.func_70097_a(LivingEntity.java:973) ~[?:?] {re:classloading,xf:fml:apotheosis:coremodmethod,xf:fml:caelus:coremodone}
    at net.minecraft.entity.passive.AnimalEntity.func_70097_a(SourceFile:67) ~[?:?] {re:classloading}
    at its_meow.betteranimalsplus.common.entity.projectile.EntityBadgerDirt.func_70184_a(EntityBadgerDirt.java:58) ~[?:7.1.0] {re:classloading}
    at net.minecraft.entity.projectile.ThrowableEntity.func_70071_h_(ThrowableEntity.java:137) ~[?:?] {re:classloading}
    at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:587) ~[?:?] {re:classloading}
    at net.minecraft.world.World.func_217390_a(World.java:684) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:394) ~[?:?] {re:classloading}
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:112) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?] {re:classloading,pl:accesstransformer:B}
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_221] {}


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

-- Head --
Thread: Server thread
Stacktrace:
    at shadows.deadly.DeadlyModule.death(DeadlyModule.java:47)
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:346)
    at net.minecraft.entity.LivingEntity.func_70645_a(LivingEntity.java:1096)
    at net.minecraft.entity.LivingEntity.func_70097_a(LivingEntity.java:973)
    at net.minecraft.entity.passive.AnimalEntity.func_70097_a(SourceFile:67)
    at its_meow.betteranimalsplus.common.entity.projectile.EntityBadgerDirt.func_70184_a(EntityBadgerDirt.java:58)
    at net.minecraft.entity.projectile.ThrowableEntity.func_70071_h_(ThrowableEntity.java:137)
    at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:587)

-- Entity being ticked --
Details:
    Entity Type: betteranimalsplus:badgerdirt (its_meow.betteranimalsplus.common.entity.projectile.EntityBadgerDirt)
    Entity ID: 625
    Entity Name: entity.betteranimalsplus.badgerdirt
    Entity's Exact location: -146.40, 4.31, -120.72
    Entity's Block location: World: (-147,4,-121), Chunk: (at 13,0,7 in -10,-8; contains blocks -160,0,-128 to -145,255,-113), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
    Entity's Momentum: 0.36, -0.28, -0.40
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.world.World.func_217390_a(World.java:684)
    at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:394)

-- Affected level --
Details:
    All players: 1 total; [ServerPlayerEntity['KubekThePlayer'/199, l='New World', x=-138.27, y=4.00, z=-5.58]]
    Chunk stats: ServerChunkCache: 2025
    Level dimension: DimensionType{minecraft:overworld}
    Level name: New World
    Level seed: -6384334402006504666
    Level generator: ID 01 - flat, ver 0. Features enabled: true
    Level generator options: {}
    Level spawn location: World: (-144,4,-16), Chunk: (at 0,0,0 in -9,-1; contains blocks -144,0,-16 to -129,255,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
    Level time: 470 game time, 470 day time
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 36680 (now: false), thunder time: 68998 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:112)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
    at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
    Minecraft Version: 1.14.4
    Minecraft Version ID: 1.14.4
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_221, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 195059560 bytes (186 MB) / 782303232 bytes (746 MB) up to 5328076800 bytes (5081 MB)
    CPUs: 2
    JVM Flags: 5 total; -Xmn128M -Xmx5093M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+UseConcMarkSweepGC
    ModLauncher: 4.0.0+61+ca3b447
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.1.26.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.26.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.0-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.1.26.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.26.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.1.26.jar fml TRANSFORMATIONSERVICE 
    FML: 28.1
    Forge: net.minecraftforge:28.1.26
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: 
        Apotheosis-1.14.4-2.2.1.jar Apotheosis {[email protected] DONE}
        betteranimalsplus-1.14.4-7.1.0.jar Better Animals Plus {[email protected] DONE}
        BiomesOPlenty-1.14.4-9.0.0.248-universal.jar Biomes O' Plenty {[email protected] DONE}
        caelus-FORGE-1.14.4-0.11.jar Caelus API {[email protected] DONE}
        colytra-FORGE-1.14.4-2.0-beta4.jar Colytra {[email protected] DONE}
        craftingstation-2.0.2a.jar Crafting Station {[email protected] DONE}
        ElementaryOres-1.14.4-0.0.1.jar Elementary Ores {[email protected] DONE}
        EnchantmentDescriptions-1.14.4-1.3.6.jar EnchantmentDescriptions {[email protected] DONE}
        extrabows-v1.14.4+b2.jar Extra Bows {[email protected] b2 DONE}
        extragolems-9.0.1.jar Extra Golems {golems@TODO-golems_version DONE}
        FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 DONE}
        FastWorkbench-1.14.4-2.0.5.jar FastWorkbench {[email protected] DONE}
        Fence+Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version DONE}
        forgemod_VoxelMap-1.9.13b_for_1.14.4.jar VoxelMap {[email protected] DONE}
        gravestone-1.15.0.jar Gravestone Mod {[email protected] DONE}
        Hwyla-forge-1.10.5-B66_1.14.4.jar Waila {waila@version DONE}
        ironchest-1.14.4-9.0.4.jar Iron Chests {[email protected] DONE}
        jei-1.14.4-6.0.0.10.jar Just Enough Items {[email protected] DONE}
        luckyores-1.14.4-1.1.jar Lucky Ores Mod {[email protected] DONE}
        mcpaint-1.4.4.jar Mc Paint {[email protected] DONE}
        MoreOresInONE-1.4.jar More Ores in ONE {[email protected] DONE}
        Placebo-1.14.4-2.1.11.jar Placebo {[email protected] DONE}
        ruins-1.14.4.1.jar Ruins {[email protected] DONE}
        SilentGems-1.14.4-3.3.10%2B67.jar Silent's Gems 3 {[email protected]+67 DONE}
        SilentLib-1.14.4-4.3.1%2B39.jar Silent Lib {[email protected]+39 DONE}
        simpleores-1.14.4-2.0.6.0.jar Simple Ores {[email protected] DONE}
        supertools-1.14.4-2.3.jar Vanilla+ Tools {supertools@version DONE}
        timber-1.14.4-1.1.0.jar Timber Mod {[email protected] DONE}
        tlskincape_1.13_1.14-1.3.jar TLSkinCape {[email protected] DONE}
        u_team_core-1.14.4-2.7.1.130.jar U Team Core {[email protected] DONE}
        useful_backpacks-1.14.4-1.7.0.34.jar Useful Backpacks {[email protected] DONE}
        XL-Food-Mod-1.14.4-2.1.0.jar XL Food Mod {[email protected] DONE}
        YAMDA-4.0.1.jar YAMDA {[email protected] DONE}
        forge-1.14.4-28.1.26-universal.jar Forge {[email protected] DONE}
        forge-1.14.4-28.1.26-client.jar Minecraft {[email protected] DONE}
    Player Count: 1 / 8; [ServerPlayerEntity['KubekThePlayer'/199, l='New World', x=-138.27, y=4.00, z=-5.58]]
    Data Packs: vanilla, mod:yamda, mod:xlfoodmod, mod:waila, mod:voxelmap, mod:uteamcore, mod:usefulbackpacks, mod:tlskincape, mod:timber, mod:supertools, mod:simpleores, mod:silentlib, mod:silentgems, mod:ruins, mod:placebo, mod:moreoresinone, mod:mcpaint, mod:luckyores, mod:jei, mod:ironchest, mod:gravestone, mod:golems, mod:forge, mod:fencejumper, mod:fastleafdecay, mod:fastbench, mod:extrabows, mod:enchdesc, mod:elementaryores, mod:craftingstation, mod:colytra, mod:caelus, mod:biomesoplenty, mod:betteranimalsplus, mod:apotheosis
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'forge'

 

 

 

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I was trying to find a mod that added something specific, and was unable to find it with what limited memory I had of seeing it. I don't know why there isn't an option to include words in overviews of mods. I could see it being in the sort tab near filters on the app in my opinion. It might help someone trying to find something specific, only based off something from the overview tab, but idk
    • Please read the FAQ and post logs as described there.   Also, do not just add a post onto someone else's thread with your issue, create a new one please.
    • I am creating a server with mods but when i try tostart it it say in the logs:   [29Jan2025 20:36:50.715] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /server/libraries/net/minecraftforge/fmlcore/1.20.1-47.3.27/fmlcore-1.20.1-47.3.27.jar is missing mods.toml file 159[29Jan2025 20:36:50.717] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /server/libraries/net/minecraftforge/javafmllanguage/1.20.1-47.3.27/javafmllanguage-1.20.1-47.3.27.jar 160[29Jan2025 20:36:50.717] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /server/libraries/net/minecraftforge/javafmllanguage/1.20.1-47.3.27/javafmllanguage-1.20.1-47.3.27.jar is missing mods.toml file 161[29Jan2025 20:36:50.718] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /server/libraries/net/minecraftforge/lowcodelanguage/1.20.1-47.3.27/lowcodelanguage-1.20.1-47.3.27.jar 162[29Jan2025 20:36:50.718] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /server/libraries/net/minecraftforge/lowcodelanguage/1.20.1-47.3.27/lowcodelanguage-1.20.1-47.3.27.jar is missing mods.toml file 163[29Jan2025 20:36:50.719] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /server/libraries/net/minecraftforge/mclanguage/1.20.1-47.3.27/mclanguage-1.20.1-47.3.27.jar 164[29Jan2025 20:36:50.719] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /server/libraries/net/minecraftforge/mclanguage/1.20.1-47.3.27/mclanguage-1.20.1-47.3.27.jar is missing mods.toml file
    • How do you configure the entity reach of a custom weapon? Asking for 1.21 Minecraft parchment
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.