Hello, I cannot continue playing in my modded survival world because every time I try to join the game crashes while ticking player. I do not know how to fix this. Here is the crash report. Can anyone help with this??
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 9/5/19 9:49 PM
Description: Ticking player
java.lang.NoSuchMethodError: net.minecraftforge.event.ForgeEventFactory.canEntitySpawn(Lnet/minecraft/entity/MobEntity;Lnet/minecraft/world/IWorld;DDDLnet/minecraft/world/spawner/AbstractSpawner;)Lnet/minecraftforge/eventbus/api/Event$Result;
at net.silentchaos512.gems.world.spawner.CorruptedSlimeSpawner.spawnGroup(CorruptedSlimeSpawner.java:66) ~[?:3.3.10+67] {}
at net.silentchaos512.gems.world.spawner.CorruptedSlimeSpawner.spawnSlimes(CorruptedSlimeSpawner.java:34) ~[?:3.3.10+67] {}
at net.silentchaos512.gems.chaos.ChaosEvents$$Lambda$6540/948826532.apply(Unknown Source) ~[?:?] {}
at net.silentchaos512.gems.api.chaos.ChaosEvent.activate(ChaosEvent.java:34) ~[?:3.3.10+67] {}
at net.silentchaos512.gems.api.chaos.ChaosEvent.tryActivate(ChaosEvent.java:28) ~[?:3.3.10+67] {}
at net.silentchaos512.gems.chaos.ChaosEvents.lambda$tryChaosEvents$4(ChaosEvents.java:70) ~[?:3.3.10+67] {}
at net.silentchaos512.gems.chaos.ChaosEvents$$Lambda$6544/1422038424.accept(Unknown Source) ~[?:?] {}
at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
at net.silentchaos512.gems.chaos.ChaosEvents.tryChaosEvents(ChaosEvents.java:68) ~[?:3.3.10+67] {}
at net.silentchaos512.gems.chaos.ChaosHandler.entitySourceTick(ChaosHandler.java:62) ~[?:3.3.10+67] {}
at net.silentchaos512.gems.chaos.ChaosHandler.lambda$onLivingUpdate$0(ChaosHandler.java:47) ~[?:3.3.10+67] {}
at net.silentchaos512.gems.chaos.ChaosHandler$$Lambda$6264/1362772458.accept(Unknown Source) ~[?:?] {}
at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:161) ~[?:?] {}
at net.silentchaos512.gems.chaos.ChaosHandler.onLivingUpdate(ChaosHandler.java:46) ~[?:3.3.10+67] {}
at net.minecraftforge.eventbus.ASMEventHandler_399_ChaosHandler_onLivingUpdate_LivingUpdateEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[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.onLivingUpdate(ForgeHooks.java:308) ~[?:?] {}
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:1963) ~[?:?] {}
at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:232) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183) ~[?:?] {}
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228) ~[?:?] {}
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135) ~[?:?] {}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846) ~[?:?] {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 net.silentchaos512.gems.world.spawner.CorruptedSlimeSpawner.spawnGroup(CorruptedSlimeSpawner.java:66)
at net.silentchaos512.gems.world.spawner.CorruptedSlimeSpawner.spawnSlimes(CorruptedSlimeSpawner.java:34)
at net.silentchaos512.gems.chaos.ChaosEvents$$Lambda$6540/948826532.apply(Unknown Source)
at net.silentchaos512.gems.api.chaos.ChaosEvent.activate(ChaosEvent.java:34)
at net.silentchaos512.gems.api.chaos.ChaosEvent.tryActivate(ChaosEvent.java:28)
at net.silentchaos512.gems.chaos.ChaosEvents.lambda$tryChaosEvents$4(ChaosEvents.java:70)
at net.silentchaos512.gems.chaos.ChaosEvents$$Lambda$6544/1422038424.accept(Unknown Source)
at java.util.HashMap.forEach(HashMap.java:1280)
at net.silentchaos512.gems.chaos.ChaosEvents.tryChaosEvents(ChaosEvents.java:68)
at net.silentchaos512.gems.chaos.ChaosHandler.entitySourceTick(ChaosHandler.java:62)
at net.silentchaos512.gems.chaos.ChaosHandler.lambda$onLivingUpdate$0(ChaosHandler.java:47)
at net.silentchaos512.gems.chaos.ChaosHandler$$Lambda$6264/1362772458.accept(Unknown Source)
at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:161)
at net.silentchaos512.gems.chaos.ChaosHandler.onLivingUpdate(ChaosHandler.java:46)
at net.minecraftforge.eventbus.ASMEventHandler_399_ChaosHandler_onLivingUpdate_LivingUpdateEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:308)
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:1963)
at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:232)
-- Player being ticked --
Details:
Entity Type: minecraft:player (net.minecraft.entity.player.ServerPlayerEntity)
Entity ID: 313
Entity Name: nickrufo55
Entity's Exact location: 270.78, 71.00, 191.63
Entity's Block location: World: (270,71,191), Chunk: (at 14,4,15 in 16,11; contains blocks 256,0,176 to 271,255,191), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, -0.08, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365)
at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228)
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@227fe163
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846)
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: 2171468112 bytes (2070 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
CPUs: 6
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4G -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.91.jar object_holder_definalize PLUGINSERVICE
/forge-1.14.4-28.0.91.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-1.0.0-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.14.4-28.0.91.jar capability_inject_definalize PLUGINSERVICE
/forge-1.14.4-28.0.91.jar runtimedistcleaner PLUGINSERVICE
/forge-1.14.4-28.0.91.jar fml TRANSFORMATIONSERVICE
FML: 28.0
Forge: net.minecraftforge:28.0.91
FML Language Providers:
[email protected]
minecraft@1
Mod List:
adventurepack-1.2.jar Adventure Tools {
[email protected] DONE}
angelring-1.14.4-1.0.1(1).jar Angel Ring {
[email protected] DONE}
AnotherGemsMod-1.14.4-2019.08.06(1).jar Another Gems Mod {
[email protected] DONE}
AppleSkin-mc1.14.4-forge-1.0.12(1).jar AppleSkin {
[email protected] DONE}
asgardshieldreloaded-1.14.4-0.2.jar Asgard Shield Reloaded {
[email protected] DONE}
BasicNetherOres-1.14.4-3.2.1(1).jar Basic Nether Ores {
[email protected] DONE}
BetterCrates-1.14.4-1.0.0(2).jar Better Crates {
[email protected] DONE}
BiomesOPlenty-1.14.4-9.0.0.251-universal.jar Biomes O' Plenty {
[email protected] DONE}
BioTechnik-1.14.4-1.0.1(1).jar Bio Technik {
[email protected] DONE}
branders-enhanced-mob-spawners.v1.4.2-1.14.4(1).jar Enhanced Mob Spawners {
[email protected] DONE}
branders-sulfur-potassium-2.2.2-1.14.4(1).jar Sulfur And Potassium - make gunpowder {
[email protected] DONE}
branders-wellfedmod-1.14.4-1.2.0(1).jar Well Fed - quality food! {
[email protected] DONE}
chanceglobe-1.14.x-v1.2.2(1).jar Chance Globe {
[email protected] DONE}
compressed_items-1.14.4-1.1(1).jar Compressed Items {
[email protected] DONE}
corail_woodcutter-1.0.6-1.14.4.jar Corail Woodcutter {
[email protected] DONE}
CTD-Core-1.14.4-2.0.4(1).jar CTD Core {
[email protected] DONE}
Cucumber-1.14.4-2.0.3.jar Cucumber Library {
[email protected] DONE}
Cyclic-1.14.4-0.0.10.jar Cyclic {
[email protected] DONE}
DungeonCrawl-1.14.4-1.3.0.jar Dungeon Crawl {
[email protected] DONE}
Durability101-1.14-0.0.3(1).jar Durability101 {
[email protected] DONE}
EasySteel-1.14.4-1.0.27.jar Easy Steel & More {
[email protected] DONE}
embellishcraft-1.14.4-0.0.4.1.jar EmbellishCraft {
[email protected] DONE}
endercompass-1.0(1).jar Ender Compass {
[email protected] DONE}
engineersdecor-1.14.4-1.0.11-b3(2).jar Engineer's Decor {
[email protected] DONE}
engineerstools-1.14.4-1.0.1-b2(1).jar Engineer's Tools {
[email protected] DONE}
EquipmentTooltips-1.14.4-1.3.2+10(1).jar Equipment Tooltips {
[email protected]+10 DONE}
essentials-1.14.4-2.4.1(1).jar Essentials {
[email protected] DONE}
exp_ore-1.2(1).jar Exp Ore Block Mod {
[email protected] DONE}
extcaves-1.1.jar Extended Caves {
[email protected] DONE}
extdiamond-1.2.jar Extended Diamond {
[email protected] DONE}
extlights-1.2.jar Extended Lights {
[email protected] DONE}
extrabows-v1.14.4+b3(1).jar Extra Bows {
[email protected] b3 DONE}
extragolems-9.0.1(1).jar Extra Golems {golems@TODO-golems_version DONE}
f2l-0.1.8_forge(2).jar Flesh 2 Leather {
[email protected]_forge DONE}
FastLeafDecay-v17(1).jar FastLeafDecay {fastleafdecay@v17 DONE}
Fertilization_1.14.4-3.0.6(1).jar Fertilization {
[email protected] DONE}
findercompass-1.14.4.1(1).jar Finder Compass {
[email protected] DONE}
FunOres-1.14.3-2.4.1+15(1).jar Fun Ores {
[email protected]+15 DONE}
furniture-7.0.0-pre5-1.14.4.jar MrCrayfish's Furniture Mod {
[email protected] DONE}
GemsPlusPlus-Forge-1.14.4-V1.2.0.jar GemsPlusPlus {
[email protected] DONE}
globalxp-1.14.4-v1.4.5(1).jar Global XP {
[email protected] DONE}
Gobber2-1.14.4-2.1.89.jar Gobber 2 {
[email protected] DONE}
gravestone-1.15.0(1).jar Gravestone Mod {
[email protected] DONE}
Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version DONE}
ilikewood-1.14.4-1.1.2.1.jar I Like Wood {
[email protected] DONE}
ironchest-1.14.4-9.0.4.jar Iron Chests {
[email protected] DONE}
jei-1.14.4-6.0.0.11(1).jar Just Enough Items {
[email protected] DONE}
Lot'sOfSteves-1.14.4-0.16(1).jar Lot's Of Steves {
[email protected] DONE}
Lucky-Block-Mod-1.14.4.jar Lucky Block {
[email protected] DONE}
MCA-1.1.0.jar MCA {
[email protected] DONE}
MCFurnace-1.14.4-DEV-1.2.1.jar MCFurnace {
[email protected] DONE}
MelonMod-1.14-1.4.1(1).jar Melon Golem {
[email protected] DONE}
metalbarrels-1.3c(1).jar Metal Barrels {
[email protected] DONE}
Mo-Glowstone-1.14.4-2.0.3.jar Mo' Glowstone {
[email protected] DONE}
moreboots-1.1.5(1).jar More Boots {
[email protected] DONE}
MoreOresInONE-1.4(1).jar More Ores in ONE {
[email protected] DONE}
PattysMoreTools-2-1.14.4-2.4(1).jar PattysMoreTools-2 {
[email protected] DONE}
PickleTweaks-1.14.4-3.0.5.jar Pickle Tweaks {
[email protected] DONE}
PowderPower-1.14.4-3.0.23.jar Powder Power {
[email protected] DONE}
PyramidPlunder-1.14.4-1.0(1).jar Pyramid Plunder {
[email protected] DONE}
Rays+Dongles-1.14.4-2.0.4c.jar Ray's Dongles {
[email protected] DONE}
reap-1.10.1(1).jar Reap Mod {
[email protected] DONE}
Redstone+Gear+Mod(1).jar Redstone Gear Mod {
[email protected] DONE}
ruins-1.14.4.1(1).jar Ruins {
[email protected] DONE}
Sauuuuucey's+Ores-1.14.4-1.3-release(1).jar Sauuuuucey's Ores {
[email protected] DONE}
SilentGear-1.14.4-1.3.10+59.jar Silent Gear {
[email protected]+59 DONE}
SilentGems-1.14.4-3.3.10+67(1).jar Silent's Gems 3 {
[email protected]+67 DONE}
SilentLib-1.14.4-4.3.1+39(1).jar Silent Lib {
[email protected]+39 DONE}
SilentMechanisms-1.14.4-0.5.0+24.jar Silent's Mechanisms {
[email protected]+24 DONE}
SimpleDivingGear-3.0.2+mc+1.14.4(1).jar Simple Diving Gear {
[email protected] mc 1.14.4 DONE}
simplefarming-1.14.4-1.1.3(1).jar Simple Farming {
[email protected] DONE}
simpleores-1.14.4-2.0.6.0(1).jar Simple Ores {
[email protected] DONE}
snowmancy-1.14.x-v1.0.1(1).jar Snowmancy {
[email protected] DONE}
switchbow-1.5.7(1).jar Switch-Bow {
[email protected] DONE}
TheVeggieWay-1.14.4-2.0.6(1).jar The Veggie Way {
[email protected] DONE}
torchmaster-2.0.0.6-alpha(1).jar Torchmaster {
[email protected] DONE}
travellersboots-1.14.4-1.2.2(1).jar Traveller's Boots {
[email protected] DONE}
Trinity-1.14.4-1.0.0(1).jar Trinity {
[email protected] DONE}
u_team_core-1.14.4-2.7.0.129(1).jar U Team Core {
[email protected] DONE}
Uncrafted+1.14.4++(v.4.0.0+pre1)(2).jar Uncrafted {
[email protected] DONE}
useful_backpacks-1.14.4-1.7.0.34(1).jar Useful Backpacks {
[email protected] DONE}
WaterStrainer-1.14.4-7.0.2(1).jar Water Strainer {
[email protected] DONE}
Xaeros_Minimap_1.17.9_Forge_1.14.4.jar Xaero's Minimap {
[email protected] DONE}
XaerosWorldMap_1.4.9_Forge_1.14.4.jar Xaero's World Map {
[email protected] DONE}
XL-Food-Mod-1.14.4-2.1.0(1).jar XL Food Mod {
[email protected] DONE}
forge-1.14.4-28.0.91-universal.jar Forge {
[email protected] DONE}
forge-1.14.4-28.0.91-client.jar Minecraft {
[email protected] DONE}
Player Count: 1 / 8; [ServerPlayerEntity['nickrufo55'/313, l='New World', x=270.78, y=71.00, z=191.63]]
Data Packs: mod:reap, vanilla, mod:xlfoodmod, mod:xaeroworldmap, mod:xaerominimap, mod:wellfedmod, mod:waterstrainer, mod:waila, mod:veggie_way, mod:uteamcore, mod:usefulbackpacks, mod:uncrafted, mod:trinity, mod:travellersboots, mod:torchmaster, mod:switchbow, mod:sulfurpotassiummod, mod:spawnermod, mod:snowmancy, mod:slurpiesdongles, mod:simpleores, mod:simplefarming, mod:simpledivegear, mod:silents_mechanisms, mod:silentlib, mod:silentgems, mod:silentgear, mod:sauuuuuceysores, mod:ruins, mod:redstonegearmod, mod:pyramidplunder, mod:powder_power, mod:pickletweaks, mod:pattysmoretools, mod:moreoresinone, mod:moreboots, mod:moglowstone, mod:metalbarrels, mod:melongolem (incompatible), mod:mcfurnace, mod:mca, mod:lucky, mod:lots_of_steves, mod:jei, mod:ironchest, mod:ilikewood, mod:gravestone, mod:golems, mod:gobber2, mod:globalxp, mod:gemsplusplus, mod:funores, mod:forge, mod:findercompass, mod:fertilization, mod:fastleafdecay, mod:f2l, mod:extrabows, mod:extlights, mod:extdiamond, mod:extcaves, mod:exp_ore, mod:essentials, mod:equipmenttooltips, mod:engineerstools, mod:engineersdecor, mod:endercompass, mod:embellishcraft, mod:easy_steel, mod:durability101, mod:dungeoncrawl, mod:cyclic, mod:cucumber, mod:ctdcore, mod:corail_woodcutter, mod:compressed_items, mod:chanceglobe, mod:cfm, mod:bno, mod:biotechnik, mod:biomesoplenty, mod:bettercrates, mod:asr, mod:appleskin, mod:anothergemsmod, mod:angelring, mod:adventurepack
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'