Removed a few mods and added a few new ones, went to get breakfast while afk'ing sot hat my quarry could finish its course, and come back to see the game crashed. Went to look for a crash report, couldn't find one, and opted for a console log instead.
Now this is the part I don't get, from what I can tell, I need more RAM right? Well the problem with that is that I've already allocated 2gb both through the java control panel and minecraft itself, I shouldn't be running into any problem with RAM at all. Regardless, this is the only log of events that I got, the crash log folder deosnt have anything from today, and so this will have to suffice.
2014-01-15 00:41:50 [INFO] [Minecraft-Client] Stopping!
2014-01-15 00:41:50 [INFO] [STDERR] net.minecraft.util.ReportedException: Exception ticking world entities
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2014-01-15 00:41:50 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: net/minecraft/tileentity/CallableTileEntityName
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.tileentity.TileEntity.func_85027_a(TileEntity.java:282)
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.world.World.func_72939_s(World.java:2215)
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
2014-01-15 00:41:50 [INFO] [STDERR] ... 4 more
2014-01-15 00:41:50 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.tileentity.CallableTileEntityName
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
2014-01-15 00:41:50 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-01-15 00:41:50 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-01-15 00:41:50 [INFO] [STDERR] ... 8 more
2014-01-15 00:41:50 [INFO] [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space
2014-01-15 00:41:50 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method)
2014-01-15 00:41:50 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
2014-01-15 00:41:50 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
2014-01-15 00:41:50 [INFO] [STDERR] ... 10 more
2014-01-15 00:41:50 [SEVERE] [Minecraft-Server] Encountered an unexpected exception ReportedException
net.minecraft.util.ReportedException: Exception ticking world entities
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/tileentity/CallableTileEntityName
at net.minecraft.tileentity.TileEntity.func_85027_a(TileEntity.java:282)
at net.minecraft.world.World.func_72939_s(World.java:2215)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
... 4 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.tileentity.CallableTileEntityName
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 8 more
Caused by: java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
... 10 more
2014-01-15 00:41:50 [INFO] [STDOUT] no mods added
2014-01-15 00:41:54 [INFO] [Minecraft-Server] Stopping server
2014-01-15 00:41:54 [INFO] [Minecraft-Server] Saving players
2014-01-15 00:41:55 [INFO] [Minecraft-Server] Evaleia left the game
2014-01-15 00:41:55 [INFO] [STDOUT] Unloading Player: Evaleia
2014-01-15 00:41:55 [INFO] [STDOUT] no mods added
2014-01-15 00:41:58 [INFO] [STDERR] java.lang.NoClassDefFoundError: backpack/util/BackpackUtil
2014-01-15 00:41:58 [INFO] [STDERR] at backpack.inventory.InventoryBackpackSlot.writeToNBT(InventoryBackpackSlot.java:55)
2014-01-15 00:41:58 [INFO] [STDERR] at backpack.inventory.InventoryBackpackSlot.func_70305_f(InventoryBackpackSlot.java:30)
2014-01-15 00:41:58 [INFO] [STDERR] at backpack.handler.PlayerHandlerBackpack.onPlayerLogout(PlayerHandlerBackpack.java:29)
2014-01-15 00:41:58 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.onPlayerLogout(GameRegistry.java:370)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.management.ServerConfigurationManager.func_72367_e(ServerConfigurationManager.java:290)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72565_c(NetServerHandler.java:174)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.management.ServerConfigurationManager.func_72392_r(ServerConfigurationManager.java:1057)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:389)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.func_71260_j(IntegratedServer.java:242)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:537)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2014-01-15 00:41:58 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: backpack.util.BackpackUtil
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
2014-01-15 00:41:58 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-01-15 00:41:58 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-01-15 00:41:58 [INFO] [STDERR] ... 11 more
2014-01-15 00:41:58 [INFO] [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space
2014-01-15 00:41:58 [FINEST] [mcp] Sending event FMLServerStoppedEvent to mod mcp
2014-01-15 00:41:58 [FINEST] [mcp] Sent event FMLServerStoppedEvent to mod mcp
2014-01-15 00:41:58 [FINEST] [FML] Sending event FMLServerStoppedEvent to mod FML
2014-01-15 00:41:58 [FINEST] [FML] Sent event FMLServerStoppedEvent to mod FML
2014-01-15 00:41:58 [FINEST] [Forge] Sending event FMLServerStoppedEvent to mod Forge
2014-01-15 00:41:58 [FINEST] [Forge] Sent event FMLServerStoppedEvent to mod Forge
2014-01-15 00:41:58 [FINEST] [CodeChickenCore] Sending event FMLServerStoppedEvent to mod CodeChickenCore
2014-01-15 00:41:58 [FINEST] [CodeChickenCore] Sent event FMLServerStoppedEvent to mod CodeChickenCore
2014-01-15 00:41:58 [FINEST] [NotEnoughItems] Sending event FMLServerStoppedEvent to mod NotEnoughItems
2014-01-15 00:41:58 [FINEST] [NotEnoughItems] Sent event FMLServerStoppedEvent to mod NotEnoughItems
2014-01-15 00:41:58 [FINEST] [TConstruct-Preloader] Sending event FMLServerStoppedEvent to mod TConstruct-Preloader
2014-01-15 00:41:58 [FINEST] [TConstruct-Preloader] Sent event FMLServerStoppedEvent to mod TConstruct-Preloader
2014-01-15 00:41:58 [FINEST] [bspkrsCore] Sending event FMLServerStoppedEvent to mod bspkrsCore
2014-01-15 00:41:58 [FINEST] [bspkrsCore] Sent event FMLServerStoppedEvent to mod bspkrsCore
2014-01-15 00:41:58 [FINEST] [mod_bspkrsCore] Sending event FMLServerStoppedEvent to mod mod_bspkrsCore
2014-01-15 00:41:58 [FINEST] [mod_bspkrsCore] Sent event FMLServerStoppedEvent to mod mod_bspkrsCore
2014-01-15 00:41:58 [FINEST] [GrimoireGaia2] Sending event FMLServerStoppedEvent to mod GrimoireGaia2
2014-01-15 00:41:58 [FINEST] [GrimoireGaia2] Sent event FMLServerStoppedEvent to mod GrimoireGaia2
2014-01-15 00:41:58 [FINEST] [mod_ReiMinimap] Sending event FMLServerStoppedEvent to mod mod_ReiMinimap
2014-01-15 00:41:58 [FINEST] [mod_ReiMinimap] Sent event FMLServerStoppedEvent to mod mod_ReiMinimap
2014-01-15 00:41:58 [FINEST] [TreeCapitator] Sending event FMLServerStoppedEvent to mod TreeCapitator
2014-01-15 00:41:58 [FINEST] [TreeCapitator] Sent event FMLServerStoppedEvent to mod TreeCapitator
2014-01-15 00:41:58 [FINEST] [cfm] Sending event FMLServerStoppedEvent to mod cfm
2014-01-15 00:41:58 [FINEST] [cfm] Sent event FMLServerStoppedEvent to mod cfm
2014-01-15 00:41:58 [FINEST] [Backpack] Sending event FMLServerStoppedEvent to mod Backpack
2014-01-15 00:41:58 [FINEST] [Backpack] Sent event FMLServerStoppedEvent to mod Backpack
2014-01-15 00:41:58 [FINEST] [BetterDungeons] Sending event FMLServerStoppedEvent to mod BetterDungeons
2014-01-15 00:41:58 [FINEST] [BetterDungeons] Sent event FMLServerStoppedEvent to mod BetterDungeons
2014-01-15 00:41:58 [FINEST] [BiblioCraft] Sending event FMLServerStoppedEvent to mod BiblioCraft
2014-01-15 00:41:58 [FINEST] [BiblioCraft] Sent event FMLServerStoppedEvent to mod BiblioCraft
2014-01-15 00:41:58 [FINEST] [BuildCraft|Core] Sending event FMLServerStoppedEvent to mod BuildCraft|Core
2014-01-15 00:41:58 [FINEST] [BuildCraft|Core] Sent event FMLServerStoppedEvent to mod BuildCraft|Core
2014-01-15 00:41:58 [FINEST] [BuildCraft|Builders] Sending event FMLServerStoppedEvent to mod BuildCraft|Builders
2014-01-15 00:41:58 [FINEST] [BuildCraft|Builders] Sent event FMLServerStoppedEvent to mod BuildCraft|Builders
2014-01-15 00:41:58 [FINEST] [BuildCraft|Energy] Sending event FMLServerStoppedEvent to mod BuildCraft|Energy
2014-01-15 00:41:58 [FINEST] [BuildCraft|Energy] Sent event FMLServerStoppedEvent to mod BuildCraft|Energy
2014-01-15 00:41:58 [FINEST] [BuildCraft|Factory] Sending event FMLServerStoppedEvent to mod BuildCraft|Factory
2014-01-15 00:41:58 [FINEST] [BuildCraft|Factory] Sent event FMLServerStoppedEvent to mod BuildCraft|Factory
2014-01-15 00:41:58 [FINEST] [BuildCraft|Transport] Sending event FMLServerStoppedEvent to mod BuildCraft|Transport
2014-01-15 00:41:58 [FINEST] [BuildCraft|Transport] Sent event FMLServerStoppedEvent to mod BuildCraft|Transport
2014-01-15 00:41:58 [FINEST] [BuildCraft|Silicon] Sending event FMLServerStoppedEvent to mod BuildCraft|Silicon
2014-01-15 00:41:58 [FINEST] [BuildCraft|Silicon] Sent event FMLServerStoppedEvent to mod BuildCraft|Silicon
2014-01-15 00:41:58 [FINEST] [ChickenChunks] Sending event FMLServerStoppedEvent to mod ChickenChunks
2014-01-15 00:41:58 [FINEST] [ChickenChunks] Sent event FMLServerStoppedEvent to mod ChickenChunks
2014-01-15 00:41:58 [FINEST] [CoFHCore] Sending event FMLServerStoppedEvent to mod CoFHCore
2014-01-15 00:41:58 [FINEST] [CoFHCore] Sent event FMLServerStoppedEvent to mod CoFHCore
2014-01-15 00:41:58 [FINEST] [CoFHLoot] Sending event FMLServerStoppedEvent to mod CoFHLoot
2014-01-15 00:41:58 [FINEST] [CoFHLoot] Sent event FMLServerStoppedEvent to mod CoFHLoot
2014-01-15 00:41:58 [FINEST] [CoFHMasquerade] Sending event FMLServerStoppedEvent to mod CoFHMasquerade
2014-01-15 00:41:58 [FINEST] [CoFHMasquerade] Sent event FMLServerStoppedEvent to mod CoFHMasquerade
2014-01-15 00:41:58 [FINEST] [CoFHSocial] Sending event FMLServerStoppedEvent to mod CoFHSocial
2014-01-15 00:41:58 [FINEST] [CoFHSocial] Sent event FMLServerStoppedEvent to mod CoFHSocial
2014-01-15 00:41:58 [FINEST] [CoFHWorld] Sending event FMLServerStoppedEvent to mod CoFHWorld
2014-01-15 00:41:58 [FINEST] [CoFHWorld] Sent event FMLServerStoppedEvent to mod CoFHWorld
2014-01-15 00:41:58 [FINEST] [mod_DGX] Sending event FMLServerStoppedEvent to mod mod_DGX
2014-01-15 00:41:58 [FINEST] [mod_DGX] Sent event FMLServerStoppedEvent to mod mod_DGX
2014-01-15 00:41:58 [FINEST] [EnderStorage] Sending event FMLServerStoppedEvent to mod EnderStorage
2014-01-15 00:41:58 [FINEST] [EnderStorage] Sent event FMLServerStoppedEvent to mod EnderStorage
2014-01-15 00:41:58 [FINEST] [mod_ExcaliburMod] Sending event FMLServerStoppedEvent to mod mod_ExcaliburMod
2014-01-15 00:41:58 [FINEST] [mod_ExcaliburMod] Sent event FMLServerStoppedEvent to mod mod_ExcaliburMod
2014-01-15 00:41:58 [FINEST] [ExtraUtilities] Sending event FMLServerStoppedEvent to mod ExtraUtilities
2014-01-15 00:41:58 [FINEST] [ExtraUtilities] Sent event FMLServerStoppedEvent to mod ExtraUtilities
2014-01-15 00:41:58 [FINEST] [GunCus] Sending event FMLServerStoppedEvent to mod GunCus
2014-01-15 00:41:58 [FINEST] [GunCus] Sent event FMLServerStoppedEvent to mod GunCus
2014-01-15 00:41:58 [FINEST] [GunCusExplosives] Sending event FMLServerStoppedEvent to mod GunCusExplosives
2014-01-15 00:41:58 [FINEST] [GunCusExplosives] Sent event FMLServerStoppedEvent to mod GunCusExplosives
2014-01-15 00:41:58 [FINEST] [GunCusOfficialGuns] Sending event FMLServerStoppedEvent to mod GunCusOfficialGuns
2014-01-15 00:41:58 [FINEST] [GunCusOfficialGuns] Sent event FMLServerStoppedEvent to mod GunCusOfficialGuns
2014-01-15 00:41:58 [FINEST] [iChunUtil] Sending event FMLServerStoppedEvent to mod iChunUtil
2014-01-15 00:41:58 [FINEST] [iChunUtil] Sent event FMLServerStoppedEvent to mod iChunUtil
2014-01-15 00:41:58 [FINEST] [IronChest] Sending event FMLServerStoppedEvent to mod IronChest
2014-01-15 00:41:58 [FINEST] [IronChest] Sent event FMLServerStoppedEvent to mod IronChest
2014-01-15 00:41:58 [FINEST] [mod_IronPlateArmor] Sending event FMLServerStoppedEvent to mod mod_IronPlateArmor
2014-01-15 00:41:58 [FINEST] [mod_IronPlateArmor] Sent event FMLServerStoppedEvent to mod mod_IronPlateArmor
2014-01-15 00:41:58 [FINEST] [Jewelrycraft] Sending event FMLServerStoppedEvent to mod Jewelrycraft
2014-01-15 00:41:58 [FINEST] [Jewelrycraft] Sent event FMLServerStoppedEvent to mod Jewelrycraft
2014-01-15 00:41:58 [FINEST] [mod_MMM_MMMLib] Sending event FMLServerStoppedEvent to mod mod_MMM_MMMLib
2014-01-15 00:41:58 [FINEST] [mod_MMM_MMMLib] Sent event FMLServerStoppedEvent to mod mod_MMM_MMMLib
2014-01-15 00:41:58 [FINEST] [mod_LMM_littleMaidMob] Sending event FMLServerStoppedEvent to mod mod_LMM_littleMaidMob
2014-01-15 00:41:58 [FINEST] [mod_LMM_littleMaidMob] Sent event FMLServerStoppedEvent to mod mod_LMM_littleMaidMob
2014-01-15 00:41:58 [FINEST] [ForgeMultipart] Sending event FMLServerStoppedEvent to mod ForgeMultipart
2014-01-15 00:41:58 [FINEST] [ForgeMultipart] Sent event FMLServerStoppedEvent to mod ForgeMultipart
2014-01-15 00:41:58 [FINEST] [ThermalExpansion] Sending event FMLServerStoppedEvent to mod ThermalExpansion
2014-01-15 00:41:58 [FINEST] [ThermalExpansion] Sent event FMLServerStoppedEvent to mod ThermalExpansion
2014-01-15 00:41:58 [FINEST] [LogisticsPipes|Main] Sending event FMLServerStoppedEvent to mod LogisticsPipes|Main
2014-01-15 00:41:58 [FINEST] [LogisticsPipes|Main] Sent event FMLServerStoppedEvent to mod LogisticsPipes|Main
2014-01-15 00:41:58 [FINEST] [mod_MaidGear] Sending event FMLServerStoppedEvent to mod mod_MaidGear
2014-01-15 00:41:58 [FINEST] [mod_MaidGear] Sent event FMLServerStoppedEvent to mod mod_MaidGear
2014-01-15 00:41:58 [FINEST] [numina] Sending event FMLServerStoppedEvent to mod numina
2014-01-15 00:41:58 [FINEST] [numina] Sent event FMLServerStoppedEvent to mod numina
2014-01-15 00:41:58 [FINEST] [powersuits] Sending event FMLServerStoppedEvent to mod powersuits
2014-01-15 00:41:58 [FINEST] [powersuits] Sent event FMLServerStoppedEvent to mod powersuits
2014-01-15 00:41:58 [FINEST] [mod_Mystrile3] Sending event FMLServerStoppedEvent to mod mod_Mystrile3
2014-01-15 00:41:58 [FINEST] [mod_Mystrile3] Sent event FMLServerStoppedEvent to mod mod_Mystrile3
2014-01-15 00:41:58 [FINEST] [Natura] Sending event FMLServerStoppedEvent to mod Natura
2014-01-15 00:41:58 [FINEST] [Natura] Sent event FMLServerStoppedEvent to mod Natura
2014-01-15 00:41:58 [FINEST] [Natura|ForgeMuliPart] Sending event FMLServerStoppedEvent to mod Natura|ForgeMuliPart
2014-01-15 00:41:58 [FINEST] [Natura|ForgeMuliPart] Sent event FMLServerStoppedEvent to mod Natura|ForgeMuliPart
2014-01-15 00:41:58 [FINEST] [Natura|CompatMineFactoryReloaded] Sending event FMLServerStoppedEvent to mod Natura|CompatMineFactoryReloaded
2014-01-15 00:41:58 [FINEST] [Natura|CompatMineFactoryReloaded] Sent event FMLServerStoppedEvent to mod Natura|CompatMineFactoryReloaded
2014-01-15 00:41:58 [FINEST] [Natura|NotEnoughItems] Sending event FMLServerStoppedEvent to mod Natura|NotEnoughItems
2014-01-15 00:41:58 [FINEST] [Natura|NotEnoughItems] Sent event FMLServerStoppedEvent to mod Natura|NotEnoughItems
2014-01-15 00:41:58 [FINEST] [NEIPlugins] Sending event FMLServerStoppedEvent to mod NEIPlugins
2014-01-15 00:41:58 [FINEST] [NEIPlugins] Sent event FMLServerStoppedEvent to mod NEIPlugins
2014-01-15 00:41:58 [FINEST] [ObsidiPlates] Sending event FMLServerStoppedEvent to mod ObsidiPlates
2014-01-15 00:41:58 [FINEST] [ObsidiPlates] Sent event FMLServerStoppedEvent to mod ObsidiPlates
2014-01-15 00:41:58 [FINEST] [OpenBlocks] Sending event FMLServerStoppedEvent to mod OpenBlocks
2014-01-15 00:41:58 [FINEST] [OpenBlocks] Sent event FMLServerStoppedEvent to mod OpenBlocks
2014-01-15 00:41:58 [FINEST] [PortalGun] Sending event FMLServerStoppedEvent to mod PortalGun
2014-01-15 00:41:58 [FINEST] [PortalGun] Sent event FMLServerStoppedEvent to mod PortalGun
2014-01-15 00:41:58 [FINEST] [powersuitaddons] Sending event FMLServerStoppedEvent to mod powersuitaddons
2014-01-15 00:41:58 [FINEST] [powersuitaddons] Sent event FMLServerStoppedEvent to mod powersuitaddons
2014-01-15 00:41:58 [FINEST] [ProjRed|Core] Sending event FMLServerStoppedEvent to mod ProjRed|Core
2014-01-15 00:41:58 [FINEST] [ProjRed|Core] Sent event FMLServerStoppedEvent to mod ProjRed|Core
2014-01-15 00:41:58 [FINEST] [Waila] Sending event FMLServerStoppedEvent to mod Waila
2014-01-15 00:41:58 [FINEST] [Waila] Sent event FMLServerStoppedEvent to mod Waila
2014-01-15 00:41:58 [FINEST] [TConstruct] Sending event FMLServerStoppedEvent to mod TConstruct
2014-01-15 00:41:58 [FINEST] [TConstruct] Sent event FMLServerStoppedEvent to mod TConstruct
2014-01-15 00:41:58 [FINEST] [ProjRed|Compatability] Sending event FMLServerStoppedEvent to mod ProjRed|Compatability
2014-01-15 00:41:58 [FINEST] [ProjRed|Compatability] Sent event FMLServerStoppedEvent to mod ProjRed|Compatability
2014-01-15 00:41:58 [FINEST] [ProjRed|Integration] Sending event FMLServerStoppedEvent to mod ProjRed|Integration
2014-01-15 00:41:58 [FINEST] [ProjRed|Integration] Sent event FMLServerStoppedEvent to mod ProjRed|Integration
2014-01-15 00:41:58 [FINEST] [ProjRed|Transmission] Sending event FMLServerStoppedEvent to mod ProjRed|Transmission
2014-01-15 00:41:58 [FINEST] [ProjRed|Transmission] Sent event FMLServerStoppedEvent to mod ProjRed|Transmission
2014-01-15 00:41:58 [FINEST] [ProjRed|Exploration] Sending event FMLServerStoppedEvent to mod ProjRed|Exploration
2014-01-15 00:41:58 [FINEST] [ProjRed|Exploration] Sent event FMLServerStoppedEvent to mod ProjRed|Exploration
2014-01-15 00:41:58 [FINEST] [ProjRed|Illumination] Sending event FMLServerStoppedEvent to mod ProjRed|Illumination
2014-01-15 00:41:58 [FINEST] [ProjRed|Illumination] Sent event FMLServerStoppedEvent to mod ProjRed|Illumination
2014-01-15 00:41:58 [FINEST] [mod_RailgunMk2] Sending event FMLServerStoppedEvent to mod mod_RailgunMk2
2014-01-15 00:41:58 [FINEST] [mod_RailgunMk2] Sent event FMLServerStoppedEvent to mod mod_RailgunMk2
2014-01-15 00:41:58 [FINEST] [mod_Railgun] Sending event FMLServerStoppedEvent to mod mod_Railgun
2014-01-15 00:41:58 [FINEST] [mod_Railgun] Sent event FMLServerStoppedEvent to mod mod_Railgun
2014-01-15 00:41:58 [FINEST] [xreliquary] Sending event FMLServerStoppedEvent to mod xreliquary
2014-01-15 00:41:58 [FINEST] [xreliquary] Sent event FMLServerStoppedEvent to mod xreliquary
2014-01-15 00:41:58 [FINEST] [ringsofpower] Sending event FMLServerStoppedEvent to mod ringsofpower
2014-01-15 00:41:58 [FINEST] [ringsofpower] Sent event FMLServerStoppedEvent to mod ringsofpower
2014-01-15 00:41:58 [FINEST] [SS2] Sending event FMLServerStoppedEvent to mod SS2
2014-01-15 00:41:58 [FINEST] [SS2] Sent event FMLServerStoppedEvent to mod SS2
2014-01-15 00:41:58 [FINEST] [TMechworks] Sending event FMLServerStoppedEvent to mod TMechworks
2014-01-15 00:41:58 [FINEST] [TMechworks] Sent event FMLServerStoppedEvent to mod TMechworks
2014-01-15 00:41:58 [FINEST] [TooMuchTNT] Sending event FMLServerStoppedEvent to mod TooMuchTNT
2014-01-15 00:41:58 [FINEST] [TooMuchTNT] Sent event FMLServerStoppedEvent to mod TooMuchTNT
2014-01-15 00:41:58 [FINEST] [Translocator] Sending event FMLServerStoppedEvent to mod Translocator
2014-01-15 00:41:58 [FINEST] [Translocator] Sent event FMLServerStoppedEvent to mod Translocator
2014-01-15 00:41:58 [FINEST] [TwilightForest] Sending event FMLServerStoppedEvent to mod TwilightForest
2014-01-15 00:41:58 [FINEST] [TwilightForest] Sent event FMLServerStoppedEvent to mod TwilightForest
2014-01-15 00:41:58 [FINEST] [WR-CBE|Core] Sending event FMLServerStoppedEvent to mod WR-CBE|Core
2014-01-15 00:41:58 [FINEST] [WR-CBE|Core] Sent event FMLServerStoppedEvent to mod WR-CBE|Core
2014-01-15 00:41:58 [FINEST] [WR-CBE|Addons] Sending event FMLServerStoppedEvent to mod WR-CBE|Addons
2014-01-15 00:41:58 [FINEST] [WR-CBE|Addons] Sent event FMLServerStoppedEvent to mod WR-CBE|Addons
2014-01-15 00:41:58 [FINEST] [WR-CBE|Logic] Sending event FMLServerStoppedEvent to mod WR-CBE|Logic
2014-01-15 00:41:58 [FINEST] [WR-CBE|Logic] Sent event FMLServerStoppedEvent to mod WR-CBE|Logic
2014-01-15 00:41:58 [FINEST] [McMultipart] Sending event FMLServerStoppedEvent to mod McMultipart
2014-01-15 00:41:58 [FINEST] [McMultipart] Sent event FMLServerStoppedEvent to mod McMultipart
2014-01-15 00:41:58 [FINEST] [ForgeMicroblock] Sending event FMLServerStoppedEvent to mod ForgeMicroblock
2014-01-15 00:41:58 [FINEST] [ForgeMicroblock] Sent event FMLServerStoppedEvent to mod ForgeMicroblock
2014-01-15 00:41:58 [INFO] [ForgeModLoader] The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
2014-01-15 00:41:58 [INFO] [STDERR] Exception in thread "Server thread" java.lang.NoClassDefFoundError: net/minecraft/server/CallableIsServerModded
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:866)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.func_71230_b(IntegratedServer.java:190)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:509)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2014-01-15 00:41:58 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.CallableIsServerModded
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
2014-01-15 00:41:58 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-01-15 00:41:58 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-01-15 00:41:58 [INFO] [STDERR] ... 4 more
2014-01-15 00:41:58 [INFO] [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space
2014-01-15 00:41:59 [INFO] [STDOUT]
2014-01-15 00:41:59 [INFO] [STDOUT] SoundSystem shutting down...
2014-01-15 00:41:59 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
2014-01-15 00:41:59 [INFO] [STDOUT]
2014-01-15 00:42:02 [SEVERE] [ForgeModLoader] Unable to launch
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.OutOfMemoryError: PermGen space
Now this is the part I don't get, from what I can tell, I need more RAM right? Well the problem with that is that I've already allocated 2gb both through the java control panel and minecraft itself, I shouldn't be running into any problem with RAM at all. Regardless, this is the only log of events that I got, the crash log folder deosnt have anything from today, and so this will have to suffice.
2014-01-15 00:41:50 [INFO] [Minecraft-Client] Stopping!
2014-01-15 00:41:50 [INFO] [STDERR] net.minecraft.util.ReportedException: Exception ticking world entities
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2014-01-15 00:41:50 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: net/minecraft/tileentity/CallableTileEntityName
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.tileentity.TileEntity.func_85027_a(TileEntity.java:282)
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.world.World.func_72939_s(World.java:2215)
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
2014-01-15 00:41:50 [INFO] [STDERR] ... 4 more
2014-01-15 00:41:50 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.tileentity.CallableTileEntityName
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
2014-01-15 00:41:50 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-01-15 00:41:50 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-01-15 00:41:50 [INFO] [STDERR] ... 8 more
2014-01-15 00:41:50 [INFO] [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space
2014-01-15 00:41:50 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method)
2014-01-15 00:41:50 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
2014-01-15 00:41:50 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)
2014-01-15 00:41:50 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
2014-01-15 00:41:50 [INFO] [STDERR] ... 10 more
2014-01-15 00:41:50 [SEVERE] [Minecraft-Server] Encountered an unexpected exception ReportedException
net.minecraft.util.ReportedException: Exception ticking world entities
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/tileentity/CallableTileEntityName
at net.minecraft.tileentity.TileEntity.func_85027_a(TileEntity.java:282)
at net.minecraft.world.World.func_72939_s(World.java:2215)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
... 4 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.tileentity.CallableTileEntityName
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 8 more
Caused by: java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
... 10 more
2014-01-15 00:41:50 [INFO] [STDOUT] no mods added
2014-01-15 00:41:54 [INFO] [Minecraft-Server] Stopping server
2014-01-15 00:41:54 [INFO] [Minecraft-Server] Saving players
2014-01-15 00:41:55 [INFO] [Minecraft-Server] Evaleia left the game
2014-01-15 00:41:55 [INFO] [STDOUT] Unloading Player: Evaleia
2014-01-15 00:41:55 [INFO] [STDOUT] no mods added
2014-01-15 00:41:58 [INFO] [STDERR] java.lang.NoClassDefFoundError: backpack/util/BackpackUtil
2014-01-15 00:41:58 [INFO] [STDERR] at backpack.inventory.InventoryBackpackSlot.writeToNBT(InventoryBackpackSlot.java:55)
2014-01-15 00:41:58 [INFO] [STDERR] at backpack.inventory.InventoryBackpackSlot.func_70305_f(InventoryBackpackSlot.java:30)
2014-01-15 00:41:58 [INFO] [STDERR] at backpack.handler.PlayerHandlerBackpack.onPlayerLogout(PlayerHandlerBackpack.java:29)
2014-01-15 00:41:58 [INFO] [STDERR] at cpw.mods.fml.common.registry.GameRegistry.onPlayerLogout(GameRegistry.java:370)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.management.ServerConfigurationManager.func_72367_e(ServerConfigurationManager.java:290)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72565_c(NetServerHandler.java:174)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.management.ServerConfigurationManager.func_72392_r(ServerConfigurationManager.java:1057)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:389)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.func_71260_j(IntegratedServer.java:242)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:537)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2014-01-15 00:41:58 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: backpack.util.BackpackUtil
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
2014-01-15 00:41:58 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-01-15 00:41:58 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-01-15 00:41:58 [INFO] [STDERR] ... 11 more
2014-01-15 00:41:58 [INFO] [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space
2014-01-15 00:41:58 [FINEST] [mcp] Sending event FMLServerStoppedEvent to mod mcp
2014-01-15 00:41:58 [FINEST] [mcp] Sent event FMLServerStoppedEvent to mod mcp
2014-01-15 00:41:58 [FINEST] [FML] Sending event FMLServerStoppedEvent to mod FML
2014-01-15 00:41:58 [FINEST] [FML] Sent event FMLServerStoppedEvent to mod FML
2014-01-15 00:41:58 [FINEST] [Forge] Sending event FMLServerStoppedEvent to mod Forge
2014-01-15 00:41:58 [FINEST] [Forge] Sent event FMLServerStoppedEvent to mod Forge
2014-01-15 00:41:58 [FINEST] [CodeChickenCore] Sending event FMLServerStoppedEvent to mod CodeChickenCore
2014-01-15 00:41:58 [FINEST] [CodeChickenCore] Sent event FMLServerStoppedEvent to mod CodeChickenCore
2014-01-15 00:41:58 [FINEST] [NotEnoughItems] Sending event FMLServerStoppedEvent to mod NotEnoughItems
2014-01-15 00:41:58 [FINEST] [NotEnoughItems] Sent event FMLServerStoppedEvent to mod NotEnoughItems
2014-01-15 00:41:58 [FINEST] [TConstruct-Preloader] Sending event FMLServerStoppedEvent to mod TConstruct-Preloader
2014-01-15 00:41:58 [FINEST] [TConstruct-Preloader] Sent event FMLServerStoppedEvent to mod TConstruct-Preloader
2014-01-15 00:41:58 [FINEST] [bspkrsCore] Sending event FMLServerStoppedEvent to mod bspkrsCore
2014-01-15 00:41:58 [FINEST] [bspkrsCore] Sent event FMLServerStoppedEvent to mod bspkrsCore
2014-01-15 00:41:58 [FINEST] [mod_bspkrsCore] Sending event FMLServerStoppedEvent to mod mod_bspkrsCore
2014-01-15 00:41:58 [FINEST] [mod_bspkrsCore] Sent event FMLServerStoppedEvent to mod mod_bspkrsCore
2014-01-15 00:41:58 [FINEST] [GrimoireGaia2] Sending event FMLServerStoppedEvent to mod GrimoireGaia2
2014-01-15 00:41:58 [FINEST] [GrimoireGaia2] Sent event FMLServerStoppedEvent to mod GrimoireGaia2
2014-01-15 00:41:58 [FINEST] [mod_ReiMinimap] Sending event FMLServerStoppedEvent to mod mod_ReiMinimap
2014-01-15 00:41:58 [FINEST] [mod_ReiMinimap] Sent event FMLServerStoppedEvent to mod mod_ReiMinimap
2014-01-15 00:41:58 [FINEST] [TreeCapitator] Sending event FMLServerStoppedEvent to mod TreeCapitator
2014-01-15 00:41:58 [FINEST] [TreeCapitator] Sent event FMLServerStoppedEvent to mod TreeCapitator
2014-01-15 00:41:58 [FINEST] [cfm] Sending event FMLServerStoppedEvent to mod cfm
2014-01-15 00:41:58 [FINEST] [cfm] Sent event FMLServerStoppedEvent to mod cfm
2014-01-15 00:41:58 [FINEST] [Backpack] Sending event FMLServerStoppedEvent to mod Backpack
2014-01-15 00:41:58 [FINEST] [Backpack] Sent event FMLServerStoppedEvent to mod Backpack
2014-01-15 00:41:58 [FINEST] [BetterDungeons] Sending event FMLServerStoppedEvent to mod BetterDungeons
2014-01-15 00:41:58 [FINEST] [BetterDungeons] Sent event FMLServerStoppedEvent to mod BetterDungeons
2014-01-15 00:41:58 [FINEST] [BiblioCraft] Sending event FMLServerStoppedEvent to mod BiblioCraft
2014-01-15 00:41:58 [FINEST] [BiblioCraft] Sent event FMLServerStoppedEvent to mod BiblioCraft
2014-01-15 00:41:58 [FINEST] [BuildCraft|Core] Sending event FMLServerStoppedEvent to mod BuildCraft|Core
2014-01-15 00:41:58 [FINEST] [BuildCraft|Core] Sent event FMLServerStoppedEvent to mod BuildCraft|Core
2014-01-15 00:41:58 [FINEST] [BuildCraft|Builders] Sending event FMLServerStoppedEvent to mod BuildCraft|Builders
2014-01-15 00:41:58 [FINEST] [BuildCraft|Builders] Sent event FMLServerStoppedEvent to mod BuildCraft|Builders
2014-01-15 00:41:58 [FINEST] [BuildCraft|Energy] Sending event FMLServerStoppedEvent to mod BuildCraft|Energy
2014-01-15 00:41:58 [FINEST] [BuildCraft|Energy] Sent event FMLServerStoppedEvent to mod BuildCraft|Energy
2014-01-15 00:41:58 [FINEST] [BuildCraft|Factory] Sending event FMLServerStoppedEvent to mod BuildCraft|Factory
2014-01-15 00:41:58 [FINEST] [BuildCraft|Factory] Sent event FMLServerStoppedEvent to mod BuildCraft|Factory
2014-01-15 00:41:58 [FINEST] [BuildCraft|Transport] Sending event FMLServerStoppedEvent to mod BuildCraft|Transport
2014-01-15 00:41:58 [FINEST] [BuildCraft|Transport] Sent event FMLServerStoppedEvent to mod BuildCraft|Transport
2014-01-15 00:41:58 [FINEST] [BuildCraft|Silicon] Sending event FMLServerStoppedEvent to mod BuildCraft|Silicon
2014-01-15 00:41:58 [FINEST] [BuildCraft|Silicon] Sent event FMLServerStoppedEvent to mod BuildCraft|Silicon
2014-01-15 00:41:58 [FINEST] [ChickenChunks] Sending event FMLServerStoppedEvent to mod ChickenChunks
2014-01-15 00:41:58 [FINEST] [ChickenChunks] Sent event FMLServerStoppedEvent to mod ChickenChunks
2014-01-15 00:41:58 [FINEST] [CoFHCore] Sending event FMLServerStoppedEvent to mod CoFHCore
2014-01-15 00:41:58 [FINEST] [CoFHCore] Sent event FMLServerStoppedEvent to mod CoFHCore
2014-01-15 00:41:58 [FINEST] [CoFHLoot] Sending event FMLServerStoppedEvent to mod CoFHLoot
2014-01-15 00:41:58 [FINEST] [CoFHLoot] Sent event FMLServerStoppedEvent to mod CoFHLoot
2014-01-15 00:41:58 [FINEST] [CoFHMasquerade] Sending event FMLServerStoppedEvent to mod CoFHMasquerade
2014-01-15 00:41:58 [FINEST] [CoFHMasquerade] Sent event FMLServerStoppedEvent to mod CoFHMasquerade
2014-01-15 00:41:58 [FINEST] [CoFHSocial] Sending event FMLServerStoppedEvent to mod CoFHSocial
2014-01-15 00:41:58 [FINEST] [CoFHSocial] Sent event FMLServerStoppedEvent to mod CoFHSocial
2014-01-15 00:41:58 [FINEST] [CoFHWorld] Sending event FMLServerStoppedEvent to mod CoFHWorld
2014-01-15 00:41:58 [FINEST] [CoFHWorld] Sent event FMLServerStoppedEvent to mod CoFHWorld
2014-01-15 00:41:58 [FINEST] [mod_DGX] Sending event FMLServerStoppedEvent to mod mod_DGX
2014-01-15 00:41:58 [FINEST] [mod_DGX] Sent event FMLServerStoppedEvent to mod mod_DGX
2014-01-15 00:41:58 [FINEST] [EnderStorage] Sending event FMLServerStoppedEvent to mod EnderStorage
2014-01-15 00:41:58 [FINEST] [EnderStorage] Sent event FMLServerStoppedEvent to mod EnderStorage
2014-01-15 00:41:58 [FINEST] [mod_ExcaliburMod] Sending event FMLServerStoppedEvent to mod mod_ExcaliburMod
2014-01-15 00:41:58 [FINEST] [mod_ExcaliburMod] Sent event FMLServerStoppedEvent to mod mod_ExcaliburMod
2014-01-15 00:41:58 [FINEST] [ExtraUtilities] Sending event FMLServerStoppedEvent to mod ExtraUtilities
2014-01-15 00:41:58 [FINEST] [ExtraUtilities] Sent event FMLServerStoppedEvent to mod ExtraUtilities
2014-01-15 00:41:58 [FINEST] [GunCus] Sending event FMLServerStoppedEvent to mod GunCus
2014-01-15 00:41:58 [FINEST] [GunCus] Sent event FMLServerStoppedEvent to mod GunCus
2014-01-15 00:41:58 [FINEST] [GunCusExplosives] Sending event FMLServerStoppedEvent to mod GunCusExplosives
2014-01-15 00:41:58 [FINEST] [GunCusExplosives] Sent event FMLServerStoppedEvent to mod GunCusExplosives
2014-01-15 00:41:58 [FINEST] [GunCusOfficialGuns] Sending event FMLServerStoppedEvent to mod GunCusOfficialGuns
2014-01-15 00:41:58 [FINEST] [GunCusOfficialGuns] Sent event FMLServerStoppedEvent to mod GunCusOfficialGuns
2014-01-15 00:41:58 [FINEST] [iChunUtil] Sending event FMLServerStoppedEvent to mod iChunUtil
2014-01-15 00:41:58 [FINEST] [iChunUtil] Sent event FMLServerStoppedEvent to mod iChunUtil
2014-01-15 00:41:58 [FINEST] [IronChest] Sending event FMLServerStoppedEvent to mod IronChest
2014-01-15 00:41:58 [FINEST] [IronChest] Sent event FMLServerStoppedEvent to mod IronChest
2014-01-15 00:41:58 [FINEST] [mod_IronPlateArmor] Sending event FMLServerStoppedEvent to mod mod_IronPlateArmor
2014-01-15 00:41:58 [FINEST] [mod_IronPlateArmor] Sent event FMLServerStoppedEvent to mod mod_IronPlateArmor
2014-01-15 00:41:58 [FINEST] [Jewelrycraft] Sending event FMLServerStoppedEvent to mod Jewelrycraft
2014-01-15 00:41:58 [FINEST] [Jewelrycraft] Sent event FMLServerStoppedEvent to mod Jewelrycraft
2014-01-15 00:41:58 [FINEST] [mod_MMM_MMMLib] Sending event FMLServerStoppedEvent to mod mod_MMM_MMMLib
2014-01-15 00:41:58 [FINEST] [mod_MMM_MMMLib] Sent event FMLServerStoppedEvent to mod mod_MMM_MMMLib
2014-01-15 00:41:58 [FINEST] [mod_LMM_littleMaidMob] Sending event FMLServerStoppedEvent to mod mod_LMM_littleMaidMob
2014-01-15 00:41:58 [FINEST] [mod_LMM_littleMaidMob] Sent event FMLServerStoppedEvent to mod mod_LMM_littleMaidMob
2014-01-15 00:41:58 [FINEST] [ForgeMultipart] Sending event FMLServerStoppedEvent to mod ForgeMultipart
2014-01-15 00:41:58 [FINEST] [ForgeMultipart] Sent event FMLServerStoppedEvent to mod ForgeMultipart
2014-01-15 00:41:58 [FINEST] [ThermalExpansion] Sending event FMLServerStoppedEvent to mod ThermalExpansion
2014-01-15 00:41:58 [FINEST] [ThermalExpansion] Sent event FMLServerStoppedEvent to mod ThermalExpansion
2014-01-15 00:41:58 [FINEST] [LogisticsPipes|Main] Sending event FMLServerStoppedEvent to mod LogisticsPipes|Main
2014-01-15 00:41:58 [FINEST] [LogisticsPipes|Main] Sent event FMLServerStoppedEvent to mod LogisticsPipes|Main
2014-01-15 00:41:58 [FINEST] [mod_MaidGear] Sending event FMLServerStoppedEvent to mod mod_MaidGear
2014-01-15 00:41:58 [FINEST] [mod_MaidGear] Sent event FMLServerStoppedEvent to mod mod_MaidGear
2014-01-15 00:41:58 [FINEST] [numina] Sending event FMLServerStoppedEvent to mod numina
2014-01-15 00:41:58 [FINEST] [numina] Sent event FMLServerStoppedEvent to mod numina
2014-01-15 00:41:58 [FINEST] [powersuits] Sending event FMLServerStoppedEvent to mod powersuits
2014-01-15 00:41:58 [FINEST] [powersuits] Sent event FMLServerStoppedEvent to mod powersuits
2014-01-15 00:41:58 [FINEST] [mod_Mystrile3] Sending event FMLServerStoppedEvent to mod mod_Mystrile3
2014-01-15 00:41:58 [FINEST] [mod_Mystrile3] Sent event FMLServerStoppedEvent to mod mod_Mystrile3
2014-01-15 00:41:58 [FINEST] [Natura] Sending event FMLServerStoppedEvent to mod Natura
2014-01-15 00:41:58 [FINEST] [Natura] Sent event FMLServerStoppedEvent to mod Natura
2014-01-15 00:41:58 [FINEST] [Natura|ForgeMuliPart] Sending event FMLServerStoppedEvent to mod Natura|ForgeMuliPart
2014-01-15 00:41:58 [FINEST] [Natura|ForgeMuliPart] Sent event FMLServerStoppedEvent to mod Natura|ForgeMuliPart
2014-01-15 00:41:58 [FINEST] [Natura|CompatMineFactoryReloaded] Sending event FMLServerStoppedEvent to mod Natura|CompatMineFactoryReloaded
2014-01-15 00:41:58 [FINEST] [Natura|CompatMineFactoryReloaded] Sent event FMLServerStoppedEvent to mod Natura|CompatMineFactoryReloaded
2014-01-15 00:41:58 [FINEST] [Natura|NotEnoughItems] Sending event FMLServerStoppedEvent to mod Natura|NotEnoughItems
2014-01-15 00:41:58 [FINEST] [Natura|NotEnoughItems] Sent event FMLServerStoppedEvent to mod Natura|NotEnoughItems
2014-01-15 00:41:58 [FINEST] [NEIPlugins] Sending event FMLServerStoppedEvent to mod NEIPlugins
2014-01-15 00:41:58 [FINEST] [NEIPlugins] Sent event FMLServerStoppedEvent to mod NEIPlugins
2014-01-15 00:41:58 [FINEST] [ObsidiPlates] Sending event FMLServerStoppedEvent to mod ObsidiPlates
2014-01-15 00:41:58 [FINEST] [ObsidiPlates] Sent event FMLServerStoppedEvent to mod ObsidiPlates
2014-01-15 00:41:58 [FINEST] [OpenBlocks] Sending event FMLServerStoppedEvent to mod OpenBlocks
2014-01-15 00:41:58 [FINEST] [OpenBlocks] Sent event FMLServerStoppedEvent to mod OpenBlocks
2014-01-15 00:41:58 [FINEST] [PortalGun] Sending event FMLServerStoppedEvent to mod PortalGun
2014-01-15 00:41:58 [FINEST] [PortalGun] Sent event FMLServerStoppedEvent to mod PortalGun
2014-01-15 00:41:58 [FINEST] [powersuitaddons] Sending event FMLServerStoppedEvent to mod powersuitaddons
2014-01-15 00:41:58 [FINEST] [powersuitaddons] Sent event FMLServerStoppedEvent to mod powersuitaddons
2014-01-15 00:41:58 [FINEST] [ProjRed|Core] Sending event FMLServerStoppedEvent to mod ProjRed|Core
2014-01-15 00:41:58 [FINEST] [ProjRed|Core] Sent event FMLServerStoppedEvent to mod ProjRed|Core
2014-01-15 00:41:58 [FINEST] [Waila] Sending event FMLServerStoppedEvent to mod Waila
2014-01-15 00:41:58 [FINEST] [Waila] Sent event FMLServerStoppedEvent to mod Waila
2014-01-15 00:41:58 [FINEST] [TConstruct] Sending event FMLServerStoppedEvent to mod TConstruct
2014-01-15 00:41:58 [FINEST] [TConstruct] Sent event FMLServerStoppedEvent to mod TConstruct
2014-01-15 00:41:58 [FINEST] [ProjRed|Compatability] Sending event FMLServerStoppedEvent to mod ProjRed|Compatability
2014-01-15 00:41:58 [FINEST] [ProjRed|Compatability] Sent event FMLServerStoppedEvent to mod ProjRed|Compatability
2014-01-15 00:41:58 [FINEST] [ProjRed|Integration] Sending event FMLServerStoppedEvent to mod ProjRed|Integration
2014-01-15 00:41:58 [FINEST] [ProjRed|Integration] Sent event FMLServerStoppedEvent to mod ProjRed|Integration
2014-01-15 00:41:58 [FINEST] [ProjRed|Transmission] Sending event FMLServerStoppedEvent to mod ProjRed|Transmission
2014-01-15 00:41:58 [FINEST] [ProjRed|Transmission] Sent event FMLServerStoppedEvent to mod ProjRed|Transmission
2014-01-15 00:41:58 [FINEST] [ProjRed|Exploration] Sending event FMLServerStoppedEvent to mod ProjRed|Exploration
2014-01-15 00:41:58 [FINEST] [ProjRed|Exploration] Sent event FMLServerStoppedEvent to mod ProjRed|Exploration
2014-01-15 00:41:58 [FINEST] [ProjRed|Illumination] Sending event FMLServerStoppedEvent to mod ProjRed|Illumination
2014-01-15 00:41:58 [FINEST] [ProjRed|Illumination] Sent event FMLServerStoppedEvent to mod ProjRed|Illumination
2014-01-15 00:41:58 [FINEST] [mod_RailgunMk2] Sending event FMLServerStoppedEvent to mod mod_RailgunMk2
2014-01-15 00:41:58 [FINEST] [mod_RailgunMk2] Sent event FMLServerStoppedEvent to mod mod_RailgunMk2
2014-01-15 00:41:58 [FINEST] [mod_Railgun] Sending event FMLServerStoppedEvent to mod mod_Railgun
2014-01-15 00:41:58 [FINEST] [mod_Railgun] Sent event FMLServerStoppedEvent to mod mod_Railgun
2014-01-15 00:41:58 [FINEST] [xreliquary] Sending event FMLServerStoppedEvent to mod xreliquary
2014-01-15 00:41:58 [FINEST] [xreliquary] Sent event FMLServerStoppedEvent to mod xreliquary
2014-01-15 00:41:58 [FINEST] [ringsofpower] Sending event FMLServerStoppedEvent to mod ringsofpower
2014-01-15 00:41:58 [FINEST] [ringsofpower] Sent event FMLServerStoppedEvent to mod ringsofpower
2014-01-15 00:41:58 [FINEST] [SS2] Sending event FMLServerStoppedEvent to mod SS2
2014-01-15 00:41:58 [FINEST] [SS2] Sent event FMLServerStoppedEvent to mod SS2
2014-01-15 00:41:58 [FINEST] [TMechworks] Sending event FMLServerStoppedEvent to mod TMechworks
2014-01-15 00:41:58 [FINEST] [TMechworks] Sent event FMLServerStoppedEvent to mod TMechworks
2014-01-15 00:41:58 [FINEST] [TooMuchTNT] Sending event FMLServerStoppedEvent to mod TooMuchTNT
2014-01-15 00:41:58 [FINEST] [TooMuchTNT] Sent event FMLServerStoppedEvent to mod TooMuchTNT
2014-01-15 00:41:58 [FINEST] [Translocator] Sending event FMLServerStoppedEvent to mod Translocator
2014-01-15 00:41:58 [FINEST] [Translocator] Sent event FMLServerStoppedEvent to mod Translocator
2014-01-15 00:41:58 [FINEST] [TwilightForest] Sending event FMLServerStoppedEvent to mod TwilightForest
2014-01-15 00:41:58 [FINEST] [TwilightForest] Sent event FMLServerStoppedEvent to mod TwilightForest
2014-01-15 00:41:58 [FINEST] [WR-CBE|Core] Sending event FMLServerStoppedEvent to mod WR-CBE|Core
2014-01-15 00:41:58 [FINEST] [WR-CBE|Core] Sent event FMLServerStoppedEvent to mod WR-CBE|Core
2014-01-15 00:41:58 [FINEST] [WR-CBE|Addons] Sending event FMLServerStoppedEvent to mod WR-CBE|Addons
2014-01-15 00:41:58 [FINEST] [WR-CBE|Addons] Sent event FMLServerStoppedEvent to mod WR-CBE|Addons
2014-01-15 00:41:58 [FINEST] [WR-CBE|Logic] Sending event FMLServerStoppedEvent to mod WR-CBE|Logic
2014-01-15 00:41:58 [FINEST] [WR-CBE|Logic] Sent event FMLServerStoppedEvent to mod WR-CBE|Logic
2014-01-15 00:41:58 [FINEST] [McMultipart] Sending event FMLServerStoppedEvent to mod McMultipart
2014-01-15 00:41:58 [FINEST] [McMultipart] Sent event FMLServerStoppedEvent to mod McMultipart
2014-01-15 00:41:58 [FINEST] [ForgeMicroblock] Sending event FMLServerStoppedEvent to mod ForgeMicroblock
2014-01-15 00:41:58 [FINEST] [ForgeMicroblock] Sent event FMLServerStoppedEvent to mod ForgeMicroblock
2014-01-15 00:41:58 [INFO] [ForgeModLoader] The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
2014-01-15 00:41:58 [INFO] [STDERR] Exception in thread "Server thread" java.lang.NoClassDefFoundError: net/minecraft/server/CallableIsServerModded
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:866)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.func_71230_b(IntegratedServer.java:190)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:509)
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2014-01-15 00:41:58 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.CallableIsServerModded
2014-01-15 00:41:58 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
2014-01-15 00:41:58 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-01-15 00:41:58 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2014-01-15 00:41:58 [INFO] [STDERR] ... 4 more
2014-01-15 00:41:58 [INFO] [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space
2014-01-15 00:41:59 [INFO] [STDOUT]
2014-01-15 00:41:59 [INFO] [STDOUT] SoundSystem shutting down...
2014-01-15 00:41:59 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
2014-01-15 00:41:59 [INFO] [STDOUT]
2014-01-15 00:42:02 [SEVERE] [ForgeModLoader] Unable to launch
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.OutOfMemoryError: PermGen space