Posted September 7, 20196 yr I'm playing a little bit of modded Minecraft, and when installing mods I got this error message: java.lang.NoSuchMethodError: net.minecraft.entity.Entity.getEntityData()Lnet/minecraft/nbt/CompoundNBT; Can anyone help me? Crash report is below ---- Minecraft Crash Report ---- // Who set us up the TNT? Time: 9/7/19 10:44 AM Description: Ticking entity java.lang.NoSuchMethodError: net.minecraft.entity.Entity.getEntityData()Lnet/minecraft/nbt/CompoundNBT; at shadows.deadly.DeadlyModule.death(DeadlyModule.java:47) ~[?:2.3.0] {} at shadows.deadly.DeadlyModule$$Lambda$2942/2080043899.accept(Unknown Source) ~[?:?] {} 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$$Lambda$1950/1192555591.invoke(Unknown Source) ~[?:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {} at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:342) ~[?:?] {} at net.minecraft.entity.LivingEntity.func_70645_a(LivingEntity.java:1096) ~[?:?] {xf:fml:apotheosis:coremodmethod} at net.minecraft.entity.LivingEntity.func_70097_a(LivingEntity.java:973) ~[?:?] {xf:fml:apotheosis:coremodmethod} at net.minecraft.entity.passive.BatEntity.func_70097_a(SourceFile:211) ~[?:?] {} at net.minecraft.entity.Entity.func_70044_A(Entity.java:434) ~[?:?] {pl:accesstransformer:B} at net.minecraft.entity.Entity.func_70030_z(Entity.java:404) ~[?:?] {pl:accesstransformer:B} at net.minecraft.entity.LivingEntity.func_70030_z(LivingEntity.java:274) ~[?:?] {xf:fml:apotheosis:coremodmethod} at net.minecraft.entity.MobEntity.func_70030_z(MobEntity.java:207) ~[?:?] {pl:accesstransformer:B} at net.minecraft.entity.Entity.func_70071_h_(Entity.java:364) ~[?:?] {pl:accesstransformer:B} at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:1964) ~[?:?] {xf:fml:apotheosis:coremodmethod} at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:274) ~[?:?] {pl:accesstransformer:B} at net.minecraft.entity.passive.BatEntity.func_70071_h_(SourceFile:117) ~[?:?] {} at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:587) ~[?:?] {} at net.minecraft.world.server.ServerWorld$$Lambda$4652/1910250218.accept(Unknown Source) ~[?:?] {} at net.minecraft.world.World.func_217390_a(World.java:684) ~[?:?] {pl:accesstransformer:B} at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:394) ~[?:?] {} at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829) ~[?:?] {pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764) ~[?:?] {pl:accesstransformer:B} at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:112) ~[?:?] {pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?] {pl:accesstransformer:B} at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {} 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 shadows.deadly.DeadlyModule$$Lambda$2942/2080043899.accept(Unknown Source) 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$$Lambda$1950/1192555591.invoke(Unknown Source) at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:342) 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.BatEntity.func_70097_a(SourceFile:211) at net.minecraft.entity.Entity.func_70044_A(Entity.java:434) at net.minecraft.entity.Entity.func_70030_z(Entity.java:404) at net.minecraft.entity.LivingEntity.func_70030_z(LivingEntity.java:274) at net.minecraft.entity.MobEntity.func_70030_z(MobEntity.java:207) at net.minecraft.entity.Entity.func_70071_h_(Entity.java:364) at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:1964) at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:274) at net.minecraft.entity.passive.BatEntity.func_70071_h_(SourceFile:117) at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:587) at net.minecraft.world.server.ServerWorld$$Lambda$4652/1910250218.accept(Unknown Source) -- Entity being ticked -- Details: Entity Type: minecraft:bat (net.minecraft.entity.passive.BatEntity) Entity ID: 115 Entity Name: Bat Entity's Exact location: -145.30, 12.59, -54.93 Entity's Block location: World: (-146,12,-55), Chunk: (at 14,0,9 in -10,-4; contains blocks -160,0,-64 to -145,255,-49), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1) Entity's Momentum: -0.03, 0.01, 0.01 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['Noctrune'/197, l='New World', x=-133.98, y=66.00, z=55.22]] Chunk stats: ServerChunkCache: 2025 Level dimension: DimensionType{minecraft:overworld} Level name: New World Level seed: 8235347369505225024 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: {} Level spawn location: World: (-128,63,43), Chunk: (at 0,3,11 in -8,2; contains blocks -128,0,32 to -113,255,47), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Level time: 681 game time, 681 day time Level storage version: 0x04ABD - Anvil Level weather: Rain time: 158734 (now: false), thunder time: 122797 (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(Thread.java:745) -- 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_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 843142016 bytes (804 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB) CPUs: 8 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M ModLauncher: 3.2.0+60+b86c1d4 ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE /forge-1.14.4-28.0.95.jar object_holder_definalize PLUGINSERVICE /forge-1.14.4-28.0.95.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-1.0.0-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.14.4-28.0.95.jar capability_inject_definalize PLUGINSERVICE /forge-1.14.4-28.0.95.jar runtimedistcleaner PLUGINSERVICE /forge-1.14.4-28.0.95.jar fml TRANSFORMATIONSERVICE FML: 28.0 Forge: net.minecraftforge:28.0.95 FML Language Providers: [email protected] minecraft@1 Mod List: Apotheosis-1.14.4-2.3.0.jar Apotheosis {[email protected] DONE} AppleSkin-mc1.14.4-forge-1.0.12.jar AppleSkin {[email protected] DONE} BetterThanMending-1.3.1.jar BetterThanMending {[email protected] DONE} create-mc1.14.4_v0.0.5.jar Create {[email protected] DONE} Cyclic-1.14.4-0.0.9.jar Cyclic {[email protected] DONE} extraboats-1.0.3-1.14.4.jar Extra Boats {[email protected] DONE} Fence+Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version DONE} gravestone-1.15.0.jar Gravestone Mod {[email protected] DONE} jei-1.14.4-6.0.0.10.jar Just Enough Items {[email protected] DONE} Neat+1.5-18.jar Neat {[email protected] DONE} Placebo-1.14.4-2.2.0.jar Placebo {[email protected] DONE} prefab-1.4.0.6.jar Prefab {[email protected] DONE} RandomThings-MC1.14.4-5.0.1.jar Random Things {[email protected] DONE} SilentGear-1.14.4-1.3.10+59.jar Silent Gear {[email protected]+59 DONE} SilentLib-1.14.4-4.3.2+42.jar Silent Lib {[email protected]+42 DONE} simpleores-1.14.4-2.0.6.0.jar Simple Ores {[email protected] DONE} SuperTools-1.5b.jar Super Tools {[email protected] DONE} travellersboots-1.14.4-1.2.2.jar Traveller's Boots {[email protected] DONE} Trinity-1.14.4-1.0.0.jar Trinity {[email protected] DONE} u_team_core-1.14.4-2.7.0.129.jar U Team Core {[email protected] DONE} useful_backpacks-1.14.4-1.7.0.34.jar Useful Backpacks {[email protected] DONE} worldedit-forge-mc1.14.4-7.0.1.jar WorldEdit {[email protected];61bc012 DONE} forge-1.14.4-28.0.95-universal.jar Forge {[email protected] DONE} forge-1.14.4-28.0.95-client.jar Minecraft {[email protected] DONE} Player Count: 1 / 8; [ServerPlayerEntity['Noctrune'/197, l='New World', x=-133.98, y=66.00, z=55.22]] Data Packs: vanilla, mod:worldedit, mod:uteamcore, mod:usefulbackpacks, mod:trinity, mod:travellersboots, mod:supertools, mod:simpleores, mod:silentlib, mod:silentgear, mod:randomthings, mod:prefab, mod:placebo, mod:neat, mod:jei, mod:gravestone, mod:forge, mod:fencejumper, mod:extraboats, mod:cyclic, mod:create, mod:betterthanmending, mod:appleskin, mod:apotheosis Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'forge'
September 7, 20196 yr Remove Apotheosis, finally I've tracked down which mod this is coming out of This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy. As the most common issue I feel I should put this outside the main bulk: The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge. If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan. For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety. Spoiler Logs (Most issues require logs to diagnose): Spoiler Please post logs using one of the following sites (Thank you Lumber Wizard for the list): https://gist.github.com/: 100MB Requires member (Free) https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$) https://hastebin.com/: 400KB Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads. What to provide: ...for Crashes and Runtime issues: Minecraft 1.14.4 and newer: Post debug.log Older versions: Please update... ...for Installer Issues: Post your installer log, found in the same place you ran the installer This log will be called either installer.log or named the same as the installer but with .log on the end Note for Windows users: Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension Where to get it: Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs. Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch: Spoiler Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge) Make a launcher profile targeting this version of Forge. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it). Now launch the pack through that profile and follow the "Mojang Launcher" instructions above. Video: Spoiler or alternately, Fallback ("No logs are generated"): If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft Server Not Starting: Spoiler If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output. Reporting Illegal/Inappropriate Adfocus Ads: Spoiler Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad. Lex will need the Ad ID contained in that URL to report it to Adfocus' support team. Posting your mod as a GitHub Repo: Spoiler When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub. When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository. Open a command prompt (CMD, Powershell, Terminal, etc). Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in). Run the following commands: git init git remote add origin [Your Repository's URL] In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git git fetch git checkout --track origin/master git stage * git commit -m "[Your commit message]" git push Navigate to GitHub and you should now see most of the files. note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from) Now you can share your GitHub link with those who you are asking for help. [Workaround line, please ignore]
September 7, 20196 yr Author Ooh, that's the mod that basically screwed up my other handful of mods. Can you tell which mod Apotheosis is interfering with, or you can't tell that from the crash report.
September 7, 20196 yr Author Oh I see, how can you tell which mod needs to be updated? Pretty new to understanding these crashes
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.