• 0

    posted a message on DiseaseCraft 2

    It's the rabies code.... I am not sure how it's faulty if that's the case.


    And also the mod won't generate the new json file on its own..



    {
    "name":"rabies",
    "level":1,
    "minVersion":2.0,
    "effects":[
    -3,
    2,
    -4
    ],
    "contracting":[
    {
    "type":"mobAttack",
    "parameters":[
    "Wolf",
    700000
    ]
    }
    ],
    "deathRate":50,
    "lore":"Fear of water,\nAnimal instincts,\nFoam for drool\nCraze insue\n\nSoon to die\nAfraid that's why\nThey need to be\nPut down too..."
    },




    Also I should have made my previous question more specific.

    Do I need a separate medication* json for every disease?


    Which version are you using? (Also, since recent versions, it will use the native file inside the .jar file in the mods folder)

    If your medication json question involves the medication json files:
    - Medication JSON files act similarly to Disease JSON files in that you can add as many different medications as you possibly can)
    - OR you can have multiple medications that treat the same disease (and balance the recipes as needed).
    Posted in: Minecraft Mods
  • 0

    posted a message on DiseaseCraft 2
    Quote from DarianStephens»

    Okay, this is somewhat unrelated (And almost certainly won't help with your issue), but what is this 'UCHIJAAAA' thing that's being added to mod names? I've seen it around, but never found any answers on it before.


    That means a mod isn't obviously causing an error. If there are "E"s at the end of mod names, that means that mod is DEFINITELY the culprit. It is a nice addition Forge added to hopefully lessen the modder's use of the "Not My Issue" card.
    Posted in: Minecraft Mods
  • 0

    posted a message on DiseaseCraft 2

    Thanks for the helpful information. I have one last thing I need to clear up.
    For the medication json files, is there a specific way I have to name the file in order for it to work, and do I need a separate json file for every disease or just one file for all of them?

    The .json files can be named whatever you want (so long as the medication json files are in the /DiseaseCraft/Medication/ folder in your Minecraft folder and the disease json files are in the /DiseaseCraft/ folder).



    Disease JSON files can contain as many diseases as you can fit inside the document. It's basically limitless until you run out of storage (or cause the game to become super slow in calculations).


    ---- Minecraft Crash Report ----
    // Would you like a cupcake?

    Time: 2/24/16 8:55 PM
    Description: Ticking entity

    java.lang.NullPointerException: Ticking entity
    at mc.Mitchellbrine.diseaseCraft.event.ContractingEvents.attackEvent(ContractingEvents.java:72)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_190_ContractingEvents_attackEvent_LivingAttackEvent.invoke(.dynamic)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
    at net.minecraftforge.common.ForgeHooks.onLivingAttack(ForgeHooks.java:292)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:737)
    at net.minecraft.entity.passive.EntityAnimal.func_70097_a(SourceFile:145)
    at net.minecraft.entity.passive.EntityWolf.func_70652_k(SourceFile:267)
    at net.minecraft.entity.ai.EntityAIAttackOnCollide.func_75246_d(EntityAIAttackOnCollide.java:148)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:103)
    at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:540)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1774)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
    at net.minecraft.entity.EntityAgeable.func_70636_d(SourceFile:95)
    at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:37)
    at net.minecraft.entity.passive.EntityWolf.func_70636_d(SourceFile:157)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
    at net.minecraft.entity.passive.EntityWolf.func_70071_h_(SourceFile:169)
    at net.minecraft.world.World.func_72866_a(World.java:2070)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
    at net.minecraft.world.World.func_72870_g(World.java:2034)
    at net.minecraft.world.World.func_72939_s(World.java:1887)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

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

    -- Head --
    Stacktrace:
    at mc.Mitchellbrine.diseaseCraft.event.ContractingEvents.attackEvent(ContractingEvents.java:72)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_190_ContractingEvents_attackEvent_LivingAttackEvent.invoke(.dynamic)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
    at net.minecraftforge.common.ForgeHooks.onLivingAttack(ForgeHooks.java:292)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:737)
    at net.minecraft.entity.passive.EntityAnimal.func_70097_a(SourceFile:145)
    at net.minecraft.entity.passive.EntityWolf.func_70652_k(SourceFile:267)
    at net.minecraft.entity.ai.EntityAIAttackOnCollide.func_75246_d(EntityAIAttackOnCollide.java:148)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:103)
    at net.minecraft.entity.EntityLiving.func_70619_bc(EntityLiving.java:540)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1774)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
    at net.minecraft.entity.EntityAgeable.func_70636_d(SourceFile:95)
    at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:37)
    at net.minecraft.entity.passive.EntityWolf.func_70636_d(SourceFile:157)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
    at net.minecraft.entity.passive.EntityWolf.func_70071_h_(SourceFile:169)
    at net.minecraft.world.World.func_72866_a(World.java:2070)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
    at net.minecraft.world.World.func_72870_g(World.java:2034)

    -- Entity being ticked --
    Details:
    Entity Type: Wolf (net.minecraft.entity.passive.EntityWolf)
    Entity ID: 3082
    Entity Name: Wolf
    Entity's Exact location: -12.30, 69.00, 243.99
    Entity's Block location: World: (-13,69,243), Chunk: (at 3,4,3 in -1,15; contains blocks -16,0,240 to -1,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Entity's Momentum: 0.00, -0.08, 0.00
    Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1887)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)

    -- Affected level --
    Details:
    Level name: Testing
    All players: 1 total; [GCEntityPlayerMP['SyntaxError73'/3365, l='Testing', x=2.50, y=68.67, z=249.50]]
    Chunk stats: ServerChunkCache: 626 Drop: 0
    Level seed: 8237
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options:
    Level spawn location: World: (0,64,256), Chunk: (at 0,4,0 in 0,16; contains blocks 0,0,256 to 15,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 339 game time, 339 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 25545 (now: false), thunder time: 165759 (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:636)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 592492040 bytes (565 MB) / 1394147328 bytes (1329 MB) up to 3207856128 bytes (3059 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 16, tcache: 66, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1517 100 mods loaded, 100 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1517-1.7.10.jar)
    UCHIJAAAA Forge{10.13.4.1517} [Minecraft Forge] (forge-1.7.10-10.13.4.1517-1.7.10.jar)
    UCHIJAAAA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
    UCHIJAAAA DCModLoader{1.0} [DCModuleLoader] (minecraft.jar)
    UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
    UCHIJAAAA NotEnoughItems{1.0.3.74} [Not Enough Items] (Not-Enough-Items-1.7.10.jar)
    UCHIJAAAA RenderPlayerAPI{1.4} [Render Player API] (minecraft.jar)
    UCHIJAAAA {000} [CoFH ASM] (minecraft.jar)
    UCHIJAAAA WarpDriveCore{1.3.13} [WarpDriveCore] (minecraft.jar)
    UCHIJAAAA securitycraft{v1.8.0} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.0.jar)
    UCHIJAAAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
    UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
    UCHIJAAAA CoFHCore{1.7.10R3.1.1} [CoFH Core] (CoFHCore-[1.7.10]3.1.1-324.jar)
    UCHIJAAAA IC2{2.2.791-experimental} [IndustrialCraft 2] (Industrial-Craft-2-Mod-Experimental-1.7.10.jar)
    UCHIJAAAA advancedgenetics{1.5.9} [Advanced Genetics] (advancedgenetics-1.7.10-1.5.9.jar)
    UCHIJAAAA DragonMounts{1.0} [Dragon Mounts] (AgeOfKalaahi1710-1.0.jar)
    UCHIJAAAA animatedplayer{1.5.1} [Animated Player Mod] (AnimatedPlayer-1.7.10-1.5.1.jar)
    UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
    UCHIJAAAA AntMan{Beta-1.7.10-1.5.4} [AntMan] (AntMan-Beta-1.7.10-1.5.4.jar)
    UCHIJAAAA AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar)
    UCHIJAAAA aquaticabyss{1.1.1} [Aquatic Abyss] (AquaticAbyss-1.7.10-1.1.1.jar)
    UCHIJAAAA MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
    UCHIJAAAA ArchimedesShipsPlus{1.7.10-1.8} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.jar)
    UCHIJAAAA hoverboard{Pre-Alpha} [Hoverboard Mod by Arkif] (Arkif - Hoverboard Mod [1.7.10] [v0.1].jar)
    UCHIJAAAA Your Records Mod{Alpha} [§aYour Records Mod] (Arkif - Your Records Mod [1.7.10] [v0.8.1].jar)
    UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
    UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
    UCHIJAAAA BuildCraft|Core{7.1.11} [BuildCraft] (buildcraft-7.1.11.jar)
    UCHIJAAAA Forestry{3.6.11.2} [Forestry for Minecraft] (forestry_1.7.10-3.6.11.2.jar)
    UCHIJAAAA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
    UCHIJAAAA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
    UCHIJAAAA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
    UCHIJAAAA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
    UCHIJAAAA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
    UCHIJAAAA BuildCraft|Builders{7.1.11} [BC Builders] (buildcraft-7.1.11.jar)
    UCHIJAAAA BuildCraft|Transport{7.1.11} [BC Transport] (buildcraft-7.1.11.jar)
    UCHIJAAAA BuildCraft|Energy{7.1.11} [BC Energy] (buildcraft-7.1.11.jar)
    UCHIJAAAA BuildCraft|Silicon{7.1.11} [BC Silicon] (buildcraft-7.1.11.jar)
    UCHIJAAAA BuildCraft|Robotics{7.1.11} [BC Robotics] (buildcraft-7.1.11.jar)
    UCHIJAAAA BuildCraft|Factory{7.1.11} [BC Factory] (buildcraft-7.1.11.jar)
    UCHIJAAAA ForgeMultipart{1.1.2.331} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
    UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
    UCHIJAAAA chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
    UCHIJAAAA clonecraft{3.0} [CloneCraft] (CloneCraft-vB3.0.13.-.MC1.7.10.jar)
    UCHIJAAAA CompactMachines{1.7.10-1.20} [Compact Machines] (compactmachines-1.7.10-1.20.jar)
    UCHIJAAAA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
    UCHIJAAAA lootablebodies{1.3.6} [DrCyano's Lootable Bodies] (CyanosLootableBodies-1.7.10-backport_1.3.6.jar)
    UCHIJAAAA DiseaseCraft{2.0} [DiseaseCraft] (DiseaseCraft-1.7.10-2.2.0.2a.jar)
    UCHIJAAAA Doca{1.7.4_2.2.7} [DogCatPlus] (Dog-Cat-Plus-Mod-1.7.10.jar)
    UCHIJAAAA enviromine{1.3.124} [EnviroMine] (EnviroMine-1.3.124.jar)
    UCHIJAAAA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
    UCHIJAAAA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
    UCHIJAAAA evilcraft{0.8.9} [EvilCraft] (EvilCraft-1.7.10-0.8.9.jar)
    UCHIJAAAA exnihilo{1.38-49} [Ex Nihilo] (Ex-Nihilo-1.38-49.jar)
    UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
    UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
    UCHIJAAAA exastris{MC1.7.10-1.16-36} [Ex Astris] (Ex-Astris-MC1.7.10-1.16-36.jar)
    UCHIJAAAA McMultipart{1.1.2.331} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
    UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.375.jar)
    UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.375.jar)
    UCHIJAAAA HungerInPeace{1.0.0} [Hunger In Peace] (HungerInPeace-mc1.7.10-1.0.0.jar)
    UCHIJAAAA iChunUtil{4.1.3} [iChunUtil] (iChunUtil-4.1.3.jar)
    UCHIJAAAA jaff{1.4_for_1.7.10} [Just a Few Fish] (JustAFewFish-1.4_for_1.7.10.jar)
    UCHIJAAAA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
    UCHIJAAAA LittleBlocks{2.2.4.4} [Little Blocks] (LittleBlocks-2.2.4.4.jar)
    UCHIJAAAA LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)
    UCHIJAAAA mo{0.4.0-RC4} [Matter Overdrive] (MatterOverdrive-1.7.10-0.4.0.jar)
    UCHIJAAAA RadixCore{2.0.3} [RadixCore] (RadixCore-1.7.10-2.0.3-universal.jar)
    UCHIJAAAA MCA{1.7.10-5.0.7.2} [Minecraft Comes Alive] (MCA-1.7.10-5.0.7.2-universal.jar)
    UCHIJAAAA Mekanism{8.1.7} [Mekanism] (Mekanism-1.7.10-8.1.7.252.jar)
    UCHIJAAAA MekanismGenerators{8.1.7} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.7.252.jar)
    UCHIJAAAA MekanismTools{8.1.7} [MekanismTools] (MekanismTools-1.7.10-8.1.7.252.jar)
    UCHIJAAAA minechem{5.0.5.406} [Minechem] (Minechem-1.7.10-5.0.5.406.jar)
    UCHIJAAAA Mystcraft{0.12.3.01} [Mystcraft] (mystcraft-1.7.10-0.12.3.01.jar)
    UCHIJAAAA necromancy{1.7.2} [Necromancy] (Necromancy-1.7.10.jar)
    UCHIJAAAA NerdGlasses{0.5.0} [NerdGlasses] (NerdGlasses.zip)
    UCHIJAAAA PneumaticCraft{1.12.4-147} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.4-147-universal.jar)
    UCHIJAAAA redgear_core{2.1.3} [Red Gear Core] (RedGearCore-1.7.10-2.1.3.jar)
    UCHIJAAAA ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
    UCHIJAAAA ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
    UCHIJAAAA rpginventorymod{1.7.2} [Rpg Inventory] (RpgInventory 1.7.10 v4 base.jar)
    UCHIJAAAA RpgBase{RpgInv8.4} [Berserker, alchemist and Archer Patch] (RpgInventory 1.7.10 v4 addons.jar)
    UCHIJAAAA RpgInv Mage Addon{RpgInv8.4} [RpgInv Mage Addon] (RpgInventory 1.7.10 v4 addons.jar)
    UCHIJAAAA RPGRB{RpgInv8.4} [Rogue Beastmaster Addon] (RpgInventory 1.7.10 v4 addons.jar)
    UCHIJAAAA VanillaShields{RpgInv8.4} [Vanilla Shields Mod] (RpgInventory 1.7.10 v4 addons.jar)
    UCHIJAAAA Schematica{1.7.6.129} [Schematica] (Schematica-1.7.10-1.7.6.129-universal.jar)
    UCHIJAAAA ashjacksimukraftreloaded{1.0.4a} [Sim-U-Kraft Reloaded] (Sim-U-Kraft Reloaded - 1.0.4a.jar)
    UCHIJAAAA DP_SimpleFlight{0.8} [Simple Flight] (simpleflight-0.8.jar)
    UCHIJAAAA simply_sit{1.7.10-1.1.0} [Simply Sit] (SimplySit-1.7.10-1.1.0.jar)
    UCHIJAAAA redgear_snowfall{2.2.2} [Snowfall] (Snowfall-1.7.10-2.2.2.jar)
    UCHIJAAAA sprinkles_for_vanilla{1.6.0} [sprinkles_for_vanilla] (sprinklesforvanilla-1.7.10-1.6.0.jar)
    UCHIJAAAA Tabula{4.1.0} [Tabula] (Tabula-WearMC-4.1.0a.jar)
    UCHIJAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
    UCHIJAAAA kitchen{1.3.17} [The Kitchen Mod] (TheKitchenMod-1.3.17-1.7.2-10.jar)
    UCHIJAAAA tts{0.6} [Tube Transport System] (TubeTransportSystem_1.7.10-0.6.jar)
    UCHIJAAAA WarpDrive{1.3.13} [WarpDrive] (WarpDrive-1.7.10-1.3.13.jar)
    UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
    UCHIJAAAA XPee{0.0.4} [XPee] (X-Pee.zip)
    UCHIJAAAA ForgeMicroblock{1.1.2.331} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    CoFHCore: -[1.7.10]3.1.1-324
    ThermalFoundation: -[1.7.10]1.2.0-102
    ThermalExpansion: -[1.7.10]4.0.3B1-218
    Mantle Environment: Environment healthy.
    TConstruct Environment: Environment healthy.
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 1 / 8; [GCEntityPlayerMP['SyntaxError73'/3365, l='Testing', x=2.50, y=68.67, z=249.50]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'

    No matter what version of this mod I use, I always crash with a Ticking entity error. It is always caused by a mob related disease condition, like being around a mob, or a mob attacking you. This time the wolves caused it. Before I upgraded to the latest mod version, it was the sheep that caused it.


    PLEASE find a permanent fix! I can't test my custom disease if the mod is nothing but crashes and bugs.


    Can you post the parameters for your custom disease? I feel it's a incompatibility with the version (2.2.0.2a includes the new system for disease parameters in mob and mobAttack variations. This means that if you are using the old version of the parameters, it won't work and will throw a NPE.


    HELP!

    Like what I said in #94, those config options are there to lower the amount of calculations the mod performs and can even disable them if needed. That greatly improves performance (and has no impact on the gameplay of the mod as is). If you are using 2.1 or 2.0, try upgrading or posting any debug messages that might appear in the game log (because I might have left some in there).
    Posted in: Minecraft Mods
  • 0

    posted a message on DiseaseCraft 2
    Quote from LunariusH»

    We seem to be lacking a comprehensive wiki my friend. What are diseased plants and diseased crops? Are they what they imply?



    The wiki is missing diseased crops (due to it being in the new alphas), but in short, they're random plants in the world that are "infected" and act as a condition for custom disease contraction. Currently the plants are unused, but are in the code. I need to get onto that.


    I'm trying to make my own disease, but I want a custom condition for when something is consumed. The only problem is I looked on the tutorial page and there's no "other table" to look at so I can make the contraction of my disease work.


    It says (see other table) but there isn't one.


    also... what is the effect value for coughing?



    The contraction table doesn't exist yet (because it will be very large), but you can check the medical journal and the native JSON files to see how the changes work on disease contraction. There is a consumption contraction type as well (as seen in Pneumonic Plague):


    {
        "name":"pneumonicPlague",
        "level":2,
        "minVersion":2.0,
        "effects":[
          2,
          4,
          18,
          -4
        ],
        "contracting":[
          {
            "type":"eaten",
            "parameters":[
              "minecraft:porkchop",
              0,
              950000
            ]
          }
        ],
        "deathRate":50,
        "lore":"Yersinia Pestis,\nViolent than the fleas\nFor animal bacteria\neverywhere it seems."
      },


    The parameters for the "eaten" type are as follows:

    1. Item (Item ID or name)

    2. Item Metadata

    3. Chance (out of 1,000,000,000) <<< 1,000,000,000 is a number I chose a long time ago for all diseases and thus, I haven't changed it much. It is greater than or equal to that number (so that's 50,000 out of 1,000,000,000 or 0.005% chance of it happening)


    There are other types of disease contractions that can be found here.


    And the answer to what ID coughing is -5 (the rest of them can be found here).

    Posted in: Minecraft Mods
  • 0

    posted a message on DiseaseCraft 2

    Okay, so in the configs, there are 3 values that you can change to decrease the amount of time that the server will take to calculate diseased crops (I'm assuming you're using the versions after 2.1 (the recommended, or else, I really don't know what could be causing it).


    These 3 values are:

    diseasedCropsRadius

    doDiseasedCrops

    diseasedPlantsChance


    The first two lower (or nullify) the calculations every x seconds that the game will check for crops that can become diseased. diseasedPlantsChance is the amount of seconds between each calculation. If you disable doDiseasedCrops (and get rid of the diseaseCrops file in your world), it should not be doing the server-side calculations and raise your TPS. No diseases at the moment use diseased crops, so gameplay shouldn't be affected.


    If you are using 2.1 or 2.0, then I recommend trying to upgrade and seeing if the problem persists (especially with the configs).


    In regards to the crash, I have no idea what's causing that. Try removing Optifine first and then, if it still occurs, report it at this location with more information.

    Posted in: Minecraft Mods
  • 0

    posted a message on DiseaseCraft 2

    My fps become so small with your mod.


    1. Are you sure it was because of DiseaseCraft and not another mod?
    2. Have you tried using the built-in config options to enhance performance?
    3. Are you sure you don't mean tps? DiseaseCraft rarely touches rendering, but sometimes can do a handful of calculations that might tax a system (hence my adding performance-enhancing configs).
    Posted in: Minecraft Mods
  • 0

    posted a message on DiseaseCraft 2

    Oh, this is actually a fairly simple fix. Is there a DiseaseCraft.json in the DiseaeCraft/ folder?


    If so, delete it, so it uses the native file within the alpha.


    Or you can replace the file with this one.


    (The two crashes in #86 are because of a change in format in the recent version of DiseaseCraft. I'll be sure to add in a way for the mod to check if an old format is being used in the next version. Thank you for the report).

    Posted in: Minecraft Mods
  • 0

    posted a message on DiseaseCraft 2

    The two problems aren't related, but I think I think the pastebin crash is due to an incompatibility with that LycaniteMobs mod.


    It seems that an incompatibility might be the cause of the crash (since I cannot reproduce the crash in my dev environment). I really don't know if the problem is on my end (since vanilla mobs seem to work fine in the testing environment). It might be due to sloppiness on the modder adding the mob (I use the classToStringMapping and some mods might bypass that, which could mess everything up (even though I made sure to double check these things beforehand)).


    The empty string error points to line 32 in the MedicationRecipes class points to

    output.setTagCompound(new NBTTagCompound());

    which does not involve an NBTString at all. Can I get a version number (and if it is outdated, could you try it in the most recent alpha version)?


    I seem to be a step closer to solving that first problem (well, solving as much as I can, since it might just be sloppy modding technique). The second problem is probably an easy fix if I can get an updated crash log on it.

    Posted in: Minecraft Mods
  • 0

    posted a message on DiseaseCraft 2

    Okay, so Optifine isn't causing it. Now, to confirm:

    1. Does this happen with JUST DiseaseCraft installed?
    2. If not, try combinations of mods that change basic functionality (coremods). Does the crash still persist?
    3. If not, are your JSON files not properly parsed?

    If not, then I need to know:

    • When it occurred in runtime/startup/world load/etc.
    • What mods between you two are similar and which are different (at a glance: Flan's Mod, iChunUtil, and Crayfish's Furniture Mod are in both crashes)
    • If this crash occurs with only one of the previous overlaps and not DiseaseCraft

    From both of your crash reports (which include the same error and stacktrace), not of my mod classes are visible in the crash or stacktrace and, according to FML, it has not errored. If you can provide me with that information, I could get a better sense of this issue and quickly resolve it.

    Posted in: Minecraft Mods
  • 0

    posted a message on DiseaseCraft 2
    Quote from Maxrocks94»

    ---- Minecraft Crash Report ----
    // You're mean.

    Time: 21.01.16 18:15
    Description: Ticking memory connection

    java.lang.NullPointerException: Ticking memory connection
    at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:101)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)


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

    -- Head --
    Stacktrace:
    at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:101)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)

    -- Ticking connection --
    Details:
    Connection: net.minecraft.network.NetworkManager@bb7f44
    Stacktrace:
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Java Version: 1.8.0_66, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 244850704 bytes (233 MB) / 426479616 bytes (406 MB) up to 523501568 bytes (499 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 Optifine OptiFine_1.7.10_HD_U_C1 22 mods loaded, 22 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
    UCHIJAAAA Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
    UCHIJAAAA DCModLoader{1.0} [DCModuleLoader] (minecraft.jar)
    UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
    UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
    UCHIJAAAA advancedgenetics{1.5.9} [Advanced Genetics] (advancedgenetics-1.7.10-1.5.9.jar)
    UCHIJAAAA cse{1.0} [Craftable Spawn Eggs] (cse-1.0.jar)
    UCHIJAAAA DiseaseCraft{2.0} [DiseaseCraft] (DiseaseCraft-1.7.10-2.1.jar)
    UCHIJAAAA flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)
    UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
    UCHIJAAAA instahouse{8.0} [Insta House] (InstaHousev8.0.jar)
    UCHIJAAAA more{7.0} [M-Ore mod] (M-Ore 7.0 1.7.10.jar)
    UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
    UCHIJAAAA RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)
    UCHIJAAAA MCA{1.7.10-5.1.1.1} [Minecraft Comes Alive] (MCA-1.7.10-5.1.1.1-universal.jar)
    UCHIJAAAA Morph{0.9.0} [Morph] (Morph-Beta-0.9.0.jar)
    UCHIJAAAA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)
    UCHIJAAAA stillhungry{1.7.2-2.1.0} [Still Hungry!] (stillhungry-1.7.2-2.1.1 (1).jar)
    UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
    UCHIJAAAA jordy141minecraftmagicwrench{0.5 Alpha} [Magic Wrench] (UncraftingTable-1.7.10-alpha1.jar)
    UCHIJAAAA uncraftingTable{1.7.10 Alpha 1} [Uncrafting Table] (UncraftingTable-1.7.10-alpha1.jar)
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
    TConstruct Environment: Environment healthy.
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 1 / 8; [EntityPlayerMP['Maxrocks94'/175, l='Нов свят-', x=-205,06, y=4,00, z=993,50]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'



    Quote from chrapacz2000»

    help


    ---- Minecraft Crash Report ----
    // I just don't know what went wrong :(

    Time: 21.01.16 21:40
    Description: Ticking memory connection

    java.lang.NullPointerException: Ticking memory connection
    at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:101)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

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

    -- Head --
    Stacktrace:
    at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:101)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)

    -- Ticking connection --
    Details:
    Connection: net.minecraft.network.NetworkManager@1f139990
    Stacktrace:
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_66, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 347955200 bytes (331 MB) / 1092628480 bytes (1042 MB) up to 2134114304 bytes (2035 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 96
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 Optifine OptiFine_1.7.10_HD_C1 70 mods loaded, 70 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
    UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
    UCHIJAAAA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
    UCHIJAAAA DCModLoader{1.0} [DCModuleLoader] (minecraft.jar)
    UCHIJAAAA NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)
    UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
    UCHIJAAAA cuchaz.ships.core{1.7.10-1.0.3} [Ships Mod Core] (minecraft.jar)
    UCHIJAAAA lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
    UCHIJAAAA securitycraft{v1.8.0} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.0.jar)
    UCHIJAAAA Backpack{2.0.0} [Backpack] (backpack-2.0.0-1.7.x.jar)
    UCHIJAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
    UCHIJAAAA BuildCraft|Core{7.1.12} [BuildCraft] (buildcraft-7.1.12.jar)
    UCHIJAAAA BuildCraft|Builders{7.1.12} [BC Builders] (buildcraft-7.1.12.jar)
    UCHIJAAAA BuildCraft|Transport{7.1.12} [BC Transport] (buildcraft-7.1.12.jar)
    UCHIJAAAA BuildCraft|Energy{7.1.12} [BC Energy] (buildcraft-7.1.12.jar)
    UCHIJAAAA BuildCraft|Silicon{7.1.12} [BC Silicon] (buildcraft-7.1.12.jar)
    UCHIJAAAA BuildCraft|Robotics{7.1.12} [BC Robotics] (buildcraft-7.1.12.jar)
    UCHIJAAAA BuildCraft|Factory{7.1.12} [BC Factory] (buildcraft-7.1.12.jar)
    UCHIJAAAA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
    UCHIJAAAA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
    UCHIJAAAA BuildCraft|Compat{7.1.2} [BuildCraft Compat] (buildcraft-compat-7.1.2.jar)
    UCHIJAAAA ComputerCraft{1.73} [ComputerCraft] (ComputerCraft1.73.jar)
    UCHIJAAAA craftguide{1.6.8.1} [CraftGuide] (CraftGuide-1.6.8.1.zip)
    UCHIJAAAA customnpcs{1.7.10c} [CustomNpcs] (CustomNPCs_1.7.10c.jar)
    UCHIJAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
    UCHIJAAAA DiseaseCraft{2.0} [DiseaseCraft] (DiseaseCraft-1.7.10-2.1.jar)
    UCHIJAAAA doggystyle{1.1.2.94} [Doggy Style] (DoggyStyle-1.1.2.94.jar)
    UCHIJAAAA StealthwareCore{2.0} [StealthwareCore] (StealthwareCore-2.0.jar)
    UCHIJAAAA Explodables{1.9} [Explodables] (Explodables-1.7.10-1.9.jar)
    UCHIJAAAA explosives_pp{1.7b} [§6Explosives§4++] (ExplosivesPP-1.7.10-1.7b.jar)
    UCHIJAAAA flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)
    UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
    UCHIJAAAA GraviGun{4.0.0-beta} [GraviGun] (GravityGun-4.0.0-beta.jar)
    UCHIJAAAA headcrumbs{1.5.4} [Headcrumbs] (Headcrumbs-1.5.4.jar)
    UCHIJAAAA IC2{2.2.785-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.785-experimental.jar)
    UCHIJAAAA JoypadSplitscreenMod{1.7.2-0.1} [Joypad / SplitScreen Mod] (JoypadMod-1.7.10.jar)
    UCHIJAAAA AS_Kenshiro{1.2.1} [Kenshiro Mod] (KenshiroMod-1.7.10.jar)
    UCHIJAAAA MobAmputation{4.0.1} [MobAmputation] (MobAmputation-4.0.1.jar)
    UCHIJAAAA MobDismemberment{4.0.0} [MobDismemberment] (MobDismemberment-4.0.0.jar)
    UCHIJAAAA numina{0.4.0.131} [Numina] (Numina-0.4.0.131.jar)
    UCHIJAAAA UniversalElectricity{@MAJOR@.@MINOR@.@REVIS@} [Universal Electricity] (universal-electricity-4.0.0.88-core.jar)
    UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJAAAA MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.31-universal.jar)
    UCHIJAAAA ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
    UCHIJAAAA Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
    UCHIJAAAA powersuits{0.11.0.283} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.283.jar)
    UCHIJAAAA bettercraft{2.7.2} [MoreCraft] (MoreCraft-1.7.10-2.7.2.jar)
    UCHIJAAAA MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
    UCHIJAAAA cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
    UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10k.jar)
    UCHIJAAAA ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
    UCHIJAAAA ProjRed|Exploration{4.7.0pre9.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre9.92-World.jar)
    UCHIJAAAA ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar)
    UCHIJAAAA ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
    UCHIJAAAA ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar)
    UCHIJAAAA realisticpain{2.0} [Realistic Pain] (Realistic Pain-2.0-1.7.10.jar)
    UCHIJAAAA RedstoneArsenal{1.7.10R1.1.1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1-89.jar)
    UCHIJAAAA rivalrebels{1.7.10J} [Rival Rebels] (rivalrebels-1.7.10J.jar)
    UCHIJAAAA cuchaz.cuchazinteractive{1.7.10-1.0} [Cuchaz Interactive] (shipsMod-v1.7.10-1.0.4.jar)
    UCHIJAAAA cuchaz.ships{1.7.10-1.0.3} [Ships Mod] (shipsMod-v1.7.10-1.0.4.jar)
    UCHIJAAAA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
    UCHIJAAAA Sync{4.0.0} [Sync] (Sync-4.0.0.jar)
    UCHIJAAAA kitchen{1.3.16} [The Kitchen Mod] (TheKitchenMod-1.3.16-1.7.2-10.jar)
    UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
    UCHIJAAAA thirstmod{1.8.14} [Thirst Mod] (thirstmod-1.8.14.jar)
    UCHIJAAAA PrinterBlock{1.7.10} [TeeLuk's PrinterBlock] (TLPrinterBlock-1.7.10.jar)
    UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
    UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    CoFHCore: -[1.7.10]3.0.3-303
    ThermalFoundation: -[1.7.10]1.2.0-102
    ThermalExpansion: -[1.7.10]4.0.3B1-218
    RedstoneArsenal: -[1.7.10]1.1.1-89
    ThermalDynamics: -[1.7.10]1.1.0-161
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 1 / 8; [EntityPlayerMP['chrapacz2000'/230, l='New World', x=193,50, y=75,00, z=175,50]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'


    Please try without Optifine. That mod messes with a lot of stuff it shouldn't. If it still occurs, then re-report with some background to how/when this happened (e.g. startup, loading world, etc.)
    Posted in: Minecraft Mods
  • 0

    posted a message on DiseaseCraft 2

    Head to the CurseForge page and download the version under the red "A". That would be the alpha. 2.1 is the latest recommended version, but it still has the bug. The alpha is pretty much stable (bar a few performance issues that I'm addressing at the moment).

    Posted in: Minecraft Mods
  • 0

    posted a message on DiseaseCraft 2

    I think I got an error containing your mod

    This happened at worldgen


    net.minecraft.util.ReportedException: Ticking entity


    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:642) ~[MinecraftServer.class:?]


    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]


    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) ~[bsx.class:?]


    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]


    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]


    Caused by: java.lang.NullPointerException


    at mc.Mitchellbrine.diseaseCraft.event.ContractingEvents.mobAroundEvent(ContractingEvents.java:62) ~[ContractingEvents.class:?]


    at cpw.mods.fml.common.eventhandler.ASMEventHandler_258_ContractingEvents_mobAroundEvent_LivingUpdateEvent.invoke(.dynamic) ~[?:?]


    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]


    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]


    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) ~[ForgeHooks.class:?]


    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560) ~[sv.class:?]


    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206) ~[sw.class:?]


    at com.stek101.projectzulu.common.mobs.entity.EntityGenericCreature.func_70071_h_(EntityGenericCreature.java:107) ~[EntityGenericCreature.class:?]


    at com.stek101.projectzulu.common.mobs.entity.EntityGenericAgeable.func_70071_h_(EntityGenericAgeable.java:36) ~[EntityGenericAgeable.class:?]


    at com.stek101.projectzulu.common.mobs.entity.EntityGenericTameable.func_70071_h_(EntityGenericTameable.java:216) ~[EntityGenericTameable.class:?]


    at net.minecraft.world.World.func_72866_a(World.java:2070) ~[ahb.class:?]


    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648) ~[mt.class:?]


    at net.minecraft.world.World.func_72870_g(World.java:2034) ~[ahb.class:?]


    at net.minecraft.world.World.func_72939_s(World.java:1887) ~[ahb.class:?]


    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) ~[mt.class:?]


    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) ~[MinecraftServer.class:?]


    ... 4 more


    [20:31:52] [Server thread/ERROR]: This crash report has been saved to: C:\Users\...\minecraft\crash-reports\crash-2015-11-14_20.31.52-server.txt


    [20:31:52] [Server thread/INFO]: Stopping server


    [20:31:52] [Server thread/INFO]: Saving players


    [20:31:52] [Server thread/INFO]: Saving worlds


    [20:31:52] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld


    [20:31:52] [Client thread/INFO] [Mantle-STDERR]: [net.minecraft.client.Minecraft]: ---- Minecraft Crash Report ----


    // Don't be sad, have a hug! <3




    Time: 11/14/15 8:31 PM


    Description: Ticking entity




    java.lang.NullPointerException: Ticking entity


    at mc.Mitchellbrine.diseaseCraft.event.ContractingEvents.mobAroundEvent(ContractingEvents.java:62)


    at cpw.mods.fml.common.eventhandler.ASMEventHandler_258_ContractingEvents_mobAroundEvent_LivingUpdateEvent.invoke(.dynamic)


    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)


    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)


    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287)


    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)


    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)


    at com.stek101.projectzulu.common.mobs.entity.EntityGenericCreature.func_70071_h_(EntityGenericCreature.java:107)


    at com.stek101.projectzulu.common.mobs.entity.EntityGenericAgeable.func_70071_h_(EntityGenericAgeable.java:36)


    at com.stek101.projectzulu.common.mobs.entity.EntityGenericTameable.func_70071_h_(EntityGenericTameable.java:216)


    at net.minecraft.world.World.func_72866_a(World.java:2070)


    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)


    at net.minecraft.world.World.func_72870_g(World.java:2034)


    at net.minecraft.world.World.func_72939_s(World.java:1887)


    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)


    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)


    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)


    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)


    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)


    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)






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


    ---------------------------------------------------------------------------------------




    -- Head --


    Stacktrace:


    at mc.Mitchellbrine.diseaseCraft.event.ContractingEvents.mobAroundEvent(ContractingEvents.java:62)


    at cpw.mods.fml.common.eventhandler.ASMEventHandler_258_ContractingEvents_mobAroundEvent_LivingUpdateEvent.invoke(.dynamic)


    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)


    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)


    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287)


    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)


    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)


    at com.stek101.projectzulu.common.mobs.entity.EntityGenericCreature.func_70071_h_(EntityGenericCreature.java:107)


    at com.stek101.projectzulu.common.mobs.entity.EntityGenericAgeable.func_70071_h_(EntityGenericAgeable.java:36)


    at com.stek101.projectzulu.common.mobs.entity.EntityGenericTameable.func_70071_h_(EntityGenericTameable.java:216)


    at net.minecraft.world.World.func_72866_a(World.java:2070)


    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)


    at net.minecraft.world.World.func_72870_g(World.java:2034)




    -- Entity being ticked --


    Details:


    Entity Type: ProjectZulu|Core.BloomDoom (com.stek101.projectzulu.common.mobs.entity.EntityBloomDoom)


    Entity ID: 15


    Entity Name: Bloom Doom


    Entity's Exact location: -130.50, 66.00, -44.50


    Entity's Block location: World: (-131,66,-45), Chunk: (at 13,4,3 in -9,-3; contains blocks -144,0,-48 to -129,255,-33), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)


    Entity's Momentum: 0.00, 0.00, 0.00


    Stacktrace:


    at net.minecraft.world.World.func_72939_s(World.java:1887)


    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)




    -- Affected level --


    Details:


    Level name: New World


    All players: 0 total; []


    Chunk stats: ServerChunkCache: 2027 Drop: 0


    Level seed: 8320148476374958109


    Level generator: ID 00 - default, ver 1. Features enabled: true


    Level generator options:


    Level spawn location: World: (94,64,178), Chunk: (at 14,4,2 in 5,11; contains blocks 80,0,176 to 95,255,191), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)


    Level time: 1 game time, 1 day time


    Level dimension: 0


    Level storage version: 0x04ABD - Anvil


    Level weather: Rain time: 156436 (now: false), thunder time: 131706 (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:636)


    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)


    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)


    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)


    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)




    -- System Details --


    Details:


    Minecraft Version: 1.7.10


    Operating System: Windows 10 (x86) version 10.0


    Java Version: 1.8.0_60, Oracle Corporation


    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation


    Memory: 9708512 bytes (9 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)


    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx1024m


    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used


    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95


    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 127 mods loaded, 127 mods active


    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored


    UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)


    UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)


    UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)


    UCHIJAAAA AppleMilkCore{1.1.0} [AppleMilkCore] (minecraft.jar)


    UCHIJAAAA Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)


    UCHIJAAAA bettersleepingcore{1.0} [Better Sleeping Core] (minecraft.jar)


    UCHIJAAAA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)


    UCHIJAAAA DCModLoader{1.0} [DCModuleLoader] (minecraft.jar)


    UCHIJAAAA ivtoolkit{IvToolkit} [1.2] (minecraft.jar)


    UCHIJAAAA NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)


    UCHIJAAAA PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar)


    UCHIJAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar)


    UCHIJAAAA abyssalcraft{1.8.9.6} [AbyssalCraft] (AbyssalCraft-1.7.10-1.8.9.6.jar)


    UCHIJAAAA animalsPlus{1.2} [Animals+] (animalsPlus-1.2.jar)


    UCHIJAAAA antiqueatlas{4.2.7-1.7.10} [Antique Atlas] (antiqueatlas-4.2.7-1.7.10.jar)


    UCHIJAAAA AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar)


    UCHIJAAAA DCsAppleMilk{1.7.10_2.8k} [Apple&Milk&Tea!] (AppleMilkTea2-1.7.10_2.8k.jar)


    UCHIJAAAA DCsNEIPluginAMT{1.7.10_1.0a} [NEIPluginForAMT] (AppleMilkTea2-1.7.10_2.8k.jar)


    UCHIJAAAA Aquaculture{1.2.3} [Aquaculture] (Aquaculture-1.7.10-1.2.5.8.jar)


    UCHIJAAAA AquaTweaks{1.0} [AquaTweaks] (AquaTweaks-1.7.10-1.0.jar)


    UCHIJAAAA Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)


    UCHIJAAAA AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)


    UCHIJAAAA ATG{0.10.0} [Alternate Terrain Generation] (ATG-1.7.10-0.11.0.jar)


    UCHIJAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)


    UCHIJAAAA betterarmor2{2.5.0.1} [BetterArmor 2] (betterarmor2-2.5.0.1.jar)


    UCHIJAAAA BetterFoliage{1.0.15} [Better Foliage] (BetterFoliage-mc1.7-1.0.15.jar)


    UCHIJAAAA bettersleeping{1.7.10-1.1.26} [Better Sleeping] (BetterSleeping-1.7.10-1.1.26.jar)


    UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)


    UCHIJAAAA malisiscore{1.7.10-0.12.10} [MalisisCore] (malisiscore-1.7.10-0.12.10.jar)


    UCHIJAAAA malisisdoors{1.7.10-1.10.1} [Malisis' Doors] (malisisdoors-1.7.10-1.10.1.jar)


    UCHIJAAAA BigDoors{1.7.10-1.0.0} [Big Doors] (BigDoors-1.7.10-1.0.0.jar)


    UCHIJAAAA bigtrees{1.7.2b} [The BigTrees Mod] (BigTrees-172b-forge1060.jar)


    UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)


    UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)


    UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)


    UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)


    UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)


    UCHIJAAAA Botania{r1.7-230} [Botania] (Botania r1.7-230.jar)


    UCHIJAAAA butterflymania{1.3.2} [Butterfly Mania] (butterflymania-1.7.10-1.3.2.jar)


    UCHIJAAAA camping{2.1} [The Camping Mod 2] (Camping-Mod-1.7.10.jar)


    UCHIJAAAA CarpentersBlocks{3.3.5} [Carpenter's Blocks] (Carpenter's Blocks v3.3.5 - MC 1.7.10.jar)


    UCHIJAAAA chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)


    UCHIJAAAA CraftHeraldry{1.1.3} [CraftHeraldry] (CraftHeraldry 1.1.3.jar)


    UCHIJAAAA CustomMainMenu{1.9.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.9.2.jar)


    UCHIJAAAA customnpcs{1.7.10c} [CustomNpcs] (CustomNPCs_1.7.10c (1).jar)


    UCHIJAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)


    UCHIJAAAA menagerie{1.0} [menagerie] (dark_menagerie-1.7.10-beta-3.1a.jar)


    UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)


    UCHIJAAAA props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)


    UCHIJAAAA DiseaseCraft{2.0} [DiseaseCraft] (DiseaseCraft-1.7.10-2.1.jar)


    UCHIJAAAA dungeonmobs{4.1.3} [Dungeon Mobs] (Dungeon Mobs v4.1.3.jar)


    UCHIJAAAA DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.7.10.jar)


    UCHIJAAAA DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)


    UCHIJAAAA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)


    UCHIJAAAA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)


    UCHIJAAAA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)


    UCHIJAAAA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)


    UCHIJAAAA DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)


    UCHIJAAAA DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)


    UCHIJAAAA EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32 (1).jar)


    UCHIJAAAA enviromine{1.3.122} [EnviroMine] (EnviroMine-1.3.122.jar)


    UCHIJAAAA ExtrabiomesXL{3.16.3} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.3.jar)


    UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)


    UCHIJAAAA FoodPlus{3.0rS} [§bFood Plus] (Food-Plus-Mod-1.7.10.jar)


    UCHIJAAAA ForbiddenMagic{1.7.10-0.57} [Forbidden Magic] (Forbidden Magic-1.7.10-0.57.jar)


    UCHIJAAAA GardenCore{1.2.0} [Garden Core] (GardenStuff-1.7.10-1.2.1.jar)


    UCHIJAAAA GardenContainers{1.2.1} [Garden Containers] (GardenStuff-1.7.10-1.2.1.jar)


    UCHIJAAAA GardenTrees{1.2.0} [Garden Trees] (GardenStuff-1.7.10-1.2.1.jar)


    UCHIJAAAA HardcoreDarkness{1.7} [Hardcore Darkness] (HardcoreDarkness-MC1.7.10-1.7.jar)


    UCHIJAAAA hgp{Release} [Horizontal Glass Panes] (hgp-1.7.10-1.1.0.4-universal.jar)


    UCHIJAAAA imc{1.6} [Improving Minecraft] (Improving-Minecraft-Mod-1.7.10.jar)


    UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (Inventory-Tweaks-Mod-1.7.10.jar)


    UCHIJAAAA journeymap{@JMVERSION@} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)


    UCHIJAAAA jaff{1.1} [Just a Few Fish] (JustAFewFish-1.1.jar)


    UCHIJAAAA koresample{1.7.10-1.3.2} [Kore Sample] (KoreSample-1.7.10-1.3.2.jar)


    UCHIJAAAA LLadders{0.5.0} [Luppii's Ladders] (Ladders-0.5.0-MC1.7.10.jar)


    UCHIJAAAA latticemod{1.0} [Lattice Mod] (latticemod-mc1.7.10-1.0.jar)


    UCHIJAAAA levelup{0.4} [Level Up!] (Level-Up-Mod-1.7.10.jar)


    UCHIJAAAA LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)


    UCHIJAAAA MemoryCleaner{1.0} [Memory Cleaner] (Memory Cleaner Mod 1.7.10.jar)


    UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)


    UCHIJAAAA MTRM{1.0} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.7.10-1.1.0.11.jar)


    UCHIJAAAA modtweaker2{0.9.4} [Mod Tweaker 2] (ModTweaker2-0.9.4.jar)


    UCHIJAAAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)


    UCHIJAAAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)


    UCHIJAAAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)


    UCHIJAAAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)


    UCHIJAAAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)


    UCHIJAAAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)


    UCHIJAAAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)


    UCHIJAAAA neiintegration{1.0.13} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.13.jar)


    UCHIJAAAA notenoughkeys{@MOD_VERSION@} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b43-universal.jar)


    UCHIJAAAA desertcraft{1.7.2b} [Pam's DesertCraft] (Pam's DesertCraft 1.7.10a.zip)


    UCHIJAAAA harvestcraft{1.7.10b} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10c.jar)


    UCHIJAAAA temperateplants{1.7.2b} [Pam's Temperate Plants] (Pam's Temperate Plants 1.7.2b.zip)


    UCHIJAAAA weeeflowers{1.7.2b} [Pam's Weee! Flowers] (Pam's WeeeFlowers 1.7.2b.zip)


    UCHIJAAAA plantmegapack{4.29} [Plant Mega Pack] (plantmegapack-4.29-1.7.10-1492.jar)


    UCHIJAAAA ProjectZulu|Core{1.7.10-1.4c2} [Project Zulu] (ProjectZulu-1.7.10-1.4c2.jar)


    UCHIJAAAA realisticpain{1.2} [Realistic Pain] (Realistic Pain-1.2-1.7.10.jar)


    UCHIJAAAA libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)


    UCHIJAAAA xreliquary{1.2} [Reliquary] (Reliquary-1.2.jar)


    UCHIJAAAA ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)


    UCHIJAAAA RopesPlus{1.6.4} [Ropes+] (RopePlus-1.7.10.jar)


    UCHIJAAAA RPGAdvMod{1.0.0} [RPGAdvMod] (RPGAdvMod-1.0.0_1.7.10.jar)


    UCHIJAAAA shipwrecks{1.7.0} [Shipwrecks!] (shipwrecks-1.7.10-1.7.1.jar)


    UCHIJAAAA simplypaths{1.7.10-1.0.0} [Simply Paths] (simplypaths-1.1.1.jar)


    UCHIJAAAA soundfilters{0.8_for_1.7.X} [Sound Filters] (SoundFilters-0.8_for_1.7.X.jar)


    UCHIJAAAA SpiceOfLife{1.2.4} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.2.4.jar)


    UCHIJAAAA sprinkles_for_vanilla{1.6.0} [sprinkles_for_vanilla] (sprinklesforvanilla-1.7.10-1.6.0.jar)


    UCHIJAAAA Stackie{1.5.1.30} [Stackie] (Stackie-1.7.10-1.5.1.30-universal.jar)


    UCHIJAAAA survivalTweaks{1.2.0} [Survival Tweaks] (SurvivalTweaks-1.2.0-1.7.10.jar)


    UCHIJAAAA TaintedMagic{1.1.5.7} [Tainted Magic] (TaintedMagic-1.1.5.7.jar)


    UCHIJAAAA thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)


    UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)


    UCHIJAAAA ThaumicHorizons{1.1.5} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.6.jar)


    UCHIJAAAA trevelations{v0.1.0.0} [Thaumic Revelations] (ThaumicRevelations-1.7.10-v0.1.0.0a.jar)


    UCHIJAAAA erebus{0.3a} [Erebus] (TheErebus-0.3a.jar)


    UCHIJAAAA thirst{1.0} [Thirst Mod] (thirst-1.5.jar)


    UCHIJAAAA torchLevers{1.4} [Torch Levers] (Torch-Levers-Mod-1.7.10.jar)


    UCHIJAAAA TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)


    UCHIJAAAA WarpTheory{1.7.10R1.0} [WarpTheory] (WarpTheory-1.7-1.0-24.jar)


    UCHIJAAAA wildcaves3{1.7.10} [Wild Caves 3] (Wild-Caves-Mod-1.7.10.jar)


    UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)


    UCHIJAAAA woodstuff{1.2.1} [WoodStuff] (WoodStuff-1.2.1.jar)


    UCHIJAAAA yegamolchattels{1.1.2} [Ye Gamol Chattels] (YeGamolChattels-1.1.2.jar)


    UCHIJAAAA ZombieInfection{1.0.0} [Zombie Infection] (Zombie-Infection-Mod-1.7.10.jar)


    UCHIJAAAA HungerOverhaul{1.7.10-1.0.0.jenkins75} [Hunger Overhaul] (HungerOverhaul-1.7.10-1.0.0 (1).jar)


    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.


    Mantle Environment: Environment healthy.


    Profiler Position: N/A (disabled)


    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used


    Player Count: 0 / 8; []


    Type: Integrated Server (map_client.txt)


    Is Modded: Definitely; Client brand changed to 'fml,forge'


    Try with the new alpha (I'm pretty sure it was fixed in the last alpha version). If not, then please report it on the GitHub issue tracker here.
    Posted in: Minecraft Mods
  • 0

    posted a message on DiseaseCraft 2
    Quote from VJRyti»

    I think it would be pretty cool if you added a way to take blood samples, put them into a microscope or something and it would list the diseases of the persons blood.


    Chemical Extractor + Hold Right Click + View tooltip

    That should work (unless I forgot to include that in the migrated changes in 2.2). That should work in the latest alpha.
    Posted in: Minecraft Mods
  • 1

    posted a message on DiseaseCraft 2
    Quote from 1_Cavman»

    I like the way you did rats in this mod. The squirmy model of the silverfish does way better. I'm trying to get diseasecraft working with a survival mod pack I am working on, and I can get into a world and play around, but when ever I stick too close to a mod mob, like the lycanite's ones, I get this crash to desktop.




    [11:55:26] [Client thread/INFO]: [CHAT] §eEnviroMine 1.3.122 is up to date


    [11:55:26] [Client thread/INFO] [NEIAddons]: World changed, resetting


    [11:55:26] [Client thread/INFO] [NEIAddons]: Available server commands:


    [11:55:26] [Client thread/INFO]: [CHAT] Damage Indicators was unable to check for updates!


    [11:55:27] [Server thread/INFO]: Saving and pausing game...


    [11:55:27] [Server thread/INFO]: Saving chunks for level 'VisualTesting'/Overworld


    [11:55:27] [Server thread/INFO]: Saving chunks for level 'VisualTesting'/Nether


    [11:55:27] [Server thread/INFO]: Saving chunks for level 'VisualTesting'/Caves


    [11:55:49] [Client thread/INFO]: [CHAT] Dungeon Mobs is up to date.


    [11:55:59] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingEvent$LivingUpdateEvent@7a090be8:


    java.lang.NullPointerException


    at mc.Mitchellbrine.diseaseCraft.event.ContractingEvents.mobAroundEvent(ContractingEvents.java:62) ~[ContractingEvents.class:?]


    at cpw.mods.fml.common.eventhandler.ASMEventHandler_39_ContractingEvents_mobAroundEvent_LivingUpdateEvent.invoke(.dynamic) ~[?:?]


    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]


    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]


    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) [ForgeHooks.class:?]


    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560) [sv.class:?]


    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206) [sw.class:?]


    at lycanite.lycanitesmobs.api.entity.EntityCreatureBase.func_70071_h_(EntityCreatureBase.java:1129) [EntityCreatureBase.class:?]


    at net.minecraft.world.World.func_72866_a(World.java:2070) [ahb.class:?]


    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648) [mt.class:?]


    at net.minecraft.world.World.func_72870_g(World.java:2034) [ahb.class:?]


    at net.minecraft.world.World.func_72939_s(World.java:1887) [ahb.class:?]


    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) [mt.class:?]


    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) [MinecraftServer.class:?]


    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]


    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) [bsx.class:?]


    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]


    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]


    [11:55:59] [Server thread/ERROR] [FML]: Index: 2 Listeners:


    [11:55:59] [Server thread/ERROR] [FML]: 0: NORMAL


    [11:55:59] [Server thread/ERROR] [FML]: 1: ASM: mc.Mitchellbrine.diseaseCraft.modules.med.util.MedUtils@76c6ded8 medTimedown(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [11:55:59] [Server thread/ERROR] [FML]: 2: ASM: mc.Mitchellbrine.diseaseCraft.event.ContractingEvents@4f45a09c mobAroundEvent(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [11:55:59] [Server thread/ERROR] [FML]: 3: ASM: mc.Mitchellbrine.diseaseCraft.event.ContractingEvents@4f45a09c biomeContraction(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [11:55:59] [Server thread/ERROR] [FML]: 4: ASM: mc.Mitchellbrine.diseaseCraft.event.ContractingEvents@4f45a09c livingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [11:55:59] [Server thread/ERROR] [FML]: 5: ASM: biomesoplenty.common.eventhandler.entity.FlippersEventHandler@5a2266a3 onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [11:55:59] [Server thread/ERROR] [FML]: 6: ASM: biomesoplenty.common.eventhandler.potions.PotionParalysisEventHandler@2ef13ba2 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [11:55:59] [Server thread/ERROR] [FML]: 7: ASM: biomesoplenty.common.eventhandler.potions.PotionPossessionEventHandler@317f3713 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [11:55:59] [Server thread/ERROR] [FML]: 8: ASM: lycanite.lycanitesmobs.PotionEffects@5d97e0cd onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [11:55:59] [Server thread/ERROR] [FML]: 9: ASM: lycanite.lycanitesmobs.api.spawning.CustomSpawner@69770280 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [11:55:59] [Server thread/ERROR] [FML]: 10: ASM: lycanite.lycanitesmobs.EventListener@16fef84c onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [11:55:59] [Server thread/ERROR] [FML]: 11: ASM: com.tmtravlr.lootplusplus.LootPPEventHandler@6b22be33 onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [11:55:59] [Server thread/ERROR] [FML]: 12: ASM: DamageIndicatorsMod.core.DIEventBus@3d33f6ae livingEvent(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [11:55:59] [Server thread/ERROR] [FML]: 13: ASM: enviromine.handlers.EM_EventManager@90b0299 onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [11:55:59] [Server thread/ERROR] [FML]: 14: ASM: MoreFunQuicksandMod.main.CustomPotionEvent@568c3513 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent;)V


    [11:55:59] [Server thread/ERROR]: Encountered an unexpected exception


    net.minecraft.util.ReportedException: Ticking entity


    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:642) ~[MinecraftServer.class:?]


    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]


    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) ~[bsx.class:?]


    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]


    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]


    Caused by: java.lang.NullPointerException


    at mc.Mitchellbrine.diseaseCraft.event.ContractingEvents.mobAroundEvent(ContractingEvents.java:62) ~[ContractingEvents.class:?]


    at cpw.mods.fml.common.eventhandler.ASMEventHandler_39_ContractingEvents_mobAroundEvent_LivingUpdateEvent.invoke(.dynamic) ~[?:?]


    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]


    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]


    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) ~[ForgeHooks.class:?]


    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560) ~[sv.class:?]


    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206) ~[sw.class:?]


    at lycanite.lycanitesmobs.api.entity.EntityCreatureBase.func_70071_h_(EntityCreatureBase.java:1129) ~[EntityCreatureBase.class:?]


    at net.minecraft.world.World.func_72866_a(World.java:2070) ~[ahb.class:?]


    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648) ~[mt.class:?]


    at net.minecraft.world.World.func_72870_g(World.java:2034) ~[ahb.class:?]


    at net.minecraft.world.World.func_72939_s(World.java:1887) ~[ahb.class:?]


    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) ~[mt.class:?]


    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) ~[MinecraftServer.class:?]


    ... 4 more


    [11:55:59] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Owner\Documents\Minecraft Modding\MultiMC\instances\GrooveyMan1.7.10\minecraft\crash-reports\crash-2015-10-25_11.55.59-server.txt


    [11:55:59] [Server thread/INFO]: Stopping server


    [11:55:59] [Server thread/INFO]: Saving players


    [11:55:59] [Server thread/INFO]: Saving worlds


    [11:55:59] [Server thread/INFO]: Saving chunks for level 'VisualTesting'/Overworld


    [11:55:59] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----


    // Why is it breaking :(




    Time: 10/25/15 11:55 AM


    Description: Ticking entity




    java.lang.NullPointerException: Ticking entity


    at mc.Mitchellbrine.diseaseCraft.event.ContractingEvents.mobAroundEvent(ContractingEvents.java:62)


    at cpw.mods.fml.common.eventhandler.ASMEventHandler_39_ContractingEvents_mobAroundEvent_LivingUpdateEvent.invoke(.dynamic)


    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)


    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)


    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287)


    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)


    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)


    at lycanite.lycanitesmobs.api.entity.EntityCreatureBase.func_70071_h_(EntityCreatureBase.java:1129)


    at net.minecraft.world.World.func_72866_a(World.java:2070)


    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)


    at net.minecraft.world.World.func_72870_g(World.java:2034)


    at net.minecraft.world.World.func_72939_s(World.java:1887)


    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)


    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)


    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)


    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)


    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)


    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)






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


    ---------------------------------------------------------------------------------------




    -- Head --


    Stacktrace:


    at mc.Mitchellbrine.diseaseCraft.event.ContractingEvents.mobAroundEvent(ContractingEvents.java:62)


    at cpw.mods.fml.common.eventhandler.ASMEventHandler_39_ContractingEvents_mobAroundEvent_LivingUpdateEvent.invoke(.dynamic)


    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)


    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)


    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287)


    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)


    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)


    at lycanite.lycanitesmobs.api.entity.EntityCreatureBase.func_70071_h_(EntityCreatureBase.java:1129)


    at net.minecraft.world.World.func_72866_a(World.java:2070)


    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)


    at net.minecraft.world.World.func_72870_g(World.java:2034)




    -- Entity being ticked --


    Details:


    Entity Type: mountainmobs.jabberwock (lycanite.lycanitesmobs.mountainmobs.entity.EntityJabberwock)


    Entity ID: 348


    Entity Name: Jabberwock


    Entity's Exact location: -253.50, 80.00, 698.50


    Entity's Block location: World: (-254,80,698), Chunk: (at 2,5,10 in -16,43; contains blocks -256,0,688 to -241,255,703), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,0,512 to -1,255,1023)


    Entity's Momentum: 0.00, -0.08, 0.00


    Stacktrace:


    at net.minecraft.world.World.func_72939_s(World.java:1887)


    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)




    -- Affected level --


    Details:


    Level name: VisualTesting


    All players: 1 total; [EntityPlayerMP['<PROFILE NAME>'/74, l='VisualTesting', x=-269.96, y=132.00, z=721.70]]


    Chunk stats: ServerChunkCache: 955 Drop: 0


    Level seed: -8366691678853772498


    Level generator: ID 00 - default, ver 1. Features enabled: true


    Level generator options:


    Level spawn location: World: (-220,64,256), Chunk: (at 4,4,0 in -14,16; contains blocks -224,0,256 to -209,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)


    Level time: 141057 game time, 24158 day time


    Level dimension: 0


    Level storage version: 0x04ABD - Anvil


    Level weather: Rain time: 6654 (now: false), thunder time: 14071 (now: false)


    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true


    Stacktrace:


    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)


    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)


    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)


    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)


    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)




    -- System Details --


    Details:


    Minecraft Version: 1.7.10


    Operating System: Windows 7 (amd64) version 6.1


    Java Version: 1.8.0_65, Oracle Corporation


    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation


    Memory: 704717304 bytes (672 MB) / 2554331136 bytes (2436 MB) up to 5965348864 bytes (5689 MB)


    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms640m -Xmx6400m


    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used


    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94


    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 57 mods loaded, 57 mods active


    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored


    UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)


    UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)


    UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)


    UCHIJAAAA CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)


    UCHIJAAAA DCModLoader{1.0} [DCModuleLoader] (minecraft.jar)


    UCHIJAAAA ivtoolkit{IvToolkit} [1.2] (minecraft.jar)


    UCHIJAAAA NotEnoughItems{1.0.5.110} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.110-universal.jar)


    UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)


    UCHIJAAAA psychedelicraftcore{1.4} [Psychedelicraft Core] (minecraft.jar)


    UCHIJAAAA DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)


    UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)


    UCHIJAAAA antiqueatlas{4.2.7-1.7.10} [Antique Atlas] (antiqueatlas-4.2.7-1.7.10.jar)


    UCHIJAAAA BetterFoliage{1.0.14} [Better Foliage] (BetterFoliage-mc1.7-1.0.14.jar)


    UCHIJAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)


    UCHIJAAAA customnpcs{1.7.10c} [CustomNpcs] (CustomNPCs_1.7.10c.jar)


    UCHIJAAAA DiseaseCraft{2.0} [DiseaseCraft] (DiseaseCraft-1.7.10-2.1.jar)


    UCHIJAAAA dungeonmobs{4.1.3} [Dungeon Mobs] (Dungeon Mobs v4.1.3.jar)


    UCHIJAAAA eng_toolbox{1.2.3.0} [Engineer's Toolbox] (EngineersToolbox-1.2.3.0-BETA.jar)


    UCHIJAAAA enviromine{1.3.122} [EnviroMine] (EnviroMine-1.3.122.jar)


    UCHIJAAAA exnihilo{1.38-40} [Ex Nihilo] (Ex-Nihilo-1.38-40.jar)


    UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)


    UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)


    UCHIJAAAA TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)


    UCHIJAAAA Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar)


    UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)


    UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (zBiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)


    UCHIJAAAA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)


    UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)


    UCHIJAAAA ganysnether{1.8.1} [Gany's Nether] (Ganys Nether-1.8.1.jar)


    UCHIJAAAA HardcoreEnderExpansion{1.8.4} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.4.jar)


    UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)


    UCHIJAAAA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)


    UCHIJAAAA headcrumbs{1.6.2} [Headcrumbs] (Headcrumbs-1.6.2.jar)


    UCHIJAAAA lycanitesmobs{1.13.0.3 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA arcticmobs{1.13.0.3 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA demonmobs{1.13.0.3 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA desertmobs{1.13.0.3 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA forestmobs{1.13.0.3 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA freshwatermobs{1.13.0.3 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA infernomobs{1.13.0.3 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA junglemobs{1.13.0.3 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA mountainmobs{1.13.0.3 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA plainsmobs{1.13.0.3 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA saltwatermobs{1.13.0.3 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA shadowmobs{1.13.0.3 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA swampmobs{1.13.0.3 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA MemoryCleaner{1.0} [Memory Cleaner] (MemoryCleaner-1.4-mc.1.7.10.jar)


    UCHIJAAAA minechem{5.0.5.406} [Minechem] (Minechem-1.7.10-5.0.5.406.jar)


    UCHIJAAAA MFQM{1.0.5.2} [More Fun Quicksand Mod] (MoreFunQuicksandMod-1.7.10.jar)


    UCHIJAAAA NEIAddons{1.12.5.17} [NEI Addons] (neiaddons-mc1710-1.12.5.17.jar)


    UCHIJAAAA NEIAddons|Botany{1.12.5.17} [NEI Addons: Botany] (neiaddons-mc1710-1.12.5.17.jar)


    UCHIJAAAA NEIAddons|Forestry{1.12.5.17} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.5.17.jar)


    UCHIJAAAA NEIAddons|CraftingTables{1.12.5.17} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.5.17.jar)


    UCHIJAAAA NEIAddons|ExNihilo{1.12.5.17} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.5.17.jar)


    UCHIJAAAA wuppy29_peacefulpack{1.1.8.5} [Peacefulpack] (Peacefulpack 1.7.10-1.1.8.5.jar)


    UCHIJAAAA psychedelicraft{1.5.2} [Psychedelicraft] (Psychedelicraft-1.5.2.jar)


    UCHIJAAAA lootplusplus{0.18_for_1.7} [Loot++] (zLoot++-0.18_for_1.7.jar)


    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.


    CoFHCore: -[1.7.10]3.0.3-303


    Mantle Environment: Environment healthy.


    TConstruct Environment: Environment healthy.


    Profiler Position: N/A (disabled)


    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used


    Player Count: 1 / 8; [EntityPlayerMP['<PROFILE NAME>'/74, l='VisualTesting', x=-269.96, y=132.00, z=721.70]]


    Type: Integrated Server (map_client.txt)


    Is Modded: Definitely; Client brand changed to 'fml,forge'


    [11:55:59] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:354]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Owner\Documents\Minecraft Modding\MultiMC\instances\GrooveyMan1.7.10\minecraft\crash-reports\crash-2015-10-25_11.55.59-server.txt


    [11:55:59] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.


    [11:55:59] [Server thread/INFO]: Saving chunks for level 'VisualTesting'/Nether


    [11:55:59] [Server thread/INFO]: Saving chunks for level 'VisualTesting'/Caves


    [11:56:00] [Server thread/INFO] [FML]: Unloading dimension 0


    [11:56:00] [Server thread/INFO] [FML]: Unloading dimension -1


    [11:56:00] [Server thread/INFO] [FML]: Unloading dimension -2


    [11:56:00] [Server thread/INFO] [FML]: Applying holder lookups


    [11:56:00] [Server thread/INFO] [FML]: Holder lookups applied


    [11:56:00] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.


    [11:56:00] [Client thread/INFO] [FML]: Server terminated.


    AL lib: (EE) alc_cleanup: 1 device not closed


    Game exited with exitcode -1.






    I then pulled it out and tried it out in a more slimmed down instance, with some other mob mods first. It played fine with Orespawn, but when I put in Lycanite's, it got the same type of crash again.




    rver thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@1e034d58)


    [13:04:23] [Server thread/INFO] [FML]: Loading dimension 85 (New World) (net.minecraft.server.integrated.IntegratedServer@1e034d58)


    [13:04:23] [Server thread/INFO] [FML]: Loading dimension 84 (New World) (net.minecraft.server.integrated.IntegratedServer@1e034d58)


    [13:04:23] [Server thread/INFO] [FML]: Loading dimension 83 (New World) (net.minecraft.server.integrated.IntegratedServer@1e034d58)


    [13:04:23] [Server thread/INFO] [FML]: Loading dimension 82 (New World) (net.minecraft.server.integrated.IntegratedServer@1e034d58)


    [13:04:23] [Server thread/INFO] [FML]: Loading dimension 81 (New World) (net.minecraft.server.integrated.IntegratedServer@1e034d58)


    [13:04:23] [Server thread/INFO] [FML]: Loading dimension 80 (New World) (net.minecraft.server.integrated.IntegratedServer@1e034d58)


    [13:04:23] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@1e034d58)


    [13:04:23] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@1e034d58)


    [13:04:23] [Server thread/INFO]: Preparing start region for level 0


    [13:04:24] [Server thread/INFO]: Preparing spawn area: 85%


    [13:04:24] [Server thread/INFO]: Changing view distance to 12, from 10


    [13:04:25] [Netty Client IO #0/INFO] [FML]: Server protocol version 2


    [13:04:25] [Netty IO #1/INFO] [FML]: Client protocol version 2


    [13:04:25] [Netty IO #1/INFO] [FML]: Client attempting to join with 20 mods : [email protected] - MC 1.7.10,[email protected] - MC 1.7.10,[email protected] - MC 1.7.10,[email protected] - MC 1.7.10,[email protected],[email protected] - MC 1.7.10,[email protected] - MC 1.7.10,[email protected],[email protected] - MC 1.7.10,[email protected],[email protected] - MC 1.7.10,[email protected] - MC 1.7.10,[email protected] - MC 1.7.10,[email protected]_for_1.7,[email protected] - MC 1.7.10,[email protected] - MC 1.7.10,[email protected],[email protected] - MC 1.7.10,[email protected],[email protected]


    [13:04:25] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT


    [13:04:25] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER


    [13:04:25] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established


    [13:04:25] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established


    [13:04:25] [Server thread/INFO]: <PROFILE NAME>[local:E:5e304d33] logged in with entity id 214 at (-446.3023577616324, 77.0, 30.816170082218903)


    [13:04:25] [Server thread/INFO]: <PROFILE NAME> joined the game


    [13:04:27] [Server thread/INFO] [STDOUT]: [lycanite.lycanitesmobs.LycanitesMobs:printInfo:362]: [LycanitesMobs] [Info] Online donations file read successfully.


    [13:04:29] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3507ms behind, skipping 70 tick(s)


    [13:04:30] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingEvent$LivingUpdateEvent@25361760:


    java.lang.NullPointerException


    at mc.Mitchellbrine.diseaseCraft.event.ContractingEvents.mobAroundEvent(ContractingEvents.java:62) ~[ContractingEvents.class:?]


    at cpw.mods.fml.common.eventhandler.ASMEventHandler_11_ContractingEvents_mobAroundEvent_LivingUpdateEvent.invoke(.dynamic) ~[?:?]


    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]


    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]


    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) [ForgeHooks.class:?]


    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560) [sv.class:?]


    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206) [sw.class:?]


    at lycanite.lycanitesmobs.api.entity.EntityCreatureBase.func_70071_h_(EntityCreatureBase.java:1129) [EntityCreatureBase.class:?]


    at net.minecraft.world.World.func_72866_a(World.java:2070) [ahb.class:?]


    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648) [mt.class:?]


    at net.minecraft.world.World.func_72870_g(World.java:2034) [ahb.class:?]


    at net.minecraft.world.World.func_72939_s(World.java:1887) [ahb.class:?]


    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) [mt.class:?]


    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) [MinecraftServer.class:?]


    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]


    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) [bsx.class:?]


    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]


    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]


    [13:04:30] [Server thread/ERROR] [FML]: Index: 2 Listeners:


    [13:04:30] [Server thread/ERROR] [FML]: 0: NORMAL


    [13:04:30] [Server thread/ERROR] [FML]: 1: ASM: mc.Mitchellbrine.diseaseCraft.modules.med.util.MedUtils@63ec3626 medTimedown(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [13:04:30] [Server thread/ERROR] [FML]: 2: ASM: mc.Mitchellbrine.diseaseCraft.event.ContractingEvents@1c247e5b mobAroundEvent(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [13:04:30] [Server thread/ERROR] [FML]: 3: ASM: mc.Mitchellbrine.diseaseCraft.event.ContractingEvents@1c247e5b biomeContraction(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [13:04:30] [Server thread/ERROR] [FML]: 4: ASM: mc.Mitchellbrine.diseaseCraft.event.ContractingEvents@1c247e5b livingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [13:04:30] [Server thread/ERROR] [FML]: 5: ASM: lycanite.lycanitesmobs.PotionEffects@72bec302 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [13:04:30] [Server thread/ERROR] [FML]: 6: ASM: lycanite.lycanitesmobs.api.spawning.CustomSpawner@607c7f58 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [13:04:30] [Server thread/ERROR] [FML]: 7: ASM: lycanite.lycanitesmobs.EventListener@78b9d614 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [13:04:30] [Server thread/ERROR] [FML]: 8: ASM: com.tmtravlr.lootplusplus.LootPPEventHandler@32200389 onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V


    [13:04:30] [Server thread/ERROR]: Encountered an unexpected exception


    net.minecraft.util.ReportedException: Ticking entity


    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:642) ~[MinecraftServer.class:?]


    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]


    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) ~[bsx.class:?]


    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]


    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]


    Caused by: java.lang.NullPointerException


    at mc.Mitchellbrine.diseaseCraft.event.ContractingEvents.mobAroundEvent(ContractingEvents.java:62) ~[ContractingEvents.class:?]


    at cpw.mods.fml.common.eventhandler.ASMEventHandler_11_ContractingEvents_mobAroundEvent_LivingUpdateEvent.invoke(.dynamic) ~[?:?]


    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]


    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]


    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) ~[ForgeHooks.class:?]


    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560) ~[sv.class:?]


    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206) ~[sw.class:?]


    at lycanite.lycanitesmobs.api.entity.EntityCreatureBase.func_70071_h_(EntityCreatureBase.java:1129) ~[EntityCreatureBase.class:?]


    at net.minecraft.world.World.func_72866_a(World.java:2070) ~[ahb.class:?]


    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648) ~[mt.class:?]


    at net.minecraft.world.World.func_72870_g(World.java:2034) ~[ahb.class:?]


    at net.minecraft.world.World.func_72939_s(World.java:1887) ~[ahb.class:?]


    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) ~[mt.class:?]


    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) ~[MinecraftServer.class:?]


    ... 4 more


    [13:04:30] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Owner\Documents\Minecraft Modding\MultiMC\instances\Orespawning\minecraft\crash-reports\crash-2015-10-25_13.04.30-server.txt


    [13:04:30] [Server thread/INFO]: Stopping server


    [13:04:30] [Server thread/INFO]: Saving players


    [13:04:30] [Server thread/INFO]: Saving worlds


    [13:04:30] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld


    [13:04:31] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----


    // I blame Dinnerbone.




    Time: 10/25/15 1:04 PM


    Description: Ticking entity




    java.lang.NullPointerException: Ticking entity


    at mc.Mitchellbrine.diseaseCraft.event.ContractingEvents.mobAroundEvent(ContractingEvents.java:62)


    at cpw.mods.fml.common.eventhandler.ASMEventHandler_11_ContractingEvents_mobAroundEvent_LivingUpdateEvent.invoke(.dynamic)


    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)


    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)


    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287)


    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)


    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)


    at lycanite.lycanitesmobs.api.entity.EntityCreatureBase.func_70071_h_(EntityCreatureBase.java:1129)


    at net.minecraft.world.World.func_72866_a(World.java:2070)


    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)


    at net.minecraft.world.World.func_72870_g(World.java:2034)


    at net.minecraft.world.World.func_72939_s(World.java:1887)


    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)


    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)


    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)


    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)


    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)


    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)






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


    ---------------------------------------------------------------------------------------




    -- Head --


    Stacktrace:


    at mc.Mitchellbrine.diseaseCraft.event.ContractingEvents.mobAroundEvent(ContractingEvents.java:62)


    at cpw.mods.fml.common.eventhandler.ASMEventHandler_11_ContractingEvents_mobAroundEvent_LivingUpdateEvent.invoke(.dynamic)


    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)


    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)


    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287)


    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)


    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)


    at lycanite.lycanitesmobs.api.entity.EntityCreatureBase.func_70071_h_(EntityCreatureBase.java:1129)


    at net.minecraft.world.World.func_72866_a(World.java:2070)


    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)


    at net.minecraft.world.World.func_72870_g(World.java:2034)




    -- Entity being ticked --


    Details:


    Entity Type: infernomobs.afrit (lycanite.lycanitesmobs.infernomobs.entity.EntityAfrit)


    Entity ID: 237


    Entity Name: Afrit


    Entity's Exact location: -449.60, 75.00, 31.31


    Entity's Block location: World: (-450,75,31), Chunk: (at 14,4,15 in -29,1; contains blocks -464,0,16 to -449,255,31), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)


    Entity's Momentum: -0.05, 0.00, 0.02


    Stacktrace:


    at net.minecraft.world.World.func_72939_s(World.java:1887)


    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)




    -- Affected level --


    Details:


    Level name: New World


    All players: 1 total; [EntityPlayerMP['<PROFILE NAME>'/214, l='New World', x=-445.96, y=76.92, z=31.57]]


    Chunk stats: ServerChunkCache: 1219 Drop: 0


    Level seed: 2109148320298438930


    Level generator: ID 00 - default, ver 1. Features enabled: true


    Level generator options:


    Level spawn location: World: (-112,64,236), Chunk: (at 0,4,12 in -7,14; contains blocks -112,0,224 to -97,255,239), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)


    Level time: 60586 game time, 9257 day time


    Level dimension: 0


    Level storage version: 0x04ABD - Anvil


    Level weather: Rain time: 12614 (now: false), thunder time: 104684 (now: false)


    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true


    Stacktrace:


    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)


    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)


    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)


    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)


    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)




    -- System Details --


    Details:


    Minecraft Version: 1.7.10


    Operating System: Windows 7 (amd64) version 6.1


    Java Version: 1.8.0_65, Oracle Corporation


    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation


    Memory: 700853224 bytes (668 MB) / 1816133632 bytes (1732 MB) up to 5965348864 bytes (5689 MB)


    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx6400m


    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used


    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94


    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 20 mods loaded, 20 mods active


    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored


    UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)


    UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)


    UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)


    UCHIJAAAA DCModLoader{1.0} [DCModuleLoader] (minecraft.jar)


    UCHIJAAAA DiseaseCraft{2.0} [DiseaseCraft] (DiseaseCraft-1.7.10-2.1.jar)


    UCHIJAAAA lycanitesmobs{1.13.0.3 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA arcticmobs{1.13.0.3 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA demonmobs{1.13.0.3 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA desertmobs{1.13.0.3 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA forestmobs{1.13.0.3 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA freshwatermobs{1.13.0.3 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA infernomobs{1.13.0.3 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA junglemobs{1.13.0.3 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA mountainmobs{1.13.0.3 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA plainsmobs{1.13.0.3 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA saltwatermobs{1.13.0.3 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA shadowmobs{1.13.0.3 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA swampmobs{1.13.0.3 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.3 [1.7.10].jar)


    UCHIJAAAA OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3.zip)


    UCHIJAAAA lootplusplus{0.18_for_1.7} [Loot++] (zLoot++-0.18_for_1.7.jar)


    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.


    Profiler Position: N/A (disabled)


    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used


    Player Count: 1 / 8; [EntityPlayerMP['<PROFILE NAME>'/214, l='New World', x=-445.96, y=76.92, z=31.57]]


    Type: Integrated Server (map_client.txt)


    Is Modded: Definitely; Client brand changed to 'fml,forge'


    [13:04:31] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:354]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Owner\Documents\Minecraft Modding\MultiMC\instances\Orespawning\minecraft\crash-reports\crash-2015-10-25_13.04.30-server.txt


    [13:04:31] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.


    [13:04:31] [Server thread/INFO]: Saving chunks for level 'New World'/Nether


    [13:04:31] [Server thread/INFO]: Saving chunks for level 'New World'/The End


    [13:04:31] [Server thread/INFO]: Saving chunks for level 'New World'/Dimension-Chaos


    [13:04:31] [Server thread/INFO]: Saving chunks for level 'New World'/Dimension-Crystal


    [13:04:31] [Server thread/INFO]: Saving chunks for level 'New World'/Dimension-Islands


    [13:04:31] [Server thread/INFO]: Saving chunks for level 'New World'/Dimension-VillageMania


    [13:04:31] [Server thread/INFO]: Saving chunks for level 'New World'/Dimension-Extreme


    [13:04:31] [Server thread/INFO]: Saving chunks for level 'New World'/Dimension-Utopia


    [13:04:31] [Server thread/INFO] [FML]: Unloading dimension 0


    [13:04:31] [Server thread/INFO] [FML]: Unloading dimension -1


    [13:04:31] [Server thread/INFO] [FML]: Unloading dimension 1


    [13:04:31] [Server thread/INFO] [FML]: Unloading dimension 85


    [13:04:31] [Server thread/INFO] [FML]: Unloading dimension 84


    [13:04:31] [Server thread/INFO] [FML]: Unloading dimension 83


    [13:04:31] [Server thread/INFO] [FML]: Unloading dimension 82


    [13:04:31] [Server thread/INFO] [FML]: Unloading dimension 81


    [13:04:31] [Server thread/INFO] [FML]: Unloading dimension 80


    [13:04:31] [Server thread/INFO] [FML]: Applying holder lookups


    [13:04:31] [Server thread/INFO] [FML]: Holder lookups applied


    [13:04:31] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.


    [13:04:31] [Client thread/INFO] [FML]: Server terminated.


    AL lib: (EE) alc_cleanup: 1 device not closed


    Game exited with exitcode -1.






    Thanks for making this mod and taking time to look here! I like the control you get over the diseases in the json file and would love to move some over to new mob based vectors, like malaria to mosquitoes and possibly expand bubonic and rabies to kobolds and wargs respectivly, if it possible to have more than one mob spread a disease via attack/proximity.


    Ah, an easy fix. I'll get right on it. Thank you so much for reporting the bug! (Now, it is a bug with Lycanite's mobs, but it can be prevented on my end)
    Posted in: Minecraft Mods
  • 0

    posted a message on DiseaseCraft 2
    Quote from TG_CrowDog»

    Awesome mod, I'm dieing to include this in SMP but am getting this crash report:



    ---- Minecraft Crash Report ----
    // Ouch. That hurt :(

    Time: 10/22/15 8:37 PM
    Description: Exception in server tick loop

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
    at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
    Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
    at mc.Mitchellbrine.diseaseCraft.DiseaseCraft.preInit(DiseaseCraft.java:130)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
    ... 5 more
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
    ... 32 more
    Caused by: java.lang.RuntimeException: Attempted to load class bdw for invalid side SERVER
    at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
    ... 34 more

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

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Linux (amd64) version 2.6.32-504.8.1.el6.x86_64
    Java Version: 1.7.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 2055718456 bytes (1960 MB) / 2955411456 bytes (2818 MB) up to 2955411456 bytes (2818 MB)
    JVM Flags: 3 total; -Xmx3072M -Xms3072M -XX:MaxPermSize=256m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492 119 mods loaded, 119 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCH FML{7.10.99.99} [Forge Mod Loader] (custom.jar)
    UCH Forge{10.13.4.1492} [Minecraft Forge] (custom.jar)
    UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
    UCH DCModLoader{1.0} [DCModuleLoader] (minecraft.jar)
    UCH ivtoolkit{IvToolkit} [1.2] (minecraft.jar)
    UCH MobiusCore{1.2.5} [MobiusCore] (minecraft.jar)
    UCH NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-universal.jar)
    UCH OpenComputers|Core{1.5.18.36} [OpenComputers (Core)] (minecraft.jar)
    UCH PlayerAPI{1.4} [Player API] (minecraft.jar)
    UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
    UCH <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
    UCH securitycraft{v1.7.4.1} [SecurityCraft] ([1.7.10] SecurityCraft v1.7.4.1.jar)
    UCH Trapcraft{v2.2.1a} [Trapcraft] ([1.7.10] Trapcraft - v2.3.0a.zip)
    UCH bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
    UCH StartingInventory{1.7.10.r03} [StartingInventory] ([1.7.10]StartingInventory-universal-1.7.10.r03.jar)
    UCH Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
    UCH AncientWarfare{2.4.107-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.107-beta-MC1.7.10-FULL.jar)
    UCH CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303 (1).jar)
    UCH AncientWarfareAutomation{2.4.107-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.107-beta-MC1.7.10-FULL.jar)
    UCH AncientWarfareNEIPlugin{2.4.107-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.107-beta-MC1.7.10-FULL.jar)
    UCH AncientWarfareNpc{2.4.107-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.107-beta-MC1.7.10-FULL.jar)
    UCH AncientWarfareStructure{2.4.107-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.107-beta-MC1.7.10-FULL.jar)
    UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
    UCH Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
    UCH bdlib{1.9.3.107} [BD Lib] (bdlib-1.9.3.107-mc1.7.10.jar)
    UCH BiblioCraft{1.10.5} [BiblioCraft] (BiblioCraft[v1.10.6][MC1.7.10].jar)
    UCH camosuits{1.0.6} [Camo Suits] (Camo Suits-1.7.2-1.0.6.jar)
    UCH ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCH chisel{2.4.1.40} [Chisel 2] (Chisel2-2.4.1.40.jar)
    UCH ctmlib{1.0.1.5} [CTMLib] (Chisel2-2.4.1.40.jar)
    UCH Cogs{0.1.4pre1} [Cogs of the machine] (cogs-1.7.10-0.1.4pre1.jar)
    UCH ComputerCraft{1.74} [ComputerCraft] (ComputerCraftPlusComputerCraftEdu1.74.jar)
    UCH ComputerCraftEdu{1.74} [ComputerCraftEdu] (ComputerCraftPlusComputerCraftEdu1.74.jar)
    UCH BuildMod{v1.0} [Build Mod] (coroutil-1.1.3 for MC v1.7.10.jar)
    UCH CoroPets{v1.0} [CoroPets] (coroutil-1.1.3 for MC v1.7.10.jar)
    UCH CoroAI{v1.0} [CoroAI] (coroutil-1.1.3 for MC v1.7.10.jar)
    UCH ExtendedRenderer{v1.0} [Extended Renderer] (coroutil-1.1.3 for MC v1.7.10.jar)
    UCH ConfigMod{v1.0} [Extended Mod Config] (coroutil-1.1.3 for MC v1.7.10.jar)
    UCH customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
    UCH lootablebodies{1.3.6} [DrCyano's Lootable Bodies] (CyanosLootableBodies-1.7.10-backport_1.3.6.jar)
    UCH PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.1.1_1.7.10.jar)
    UCH props{2.1.1} [Decocraft] (Decocraft-2.1.1_1.7.10.jar)
    UCE DiseaseCraft{2.0} [DiseaseCraft] (DiseaseCraft-1.7.10-2.1 (2).jar)
    UCH ImmersiveEngineering{0.5.4} [Immersive Engineering] (ImmersiveEngineering-0.5.4.jar)
    UCH Mantle{1.7.10-0.3.2.jenkins188} [Mantle] (Mantle-1.7.10-0.3.2a.jar)
    UCH MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH TConstruct{1.7.10-1.8.6b.build976} [Tinkers' Construct] (TConstruct-1.7.10-1.8.6b.jar)
    UCH minechem{5.0.5.406} [Minechem] (Minechem-1.7.10-5.0.5.406.jar)
    UCH DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V9b.jar)
    UCH SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
    UCH DynamicTransport{0.1.2.0} [Dynamic Transport] (DynamicTransport-0.1.2.0.jar)
    UCH endercore{1.7.10-0.1.0.26_beta} [EnderCore] (EnderCore-1.7.10-0.1.0.26_beta.jar)
    UCH EnderIO{1.7.10-2.3.0.417_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.417_beta.jar)
    UCH exnihilo{1.38-45} [Ex Nihilo] (Ex-Nihilo-1.38-45.jar)
    UCH flansmod{4.7.0} [Flan's Mod] (Flans Mod-1.7.10-4.7.0.jar)
    UCH ForgeEssentials{1.4.3} [Forge Essentials] (forgeessentials-1.7.10-1.4.3.970-server.jar)
    UCH freerun{0.1} [Free Runner Mod] (FreeRunner-0.1(1.7.10).jar)
    UCH Growthcraft{2.1.0a} [Growthcraft] (growthcraft-core-1.7.10-2.1.0a.jar)
    UCH Growthcraft|Cellar{2.1.0a} [Growthcraft Cellar] (growthcraft-cellar-1.7.10-2.1.0b.jar)
    UCH Growthcraft|Fishtrap{2.1.0a} [Growthcraft Fishtrap] (growthcraft-fishtrap-1.7.10-2.1.0a.jar)
    UCH Growthcraft|Hops{2.1.0} [Growthcraft Hops] (growthcraft-hops-1.7.10-2.1.0.jar)
    UCH HardcoreDarkness{1.6} [Hardcore Darkness] (HardcoreDarkness-MC1.7.10-1.6.jar)
    UCH hidenames{1.1.7} [Hide Names] (Hide Names-1.7.10-1.1.8.jar)
    UCH iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
    UCH LagBGon{.1.2} [Lag'B'Gon] (LagBGon-0.1.2 (1).jar)
    UCH llibrary{0.3.4-1.7.10} [LLibrary] (LLibrary-0.3.4-1.7.10 (1).jar)
    UCH Magneticraft{0.5.1} [Magneticraft] (magneticraft-0.5.1.jar)
    UCH malisiscore{1.7.10-0.12.9} [MalisisCore] (malisiscore-1.7.10-0.12.9.jar)
    UCH malisisdoors{1.7.10-1.10} [Malisis' Doors] (malisisdoors-1.7.10-1.10.jar)
    UCH RadixCore{2.0.2} [RadixCore] (RadixCore-1.7.10-2.0.2-universal.jar)
    UCH MCA{1.7.10-5.0.7.2} [Minecraft Comes Alive] (MCA-1.7.10-5.0.7.2-universal.jar)
    UCH Mekanism{8.1.7} [Mekanism] (Mekanism-1.7.10-8.1.7.252.jar)
    UCH MekanismTools{8.1.7} [MekanismTools] (MekanismTools-1.7.10-8.1.7.252.jar)
    UCH MeteorCraft{1.0} [MeteorCraft] (MeteorCraft 1.7.10 V9a.jar)
    UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104 (1).jar)
    UCH MobAmputation{4.0.0} [MobAmputation] (MobAmputation-4.0.0.jar)
    UCH cfm{3.4.8} [�9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)
    UCH MyEssentials-Core{1.7.10-1.13r} [MyEssentials-Core] (MyEssentials-Core-1.7.10-1.13r-universal (1).jar)
    UCH MyPermissions{1.7.10-0000r} [MyPermissions] (MyPermissions-1.7.10-31-dev.jar)
    UCH notenoughkeys{@MOD_VERSION@} [NotEnoughKEys] (NotEnoughKeys-1.7.10-1.0.0b30.jar)
    UCH OpenComputers{1.5.18.36} [OpenComputers] (OpenComputers-MC1.7.10-1.5.18.36-universal.jar)
    UCH openmodularturrets{2.1.4-183} [Open Modular Turrets] (OpenModularTurrets-1.7.10-2.1.4-183.jar)
    UCH opensecurity{1.0.66} [OpenSecurity] (OpenSecurity-1.0-66.jar)
    UCH MapWriter{2.1.2} [MapWriter] (Opis-1.2.5_1.7.10 (2).jar)
    UCH Opis{1.2.5} [Opis] (Opis-1.2.5_1.7.10 (2).jar)
    UCH permissionforge{1.7.10-1.0.4-beta} [PermissionForge] (PermissionForge-1.7.10-1.0.4.jar)
    UCH permissionex{2.0} [PermissionEx] (PermissionForge-1.7.10-1.0.4.jar)
    UCH pressure{1.2.4.124} [Pressure Pipes] (pressure-1.2.4.124-mc1.7.10.jar)
    UCH corerm{1.0c} [RikMuld's Core] (RikMuldsCore_1.0c.jar)
    UCH Sync{4.0.0} [Sync] (Sync-4.0.0.jar)
    UCH camping{2.1g} [The Camping Mod 2] (TheCampingMod_2.1g.jar)
    UCH tradeboothmod{1.7.10.1} [Trade Booth Mod] (tradebooth.1.7.10.1.jar)
    UCH WLM{1.4.3} [The Wasteland Mod] (Wasteland mod-1.4.4.jar)
    UCH weather2{v2.3.10} [Localized Weather & Storms] (weather2-2.3.10 for MC v1.7.10.jar)
    UCH wildcaves3{1.7.10} [Wild Caves 3] (WildCaves3-0.4.3.7(1.7.10).jar)
    UCH WorldBorder{1.0.0} [WorldBorder] (WorldBorder-Forge-1.0.1.jar)
    UCH worldedit{6.1.1-SNAPSHOT} [WorldEdit] (worldedit-forge-mc1.7.10-6.1.1-SNAPSHOT-dist.jar)
    UCH ZombieInfection{@VERSION@} [Zombie Infection] (Zombie Infection-1.7.10-1.3.0.jar)
    UCH ZAMod{v1.9.5} [Zombie Awareness] (ZombieAwareness-1.9.6.jar)
    UCH McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    UCH ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
    CoFHCore: -[1.7.10]3.0.3-303
    Mantle Environment: Environment healthy.
    MineFactoryReloaded: -[1.7.10]2.8.0-104
    TConstruct Environment: Environment healthy.
    ForgeEssentials: Running ForgeEssentials 1.4.3.970 (96a0bdd). Modules loaded: Afterlife, Backups, Chat, Commands, Economy, Multiworld, Permissions, PlayerLogger, Protection, Remote, Scripting, ServerVote, SignTools, Teleport, Tickets, WEIntegrationTools, WorldBorder, mapper
    List of loaded APIs:
    * API_NEK (1.0.0) from NotEnoughKeys-1.7.10-1.0.0b30.jar
    * appliedenergistics2|API (rv2) from DragonAPI 1.7.10 V9b.jar
    * ChiselAPI (0.1.0) from Chisel2-2.4.1.40.jar
    * ChiselAPI|Carving (0.1.0) from Chisel2-2.4.1.40.jar
    * ChiselAPI|Rendering (0.1.0) from Chisel2-2.4.1.40.jar
    * CoFHAPI (1.7.10R1.0.13) from EnderCore-1.7.10-0.1.0.26_beta.jar
    * CoFHAPI|block (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHAPI|core (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHAPI|energy (1.7.10R1.0.2) from DragonAPI 1.7.10 V9b.jar
    * CoFHAPI|fluid (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHAPI|inventory (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHAPI|item (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHAPI|modhelpers (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHAPI|tileentity (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.417_beta.jar
    * CoFHAPI|transport (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHAPI|world (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHLib (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHLib|audio (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHLib|gui (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHLib|gui|container (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHLib|gui|element (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHLib|gui|element|listbox (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHLib|gui|slot (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHLib|inventory (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHLib|render (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHLib|render|particle (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHLib|util (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHLib|util|helpers (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHLib|util|position (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHLib|world (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * CoFHLib|world|feature (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303 (1).jar
    * ComputerCraft|API (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|FileSystem (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Lua (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Media (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Peripheral (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Permissions (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Redstone (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * ComputerCraft|API|Turtle (1.74) from ComputerCraftPlusComputerCraftEdu1.74.jar
    * CSLib|API (1.0) from Decocraft-2.1.1_1.7.10.jar
    * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.417_beta.jar
    * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.417_beta.jar
    * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.417_beta.jar
    * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.417_beta.jar
    * Forge-FEHooks (1448.2) from forgeessentials-1.7.10-1.4.3.970-server.jar
    * ForgeEssentialsAPI (2.0) from forgeessentials-1.7.10-1.4.3.970-server.jar
    * ForgeEssentialsAPI|Economy (2.0) from forgeessentials-1.7.10-1.4.3.970-server.jar
    * ForgeEssentialsAPI|Perms (2.0) from forgeessentials-1.7.10-1.4.3.970-server.jar
    * ForgeEssentialsAPI|Remote (2.0) from forgeessentials-1.7.10-1.4.3.970-server.jar
    * GrowthcraftAPI|Cellar (2.0) from growthcraft-cellar-1.7.10-2.1.0b.jar
    * GrowthcraftAPI|Core (2.0) from growthcraft-cellar-1.7.10-2.1.0b.jar
    * GrowthcraftAPI|FishTrap (2.0) from growthcraft-fishtrap-1.7.10-2.1.0a.jar
    * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.5.4.jar
    * MagneticraftAPI (2.0.2) from magneticraft-0.5.1.jar
    * MagneticraftAPI|Computer (2.0.2) from magneticraft-0.5.1.jar
    * MagneticraftAPI|Computer|PreFab (2.0.2) from magneticraft-0.5.1.jar
    * MagneticraftAPI|ConveyorBelt (2.0.2) from magneticraft-0.5.1.jar
    * MagneticraftAPI|ConveyorBelt|PreFab (2.0.2) from magneticraft-0.5.1.jar
    * MagneticraftAPI|Electricity (2.0.2) from magneticraft-0.5.1.jar
    * MagneticraftAPI|Electricity|PreFab (2.0.2) from magneticraft-0.5.1.jar
    * MagneticraftAPI|Heat (2.0.2) from magneticraft-0.5.1.jar
    * MagneticraftAPI|Heat|PreFab (2.0.2) from magneticraft-0.5.1.jar
    * MagneticraftAPI|Kinetic (2.0.2) from magneticraft-0.5.1.jar
    * MagneticraftAPI|Pressure (2.0.2) from magneticraft-0.5.1.jar
    * MagneticraftAPI|Pressure|PreFab (2.0.2) from magneticraft-0.5.1.jar
    * MagneticraftAPI|Radiation (2.0.2) from magneticraft-0.5.1.jar
    * MagneticraftAPI|Recipes (2.0.2) from magneticraft-0.5.1.jar
    * MagneticraftAPI|Steel (2.0.2) from magneticraft-0.5.1.jar
    * MagneticraftAPI|Tools (2.0.2) from magneticraft-0.5.1.jar
    * MagneticraftAPI|Util (2.0.2) from magneticraft-0.5.1.jar
    * MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar
    * minechemAPI (1.7.10R1) from DragonAPI 1.7.10 V9b.jar
    * OpenComputersAPI|Component (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar
    * OpenComputersAPI|Core (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar
    * OpenComputersAPI|Driver (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar
    * OpenComputersAPI|Driver|Item (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar
    * OpenComputersAPI|Event (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar
    * OpenComputersAPI|FileSystem (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar
    * OpenComputersAPI|Internal (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar
    * OpenComputersAPI|Machine (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar
    * OpenComputersAPI|Manual (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar
    * OpenComputersAPI|Network (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar
    * OpenComputersAPI|Prefab (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar
    * pressureAPI (1.2.4.124) from pressure-1.2.4.124-mc1.7.10.jar
    * RailcraftAPI|crafting (1.0.0) from ImmersiveEngineering-0.5.4.jar
    Profiler Position: N/A (disabled)
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)


    I know it's a bulk of mods too and may be a conflict, but I'm not able to pinpoint the problem. Thanks for your review.


    Okay, I've seen this problem and I believe I fixed it in the newest version of the mod. I'm going to be releasing an alpha in the next couple of days that should fix it.
    Posted in: Minecraft Mods
  • To post a comment, please .