Okay, so i've been toiling endlessly the past few days trying to figure out why my minecraft kept crashing randomly (sometimes right after i spawn, sometimes it takes longer.) And i finally narrowed it down to two mods: DivineRPG and Mo'Creatures. After some experimenting, i found out that not only do they seem to be incompatible with each other, but also seem to be (both together and individually) incompatible with other mods that add creatures to the game. I just really need some help to figure out why they keep crashing my game or if there's any way i can get them to work with other mods, as i'd like to have them both working together.
Here's what i'm using:
API:
- Render Player API 1.1
- MinecraftForge universal 6.0.1.355 (i've also tried v. 341)
- AudioMod
- GUIAPI v. 0.14.8
Coremods:
- ID Resolver Update 0
Mods:
- DivineRPG v. 1.1.6
- Mo'Creatures v. 4.1.2
- Custom Mob Spawner v. 1.7.1
I'm really stumped here. Did I miss some of the requirements for them? Am i missing some APIs? Are these mods just destined to never work with each other or with other mods? Is ID Resolver the cause of all of this? Am I picking the wrong versions of Forge? I have no idea. Any help is appreciated, as i can't really move on with my modding until i get this sorted out.
But anyways, here's my crash log with just the above mods/APIs loaded:
---- Minecraft Crash Report ----
// Sorry
Time: 11/8/12 1:57 AM
Description: Unexpected error
java.lang.NullPointerException
at awr.a(NetClientHandler.java:766)
at cg.a(SourceFile:87)
at bw.b(MemoryConnection.java:78)
at awr.d(NetClientHandler.java:104)
at awz.b(WorldClient.java:72)
at net.minecraft.client.Minecraft.l(Minecraft.java:1826)
at net.minecraft.client.Minecraft.J(Minecraft.java:854)
at net.minecraft.client.Minecraft.run(Minecraft.java:779)
at java.lang.Thread.run(Unknown Source)
Thanks for this! I've been getting this crash, too, but haven't figured out why. I usually get it after about 10 minutes of playing, and then my world is corrupted. I have everything you do except DivineRPG and AudioMod (you don't need AudioMod with Forge), and about 60 other mods. I'll remove Mo Creatures from the list and see if it still happens and report back. I don't remember it happening before I added it into the mix...
You don't need to thank me xD i'm just asking for help here. But thanks for the tip, I didn't know about audiomod not being required. I actually have lots of mods i'm going to be adding in, but i'm just trying to get these to work first. Let me know if taking mo'creatures out fixes anything for you.
And if anyone else could offer some help it would be greatly apppreciated.
Rollback Post to RevisionRollBack
REPETITIVE POSTS:
Because why get one of something when you could get one hundred?
I can't give you a fix, but I can probably give you an explanation. I was getting similar errors with Custom NPCs and Simply Horses. What I think was going on was that the added creatures were conflicting. We weren't creating any Custom NPCs, but the error log showed them in many different locations. If we TPed there we'd crash, but only on the client side. If we removed the NPC mod when you went back to that area that the error report stated the NPCs were at, you'd find horses. There was also a horse spawner and if both mods were in it didn't seem to work, but on a guess I attacked the area that the horse should have spawned into. An invisible mob with a name (like a custom NPC would have) died after a few swings.
Anyway, I'm guessing that you have the same kind of issue. When one of these conflicting mobs spawns and you get close to it, it crashes your client. Now I have no idea how to fix it...but I have been wondering if maybe the conflict is caused due to differences in the server and the client mods. I mean they are universal, but what if the ID's generated by Forge for them are different, and your server says "this is mob A with mob A stats" and your client says "no way bro, that's mob B, and it can't do that..." and it crashes?
Sadly I don't know how to check mob IDs, so I don't know how to compare the sever side to the client side to confirm they are the same...
Hm. You could be right. I don't know much about forge, so i'm not sure if it has any type of method for dealing with mob spawns ie. making sure mobs from several different mods will all work coherently and give chances for mobs from each mod to spawn in the designated spawn points. Maybe i'll read into how forge works a bit more.
But if it doesn't then that would be that and each person would only be able to use one creature mod, which would suck.
2012-11-08 01:56:17 [INFO] [ForgeModLoader] Forge Mod Loader version 4.2.18.433 for Minecraft 1.4.2 loading
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] All core mods are successfully located
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Discovering coremods
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Found a candidate coremod IDResolver_1.4.2_COREMOD_Update-0.jar
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Loading coremod IDResolver_1.4.2_COREMOD_Update-0.jar
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Loaded coremod IDResolver_1.4.2_COREMOD_Update-0.jar
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Running coremod plugins
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Running coremod plugin IDResolverCorePlugin
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Coremod plugin IDResolverCorePlugin run successfully
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Validating minecraft
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Minecraft validated, launching...
2012-11-08 01:56:18 [INFO] [STDOUT] 27 achievements
2012-11-08 01:56:19 [INFO] [STDOUT] 208 recipes
2012-11-08 01:56:19 [INFO] [STDOUT] Setting user: Diamondminer8, 805107207
2012-11-08 01:56:19 [INFO] [STDERR] Client asked for parameter: server
2012-11-08 01:56:19 [INFO] [STDOUT] LWJGL Version: 2.4.2
2012-11-08 01:56:19 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
2012-11-08 01:56:19 [INFO] [STDOUT] MinecraftForge v6.0.1.355 Initialized
2012-11-08 01:56:19 [INFO] [ForgeModLoader] MinecraftForge v6.0.1.355 Initialized
2012-11-08 01:56:19 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Alex\Alex\Alex\Documents\Minecraft\1.4.2\UNTESTED\1.4.2.-ADD\DrZharks MoCreatures Mod v4.1.2.zip, examining for mod candidates
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Alex\Alex\Alex\Documents\Minecraft\1.4.2\UNTESTED\New folder (3)\DivineRPG 1.1.6\mods\DivineRPG.jar, examining for mod candidates
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Alex\Alex\Alex\Documents\Minecraft\1.4.2\UNTESTED\New folder (3)\CustomMobSpawner 1.7.1.zip, examining for mod candidates
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Behnke\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Behnke\AppData\Roaming\.minecraft\bin\jinput.jar
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Behnke\AppData\Roaming\.minecraft\bin\lwjgl.jar
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Behnke\AppData\Roaming\.minecraft\bin\lwjgl_util.jar
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Behnke\AppData\Roaming\.minecraft\coremods\IDResolver_1.4.2_COREMOD_Update-0.jar, examining for mod candidates
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Behnke\AppData\Roaming\.minecraft\lib\argo-2.25.jar
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Behnke\AppData\Roaming\.minecraft\lib\guava-12.0.1.jar
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Behnke\AppData\Roaming\.minecraft\lib\asm-all-4.0.jar
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2012-11-08 01:56:19 [INFO] [ForgeModLoader] Searching C:\Users\Behnke\AppData\Roaming\.minecraft\mods for mods
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file 3DItems - v1.5.jarX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a candidate mod directory coralreef
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file Metallurgy Core 2.2.3.jarX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file Metallurgy Ender Metals 2.2.2.jarX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file Metallurgy Fantasy Metals 2.2.2.jarX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file Metallurgy Nether Metals 2.2.3.jarX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file Metallurgy Utility Ores 2.2.3.jarX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file MinecraftMinions 1.4.2.zipX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a candidate mod directory mocreatures
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file ObsidianPP - 142.zipX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a candidate mod directory portalgun
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file QuinOptions - v1.01.jarX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a candidate mod directory rei_minimap
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file Ruins 1.4.2.zipX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file ruins_log.txt in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Examining file DrZharks MoCreatures Mod v4.1.2.zip for potential mods
2012-11-08 01:56:19 [FINER] [ForgeModLoader] Located mcmod.info file in file DrZharks MoCreatures Mod v4.1.2.zip
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Identified an FMLMod type mod drzhark.mocreatures.MoCreatures
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Examining file DivineRPG.jar for potential mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] The mod container DivineRPG.jar appears to be missing an mcmod.info file
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Identified an FMLMod type mod xolova.blued00r.divinerpg.DivineRPG
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Examining file CustomMobSpawner 1.7.1.zip for potential mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] The mod container CustomMobSpawner 1.7.1.zip appears to be missing an mcmod.info file
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Examining file IDResolver_1.4.2_COREMOD_Update-0.jar for potential mods
2012-11-08 01:56:20 [FINER] [ForgeModLoader] Located mcmod.info file in file IDResolver_1.4.2_COREMOD_Update-0.jar
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Identified a BaseMod type mod sharose.mods.idresolver.mod_IDResolver
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Examining directory coralreef for potential mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] No mcmod.info file found in directory coralreef
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Examining directory mocreatures for potential mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] No mcmod.info file found in directory mocreatures
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Examining directory portalgun for potential mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] No mcmod.info file found in directory portalgun
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Recursing into package resources
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Recursing into package resources.sound
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Recursing into package resources.sound.portalgun
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Recursing into package resources.sound.portalgun.heploop
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Recursing into package resources.sound.portalgun.radioloop
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Recursing into package resources.sound.portalgun.turret
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Recursing into package resources.streaming
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Recursing into package resources.streaming.portalgun
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Examining directory rei_minimap for potential mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] No mcmod.info file found in directory rei_minimap
2012-11-08 01:56:20 [INFO] [ForgeModLoader] Forge Mod Loader has identified 6 mods to load
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Received a system property request ''
2012-11-08 01:56:20 [FINE] [ForgeModLoader] System property request managing the state of 0 mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Activating mod mcp
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Activating mod FML
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Activating mod Forge
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Enabling mod MoCreatures
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Activating mod MoCreatures
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Enabling mod DivineRPG
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Activating mod DivineRPG
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Enabling mod mod_IDResolver
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Activating mod mod_IDResolver
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied
2012-11-08 01:56:20 [FINE] [ForgeModLoader] All mod requirements are satisfied
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Sorting mods into an ordered list
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Mod sorting completed successfully
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Mod sorting data:
2012-11-08 01:56:20 [FINE] [ForgeModLoader] MoCreatures(DrZhark's Mo'Creatures Mod:4.1.2): DrZharks MoCreatures Mod v4.1.2.zip ()
2012-11-08 01:56:20 [FINE] [ForgeModLoader] DivineRPG(DivineRPG - Coder - blued00r from d00rcraft.com, Art Director - Xolova, Modeler - Holo from d00rcraft.com:1.1.6): DivineRPG.jar ()
2012-11-08 01:56:20 [FINE] [ForgeModLoader] mod_IDResolver(mod_IDResolver:Not available): IDResolver_1.4.2_COREMOD_Update-0.jar (after:*)
2012-11-08 01:56:20 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp
2012-11-08 01:56:20 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp
2012-11-08 01:56:20 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML
2012-11-08 01:56:20 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML
2012-11-08 01:56:20 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge
2012-11-08 01:56:20 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge
2012-11-08 01:56:20 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod MoCreatures
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Testing mod MoCreatures to verify it accepts its own version in a remote connection
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] The mod MoCreatures accepts its own version (4.1.2)
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into MoCreatures
2012-11-08 01:56:21 [FINE] [ForgeModLoader] Overriding /gui/items.png @ 145 with /mocreatures/star.png. 28 slots remaining
2012-11-08 01:56:21 [FINE] [ForgeModLoader] Overriding /gui/items.png @ 146 with /mocreatures/rottenchunkfalling.png. 27 slots remaining
2012-11-08 01:56:21 [FINE] [ForgeModLoader] Overriding /gui/items.png @ 147 with /mocreatures/rottenchunk.png. 26 slots remaining
2012-11-08 01:56:21 [FINE] [ForgeModLoader] Overriding /gui/items.png @ 148 with /mocreatures/vanish.png. 25 slots remaining
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod MoCreatures
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod DivineRPG
2012-11-08 01:56:21 [FINEST] [ForgeModLoader] Testing mod DivineRPG to verify it accepts its own version in a remote connection
2012-11-08 01:56:21 [FINEST] [ForgeModLoader] The mod DivineRPG accepts its own version (1.1.6)
2012-11-08 01:56:21 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into DivineRPG
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod DivineRPG
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mod_IDResolver
2012-11-08 01:56:21 [INFO] [ForgeModLoader] ID Resolver - Block hook is enabled and working.
2012-11-08 01:56:21 [INFO] [ForgeModLoader] ID Resolver - Item hook is enabled and working.
2012-11-08 01:56:21 [FINE] [ForgeModLoader] No MLProp configuration for mod_IDResolver found or required. No file written
2012-11-08 01:56:21 [FINE] [ForgeModLoader] Injecting dummy network mod handler for BaseMod mod_IDResolver
2012-11-08 01:56:21 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mod_IDResolver
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mod_IDResolver
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod mcp
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod mcp
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod FML
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod FML
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod Forge
2012-11-08 01:56:21 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod Forge
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod MoCreatures
2012-11-08 01:56:21 [INFO] [STDOUT] Initializing MoCreatures GUI API
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod MoCreatures
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod DivineRPG
2012-11-08 01:56:22 [INFO] [DivineRPG] https://dl.dropbox.com/u/50238269/version.txt
2012-11-08 01:56:22 [INFO] [DivineRPG]
2012-11-08 01:56:22 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod DivineRPG
2012-11-08 01:56:22 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod mod_IDResolver
2012-11-08 01:56:22 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod mod_IDResolver
2012-11-08 01:56:22 [INFO] [STDOUT] Starting up SoundSystem...
2012-11-08 01:56:23 [INFO] [STDOUT] Initializing LWJGL OpenAL
2012-11-08 01:56:23 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
2012-11-08 01:56:23 [INFO] [STDOUT] OpenAL initialized.
2012-11-08 01:56:23 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod mcp
2012-11-08 01:56:23 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod mcp
2012-11-08 01:56:23 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod FML
2012-11-08 01:56:23 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod FML
2012-11-08 01:56:23 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod Forge
2012-11-08 01:56:23 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod Forge
2012-11-08 01:56:23 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod MoCreatures
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityBunny
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntitySnake
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityTurtle
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityBird
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityMouse
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityTurkey
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityHorse
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityHorseMob
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityOgre
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityFireOgre
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityCaveOgre
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityBoar
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityBear
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityDuck
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityBigCat
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityDeer
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityWWolf
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityWraith
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityFlameWraith
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityFox
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityWerewolf
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityShark
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityDolphin
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityFishy
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityKitty
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityKittyBed
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityLitterBox
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityRat
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityHellRat
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityScorpion
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityCrocodile
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityRay
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityJellyFish
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityGoat
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityEgg
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityFishBowl
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityOstrich
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityBee
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityFly
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityDragonfly
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityFirefly
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityCricket
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntitySnail
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityButterfly
2012-11-08 01:56:27 [INFO] [STDOUT] Mo'Creatures is updating settings
2012-11-08 01:56:27 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod MoCreatures
2012-11-08 01:56:27 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod DivineRPG
2012-11-08 01:56:29 [INFO] [STDOUT] Trying to Load Animations
2012-11-08 01:56:29 [INFO] [STDOUT] Animations did Load
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity Shuriken as DivineRPG.Shuriken
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity VailStrom as DivineRPG.VailStrom
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity PoisonArrow as DivineRPG.PoisonArrow
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity FireArrow as DivineRPG.FireArrow
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity ExplosiveArrow as DivineRPG.ExplosiveArrow
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity Stromball as DivineRPG.Stromball
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity MusicBall as DivineRPG.MusicBall
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity GhastTear as DivineRPG.GhastTear
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity FrostShard as DivineRPG.FrostShard
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity KillSerande as DivineRPG.KillSerande
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity BlueFireball as DivineRPG.BlueFireball
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity enderbolt as DivineRPG.enderbolt
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity purplefireball as DivineRPG.purplefireball
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity watchershot as DivineRPG.watchershot
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity serenityarrow as DivineRPG.serenityarrow
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity energyarrow as DivineRPG.energyarrow
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity furyarrow as DivineRPG.furyarrow
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity serenityslicer as DivineRPG.serenityslicer
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity azuriteslicer as DivineRPG.azuriteslicer
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity energyslicer as DivineRPG.energyslicer
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity mythrilslicer as DivineRPG.mythrilslicer
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity denseslicer as DivineRPG.denseslicer
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity ultimaslicer as DivineRPG.ultimaslicer
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity twilightslicer as DivineRPG.twilightslicer
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity serenityphaser as DivineRPG.serenityphaser
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity azuritephaser as DivineRPG.azuritephaser
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity energyphaser as DivineRPG.energyphaser
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity mythrilphaser as DivineRPG.mythrilphaser
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity densephaser as DivineRPG.densephaser
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity ultimaphaser as DivineRPG.ultimaphaser
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity twilightphaser as DivineRPG.twilightphaser
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity corishot as DivineRPG.corishot
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity mamormeter as DivineRPG.mamormeter
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity bowcannon as DivineRPG.bowcannon
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity crabcannon as DivineRPG.crabcannon
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 70 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 71 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 72 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 73 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 74 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 75 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 77 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 78 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 69 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 68 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 67 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 3 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 79 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 80 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod DivineRPG
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod mod_IDResolver
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod mod_IDResolver
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event IMCEvent to mod mcp
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event IMCEvent to mod mcp
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event IMCEvent to mod FML
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event IMCEvent to mod FML
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event IMCEvent to mod Forge
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event IMCEvent to mod Forge
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event IMCEvent to mod MoCreatures
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event IMCEvent to mod MoCreatures
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event IMCEvent to mod DivineRPG
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event IMCEvent to mod DivineRPG
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event IMCEvent to mod mod_IDResolver
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event IMCEvent to mod mod_IDResolver
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod mcp
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod mcp
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod FML
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod FML
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod Forge
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod Forge
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod MoCreatures
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod MoCreatures
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod DivineRPG
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod DivineRPG
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod mod_IDResolver
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod mod_IDResolver
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod mcp
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod mcp
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod FML
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod FML
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod Forge
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod Forge
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod MoCreatures
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod MoCreatures
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod DivineRPG
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod DivineRPG
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod mod_IDResolver
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Handling post startup activities for ModLoader mod mod_IDResolver
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Requesting renderers from basemod mod_IDResolver
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Received 51 renderers from basemod mod_IDResolver
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod mod_IDResolver
2012-11-08 01:56:29 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 6 mods
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Registered texture override 239 (239) on TextureAnimatedFX1 (369)
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Registered texture override 255 (255) on TextureAnimatedFX1 (369)
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Registered texture override 138 (138) on TextureAnimatedFX (368)
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Registered texture override 134 (134) on TextureAnimatedFX (367)
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Registered texture override 140 (140) on TextureAnimatedFX (361)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 139 (139) on TextureAnimatedFX (364)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 254 (254) on TextureAnimatedFX1 (369)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 238 (238) on TextureAnimatedFX1 (369)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 237 (237) on TextureAnimatedFX1 (369)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 137 (137) on TextureAnimatedFX (362)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 136 (136) on TextureAnimatedFX (363)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 145 (145) on /gui/items.png (13)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 146 (146) on /gui/items.png (13)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 147 (147) on /gui/items.png (13)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 148 (148) on /gui/items.png (13)
2012-11-08 01:56:37 [INFO] [STDOUT] Scanning folders...
2012-11-08 01:56:37 [INFO] [STDOUT] Total conversion count is 0
2012-11-08 01:56:37 [INFO] [ForgeModLoader] Loading dimension 0 (New World) ([email protected])
2012-11-08 01:56:37 [INFO] [ForgeModLoader] Loading dimension 9 (New World) ([email protected])
2012-11-08 01:56:37 [INFO] [ForgeModLoader] Loading dimension 8 (New World) ([email protected])
2012-11-08 01:56:37 [INFO] [ForgeModLoader] Loading dimension 7 (New World) ([email protected])
2012-11-08 01:56:37 [INFO] [ForgeModLoader] Loading dimension 6 (New World) ([email protected])
2012-11-08 01:56:37 [INFO] [ForgeModLoader] Loading dimension 5 (New World) ([email protected])
2012-11-08 01:56:37 [INFO] [ForgeModLoader] Loading dimension 1 (New World) ([email protected])
2012-11-08 01:56:37 [INFO] [ForgeModLoader] Loading dimension -1 (New World) ([email protected])
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod mcp
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod mcp
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod FML
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod FML
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod Forge
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod Forge
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod MoCreatures
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod MoCreatures
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod DivineRPG
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod DivineRPG
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod mod_IDResolver
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod mod_IDResolver
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod mcp
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod mcp
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod FML
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod FML
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod Forge
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod Forge
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod MoCreatures
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod MoCreatures
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod DivineRPG
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod DivineRPG
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod mod_IDResolver
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod mod_IDResolver
2012-11-08 01:56:44 [INFO] [STDOUT] Mo'Creatures is updating settings
2012-11-08 01:56:53 [INFO] [STDOUT] Mo'Creatures Spawned 522 Mo'Creatures
2012-11-08 01:56:53 [INFO] [STDOUT] Mo'Creatures DeSpawned 66 Vanilla Creatures
2012-11-08 01:57:03 [INFO] [STDOUT] Mo'Creatures Spawned 178 Mo'Creatures
2012-11-08 01:57:03 [INFO] [STDOUT] Mo'Creatures DeSpawned 18 Vanilla Creatures
2012-11-08 01:57:13 [INFO] [STDOUT] Mo'Creatures Spawned 3078 Mo'Creatures
2012-11-08 01:57:13 [INFO] [STDOUT] Mo'Creatures DeSpawned 20 Vanilla Creatures
2012-11-08 01:57:23 [INFO] [STDOUT] Mo'Creatures Spawned 189 Mo'Creatures
2012-11-08 01:57:23 [INFO] [STDOUT] Mo'Creatures DeSpawned 50 Vanilla Creatures
2012-11-08 01:57:33 [INFO] [STDOUT] Mo'Creatures Spawned 162 Mo'Creatures
2012-11-08 01:57:33 [INFO] [STDOUT] Mo'Creatures DeSpawned 42 Vanilla Creatures
2012-11-08 01:57:42 [INFO] [STDOUT] Skipping Entity with id -128
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod mcp
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod mcp
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod FML
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod FML
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod Forge
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod Forge
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod MoCreatures
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod MoCreatures
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod DivineRPG
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod DivineRPG
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod mod_IDResolver
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod mod_IDResolver
2012-11-08 01:57:44 [INFO] [ForgeModLoader] Unloading dimension 0
2012-11-08 01:57:44 [INFO] [ForgeModLoader] Unloading dimension -1
2012-11-08 01:57:44 [INFO] [ForgeModLoader] Unloading dimension 1
2012-11-08 01:57:44 [INFO] [ForgeModLoader] Unloading dimension 9
2012-11-08 01:57:44 [INFO] [ForgeModLoader] Unloading dimension 8
2012-11-08 01:57:44 [INFO] [ForgeModLoader] Unloading dimension 7
2012-11-08 01:57:44 [INFO] [ForgeModLoader] Unloading dimension 6
2012-11-08 01:57:44 [INFO] [ForgeModLoader] Unloading dimension 5
2012-11-08 01:57:44 [INFO] [STDERR] java.lang.NullPointerException
2012-11-08 01:57:44 [INFO] [STDERR] at awr.a(NetClientHandler.java:766)
2012-11-08 01:57:44 [INFO] [STDERR] at cg.a(SourceFile:87)
2012-11-08 01:57:44 [INFO] [STDERR] at bw.b(MemoryConnection.java:78)
2012-11-08 01:57:44 [INFO] [STDERR] at awr.d(NetClientHandler.java:104)
2012-11-08 01:57:44 [INFO] [STDERR] at awz.b(WorldClient.java:72)
2012-11-08 01:57:44 [INFO] [STDERR] at net.minecraft.client.Minecraft.l(Minecraft.java:1826)
2012-11-08 01:57:44 [INFO] [STDERR] at net.minecraft.client.Minecraft.J(Minecraft.java:854)
2012-11-08 01:57:44 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:779)
2012-11-08 01:57:44 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2012-11-08 01:57:54 [INFO] [STDOUT] Stopping!
2012-11-08 01:57:54 [INFO] [STDOUT] SoundSystem shutting down...
2012-11-08 01:57:54 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
2012-11-08 01:58:26 [INFO] [STDERR] Someone is closing me!
There's the forge log. It looks like it was having problems registering entity IDs. So yeah It might be the fact that I used ID Resolver, but i'm still pretty unsure. Maybe i'll try loading them up without it, though It's pretty much an essential.
Rollback Post to RevisionRollBack
REPETITIVE POSTS:
Because why get one of something when you could get one hundred?
I have a potential fix. If my research is correct, Mojang added some code in 1.3 that effectively made it possible to only have 127 types of mobs. I have no idea why they did this, or what the implications of undoing it are, but I tested and it fixed my crashing world. I haven't done any extensive testing, so use at your own risk (make a backup!)
Applies to Forge #355 only, goes in the .jar after Forge is loaded. Removes a cast to type byte on the EntityID in Packet24MobSpawn.
I did some more research (now that I know the issue), and apparently LexManos, author of Forge says,
"that is a limitation in Minecraft itself. It stores the data as a byte, it transmits it over the network as a byte, it is limited to a byte. You have to use a valid API that supports entities greater then 256."
Of course, MinecraftForge is down right now, so I'll ask him about it when it comes back up to see if it's supposed to work in Forge or if it was removed for a reason.
I figured that could've been a possibility, since i have so many mods, some of them were bound to be modloader rather than forge (though thankfully about 80% of mods for 1.4.2 have made the switch to forge.) But both Mo' Creatures and DivineRPG use and require forge so i don't see how that could have been a problem.
Rollback Post to RevisionRollBack
REPETITIVE POSTS:
Because why get one of something when you could get one hundred?
Well, I added the class file and it seems to have helped to a degree, though the problem still persists, so i'm not really sure what it could be now. I didn't get a black screen so i'm not sure what was causing it to crash for you, neronix. Anyways, I seem to be back at where i started, but am still determined to get these working.
Same problem and the cg.class causes black-screen on launch, using the correct forge and everything. Guess I'll go without Mo'Creatures for now, DivineRPG adds a lot more which I'll actually use haha.
I figured that could've been a possibility, since i have so many mods, some of them were bound to be modloader rather than forge (though thankfully about 80% of mods for 1.4.2 have made the switch to forge.) But both Mo' Creatures and DivineRPG use and require forge so i don't see how that could have been a problem.
Since Forge includes most ModLoader methods, you can have a Forge mod that doesn't use all "native" Forge.
Well, I added the class file and it seems to have helped to a degree, though the problem still persists, so i'm not really sure what it could be now. I didn't get a black screen so i'm not sure what was causing it to crash for you, neronix. Anyways, I seem to be back at where i started, but am still determined to get these working.
If you were getting the same crash cuz of the issue I hacked around, there should have been some output about the IDs. Otherwise, it was a different type of crash, and probably a result of this hack
Ah, well it may have been related to one of the mods i've added, as since i've taken it off i haven't gotten a crash yet, though i'm still very cautious. The Forge log looks pretty much the same, though the only error it gave me was something about divinerpg trying to add entities that were already registered by another mod, which i can't seem to fix.
Rollback Post to RevisionRollBack
REPETITIVE POSTS:
Because why get one of something when you could get one hundred?
To post a comment, please login or register a new account.
Here's what i'm using:
API:
- Render Player API 1.1
- MinecraftForge universal 6.0.1.355 (i've also tried v. 341)
- AudioMod
- GUIAPI v. 0.14.8
Coremods:
- ID Resolver Update 0
Mods:
- DivineRPG v. 1.1.6
- Mo'Creatures v. 4.1.2
- Custom Mob Spawner v. 1.7.1
I'm really stumped here. Did I miss some of the requirements for them? Am i missing some APIs? Are these mods just destined to never work with each other or with other mods? Is ID Resolver the cause of all of this? Am I picking the wrong versions of Forge? I have no idea. Any help is appreciated, as i can't really move on with my modding until i get this sorted out.
But anyways, here's my crash log with just the above mods/APIs loaded:
// Sorry
Time: 11/8/12 1:57 AM
Description: Unexpected error
java.lang.NullPointerException
at awr.a(NetClientHandler.java:766)
at cg.a(SourceFile:87)
at bw.b(MemoryConnection.java:78)
at awr.d(NetClientHandler.java:104)
at awz.b(WorldClient.java:72)
at net.minecraft.client.Minecraft.l(Minecraft.java:1826)
at net.minecraft.client.Minecraft.J(Minecraft.java:854)
at net.minecraft.client.Minecraft.run(Minecraft.java:779)
at java.lang.Thread.run(Unknown Source)
Relevant Details:
- Minecraft Version: 1.4.2
- Operating System: Windows 7 (amd64) version 6.1
- Java Version: 1.7.0_03, Oracle Corporation
- Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 591967624 bytes (564 MB) / 983302144 bytes (937 MB) up to 983302144 bytes (937 MB)
- JVM Flags: 2 total; -Xms1024m -Xmx1024m
- AABB Pool Size: 1524 (85344 bytes; 0 MB) allocated, 945 (52920 bytes; 0 MB) used
- FML: MCP v7.19 FML v4.2.18.433 Minecraft Forge 6.0.1.355 6 mods loaded, 6 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
MoCreatures [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v4.1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
DivineRPG [DivineRPG - Coder - blued00r from d00rcraft.com, Art Director - Xolova, Modeler - Holo from d00rcraft.com] (DivineRPG.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_IDResolver [mod_IDResolver] (IDResolver_1.4.2_COREMOD_Update-0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
- LWJGL: 2.4.2
- OpenGL: GeForce 8400 GS/PCI/SSE2 GL version 3.3.0, NVIDIA Corporation
- Is Modded: Definitely; 'forge,fml'
- Type: Client
- Texture Pack: Default
- Profiler Position: N/A (disabled)
- Vec3 Pool Size: 861 (48216 bytes; 0 MB) allocated, 117 (6552 bytes; 0 MB) used
- World MpServer Entities: 81 total; [axc['Diamondminer8'/126, l='MpServer', x=264.35, y=74.62, z=-144.35], qa['Zombie'/14050, l='MpServer', x=327.30, y=48.24, z=-79.30], oi['Chicken'/13758, l='MpServer', x=273.44, y=62.00, z=-97.84], qa['Zombie'/14135, l='MpServer', x=255.50, y=25.00, z=-65.50], qa['Zombie'/14222, l='MpServer', x=260.69, y=46.00, z=-100.97], pl['Creeper'/14223, l='MpServer', x=258.72, y=46.00, z=-102.01], pl['Creeper'/14297, l='MpServer', x=315.90, y=16.01, z=-104.62], pl['Creeper'/14299, l='MpServer', x=316.53, y=19.81, z=-99.35], pl['Creeper'/14298, l='MpServer', x=323.50, y=20.00, z=-102.50], pm['Enderman'/14302, l='MpServer', x=327.50, y=20.00, z=-102.50], pl['Creeper'/14133, l='MpServer', x=254.09, y=24.00, z=-64.75], pw['Skeleton'/14361, l='MpServer', x=309.60, y=37.00, z=-105.20], pw['Skeleton'/14522, l='MpServer', x=245.07, y=16.00, z=-107.44], pw['Skeleton'/14362, l='MpServer', x=308.47, y=40.00, z=-117.06], pw['Skeleton'/14360, l='MpServer', x=307.28, y=40.00, z=-117.00], pg['item.tile.sapling.oak'/14503, l='MpServer', x=253.97, y=68.13, z=-112.41], pg['item.item.seeds'/13809, l='MpServer', x=277.53, y=63.13, z=-115.06], pg['item.item.seeds'/13808, l='MpServer', x=275.59, y=62.13, z=-113.13], MoCEntityWerewolf['Werewolf'/14624, l='MpServer', x=249.55, y=18.00, z=-99.38], MoCEntityBigCat['BigCat'/14669, l='MpServer', x=374.79, y=66.00, z=-124.31], MoCEntityDragonfly['DragonFly'/14709, l='MpServer', x=368.53, y=64.00, z=-157.72], MoCEntityDragonfly['DragonFly'/14710, l='MpServer', x=370.38, y=64.00, z=-156.91], MoCEntityDragonfly['DragonFly'/14711, l='MpServer', x=369.03, y=64.00, z=-158.47], MoCEntityDragonfly['DragonFly'/14712, l='MpServer', x=364.78, y=64.00, z=-158.44], og['Bat'/14802, l='MpServer', x=303.25, y=16.76, z=-146.50], oj['Cow'/14232, l='MpServer', x=335.34, y=65.00, z=-150.41], ot['Wolf'/14235, l='MpServer', x=342.29, y=66.00, z=-149.84], qa['Zombie'/14904, l='MpServer', x=340.50, y=22.00, z=-63.50], pw['Skeleton'/14906, l='MpServer', x=342.50, y=22.00, z=-64.50], pw['Skeleton'/14907, l='MpServer', x=345.50, y=22.00, z=-67.50], oj['Cow'/14230, l='MpServer', x=343.63, y=66.00, z=-154.34], oj['Cow'/14233, l='MpServer', x=341.50, y=70.00, z=-155.50], ot['Wolf'/14234, l='MpServer', x=326.72, y=64.00, z=-152.59], ot['Wolf'/14236, l='MpServer', x=336.50, y=65.00, z=-156.50], oj['Cow'/14228, l='MpServer', x=308.42, y=64.00, z=-160.50], oj['Cow'/14227, l='MpServer', x=315.75, y=63.00, z=-162.66], oj['Cow'/14226, l='MpServer', x=318.50, y=63.00, z=-163.50], og['Bat'/15002, l='MpServer', x=293.50, y=18.08, z=-136.61], og['Bat'/15003, l='MpServer', x=297.33, y=18.50, z=-140.54], og['Bat'/15004, l='MpServer', x=308.25, y=18.80, z=-143.30], og['Bat'/15007, l='MpServer', x=301.06, y=16.85, z=-142.10], og['Bat'/14862, l='MpServer', x=224.16, y=21.01, z=-115.53], oj['Cow'/14229, l='MpServer', x=313.50, y=64.00, z=-167.50], ot['Wolf'/14237, l='MpServer', x=341.16, y=63.00, z=-166.31], pw['Skeleton'/15084, l='MpServer', x=258.50, y=35.00, z=-170.50], qa['Zombie'/15085, l='MpServer', x=257.47, y=33.60, z=-166.50], pw['Skeleton'/15126, l='MpServer', x=254.50, y=28.00, z=-160.50], pw['Skeleton'/15127, l='MpServer', x=253.50, y=28.00, z=-159.50], pg['item.item.seeds'/15062, l='MpServer', x=237.19, y=29.13, z=-156.81], pg['item.item.seeds'/14825, l='MpServer', x=231.61, y=29.13, z=-159.80], pw['Skeleton'/15205, l='MpServer', x=269.50, y=38.00, z=-180.50], EntityCyclops['Cyclops'/14979, l='MpServer', x=206.78, y=73.00, z=-115.09], pw['Skeleton'/15307, l='MpServer', x=263.50, y=43.00, z=-140.50], og['Bat'/15338, l='MpServer', x=308.33, y=12.00, z=-72.13], og['Bat'/15339, l='MpServer', x=305.39, y=13.00, z=-68.89], EntityCyclops['Cyclops'/14977, l='MpServer', x=204.53, y=73.00, z=-116.31], pw['Skeleton'/15492, l='MpServer', x=240.50, y=13.00, z=-116.50], pw['Skeleton'/15493, l='MpServer', x=240.50, y=13.00, z=-113.50], pl['Creeper'/15514, l='MpServer', x=256.55, y=35.00, z=-168.91], pl['Creeper'/15515, l='MpServer', x=258.50, y=35.00, z=-169.50], qa['Zombie'/15535, l='MpServer', x=262.50, y=42.00, z=-139.50], pl['Creeper'/15537, l='MpServer', x=262.50, y=42.00, z=-137.50], EntityCyclops['Cyclops'/14978, l='MpServer', x=200.91, y=73.00, z=-112.50], og['Bat'/15560, l='MpServer', x=342.14, y=26.05, z=-136.96], og['Bat'/15575, l='MpServer', x=314.19, y=57.71, z=-95.45], pl['Creeper'/15604, l='MpServer', x=340.50, y=15.00, z=-145.50], pl['Creeper'/15609, l='MpServer', x=270.50, y=32.00, z=-160.50], pw['Skeleton'/15614, l='MpServer', x=343.50, y=25.00, z=-136.50], pl['Creeper'/15627, l='MpServer', x=218.50, y=20.00, z=-119.50], pw['Skeleton'/15649, l='MpServer', x=261.50, y=28.00, z=-159.50], pl['Creeper'/15650, l='MpServer', x=327.24, y=16.00, z=-127.86], qa['Zombie'/15764, l='MpServer', x=286.50, y=18.00, z=-133.50], pw['Skeleton'/15779, l='MpServer', x=198.50, y=14.00, z=-117.50], pg['item.tile.sapling.oak'/15072, l='MpServer', x=281.88, y=69.13, z=-196.75], qa['Zombie'/15834, l='MpServer', x=343.50, y=25.00, z=-146.50], pl['Creeper'/15902, l='MpServer', x=224.50, y=43.00, z=-134.50], pw['Skeleton'/15904, l='MpServer', x=268.50, y=39.00, z=-156.50], py['Spider'/15908, l='MpServer', x=265.50, y=39.00, z=-163.50], qa['Zombie'/15961, l='MpServer', x=246.50, y=61.00, z=-67.50], pl['Creeper'/15988, l='MpServer', x=303.50, y=16.00, z=-149.50], og['Bat'/15997, l='MpServer', x=305.50, y=45.00, z=-146.50]]
- World MpServer Players: 1 total; [axc['Diamondminer8'/126, l='MpServer', x=264.35, y=74.62, z=-144.35]]
- World MpServer Chunk Stats: MultiplayerChunkCache: 441
- Forced Entities: 102 total; [pw['Skeleton'/15307, l='MpServer', x=263.50, y=43.00, z=-140.50], og['Bat'/15338, l='MpServer', x=308.33, y=12.00, z=-72.13], og['Bat'/15339, l='MpServer', x=305.39, y=13.00, z=-68.89], pw['Skeleton'/15205, l='MpServer', x=269.50, y=38.00, z=-180.50], pw['Skeleton'/15126, l='MpServer', x=254.50, y=28.00, z=-160.50], pw['Skeleton'/15127, l='MpServer', x=253.50, y=28.00, z=-159.50], pg['item.item.seeds'/15062, l='MpServer', x=237.19, y=29.13, z=-156.81], pg['item.item.seeds'/14825, l='MpServer', x=231.61, y=29.13, z=-159.80], axc['Diamondminer8'/126, l='MpServer', x=264.35, y=74.62, z=-144.35], pg['item.item.seeds'/15062, l='MpServer', x=237.19, y=29.13, z=-156.81], pw['Skeleton'/15084, l='MpServer', x=258.50, y=35.00, z=-170.50], qa['Zombie'/15085, l='MpServer', x=257.47, y=33.60, z=-166.50], pg['item.tile.sapling.oak'/15072, l='MpServer', x=281.88, y=69.13, z=-196.75], og['Bat'/15007, l='MpServer', x=301.06, y=16.85, z=-142.10], og['Bat'/15004, l='MpServer', x=308.25, y=18.80, z=-143.30], og['Bat'/15003, l='MpServer', x=297.33, y=18.50, z=-140.54], og['Bat'/15002, l='MpServer', x=293.50, y=18.08, z=-136.61], EntityCyclops['Cyclops'/14978, l='MpServer', x=200.91, y=73.00, z=-112.50], EntityCyclops['Cyclops'/14979, l='MpServer', x=206.78, y=73.00, z=-115.09], EntityCyclops['Cyclops'/14977, l='MpServer', x=204.53, y=73.00, z=-116.31], pg['item.tile.mushroom'/12529, l='MpServer', x=319.13, y=48.13, z=160.84], og['Bat'/14862, l='MpServer', x=224.16, y=21.01, z=-115.53], qa['Zombie'/14904, l='MpServer', x=340.50, y=22.00, z=-63.50], pw['Skeleton'/14906, l='MpServer', x=342.50, y=22.00, z=-64.50], pw['Skeleton'/14907, l='MpServer', x=345.50, y=22.00, z=-67.50], pg['item.item.seeds'/14825, l='MpServer', x=231.61, y=29.13, z=-159.80], og['Bat'/14802, l='MpServer', x=303.25, y=16.76, z=-146.50], pg['item.tile.gravel'/10049, l='MpServer', x=268.47, y=31.13, z=145.63], pg['item.tile.gravel'/11373, l='MpServer', x=268.13, y=31.13, z=145.13], MoCEntityDragonfly['DragonFly'/14710, l='MpServer', x=370.38, y=64.00, z=-156.91], MoCEntityDragonfly['DragonFly'/14711, l='MpServer', x=369.03, y=64.00, z=-158.47], MoCEntityDragonfly['DragonFly'/14709, l='MpServer', x=368.53, y=64.00, z=-157.72], MoCEntityDragonfly['DragonFly'/14712, l='MpServer', x=364.78, y=64.00, z=-158.44], MoCEntityBigCat['BigCat'/14669, l='MpServer', x=374.79, y=66.00, z=-124.31], MoCEntityWerewolf['Werewolf'/14624, l='MpServer', x=249.55, y=18.00, z=-99.38], pg['item.item.seeds'/13808, l='MpServer', x=275.59, y=62.13, z=-113.13], pg['item.item.seeds'/13809, l='MpServer', x=277.53, y=63.13, z=-115.06], pg['item.tile.sapling.oak'/14503, l='MpServer', x=253.97, y=68.13, z=-112.41], pw['Skeleton'/14522, l='MpServer', x=245.07, y=16.00, z=-107.44], pg['item.item.seeds'/14498, l='MpServer', x=309.09, y=63.13, z=-69.97], pg['item.tile.sapling.oak'/14503, l='MpServer', x=253.97, y=68.13, z=-112.41], pg['item.tile.gravel'/11448, l='MpServer', x=264.88, y=30.13, z=144.56], pg['item.tile.gravel'/10050, l='MpServer', x=264.59, y=30.13, z=144.88], pg['item.tile.gravel'/10051, l='MpServer', x=262.78, y=30.13, z=144.16], pg['item.tile.gravel'/8685, l='MpServer', x=135.19, y=26.13, z=38.88], pw['Skeleton'/14362, l='MpServer', x=308.47, y=40.00, z=-117.06], pw['Skeleton'/14360, l='MpServer', x=307.28, y=40.00, z=-117.00], pw['Skeleton'/14361, l='MpServer', x=309.60, y=37.00, z=-105.20], qa['Zombie'/14135, l='MpServer', x=255.50, y=25.00, z=-65.50], pl['Creeper'/14133, l='MpServer', x=254.09, y=24.00, z=-64.75], oj['Cow'/14229, l='MpServer', x=313.50, y=64.00, z=-167.50], oj['Cow'/14228, l='MpServer', x=308.42, y=64.00, z=-160.50], oj['Cow'/14230, l='MpServer', x=343.63, y=66.00, z=-154.34], oj['Cow'/14227, l='MpServer', x=315.75, y=63.00, z=-162.66], oj['Cow'/14226, l='MpServer', x=318.50, y=63.00, z=-163.50], ot['Wolf'/14237, l='MpServer', x=341.16, y=63.00, z=-166.31], ot['Wolf'/14236, l='MpServer', x=336.50, y=65.00, z=-156.50], oj['Cow'/14233, l='MpServer', x=341.50, y=70.00, z=-155.50], oj['Cow'/14232, l='MpServer', x=335.34, y=65.00, z=-150.41], ot['Wolf'/14235, l='MpServer', x=342.29, y=66.00, z=-149.84], ot['Wolf'/14234, l='MpServer', x=326.72, y=64.00, z=-152.59], qa['Zombie'/14222, l='MpServer', x=260.69, y=46.00, z=-100.97], pl['Creeper'/14223, l='MpServer', x=258.72, y=46.00, z=-102.01], pl['Creeper'/14297, l='MpServer', x=315.90, y=16.01, z=-104.62], pl['Creeper'/14299, l='MpServer', x=316.53, y=19.81, z=-99.35], pl['Creeper'/14298, l='MpServer', x=323.50, y=20.00, z=-102.50], pm['Enderman'/14302, l='MpServer', x=327.50, y=20.00, z=-102.50], pg['item.tile.gravel'/5246, l='MpServer', x=135.88, y=26.13, z=37.59], pg['item.tile.mushroom'/3362, l='MpServer', x=112.53, y=62.13, z=141.97], pg['item.tile.cloth.brown'/12220, l='MpServer', x=122.06, y=64.13, z=26.53], pl['Creeper'/15902, l='MpServer', x=224.50, y=43.00, z=-134.50], py['Spider'/15908, l='MpServer', x=265.50, y=39.00, z=-163.50], pw['Skeleton'/15904, l='MpServer', x=268.50, y=39.00, z=-156.50], qa['Zombie'/15961, l='MpServer', x=246.50, y=61.00, z=-67.50], qa['Zombie'/14050, l='MpServer', x=327.30, y=48.24, z=-79.30], og['Bat'/15997, l='MpServer', x=305.50, y=45.00, z=-146.50], pl['Creeper'/15988, l='MpServer', x=303.50, y=16.00, z=-149.50], pw['Skeleton'/15779, l='MpServer', x=198.50, y=14.00, z=-117.50], qa['Zombie'/15764, l='MpServer', x=286.50, y=18.00, z=-133.50], pg['item.tile.mushroom'/12610, l='MpServer', x=345.88, y=14.13, z=162.56], pg['item.tile.mushroom'/12924, l='MpServer', x=339.13, y=12.13, z=160.10], pg['item.tile.sapling.oak'/15072, l='MpServer', x=281.88, y=69.13, z=-196.75], qa['Zombie'/15834, l='MpServer', x=343.50, y=25.00, z=-146.50], pl['Creeper'/15650, l='MpServer', x=327.24, y=16.00, z=-127.86], pw['Skeleton'/15649, l='MpServer', x=261.50, y=28.00, z=-159.50], oi['Chicken'/13758, l='MpServer', x=273.44, y=62.00, z=-97.84], pl['Creeper'/15627, l='MpServer', x=218.50, y=20.00, z=-119.50], pg['item.tile.mushroom'/13686, l='MpServer', x=305.03, y=63.13, z=12.72], pg['item.item.seeds'/13809, l='MpServer', x=277.53, y=63.13, z=-115.06], pg['item.item.seeds'/13808, l='MpServer', x=275.59, y=62.13, z=-113.13], pg['item.tile.mushroom'/12565, l='MpServer', x=357.09, y=51.13, z=-16.16], pl['Creeper'/15537, l='MpServer', x=262.50, y=42.00, z=-137.50], qa['Zombie'/15535, l='MpServer', x=262.50, y=42.00, z=-139.50], pl['Creeper'/15515, l='MpServer', x=258.50, y=35.00, z=-169.50], pl['Creeper'/15514, l='MpServer', x=256.55, y=35.00, z=-168.91], pw['Skeleton'/15492, l='MpServer', x=240.50, y=13.00, z=-116.50], pw['Skeleton'/15493, l='MpServer', x=240.50, y=13.00, z=-113.50], pl['Creeper'/15604, l='MpServer', x=340.50, y=15.00, z=-145.50], pw['Skeleton'/15614, l='MpServer', x=343.50, y=25.00, z=-136.50], pl['Creeper'/15609, l='MpServer', x=270.50, y=32.00, z=-160.50], og['Bat'/15575, l='MpServer', x=314.19, y=57.71, z=-95.45], og['Bat'/15560, l='MpServer', x=342.14, y=26.05, z=-136.96]]
- Retry Entities: 0 total; []
Because why get one of something when you could get one hundred?
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhttp://www.minecraft...ob-performance/
And if anyone else could offer some help it would be greatly apppreciated.
Because why get one of something when you could get one hundred?
Anyway, I'm guessing that you have the same kind of issue. When one of these conflicting mobs spawns and you get close to it, it crashes your client. Now I have no idea how to fix it...but I have been wondering if maybe the conflict is caused due to differences in the server and the client mods. I mean they are universal, but what if the ID's generated by Forge for them are different, and your server says "this is mob A with mob A stats" and your client says "no way bro, that's mob B, and it can't do that..." and it crashes?
Sadly I don't know how to check mob IDs, so I don't know how to compare the sever side to the client side to confirm they are the same...
But if it doesn't then that would be that and each person would only be able to use one creature mod, which would suck.
Because why get one of something when you could get one hundred?
-
View User Profile
-
View Posts
-
Send Message
Retired Staffthe forge log is called: ForgeModLoader-client-0.log
It's in the minecraft folder
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] All core mods are successfully located
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Discovering coremods
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Found a candidate coremod IDResolver_1.4.2_COREMOD_Update-0.jar
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Loading coremod IDResolver_1.4.2_COREMOD_Update-0.jar
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Loaded coremod IDResolver_1.4.2_COREMOD_Update-0.jar
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Running coremod plugins
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Running coremod plugin IDResolverCorePlugin
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Coremod plugin IDResolverCorePlugin run successfully
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Validating minecraft
2012-11-08 01:56:17 [FINEST] [ForgeModLoader] Minecraft validated, launching...
2012-11-08 01:56:18 [INFO] [STDOUT] 27 achievements
2012-11-08 01:56:19 [INFO] [STDOUT] 208 recipes
2012-11-08 01:56:19 [INFO] [STDOUT] Setting user: Diamondminer8, 805107207
2012-11-08 01:56:19 [INFO] [STDERR] Client asked for parameter: server
2012-11-08 01:56:19 [INFO] [STDOUT] LWJGL Version: 2.4.2
2012-11-08 01:56:19 [INFO] [ForgeModLoader] Attempting early MinecraftForge initialization
2012-11-08 01:56:19 [INFO] [STDOUT] MinecraftForge v6.0.1.355 Initialized
2012-11-08 01:56:19 [INFO] [ForgeModLoader] MinecraftForge v6.0.1.355 Initialized
2012-11-08 01:56:19 [INFO] [ForgeModLoader] Completed early MinecraftForge initialization
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Alex\Alex\Alex\Documents\Minecraft\1.4.2\UNTESTED\1.4.2.-ADD\DrZharks MoCreatures Mod v4.1.2.zip, examining for mod candidates
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Alex\Alex\Alex\Documents\Minecraft\1.4.2\UNTESTED\New folder (3)\DivineRPG 1.1.6\mods\DivineRPG.jar, examining for mod candidates
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Alex\Alex\Alex\Documents\Minecraft\1.4.2\UNTESTED\New folder (3)\CustomMobSpawner 1.7.1.zip, examining for mod candidates
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Behnke\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Behnke\AppData\Roaming\.minecraft\bin\jinput.jar
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Behnke\AppData\Roaming\.minecraft\bin\lwjgl.jar
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Behnke\AppData\Roaming\.minecraft\bin\lwjgl_util.jar
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Behnke\AppData\Roaming\.minecraft\coremods\IDResolver_1.4.2_COREMOD_Update-0.jar, examining for mod candidates
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Behnke\AppData\Roaming\.minecraft\lib\argo-2.25.jar
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Behnke\AppData\Roaming\.minecraft\lib\guava-12.0.1.jar
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Skipping known library file C:\Users\Behnke\AppData\Roaming\.minecraft\lib\asm-all-4.0.jar
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2012-11-08 01:56:19 [INFO] [ForgeModLoader] Searching C:\Users\Behnke\AppData\Roaming\.minecraft\mods for mods
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file 3DItems - v1.5.jarX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a candidate mod directory coralreef
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file Metallurgy Core 2.2.3.jarX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file Metallurgy Ender Metals 2.2.2.jarX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file Metallurgy Fantasy Metals 2.2.2.jarX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file Metallurgy Nether Metals 2.2.3.jarX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file Metallurgy Utility Ores 2.2.3.jarX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file MinecraftMinions 1.4.2.zipX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a candidate mod directory mocreatures
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file ObsidianPP - 142.zipX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a candidate mod directory portalgun
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file QuinOptions - v1.01.jarX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Found a candidate mod directory rei_minimap
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file Ruins 1.4.2.zipX in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Ignoring unknown file ruins_log.txt in mods directory
2012-11-08 01:56:19 [FINE] [ForgeModLoader] Examining file DrZharks MoCreatures Mod v4.1.2.zip for potential mods
2012-11-08 01:56:19 [FINER] [ForgeModLoader] Located mcmod.info file in file DrZharks MoCreatures Mod v4.1.2.zip
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Identified an FMLMod type mod drzhark.mocreatures.MoCreatures
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Examining file DivineRPG.jar for potential mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] The mod container DivineRPG.jar appears to be missing an mcmod.info file
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Identified an FMLMod type mod xolova.blued00r.divinerpg.DivineRPG
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Parsed dependency info : [] [] []
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Examining file CustomMobSpawner 1.7.1.zip for potential mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] The mod container CustomMobSpawner 1.7.1.zip appears to be missing an mcmod.info file
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Examining file IDResolver_1.4.2_COREMOD_Update-0.jar for potential mods
2012-11-08 01:56:20 [FINER] [ForgeModLoader] Located mcmod.info file in file IDResolver_1.4.2_COREMOD_Update-0.jar
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Identified a BaseMod type mod sharose.mods.idresolver.mod_IDResolver
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Examining directory coralreef for potential mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] No mcmod.info file found in directory coralreef
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Examining directory mocreatures for potential mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] No mcmod.info file found in directory mocreatures
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Examining directory portalgun for potential mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] No mcmod.info file found in directory portalgun
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Recursing into package resources
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Recursing into package resources.sound
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Recursing into package resources.sound.portalgun
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Recursing into package resources.sound.portalgun.heploop
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Recursing into package resources.sound.portalgun.radioloop
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Recursing into package resources.sound.portalgun.turret
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Recursing into package resources.streaming
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Recursing into package resources.streaming.portalgun
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Examining directory rei_minimap for potential mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] No mcmod.info file found in directory rei_minimap
2012-11-08 01:56:20 [INFO] [ForgeModLoader] Forge Mod Loader has identified 6 mods to load
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Received a system property request ''
2012-11-08 01:56:20 [FINE] [ForgeModLoader] System property request managing the state of 0 mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Activating mod mcp
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Activating mod FML
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Activating mod Forge
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Enabling mod MoCreatures
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Activating mod MoCreatures
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Enabling mod DivineRPG
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Activating mod DivineRPG
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Enabling mod mod_IDResolver
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Activating mod mod_IDResolver
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied
2012-11-08 01:56:20 [FINE] [ForgeModLoader] All mod requirements are satisfied
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Sorting mods into an ordered list
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Mod sorting completed successfully
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Mod sorting data:
2012-11-08 01:56:20 [FINE] [ForgeModLoader] MoCreatures(DrZhark's Mo'Creatures Mod:4.1.2): DrZharks MoCreatures Mod v4.1.2.zip ()
2012-11-08 01:56:20 [FINE] [ForgeModLoader] DivineRPG(DivineRPG - Coder - blued00r from d00rcraft.com, Art Director - Xolova, Modeler - Holo from d00rcraft.com:1.1.6): DivineRPG.jar ()
2012-11-08 01:56:20 [FINE] [ForgeModLoader] mod_IDResolver(mod_IDResolver:Not available): IDResolver_1.4.2_COREMOD_Update-0.jar (after:*)
2012-11-08 01:56:20 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mcp
2012-11-08 01:56:20 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mcp
2012-11-08 01:56:20 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod FML
2012-11-08 01:56:20 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod FML
2012-11-08 01:56:20 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod Forge
2012-11-08 01:56:20 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod Forge
2012-11-08 01:56:20 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod MoCreatures
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] Testing mod MoCreatures to verify it accepts its own version in a remote connection
2012-11-08 01:56:20 [FINEST] [ForgeModLoader] The mod MoCreatures accepts its own version (4.1.2)
2012-11-08 01:56:20 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into MoCreatures
2012-11-08 01:56:21 [FINE] [ForgeModLoader] Overriding /gui/items.png @ 145 with /mocreatures/star.png. 28 slots remaining
2012-11-08 01:56:21 [FINE] [ForgeModLoader] Overriding /gui/items.png @ 146 with /mocreatures/rottenchunkfalling.png. 27 slots remaining
2012-11-08 01:56:21 [FINE] [ForgeModLoader] Overriding /gui/items.png @ 147 with /mocreatures/rottenchunk.png. 26 slots remaining
2012-11-08 01:56:21 [FINE] [ForgeModLoader] Overriding /gui/items.png @ 148 with /mocreatures/vanish.png. 25 slots remaining
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod MoCreatures
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod DivineRPG
2012-11-08 01:56:21 [FINEST] [ForgeModLoader] Testing mod DivineRPG to verify it accepts its own version in a remote connection
2012-11-08 01:56:21 [FINEST] [ForgeModLoader] The mod DivineRPG accepts its own version (1.1.6)
2012-11-08 01:56:21 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into DivineRPG
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod DivineRPG
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod mod_IDResolver
2012-11-08 01:56:21 [INFO] [ForgeModLoader] ID Resolver - Block hook is enabled and working.
2012-11-08 01:56:21 [INFO] [ForgeModLoader] ID Resolver - Item hook is enabled and working.
2012-11-08 01:56:21 [FINE] [ForgeModLoader] No MLProp configuration for mod_IDResolver found or required. No file written
2012-11-08 01:56:21 [FINE] [ForgeModLoader] Injecting dummy network mod handler for BaseMod mod_IDResolver
2012-11-08 01:56:21 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mod_IDResolver
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sent event FMLConstructionEvent to mod mod_IDResolver
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod mcp
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod mcp
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod FML
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod FML
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod Forge
2012-11-08 01:56:21 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod Forge
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod MoCreatures
2012-11-08 01:56:21 [INFO] [STDOUT] Initializing MoCreatures GUI API
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod MoCreatures
2012-11-08 01:56:21 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod DivineRPG
2012-11-08 01:56:22 [INFO] [DivineRPG] https://dl.dropbox.com/u/50238269/version.txt
2012-11-08 01:56:22 [INFO] [DivineRPG]
2012-11-08 01:56:22 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod DivineRPG
2012-11-08 01:56:22 [FINER] [ForgeModLoader] Sending event FMLPreInitializationEvent to mod mod_IDResolver
2012-11-08 01:56:22 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod mod_IDResolver
2012-11-08 01:56:22 [INFO] [STDOUT] Starting up SoundSystem...
2012-11-08 01:56:23 [INFO] [STDOUT] Initializing LWJGL OpenAL
2012-11-08 01:56:23 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
2012-11-08 01:56:23 [INFO] [STDOUT] OpenAL initialized.
2012-11-08 01:56:23 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod mcp
2012-11-08 01:56:23 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod mcp
2012-11-08 01:56:23 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod FML
2012-11-08 01:56:23 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod FML
2012-11-08 01:56:23 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod Forge
2012-11-08 01:56:23 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod Forge
2012-11-08 01:56:23 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod MoCreatures
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityBunny
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntitySnake
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityTurtle
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityBird
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityMouse
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityTurkey
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityHorse
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityHorseMob
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityOgre
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityFireOgre
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityCaveOgre
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityBoar
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityBear
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityDuck
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityBigCat
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityDeer
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityWWolf
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityWraith
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityFlameWraith
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityFox
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityWerewolf
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityShark
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityDolphin
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityFishy
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityKitty
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityKittyBed
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityLitterBox
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityRat
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityHellRat
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityScorpion
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityCrocodile
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityRay
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityJellyFish
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityGoat
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityEgg
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityFishBowl
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityOstrich
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityBee
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityFly
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityDragonfly
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityFirefly
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityCricket
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntitySnail
2012-11-08 01:56:24 [FINE] [ForgeModLoader] Skipping automatic mod MoCreatures entity registration for already registered class drzhark.mocreatures.MoCEntityButterfly
2012-11-08 01:56:27 [INFO] [STDOUT] Mo'Creatures is updating settings
2012-11-08 01:56:27 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod MoCreatures
2012-11-08 01:56:27 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod DivineRPG
2012-11-08 01:56:29 [INFO] [STDOUT] Trying to Load Animations
2012-11-08 01:56:29 [INFO] [STDOUT] Animations did Load
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity Shuriken as DivineRPG.Shuriken
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity VailStrom as DivineRPG.VailStrom
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity PoisonArrow as DivineRPG.PoisonArrow
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity FireArrow as DivineRPG.FireArrow
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity ExplosiveArrow as DivineRPG.ExplosiveArrow
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity Stromball as DivineRPG.Stromball
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity MusicBall as DivineRPG.MusicBall
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity GhastTear as DivineRPG.GhastTear
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity FrostShard as DivineRPG.FrostShard
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity KillSerande as DivineRPG.KillSerande
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity BlueFireball as DivineRPG.BlueFireball
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity enderbolt as DivineRPG.enderbolt
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity purplefireball as DivineRPG.purplefireball
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity watchershot as DivineRPG.watchershot
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity serenityarrow as DivineRPG.serenityarrow
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity energyarrow as DivineRPG.energyarrow
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity furyarrow as DivineRPG.furyarrow
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity serenityslicer as DivineRPG.serenityslicer
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity azuriteslicer as DivineRPG.azuriteslicer
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity energyslicer as DivineRPG.energyslicer
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity mythrilslicer as DivineRPG.mythrilslicer
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity denseslicer as DivineRPG.denseslicer
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity ultimaslicer as DivineRPG.ultimaslicer
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity twilightslicer as DivineRPG.twilightslicer
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity serenityphaser as DivineRPG.serenityphaser
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity azuritephaser as DivineRPG.azuritephaser
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity energyphaser as DivineRPG.energyphaser
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity mythrilphaser as DivineRPG.mythrilphaser
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity densephaser as DivineRPG.densephaser
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity ultimaphaser as DivineRPG.ultimaphaser
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity twilightphaser as DivineRPG.twilightphaser
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity corishot as DivineRPG.corishot
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity mamormeter as DivineRPG.mamormeter
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity bowcannon as DivineRPG.bowcannon
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Automatically registered mod DivineRPG entity crabcannon as DivineRPG.crabcannon
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 70 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 71 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 72 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 73 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 74 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 75 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 77 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 78 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 69 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 68 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 67 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 3 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 79 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [SEVERE] [ForgeModLoader] The mod DivineRPG has attempted to register an entity ID 80 which is already reserved. This could cause severe problems
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod DivineRPG
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod mod_IDResolver
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod mod_IDResolver
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event IMCEvent to mod mcp
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event IMCEvent to mod mcp
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event IMCEvent to mod FML
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event IMCEvent to mod FML
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event IMCEvent to mod Forge
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event IMCEvent to mod Forge
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event IMCEvent to mod MoCreatures
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event IMCEvent to mod MoCreatures
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event IMCEvent to mod DivineRPG
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event IMCEvent to mod DivineRPG
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event IMCEvent to mod mod_IDResolver
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event IMCEvent to mod mod_IDResolver
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod mcp
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod mcp
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod FML
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod FML
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod Forge
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod Forge
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod MoCreatures
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod MoCreatures
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod DivineRPG
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod DivineRPG
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLPostInitializationEvent to mod mod_IDResolver
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLPostInitializationEvent to mod mod_IDResolver
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod mcp
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod mcp
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod FML
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod FML
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod Forge
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod Forge
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod MoCreatures
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod MoCreatures
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod DivineRPG
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod DivineRPG
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sending event FMLLoadCompleteEvent to mod mod_IDResolver
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Handling post startup activities for ModLoader mod mod_IDResolver
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Requesting renderers from basemod mod_IDResolver
2012-11-08 01:56:29 [FINEST] [ForgeModLoader] Received 51 renderers from basemod mod_IDResolver
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Sent event FMLLoadCompleteEvent to mod mod_IDResolver
2012-11-08 01:56:29 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 6 mods
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Registered texture override 239 (239) on TextureAnimatedFX1 (369)
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Registered texture override 255 (255) on TextureAnimatedFX1 (369)
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Registered texture override 138 (138) on TextureAnimatedFX (368)
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Registered texture override 134 (134) on TextureAnimatedFX (367)
2012-11-08 01:56:29 [FINER] [ForgeModLoader] Registered texture override 140 (140) on TextureAnimatedFX (361)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 139 (139) on TextureAnimatedFX (364)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 254 (254) on TextureAnimatedFX1 (369)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 238 (238) on TextureAnimatedFX1 (369)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 237 (237) on TextureAnimatedFX1 (369)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 137 (137) on TextureAnimatedFX (362)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 136 (136) on TextureAnimatedFX (363)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 145 (145) on /gui/items.png (13)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 146 (146) on /gui/items.png (13)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 147 (147) on /gui/items.png (13)
2012-11-08 01:56:30 [FINER] [ForgeModLoader] Registered texture override 148 (148) on /gui/items.png (13)
2012-11-08 01:56:37 [INFO] [STDOUT] Scanning folders...
2012-11-08 01:56:37 [INFO] [STDOUT] Total conversion count is 0
2012-11-08 01:56:37 [INFO] [ForgeModLoader] Loading dimension 0 (New World) ([email protected])
2012-11-08 01:56:37 [INFO] [ForgeModLoader] Loading dimension 9 (New World) ([email protected])
2012-11-08 01:56:37 [INFO] [ForgeModLoader] Loading dimension 8 (New World) ([email protected])
2012-11-08 01:56:37 [INFO] [ForgeModLoader] Loading dimension 7 (New World) ([email protected])
2012-11-08 01:56:37 [INFO] [ForgeModLoader] Loading dimension 6 (New World) ([email protected])
2012-11-08 01:56:37 [INFO] [ForgeModLoader] Loading dimension 5 (New World) ([email protected])
2012-11-08 01:56:37 [INFO] [ForgeModLoader] Loading dimension 1 (New World) ([email protected])
2012-11-08 01:56:37 [INFO] [ForgeModLoader] Loading dimension -1 (New World) ([email protected])
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod mcp
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod mcp
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod FML
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod FML
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod Forge
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod Forge
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod MoCreatures
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod MoCreatures
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod DivineRPG
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod DivineRPG
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartingEvent to mod mod_IDResolver
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartingEvent to mod mod_IDResolver
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod mcp
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod mcp
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod FML
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod FML
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod Forge
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod Forge
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod MoCreatures
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod MoCreatures
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod DivineRPG
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod DivineRPG
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sending event FMLServerStartedEvent to mod mod_IDResolver
2012-11-08 01:56:43 [FINER] [ForgeModLoader] Sent event FMLServerStartedEvent to mod mod_IDResolver
2012-11-08 01:56:44 [INFO] [STDOUT] Mo'Creatures is updating settings
2012-11-08 01:56:53 [INFO] [STDOUT] Mo'Creatures Spawned 522 Mo'Creatures
2012-11-08 01:56:53 [INFO] [STDOUT] Mo'Creatures DeSpawned 66 Vanilla Creatures
2012-11-08 01:57:03 [INFO] [STDOUT] Mo'Creatures Spawned 178 Mo'Creatures
2012-11-08 01:57:03 [INFO] [STDOUT] Mo'Creatures DeSpawned 18 Vanilla Creatures
2012-11-08 01:57:13 [INFO] [STDOUT] Mo'Creatures Spawned 3078 Mo'Creatures
2012-11-08 01:57:13 [INFO] [STDOUT] Mo'Creatures DeSpawned 20 Vanilla Creatures
2012-11-08 01:57:23 [INFO] [STDOUT] Mo'Creatures Spawned 189 Mo'Creatures
2012-11-08 01:57:23 [INFO] [STDOUT] Mo'Creatures DeSpawned 50 Vanilla Creatures
2012-11-08 01:57:33 [INFO] [STDOUT] Mo'Creatures Spawned 162 Mo'Creatures
2012-11-08 01:57:33 [INFO] [STDOUT] Mo'Creatures DeSpawned 42 Vanilla Creatures
2012-11-08 01:57:42 [INFO] [STDOUT] Skipping Entity with id -128
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod mcp
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod mcp
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod FML
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod FML
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod Forge
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod Forge
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod MoCreatures
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod MoCreatures
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod DivineRPG
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod DivineRPG
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sending event FMLServerStoppingEvent to mod mod_IDResolver
2012-11-08 01:57:43 [FINER] [ForgeModLoader] Sent event FMLServerStoppingEvent to mod mod_IDResolver
2012-11-08 01:57:44 [INFO] [ForgeModLoader] Unloading dimension 0
2012-11-08 01:57:44 [INFO] [ForgeModLoader] Unloading dimension -1
2012-11-08 01:57:44 [INFO] [ForgeModLoader] Unloading dimension 1
2012-11-08 01:57:44 [INFO] [ForgeModLoader] Unloading dimension 9
2012-11-08 01:57:44 [INFO] [ForgeModLoader] Unloading dimension 8
2012-11-08 01:57:44 [INFO] [ForgeModLoader] Unloading dimension 7
2012-11-08 01:57:44 [INFO] [ForgeModLoader] Unloading dimension 6
2012-11-08 01:57:44 [INFO] [ForgeModLoader] Unloading dimension 5
2012-11-08 01:57:44 [INFO] [STDERR] java.lang.NullPointerException
2012-11-08 01:57:44 [INFO] [STDERR] at awr.a(NetClientHandler.java:766)
2012-11-08 01:57:44 [INFO] [STDERR] at cg.a(SourceFile:87)
2012-11-08 01:57:44 [INFO] [STDERR] at bw.b(MemoryConnection.java:78)
2012-11-08 01:57:44 [INFO] [STDERR] at awr.d(NetClientHandler.java:104)
2012-11-08 01:57:44 [INFO] [STDERR] at awz.b(WorldClient.java:72)
2012-11-08 01:57:44 [INFO] [STDERR] at net.minecraft.client.Minecraft.l(Minecraft.java:1826)
2012-11-08 01:57:44 [INFO] [STDERR] at net.minecraft.client.Minecraft.J(Minecraft.java:854)
2012-11-08 01:57:44 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:779)
2012-11-08 01:57:44 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2012-11-08 01:57:54 [INFO] [STDOUT] Stopping!
2012-11-08 01:57:54 [INFO] [STDOUT] SoundSystem shutting down...
2012-11-08 01:57:54 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
2012-11-08 01:58:26 [INFO] [STDERR] Someone is closing me!
Because why get one of something when you could get one hundred?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumApplies to Forge #355 only, goes in the .jar after Forge is loaded. Removes a cast to type byte on the EntityID in Packet24MobSpawn.
https://www.dropbox....2o4e5v/cg.class
I did some more research (now that I know the issue), and apparently LexManos, author of Forge says,
"that is a limitation in Minecraft itself. It stores the data as a byte, it transmits it over the network as a byte, it is limited to a byte. You have to use a valid API that supports entities greater then 256."
Of course, MinecraftForge is down right now, so I'll ask him about it when it comes back up to see if it's supposed to work in Forge or if it was removed for a reason.
http://www.minecraft...ob-performance/
Because why get one of something when you could get one hundred?
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhttp://www.minecraft...ob-performance/
Because why get one of something when you could get one hundred?
Because why get one of something when you could get one hundred?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThat cg.class is only for 1.4.2.
Since Forge includes most ModLoader methods, you can have a Forge mod that doesn't use all "native" Forge.
If you were getting the same crash cuz of the issue I hacked around, there should have been some output about the IDs. Otherwise, it was a different type of crash, and probably a result of this hack
http://www.minecraft...ob-performance/
Because why get one of something when you could get one hundred?