The Meaning of Life, the Universe, and Everything.
Join Date:
12/17/2011
Posts:
264
Minecraft:
SilverDarkBlade
Xbox:
SilverDarkBlade
PSN:
N/A
Member Details
Crash when a infernal mobs ghast fireball is fired at me. I have since changed the config to disable the ghast infernal mob but am unable to open my singleplayer world
here is the crashlog :
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 7/24/15 5:02 AM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at com.lasa11.headshots.HitHandler.onHit(HitHandler.java:29)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_408_HitHandler_onHit_LivingHurtEvent.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.onLivingHurt(ForgeHooks.java:298)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1129)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:785)
at net.minecraft.entity.monster.EntityMob.func_70097_a(SourceFile:54)
at net.minecraft.entity.projectile.EntitySmallFireball.func_70227_a(SourceFile:34)
at net.minecraft.entity.projectile.EntityFireball.func_70071_h_(SourceFile:141)
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 com.lasa11.headshots.HitHandler.onHit(HitHandler.java:29)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_408_HitHandler_onHit_LivingHurtEvent.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.onLivingHurt(ForgeHooks.java:298)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1129)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:785)
at net.minecraft.entity.monster.EntityMob.func_70097_a(SourceFile:54)
at net.minecraft.entity.projectile.EntitySmallFireball.func_70227_a(SourceFile:34)
at net.minecraft.entity.projectile.EntityFireball.func_70071_h_(SourceFile:141)
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: SmallFireball (net.minecraft.entity.projectile.EntitySmallFireball)
Entity ID: 550
Entity Name: Small Fireball
Entity's Exact location: 80.11, 70.62, -378.66
Entity's Block location: World: (80,70,-379), Chunk: (at 0,4,5 in 5,-24; contains blocks 80,0,-384 to 95,255,-369), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Entity's Momentum: 0.16, 0.12, 1.13
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: Sadness
All players: 1 total; [EntityPlayerMP['SilverDarkBlade'/529, l='Sadness', x=80.09, y=69.00, z=-373.93]]
Chunk stats: ServerChunkCache: 1068 Drop: 0
Level seed: -6339650021822506043
Level generator: ID 05 - OWG, ver 0. Features enabled: true
Level generator options: BETA173#2
Level spawn location: World: (0,64,0), Chunk: (at 0,4,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 440472 game time, 489381 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 16824 (now: false), thunder time: 107230 (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)
Really its less wanting to fix the problem and more being able to open my world again. unfortunately the mob that fired it spawns even in peaceful so switching to peaceful cant despawn the fireball.
Crash when a infernal mobs ghast fireball is fired at me. I have since changed the config to disable the ghast infernal mob but am unable to open my singleplayer world
here is the crashlog :
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 7/24/15 5:02 AM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at com.lasa11.headshots.HitHandler.onHit(HitHandler.java:29)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_408_HitHandler_onHit_LivingHurtEvent.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.onLivingHurt(ForgeHooks.java:298)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1129)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:785)
at net.minecraft.entity.monster.EntityMob.func_70097_a(SourceFile:54)
at net.minecraft.entity.projectile.EntitySmallFireball.func_70227_a(SourceFile:34)
at net.minecraft.entity.projectile.EntityFireball.func_70071_h_(SourceFile:141)
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 com.lasa11.headshots.HitHandler.onHit(HitHandler.java:29)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_408_HitHandler_onHit_LivingHurtEvent.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.onLivingHurt(ForgeHooks.java:298)
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1129)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:785)
at net.minecraft.entity.monster.EntityMob.func_70097_a(SourceFile:54)
at net.minecraft.entity.projectile.EntitySmallFireball.func_70227_a(SourceFile:34)
at net.minecraft.entity.projectile.EntityFireball.func_70071_h_(SourceFile:141)
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: SmallFireball (net.minecraft.entity.projectile.EntitySmallFireball)
Entity ID: 550
Entity Name: Small Fireball
Entity's Exact location: 80.11, 70.62, -378.66
Entity's Block location: World: (80,70,-379), Chunk: (at 0,4,5 in 5,-24; contains blocks 80,0,-384 to 95,255,-369), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Entity's Momentum: 0.16, 0.12, 1.13
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: Sadness
All players: 1 total; [EntityPlayerMP['SilverDarkBlade'/529, l='Sadness', x=80.09, y=69.00, z=-373.93]]
Chunk stats: ServerChunkCache: 1068 Drop: 0
Level seed: -6339650021822506043
Level generator: ID 05 - OWG, ver 0. Features enabled: true
Level generator options: BETA173#2
Level spawn location: World: (0,64,0), Chunk: (at 0,4,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 440472 game time, 489381 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 16824 (now: false), thunder time: 107230 (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.7.0_79, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 513507032 bytes (489 MB) / 945291264 bytes (901 MB) up to 1908932608 bytes (1820 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:PermSize=256m -XX:MaxPermSize=512m
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 86 mods loaded, 86 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.1492-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1492} [Minecraft Forge] (forge-1.7.10-10.13.4.1492-1.7.10.jar)
UCHIJAAAA CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-universal.jar)
UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAA OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCHIJAAAA ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
UCHIJAAAA DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UCHIJAAAA DirectionHUD{1.24} [DirectionHUD] ([1.7.10]DirectionHUD-client-1.24.jar)
UCHIJAAAA StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar)
UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJAAAA ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
UCHIJAAAA Backpack{2.0.0} [Backpack] (backpack-2.0.0-1.7.x.jar)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAAA BackTools{4.0.0} [BackTools] (BackTools-4.0.0.jar)
UCHIJAAAA BattleTowers{1.5.2} [Battle Towers] (BattleTowers-1.7.10.jar)
UCHIJAAAA BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar)
UCHIJAAAA CarpentersBlocks{3.3.5} [Carpenter's Blocks] (Carpenter's Blocks v3.3.5 - MC 1.7.10.jar)
UCHIJAAAA ChickenChunks{1.3.4.16} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.16-universal.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJAAAA customnpcs{1.7.10} [CustomNpcs] (CustomNPCs_1.7.10.jar)
UCHIJAAAA source_code293.digitalxp{0.1.5} [DigitalXP] (DigitalXP-1.7.10-0.1.5.jar)
UCHIJAAAA dimdoors{2.2.5-test9} [Dimensional Doors] (DimensionalDoors-2.2.5-test9.jar)
UCHIJAAAA Doors{4.0.1} [Doors] (Doors-4.0.1.jar)
UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCHIJAAAA EnderStorage{1.4.7.36} [EnderStorage] (EnderStorage-1.7.10-1.4.7.36-universal.jar)
UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJAAAA FWG{1.0.3} [Fun World Gen] (FWG-1.0.3.jar)
UCHIJAAAA headshots{0.3} [Headshots] (Headshot-Mod-1.7.10.jar)
UCHIJAAAA InfernalMobs{1.6.1} [Infernal Mobs] (InfernalMobs-1.7.10 - Copy.jar)
UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCHIJAAAA JASCompatability{1.2.0} [Just Another Spawner Compatibility Addon] (JustAnotherSpawnerCompatibilityAddon-1.2.0.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 Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA Mystcraft{0.11.0.00} [Mystcraft] (mystcraft-1.7.10-0.11.0.00.jar)
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.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 MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7 - Copy.jar)
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJAAAA MobAmputation{4.0.1} [MobAmputation] (MobAmputation-4.0.1.jar)
UCHIJAAAA Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar)
UCHIJAAAA OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
UCHIJAAAA OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)
UCHIJAAAA OWG{1.0.3} [Old World Gen] (OWG-1.0.3-1.7.10.jar)
UCHIJAAAA Photoreal{4.0.0} [Photoreal] (Photoreal-4.0.0.jar)
UCHIJAAAA PiP{4.0.0} [PiP] (PiP-4.0.0.jar)
UCHIJAAAA ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCHIJAAAA Roguelike{1.3.6.3} [Roguelike Dungeons] (roguelike-1.7.10-1.3.6.3 - Copy.jar)
UCHIJAAAA RopesPlus{1.6.4} [Ropes+] (RopePlus-1.7.10.jar)
UCHIJAAAA AS_Ruins{14.8} [Ruins Spawning System] (Ruins-1.7.10.jar)
UCHIJAAAA stefinusguns{0.5.2} [New Stefinus Guns] (Stefinus Guns-0.5.2.jar)
UCHIJAAAA ForgeMultipart{1.1.0.309} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar)
UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-436.jar)
UCHIJAAAA Torched{4.0.0} [Torched] (Torched-4.0.0.jar)
UCHIJAAAA Translocator{1.1.2.15} [Translocator] (Translocator-1.7.10-1.1.2.15-universal.jar)
UCHIJAAAA weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
UCHIJAAAA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA McMultipart{1.1.0.309} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar)
UCHIJAAAA JustAnotherSpawner{0.17.0} [Just Another Spawner] (JustAnotherSpawner-0.17.0.jar)
UCHIJAAAA ForgeMicroblock{1.1.0.309} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
OpenModsLib class transformers: [gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED],[map_gen_fix:FINISHED],[movement_callback:FINISHED],[stencil_patches:FINISHED]
Class transformer null safety: all safe
CoFHCore: -[1.7.10]3.0.3-303
Mantle Environment: Environment healthy.
MineFactoryReloaded: -[1.7.10]2.8.0-104
TConstruct Environment: Environment healthy.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
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['SilverDarkBlade'/529, l='Sadness', x=80.09, y=69.00, z=-373.93]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Really its less wanting to fix the problem and more being able to open my world again. unfortunately the mob that fired it spawns even in peaceful so switching to peaceful cant despawn the fireball.
thank you very much. i will uninstall headshots, load my world, then re install it since i disabled the infernal ghast tag
very helpful. would have never fixed it on my own