Skip to content

Instantly share code, notes, and snippets.

@GIANTCRAB
Created November 25, 2019 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GIANTCRAB/194840bd31a7b7f367a8d258e43a1eb5 to your computer and use it in GitHub Desktop.
Save GIANTCRAB/194840bd31a7b7f367a8d258e43a1eb5 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// Shall we play a game?
Time: 11/25/19 4:58 AM
Description: Ticking entity
java.lang.NumberFormatException: null
at java.math.BigDecimal.<init>(BigDecimal.java:599) ~[?:1.8.0_222] {}
at java.math.BigDecimal.<init>(BigDecimal.java:827) ~[?:1.8.0_222] {}
at com.udojava.evalex.Expression.eval(Expression.java:874) ~[?:2.4.4] {re:classloading}
at net.silentchaos512.scalinghealth.config.EvalVars.apply(EvalVars.java:57) ~[?:2.3.3+23] {re:classloading}
at net.silentchaos512.scalinghealth.utils.MobDifficultyHandler.getBlightChance(MobDifficultyHandler.java:96) ~[?:2.3.3+23] {re:classloading}
at net.silentchaos512.scalinghealth.utils.MobDifficultyHandler.shouldBecomeBlight(MobDifficultyHandler.java:36) ~[?:2.3.3+23] {re:classloading}
at net.silentchaos512.scalinghealth.utils.MobDifficultyHandler.process(MobDifficultyHandler.java:30) ~[?:2.3.3+23] {re:classloading}
at net.silentchaos512.scalinghealth.capability.DifficultyAffectedCapability.tick(DifficultyAffectedCapability.java:63) ~[?:2.3.3+23] {re:classloading}
at net.silentchaos512.scalinghealth.event.DifficultyEvents.lambda$onLivingUpdate$2(DifficultyEvents.java:72) ~[?:2.3.3+23] {re:classloading}
at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:161) ~[?:?] {re:classloading}
at net.silentchaos512.scalinghealth.event.DifficultyEvents.onLivingUpdate(DifficultyEvents.java:71) ~[?:2.3.3+23] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_84_DifficultyEvents_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:312) ~[?:?] {re:classloading}
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:1963) ~[?:?] {re:classloading,xf:fml:apotheosis:apothpotiondmg,pl:runtimedistcleaner:A}
at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:274) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.entity.monster.MonsterEntity.func_70071_h_(SourceFile:51) ~[?:?] {re:classloading}
at net.minecraft.entity.monster.CreeperEntity.func_70071_h_(CreeperEntity.java:142) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:587) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.world.World.func_217390_a(World.java:684) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:394) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at java.math.BigDecimal.<init>(BigDecimal.java:599)
at java.math.BigDecimal.<init>(BigDecimal.java:827)
at com.udojava.evalex.Expression.eval(Expression.java:874)
at net.silentchaos512.scalinghealth.config.EvalVars.apply(EvalVars.java:57)
at net.silentchaos512.scalinghealth.utils.MobDifficultyHandler.getBlightChance(MobDifficultyHandler.java:96)
at net.silentchaos512.scalinghealth.utils.MobDifficultyHandler.shouldBecomeBlight(MobDifficultyHandler.java:36)
at net.silentchaos512.scalinghealth.utils.MobDifficultyHandler.process(MobDifficultyHandler.java:30)
at net.silentchaos512.scalinghealth.capability.DifficultyAffectedCapability.tick(DifficultyAffectedCapability.java:63)
at net.silentchaos512.scalinghealth.event.DifficultyEvents.lambda$onLivingUpdate$2(DifficultyEvents.java:72)
at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:161)
at net.silentchaos512.scalinghealth.event.DifficultyEvents.onLivingUpdate(DifficultyEvents.java:71)
at net.minecraftforge.eventbus.ASMEventHandler_84_DifficultyEvents_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:312)
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:1963)
at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:274)
at net.minecraft.entity.monster.MonsterEntity.func_70071_h_(SourceFile:51)
at net.minecraft.entity.monster.CreeperEntity.func_70071_h_(CreeperEntity.java:142)
at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:587)
-- Entity being ticked --
Details:
Entity Type: minecraft:creeper (net.minecraft.entity.monster.CreeperEntity)
Entity ID: 333840
Entity Name: Creeper
Entity's Exact location: -3606.50, 22.00, -4713.50
Entity's Block location: World: (-3607,22,-4714), Chunk: (at 9,1,6 in -226,-295; contains blocks -3616,0,-4720 to -3601,255,-4705), Region: (-8,-10; contains chunks -256,-320 to -225,-289, blocks -4096,0,-5120 to -3585,255,-4609)
Entity's Momentum: 0.00, -0.08, 0.00
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['SomePlayerName'/321192, l='world', x=-3637.50, y=12.00, z=-4807.50]]
Chunk stats: ServerChunkCache: 3771
Level dimension: DimensionType{minecraft:overworld}
Level name: world
Level seed: 1921603138649613859
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options: {}
Level spawn location: World: (241,63,65), Chunk: (at 1,3,1 in 15,4; contains blocks 240,0,64 to 255,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 17717881 game time, 17891905 day time
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 105585 (now: false), thunder time: 28411 (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:829)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
at java.lang.Thread.run(Thread.java:748)
-- System Details --
Details:
Minecraft Version: 1.14.4
Minecraft Version ID: 1.14.4
Operating System: Linux (amd64) version 4.15.18-12-pve
Java Version: 1.8.0_222, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 49622200 bytes (47 MB) / 1023934464 bytes (976 MB) up to 11453595648 bytes (10923 MB)
CPUs: 8
JVM Flags: 1 total; -Xmx12G
ModLauncher: 4.1.0+62+5bfa59b
ModLauncher launch target: fmlserver
ModLauncher naming: srg
ModLauncher services:
/eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
/forge-universal.jar object_holder_definalize PLUGINSERVICE
/forge-universal.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
/forge-universal.jar capability_inject_definalize PLUGINSERVICE
/forge-universal.jar runtimedistcleaner PLUGINSERVICE
/forge-universal.jar fml TRANSFORMATIONSERVICE
FML: 28.1
Forge: net.minecraftforge:28.1.90
FML Language Providers:
javafml@28.1
minecraft@1
Mod List:
forge-1.14.4-28.1.90-server.jar Minecraft {minecraft@1.14.4 DONE}
themidnight.jar The Midnight {midnight@0.4.6 DONE}
EnchantmentDescriptions.jar EnchantmentDescriptions {enchdesc@1.3.8 DONE}
betteranimalsplus.jar Better Animals Plus {betteranimalsplus@7.1.2 DONE}
The-Endergetic-Expansion.jar The Endergetic Expansion {endergetic@1.0 DONE}
worldedit-forge.jar WorldEdit {worldedit@7.0.1;61bc012 DONE}
SilentLib.jar Silent Lib {silentlib@4.4.0+44 DONE}
ultra_amplified_mod.jar Ultra Amplified Mod {ultra_amplified_mod@1.14.4-6.11.2 DONE}
Apotheosis.jar Apotheosis {apotheosis@2.4.4 DONE}
rhodonite.jar Rhodonite {rhodonite@1.14.4-1.0 DONE}
Hwyla-forge.jar Waila {waila@version DONE}
SilentGear.jar Silent Gear {silentgear@1.4.4+70 DONE}
jei.jar Just Enough Items {jei@6.0.0.25 DONE}
SilentGems.jar Silent's Gems 3 {silentgems@3.4.6+79 DONE}
JustEnoughResources.jar Just Enough Resources {jeresources@0.10.0.66 DONE}
XL-Food-Mod.jar XL Food Mod {xlfoodmod@2.1.1 DONE}
forge-1.14.4-28.1.90-universal.jar Forge {forge@28.1.90 DONE}
ScalingHealth.jar Scaling Health {scalinghealth@2.3.3+23 DONE}
SpartanShields.jar Spartan Shields {spartanshields@1.14.4-2.0.0-beta-1 DONE}
ironchest.jar Iron Chests {ironchest@1.14.3-9.0.3 DONE}
Placebo.jar Placebo {placebo@2.3.5 DONE}
Player Count: 1 / 20; [ServerPlayerEntity['SomePlayerName'/321192, l='world', x=-3637.50, y=12.00, z=-4807.50]]
Data Packs: vanilla, mod:apotheosis, mod:enchdesc, mod:forge, mod:ironchest, mod:jei, mod:jeresources (incompatible), mod:placebo, mod:rhodonite, mod:scalinghealth, mod:silentlib, mod:waila, mod:worldedit, mod:betteranimalsplus, mod:silentgear, mod:silentgems, mod:spartanshields, mod:xlfoodmod, mod:endergetic, mod:midnight, mod:ultra_amplified_mod
Is Modded: Definitely; Server brand changed to 'forge'
Type: Dedicated Server (map_server.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment