summaryrefslogtreecommitdiff
path: root/TF2 Crates/eclipse/crash-reports/crash-2016-05-21_22.00.03-server.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TF2 Crates/eclipse/crash-reports/crash-2016-05-21_22.00.03-server.txt')
-rwxr-xr-xTF2 Crates/eclipse/crash-reports/crash-2016-05-21_22.00.03-server.txt141
1 files changed, 141 insertions, 0 deletions
diff --git a/TF2 Crates/eclipse/crash-reports/crash-2016-05-21_22.00.03-server.txt b/TF2 Crates/eclipse/crash-reports/crash-2016-05-21_22.00.03-server.txt
new file mode 100755
index 0000000..ea6ecc9
--- /dev/null
+++ b/TF2 Crates/eclipse/crash-reports/crash-2016-05-21_22.00.03-server.txt
@@ -0,0 +1,141 @@
+---- Minecraft Crash Report ----
+// Daisy, daisy...
+
+Time: 5/21/16 10:00 PM
+Description: Ticking entity
+
+java.util.IllegalFormatConversionException: d != java.lang.Float
+ at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302)
+ at java.util.Formatter$FormatSpecifier.printInteger(Formatter.java:2793)
+ at java.util.Formatter$FormatSpecifier.print(Formatter.java:2747)
+ at java.util.Formatter.format(Formatter.java:2520)
+ at java.util.Formatter.format(Formatter.java:2455)
+ at java.lang.String.format(String.java:2925)
+ at cpw.mods.fml.relauncher.FMLRelaunchLog.log(FMLRelaunchLog.java:69)
+ at cpw.mods.fml.common.FMLLog.log(FMLLog.java:30)
+ at cpw.mods.fml.common.FMLLog.info(FMLLog.java:67)
+ at fyresmodjam.misc.ItemStatHelper.livingHurt(ItemStatHelper.java:456)
+ at cpw.mods.fml.common.eventhandler.ASMEventHandler_13_ItemStatHelper_livingHurt_LivingHurtEvent.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.onLivingHurt(ForgeHooks.java:300)
+ at net.minecraft.entity.player.EntityPlayer.damageEntity(EntityPlayer.java:1218)
+ at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:870)
+ at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1161)
+ at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:532)
+ at net.minecraft.entity.monster.EntityMob.attackEntityAsMob(EntityMob.java:140)
+ at net.minecraft.entity.monster.EntityMob.attackEntity(EntityMob.java:177)
+ at net.minecraft.entity.monster.EntitySpider.attackEntity(EntitySpider.java:128)
+ at net.minecraft.entity.EntityCreature.updateEntityActionState(EntityCreature.java:75)
+ at net.minecraft.entity.EntityLivingBase.onLivingUpdate(EntityLivingBase.java:1989)
+ at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:431)
+ at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:39)
+ at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1816)
+ at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:250)
+ at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:47)
+ at net.minecraft.entity.monster.EntitySpider.onUpdate(EntitySpider.java:38)
+ at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2298)
+ at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:684)
+ at net.minecraft.world.World.updateEntity(World.java:2258)
+ at net.minecraft.world.World.updateEntities(World.java:2108)
+ at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515)
+ at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703)
+ at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
+ at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
+ at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
+ at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
+
+
+A detailed walkthrough of the error, its code path and all known details is as follows:
+---------------------------------------------------------------------------------------
+
+-- Head --
+Stacktrace:
+ at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4302)
+ at java.util.Formatter$FormatSpecifier.printInteger(Formatter.java:2793)
+ at java.util.Formatter$FormatSpecifier.print(Formatter.java:2747)
+ at java.util.Formatter.format(Formatter.java:2520)
+ at java.util.Formatter.format(Formatter.java:2455)
+ at java.lang.String.format(String.java:2925)
+ at cpw.mods.fml.relauncher.FMLRelaunchLog.log(FMLRelaunchLog.java:69)
+ at cpw.mods.fml.common.FMLLog.log(FMLLog.java:30)
+ at cpw.mods.fml.common.FMLLog.info(FMLLog.java:67)
+ at fyresmodjam.misc.ItemStatHelper.livingHurt(ItemStatHelper.java:456)
+ at cpw.mods.fml.common.eventhandler.ASMEventHandler_13_ItemStatHelper_livingHurt_LivingHurtEvent.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.onLivingHurt(ForgeHooks.java:300)
+ at net.minecraft.entity.player.EntityPlayer.damageEntity(EntityPlayer.java:1218)
+ at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:870)
+ at net.minecraft.entity.player.EntityPlayer.attackEntityFrom(EntityPlayer.java:1161)
+ at net.minecraft.entity.player.EntityPlayerMP.attackEntityFrom(EntityPlayerMP.java:532)
+ at net.minecraft.entity.monster.EntityMob.attackEntityAsMob(EntityMob.java:140)
+ at net.minecraft.entity.monster.EntityMob.attackEntity(EntityMob.java:177)
+ at net.minecraft.entity.monster.EntitySpider.attackEntity(EntitySpider.java:128)
+ at net.minecraft.entity.EntityCreature.updateEntityActionState(EntityCreature.java:75)
+ at net.minecraft.entity.EntityLivingBase.onLivingUpdate(EntityLivingBase.java:1989)
+ at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:431)
+ at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:39)
+ at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1816)
+ at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:250)
+ at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:47)
+ at net.minecraft.entity.monster.EntitySpider.onUpdate(EntitySpider.java:38)
+ at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2298)
+ at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:684)
+ at net.minecraft.world.World.updateEntity(World.java:2258)
+
+-- Entity being ticked --
+Details:
+ Entity Type: Spider (net.minecraft.entity.monster.EntitySpider)
+ Entity ID: 223
+ Entity Name: Spider, Level 1
+ Entity's Exact location: -224.31, 4.88, -35.56
+ Entity's Block location: World: (-225,4,-36), Chunk: (at 15,0,12 in -15,-3; contains blocks -240,0,-48 to -225,255,-33), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
+ Entity's Momentum: 0.19, -0.24, 0.10
+Stacktrace:
+ at net.minecraft.world.World.updateEntities(World.java:2108)
+ at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515)
+
+-- Affected level --
+Details:
+ Level name: New World
+ All players: 1 total; [EntityPlayerMP['Player95'/305, l='New World', x=-222.75, y=4.00, z=-34.71]]
+ Chunk stats: ServerChunkCache: 943 Drop: 0
+ Level seed: 6794265306754341115
+ Level generator: ID 01 - flat, ver 0. Features enabled: true
+ Level generator options:
+ Level spawn location: World: (-291,4,-190), Chunk: (at 13,0,2 in -19,-12; contains blocks -304,0,-192 to -289,255,-177), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
+ Level time: 5832 game time, 17233 day time
+ Level dimension: 0
+ Level storage version: 0x04ABD - Anvil
+ Level weather: Rain time: 151917 (now: false), thunder time: 74820 (now: false)
+ Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
+Stacktrace:
+ at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703)
+ at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
+ at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
+ at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
+ at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
+
+-- System Details --
+Details:
+ Minecraft Version: 1.7.10
+ Operating System: Mac OS X (x86_64) version 10.11.5
+ Java Version: 1.8.0_05, Oracle Corporation
+ Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
+ Memory: 824887384 bytes (786 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
+ JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
+ 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.1614 4 mods loaded, 4 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] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar)
+ UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar)
+ UCHIJAAAA fyresmodjam{0.0.3d} [The You Will Die Mod] (bin)
+ 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['Player95'/305, l='New World', x=-222.75, y=4.00, z=-34.71]]
+ Type: Integrated Server (map_client.txt)
+ Is Modded: Definitely; Client brand changed to 'fml,forge' \ No newline at end of file