I am getting a "file not found" when I try to download, after AdFly and it hits the CurseForge site. Much saddness! (so much I had to add an extra "d"...)
If you have any problems with adfly - you can use "curse forge" link at first page of this thread))
Hey, thanks for a nice mod, I am however having trouble with compatiblity with Tinker's Construct. Tinker adds additional armos/stuff slots and those are either not kept in the gravestone, either 'ejected' in the world. I have tried setting saved items to 60, but that didn't help. Could you do something about it, please?
Yes. I know about it. It requires some changes in "Tinker construct API", which I'm waiting for.
Nice to see you fixed it so when there are mobs on your death point the grave spawns there instead of some random place around there.
In your Compatibility section what you have for Subaraki's Gravestone Mod, the same goes for OpenBlocks to set "GeneratePlayerGraves" to "false", same as
Side note: Speaking of the Subaraki's Gravestone Mod compatibility, it's "want" not "whant".
Is there a way to tweak blast resistance of gravestones to resist creeper blasts? I've been hunting for a creeper-proof inventory saver to replace the buggy one I was using and found Gravestone. I really like all the cool stuff the mod adds, I just don't want to keep losing my stuff to a single type of mob when it's safe from skeletons, zombies, and spiders and everything else in the mods I use.
Nice to see you fixed it so when there are mobs on your death point the grave spawns there instead of some random place around there.
Unfortunately it's a little buggy(it "normally" works, but "place finding" must be improved).
I'll rework it as far as I complete my current project(I'm working on update for "sophisticated wolves" mod)
In your Compatibility section what you have for Subaraki's Gravestone Mod, the same goes for OpenBlocks to set "GeneratePlayerGraves" to "false", same as
Side note: Speaking of the Subaraki's Gravestone Mod compatibility, it's "want" not "whant".
Is there a way to tweak blast resistance of gravestones to resist creeper blasts? I've been hunting for a creeper-proof inventory saver to replace the buggy one I was using and found Gravestone. I really like all the cool stuff the mod adds, I just don't want to keep losing my stuff to a single type of mob when it's safe from skeletons, zombies, and spiders and everything else in the mods I use.
Gravestones are blast resisted. Main problem is that creepers destroy ground under gravestones which make gravestone destroyed too. I don't know what to do with it...(
The Meaning of Life, the Universe, and Everything.
Join Date:
10/19/2013
Posts:
129
Member Details
I'm seeing lots of weird spawning behavior since installing this mod. I do have open blocks installed also, but I disabled playergraves in your mod. Things like spawning and falling out of the world repeatedly, or spawning super high in the air and falling to our deaths. Stuff like that. Nothing noteworthy in the logs.
I'm seeing lots of weird spawning behavior since installing this mod. I do have open blocks installed also, but I disabled playergraves in your mod. Things like spawning and falling out of the world repeatedly, or spawning super high in the air and falling to our deaths. Stuff like that. Nothing noteworthy in the logs.
I'm on the latest version for 1.6.4
Nevermind, it was another mod.
I do have a request though. Can you add support for Baubles by Azanor in your 1.7.2 version? Currently, items equipped in those slots drop to the ground instead of being saved in the gravestone with the rest of your inventory.
I do have a request though. Can you add support for Baubles by Azanor in your 1.7.2 version? Currently, items equipped in those slots drop to the ground instead of being saved in the gravestone with the rest of your inventory.
It is already done. Just get latest version of my mod and baubles(1.0.0.13 version or higher)
Hey there. Love the mod. I'm one of the maintainers of The Crack Pack (MindCrack's official modpack) and I've been monitoring the crashes incoming from our latest version release.
java.lang.NullPointerException: Unexpected error
at net.minecraft.item.ItemTool.func_150893_a(ItemTool.java:49)
at net.minecraft.item.Item.getDigSpeed(Item.java:795)
at net.minecraft.item.ItemTool.getDigSpeed(ItemTool.java:130)
at net.minecraft.entity.player.EntityPlayer.getBreakSpeed(EntityPlayer.java:812)
at net.minecraftforge.common.ForgeHooks.blockStrength(ForgeHooks.java:119)
at net.minecraft.block.Block.func_149737_a(Block.java:641)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78743_b(PlayerControllerMP.java:177)
at net.minecraft.client.Minecraft.func_147116_af(Minecraft.java:1359)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1896)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:914)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:833)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.item.ItemTool.func_150893_a(ItemTool.java:49)
at net.minecraft.item.Item.getDigSpeed(Item.java:795)
at net.minecraft.item.ItemTool.getDigSpeed(ItemTool.java:130)
at net.minecraft.entity.player.EntityPlayer.getBreakSpeed(EntityPlayer.java:812)
at net.minecraftforge.common.ForgeHooks.blockStrength(ForgeHooks.java:119)
at net.minecraft.block.Block.func_149737_a(Block.java:641)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78743_b(PlayerControllerMP.java:177)
at net.minecraft.client.Minecraft.func_147116_af(Minecraft.java:1359)
Hey there. Love the mod. I'm one of the maintainers of The Crack Pack (MindCrack's official modpack) and I've been monitoring the crashes incoming from our latest version release.
It looks like it happens during catacombs generation, but it crashed on another objects, like minecart(or something else) was destroyed by it... Can you give any information about this crash? May be a way how it can be reproduced or just your world seed and coordinates of player when it crashed.
Server crashes on startup with new version. Worked fine with 2.8.3b
Here's the crash log:
---- Minecraft Crash Report ----
// Why is it breaking
Time: 5/22/14 9:55 AM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:688)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:256)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:583)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
at gravestone.core.GSItem.registration(GSItem.java:26)
at gravestone.ModGraveStone.load(ModGraveStone.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:687)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 33 more
Caused by: java.lang.RuntimeException: Attempted to load class bcd for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:51)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
... 35 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
It looks like it happens during catacombs generation, but it crashed on another objects, like minecart(or something else) was destroyed by it... Can you give any information about this crash? May be a way how it can be reproduced or just your world seed and coordinates of player when it crashed.
If I find anything specific I will be sure to let you know. I've been monitoring the reports coming back via OpenEye to keep track of potential crashes and whatnot. If any specific information on what was happening comes up I'll be sure to pass it your way.
So I'm exploring the world with this mod on. I've done this with the spawn rate set to 1800, and 4000. Both times I can't find anything relating to this mod. One time I found a village, and it DID have a little graveyard! But I'm not seeing catacombs, cemeteries, undertakers, memorials, or anything else. I was really excited for more world generation stuff, but I'm not seeing any. I've flown through, with my map fully zoomed out, just flying forever, and haven't found even ONE thing. Is there something I'm missing? Are these aspects not actually implemented? Or do I just need to turn up the frequency to like 100 million in order to see anything?
Thanks, hopefully I can get this working! Looks like it would be fun!
I am having serious issues running this mod on 1.7.2. If the mod is installed, opening the game would produce a black screen which would just close a few seconds later, with no error messages. Originally I thought it was a compatibility issue with either thaumcraft, battlegear or tinkers construct, but since then you have fixed compatibility and reading other posts I see that some people are using those mods and it is working just fine. I used this mod on 1.5 and 1.6 and it has always been a fantastic mod and I really hope I will be able to use it on 1.7
[10:29:36] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[10:29:36] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[10:29:36] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[10:29:36] [main/INFO]: Forge Mod Loader version 7.2.196.1082 for Minecraft 1.7.2 loading
[10:29:36] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_15, running on Windows Vista:amd64:6.0, installed at C:\Program Files\Java\jre7
[10:29:36] [main/WARN]: The coremod mods.battlegear2.coremod.BattlegearLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:29:37] [main/WARN]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:29:37] [main/WARN]: The coremod atomicstryker.dynamiclights.common.DLFMLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:29:37] [main/WARN]: The coremod glenn.gases.core.EDFMLLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:29:37] [main/WARN]: The coremod glenn.gasesframework.core.EDFMLLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:29:37] [main/WARN]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:29:37] [main/WARN]: The coremod atomicstryker.multimine.common.fmlmagic.MMFMLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:29:37] [main/WARN]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:29:37] [main/INFO]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.2_HD_U_D1.jar
[10:29:37] [main/WARN]: The coremod tconstruct.preloader.TConstructLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:29:37] [main/INFO]: Scalpel. Suction. Lumber axe. CLEAR! *zap*
[10:29:37] [main/INFO]: Constructing preloader (Modules: [tconstruct.preloader.ASMInterfaceRepair, tconstruct.preloader.AccessTransformers])
[10:29:37] [main/INFO]: Found a properties file. Attempting load...
[10:29:37] [main/INFO]: Loaded properties successfully. Using specified settings.
[10:29:37] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:29:37] [main/INFO]: Loading tweak class name optifine.OptiFineForgeTweaker
[10:29:37] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[10:29:37] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:29:37] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:29:37] [main/INFO]: Calling tweak class optifine.OptiFineForgeTweaker
[10:29:37] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:29:38] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[10:29:38] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[10:29:38] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:29:38] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:29:38] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:29:39] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:29:39] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:29:39] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:29:39] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:29:39] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:29:39] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:29:39] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:29:39] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:29:39] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:29:39] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:29:39] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:29:39] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[10:29:39] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[10:29:40] [main/INFO]: M&B - Patching Class Minecraft (azd)
[10:29:40] [main/INFO]: Patching method Click Mouse in Minecraft
[10:29:40] [main/INFO]: M&B - Patching Class Minecraft done
[10:29:40] [main/INFO]: M&B - Patching Class EntityPlayer (xl)
[10:29:40] [main/INFO]: Adding new fields to EntityPlayer
[10:29:40] [main/INFO]: M&B - Marking field inventory as final in EntityPlayer
[10:29:40] [main/INFO]: Patching constructor in EntityPlayer
[10:29:40] [main/INFO]: Patching method entityInit in EntityPlayer
[10:29:40] [main/INFO]: Patching method onItemUseFinish in EntityPlayer
[10:29:40] [main/INFO]: Patching method setCurrentItemOrArmor in EntityPlayer
[10:29:40] [main/INFO]: Creating new methods in EntityPlayer
[10:29:40] [main/INFO]: M&B - Patching Class EntityPlayer done
[10:29:41] [main/INFO]: Setting user: _0_Jack_0_
[10:29:42] [Client thread/INFO]: LWJGL Version: 2.9.0
[10:29:43] [Client thread/INFO]: Attempting early MinecraftForge initialization
[10:29:43] [Client thread/INFO]: MinecraftForge v10.12.1.1082 Initialized
[10:29:43] [Client thread/INFO]: Replaced 141 ore recipies
[10:29:43] [Client thread/INFO]: Completed early MinecraftForge initialization
[10:29:43] [Client thread/INFO]: Forge Mod Loader has detected optifine OptiFine_1.7.2_HD_U_D1, enabling compatibility features
[10:29:43] [Client thread/INFO]: Scalpel. Suction. Lumber axe. CLEAR! *zap*
[10:29:43] [Client thread/INFO]: Constructing preloader (Modules: [tconstruct.preloader.ASMInterfaceRepair, tconstruct.preloader.AccessTransformers])
[10:29:43] [Client thread/INFO]: Found a properties file. Attempting load...
[10:29:43] [Client thread/INFO]: Loaded properties successfully. Using specified settings.
[10:29:43] [Client thread/INFO]: Searching C:\Users\Jack\AppData\Roaming\.minecraft\magic\Clients\1.7+\.minecraft\mods for mods
[10:29:43] [Client thread/INFO]: Also searching C:\Users\Jack\AppData\Roaming\.minecraft\magic\Clients\1.7+\.minecraft\mods\1.7.2 for mods
[10:29:44] [Client thread/ERROR]: FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.FMLRenderAccessLibrary. This is generally a severe programming error. There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
[10:29:44] [Client thread/ERROR]: FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.Start. This is generally a severe programming error. There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
[10:29:45] [Client thread/WARN]: Mod battlegear2 is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.5.4
[10:29:45] [Client thread/WARN]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.1.1
[10:29:45] [Client thread/WARN]: Mod HardcoreEnderExpansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.5a
[10:29:46] [Client thread/ERROR]: The mcmod.info file in Highlands-1.7.2-v-2.2.0pre4.jar cannot be parsed as valid JSON. It will be ignored
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected ':' at line 11 column 74
at com.google.gson.internal.Streams.parse(Streams.java:56) ~[Streams.class:?]
at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?]
at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?]
at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:55) [MetadataCollection.class:?]
at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:53) [JarDiscoverer.class:?]
at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:?]
at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:?]
at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:123) [ModDiscoverer.class:?]
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:345) [Loader.class:?]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:466) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) [azd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815) [azd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:103) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_15]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_15]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_15]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_15]
at magic.launcher.Launcher.main(SourceFile:207) [MagicLauncher_1.2.5.exe:?]
Caused by: com.google.gson.stream.MalformedJsonException: Expected ':' at line 11 column 74
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:519) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.peek(JsonReader.java:414) ~[JsonReader.class:?]
at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:644) ~[TypeAdapters$25.class:?]
at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:667) ~[TypeAdapters$25.class:?]
at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642) ~[TypeAdapters$25.class:?]
at com.google.gson.internal.Streams.parse(Streams.java:44) ~[Streams.class:?]
... 24 more
[10:29:46] [Client thread/INFO]: Forge Mod Loader has identified 52 mods to load
[10:29:47] [Client thread/INFO]: FML has found a non-mod file CodeChickenLib-1.7.2-1.1.0.76-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:29:47] [Client thread/ERROR]: [Environment Checks] Optifine detected. This may cause issues due to base edits or ASM usage.
[10:29:48] [Client thread/INFO]: M&B - Patching Class ModelBiped (bhg)
[10:29:48] [Client thread/INFO]: Patching method render in ModelBiped
[10:29:48] [Client thread/INFO]: M&B - Patching Class ModelBiped done
[10:29:48] [Client thread/INFO]: Natura, what are we going to do tomorrow night?
[10:29:48] [Client thread/INFO]: TConstruct, we're going to take over the world!
[10:29:48] [Client thread/ERROR]: Module loading failed for class class tconstruct.plugins.fmp.ForgeMultiPart; a referenced class is missing.
[10:29:48] [Client thread/INFO]: Module for Thaumcraft loaded successfully.
[10:29:49] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Mine & Blade Battlegear 2 - Bullseye, FMLFileResourcePack:RecipesPlus, FMLFileResourcePack:ArmorStatusHUD, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:DirectionHUD, FMLFileResourcePack:StatusEffectHUD, FMLFileResourcePack:AnimationAPI, FMLFileResourcePack:Archimedes' Ships, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Dynamic Lights, FMLFileResourcePack:Dynamic Lights Burning Entity Module, FMLFileResourcePack:Dynamic Lights Creeper Module, FMLFileResourcePack:Dynamic Lights EntityItem Module, FMLFileResourcePack:Dynamic Lights Entity Light Module, FMLFileResourcePack:Dynamic Lights Mob Equipment Light Module, FMLFileResourcePack:Dynamic Lights Fiery Arrows Light Module, FMLFileResourcePack:Dynamic Lights Flood Light, FMLFileResourcePack:Dynamic Lights OtherPlayers Light Module, FMLFileResourcePack:Dynamic Lights Player Light Module, FMLFileResourcePack:Glenn's Gases, FMLFileResourcePack:Gases Framework, FMLFileResourcePack:GraveStone, FMLFileResourcePack:Hardcore Ender Expansion, FMLFileResourcePack:Highlands, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Mantle, FMLFileResourcePack:MapWriter, FMLFileResourcePack:MCCapes Extra, FMLFileResourcePack:Multi Mine, FMLFileResourcePack:Mutant Creatures, FMLFileResourcePack:Natura, FMLFileResourcePack:Pandora's Box, FMLFileResourcePack:Smart Moving, FMLFileResourcePack:Smart Render, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Vertical Slabs Mod, FMLFileResourcePack:Balkon's WeaponMod, FMLFileResourcePack:Baubles
[10:29:49] [Client thread/INFO]: Configured a dormant chunk cache size of 0
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: * Illegal extra prefix battlegear2 for name battlegear2:flagpole, invalid registry invocation/invalid name?
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:785)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:208)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:167)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.utils.BattlegearConfig.getConfig(BattlegearConfig.java:82)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.Battlegear.preInit(Battlegear.java:55)
[10:29:49] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: * Illegal extra prefix battlegear2 for name battlegear2:flagpole, invalid registry invocation/invalid name?
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:733)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:211)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:167)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.utils.BattlegearConfig.getConfig(BattlegearConfig.java:82)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.Battlegear.preInit(Battlegear.java:55)
[10:29:49] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: * Illegal extra prefix item.battlegear2 for name item.battlegear2:shield.wood, invalid registry invocation/invalid name?
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:733)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:139)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:127)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.items.ItemShield.(ItemShield.java:48)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.utils.BattlegearConfig.getConfig(BattlegearConfig.java:190)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.Battlegear.preInit(Battlegear.java:55)...
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: * Illegal extra prefix item.battlegear2 for name item.battlegear2:knights_armour.helmet, invalid registry invocation/invalid name?
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:733)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:139)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:127)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.items.ItemKnightArmour.(ItemKnightArmour.java:45)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.utils.BattlegearConfig.getConfig(BattlegearConfig.java:193)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.Battlegear.preInit(Battlegear.java:55)...
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: * Illegal extra prefix item.battlegear2 for name item.battlegear2:shield.hide, invalid registry invocation/invalid name?
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:733)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:139)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:127)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.items.ItemShield.(ItemShield.java:48)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.utils.BattlegearConfig.getConfig(BattlegearConfig.java:190)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.Battlegear.preInit(Battlegear.java:55)...
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: * Illegal extra prefix item.battlegear2 for name item.battlegear2:knights_armour.plate, invalid registry invocation/invalid name?
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:733)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:139)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:127)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.items.ItemKnightArmour.(ItemKnightArmour.java:45)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.utils.BattlegearConfig.getConfig(BattlegearConfig.java:193)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.Battlegear.preInit(Battlegear.java:55)...
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: * Illegal extra prefix item.battlegear2 for name item.battlegear2:shield.iron, invalid registry invocation/invalid name?
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:733)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:139)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:127)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.items.ItemShield.(ItemShield.java:48)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.utils.BattlegearConfig.getConfig(BattlegearConfig.java:190)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.Battlegear.preInit(Battlegear.java:55)...
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: * Illegal extra prefix item.battlegear2 for name item.battlegear2:knights_armour.legs, invalid registry invocation/invalid name?
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:733)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:139)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:127)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.items.ItemKnightArmour.(ItemKnightArmour.java:45)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.utils.BattlegearConfig.getConfig(BattlegearConfig.java:193)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.Battlegear.preInit(Battlegear.java:55)...
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: * Illegal extra prefix item.battlegear2 for name item.battlegear2:shield.diamond, invalid registry invocation/invalid name?
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:733)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:139)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:127)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.items.ItemShield.(ItemShield.java:48)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.utils.BattlegearConfig.getConfig(BattlegearConfig.java:190)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.Battlegear.preInit(Battlegear.java:55)...
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: * Illegal extra prefix item.battlegear2 for name item.battlegear2:knights_armour.boots, invalid registry invocation/invalid name?
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:733)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:139)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:127)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.items.ItemKnightArmour.(ItemKnightArmour.java:45)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.utils.BattlegearConfig.getConfig(BattlegearConfig.java:193)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.Battlegear.preInit(Battlegear.java:55)...
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: * Illegal extra prefix item.battlegear2 for name item.battlegear2:shield.gold, invalid registry invocation/invalid name?
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:733)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:139)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:127)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.items.ItemShield.(ItemShield.java:48)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.utils.BattlegearConfig.getConfig(BattlegearConfig.java:190)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.Battlegear.preInit(Battlegear.java:55)...
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: * Illegal extra prefix item.battlegear2 for name item.battlegear2:chain, invalid registry invocation/invalid name?
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:733)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:139)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:127)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.utils.BattlegearConfig.getConfig(BattlegearConfig.java:204)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.Battlegear.preInit(Battlegear.java:55)
[10:29:49] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: * Illegal extra prefix item.battlegear2 for name item.battlegear2:quiver, invalid registry invocation/invalid name?
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:733)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:139)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:127)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.utils.BattlegearConfig.getConfig(BattlegearConfig.java:204)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.Battlegear.preInit(Battlegear.java:55)
[10:29:49] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: * Illegal extra prefix item.battlegear2 for name item.battlegear2:heraldric, invalid registry invocation/invalid name?
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:733)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:139)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:127)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.utils.BattlegearConfig.getConfig(BattlegearConfig.java:204)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.Battlegear.preInit(Battlegear.java:55)
[10:29:49] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/WARN]: * Illegal extra prefix item.battlegear2 for name item.battlegear2:mb.arrow, invalid registry invocation/invalid name?
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:733)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:139)
[10:29:49] [Client thread/WARN]: * at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:127)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.utils.BattlegearConfig.getConfig(BattlegearConfig.java:204)
[10:29:49] [Client thread/WARN]: * at mods.battlegear2.Battlegear.preInit(Battlegear.java:55)
[10:29:49] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[10:29:49] [Client thread/WARN]: ****************************************
[10:29:49] [Client thread/INFO]: M&B - Patching Class PlayerControllerMP (biy)
[10:29:49] [Client thread/INFO]: Patching method sendUseItem in PlayerControllerMP
[10:29:49] [Client thread/INFO]: M&B - Patching Class PlayerControllerMP done
[10:29:49] [Client thread/INFO]: Initializing ModVersionChecker for mod ArmorStatusHUD
[10:29:50] [Client thread/INFO]: ArmorStatusHUD 1.25(1.7.2) is out of date! Visit http://www.minecraftforum.net/topic/1114612- to download the latest release (1.26).
[10:29:50] [Client thread/INFO]: Initializing ModVersionChecker for mod DirectionHUD
[10:29:51] [Client thread/INFO]: DirectionHUD 1.21(1.7.2) is out of date! Visit http://www.minecraftforum.net/topic/1114612- to download the latest release (1.22).
[10:29:51] [Client thread/INFO]: Initializing ModVersionChecker for mod StatusEffectHUD
[10:29:51] [Client thread/INFO]: StatusEffectHUD 1.24(1.7.2) is out of date! Visit http://www.minecraftforum.net/topic/1114612- to download the latest release (1.25).
[10:29:51] [Client thread/INFO]: Mantle (1.7.2-132.45b0b50) -- Preparing for launch.
[10:29:51] [Client thread/INFO]: Entering preinitialization phase.
[10:29:51] [Client thread/INFO]: Loading configuration from disk.
[10:29:51] [Client thread/INFO]: Configuration load completed.
[10:29:51] [Client thread/INFO]: Module for Thaumcraft loaded successfully.
[10:29:52] [Client thread/INFO]: [BiomesOPlenty] Extending Potions Array.
[10:29:55] [Client thread/INFO]: [HardcoreEnderExpansion] ReflectionPublicizer - entityGhastTarget: field_70792_g
[10:29:55] [Client thread/INFO]: [HardcoreEnderExpansion] ReflectionPublicizer - entityLivingExperienceValue: field_70728_aV
[10:29:55] [Client thread/INFO]: [HardcoreEnderExpansion] ReflectionPublicizer - entityLivingBaseRecentlyHit: field_70718_bc
[10:29:55] [Client thread/INFO]: [HardcoreEnderExpansion] ReflectionPublicizer - entityFire: field_70151_c
[10:29:55] [Client thread/INFO]: M&B - Patching Class NetHandlerPlayServer (mx)
[10:29:55] [Client thread/INFO]: Patching method processPlayerBlockPlacement in NetHandlerPlayServer
[10:29:55] [Client thread/INFO]: Patching method processHeldItemChange in NetHandlerPlayServer
[10:29:55] [Client thread/INFO]: M&B - Patching Class NetHandlerPlayServer done
[10:29:55] [Client thread/INFO]: [HardcoreEnderExpansion] ReflectionPublicizer - netHandlerPlayServerFloatingTicks: field_147365_f
[10:29:55] [Client thread/INFO]: [HardcoreEnderExpansion] ReflectionPublicizer - netHandlerPlayServerLastPos: field_147373_o, field_147382_p, field_147381_q
[10:29:55] [Client thread/INFO]: [HardcoreEnderExpansion] Finished process 'ReflectionPublicizer' in 83 ms.
[10:29:55] [Client thread/INFO]: [HardcoreEnderExpansion] ReflectionPublicizer/client - renderGlobalMapSoundPositions: field_147593_P
[10:29:55] [Client thread/INFO]: [HardcoreEnderExpansion] Replacing block - 122/minecraft:dragon_egg
[10:29:55] [Client thread/INFO]: [HardcoreEnderExpansion] Check field: class chylex.hee.block.BlockDragonEggCustom
[10:29:55] [Client thread/INFO]: [HardcoreEnderExpansion] Check registry: class chylex.hee.block.BlockDragonEggCustom
[10:29:55] [Client thread/INFO]: [HardcoreEnderExpansion] Check item: class chylex.hee.block.BlockDragonEggCustom
[10:29:55] [Client thread/INFO]: [HardcoreEnderExpansion] Finished process 'BlockReplace' in 6 ms.
[10:29:56] [Client thread/INFO]: InvTweaks: invtweaks.InvTweaksObfuscation
[10:29:56] [Client thread/INFO]: FML Event: preInit
[10:29:56] [Client thread/WARN]: Adding duplicate key '[email protected]' to registry
[10:29:56] [Client thread/WARN]: Adding duplicate key '[email protected]' to registry
[10:29:56] [Client thread/WARN]: Adding duplicate key '[email protected]' to registry
[10:29:56] [Client thread/WARN]: Adding duplicate key '[email protected]' to registry
[10:29:57] [Client thread/ERROR]: renderEngine is null
[10:29:57] [Client thread/INFO]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[10:29:57] [Client thread/INFO]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[10:29:57] [Client thread/INFO]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[10:29:57] [Client thread/INFO]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[10:29:58] [Client thread/ERROR]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
[10:29:58] [Client thread/ERROR]:
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.2.196.1082} [Forge Mod Loader] (forge-1.7.2-10.12.1.1082.jar) Unloaded->Constructed->Pre-initialized
Forge{10.12.1.1082} [Minecraft Forge] (forge-1.7.2-10.12.1.1082.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.0} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
gasesCore{1.4.4.1} [Glenn's Gases Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
gasesFrameworkCore{1.0.3} [Gases Framework Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.1} [Not Enough Items] (NotEnoughItems-1.7.2-1.0.1-universal.jar) Unloaded->Constructed->Pre-initialized
PlayerAPI{1.3} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized
SmartCore{1.0} [Smart Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
TConstruct-Preloader{0.1.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
battlegear2{1.0.5.4} [Mine & Blade Battlegear 2 - Bullseye] (1.7.2-MB_Battlegear2-Bullseye-1.0.5.4.jar) Unloaded->Constructed->Pre-initialized
RecipesPlus{2.0} [RecipesPlus] ([1.7.2]-RecipesPlus-2.1.jar) Unloaded->Constructed->Pre-initialized
bspkrsCore{6.8(1.7.2)} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.8(1.7.2).jar) Unloaded->Constructed->Pre-initialized
ArmorStatusHUD{1.25(1.7.2)} [ArmorStatusHUD] ([1.7.2]ArmorStatusHUD-client-1.25(1.7.2).jar) Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{3.1.1} [Damage Indicators] ([1.7.2]DamageIndicatorsMod-3.1.1.jar) Unloaded->Constructed->Pre-initialized
DirectionHUD{1.21(1.7.2)} [DirectionHUD] ([1.7.2]DirectionHUD-client-1.21(1.7.2).jar) Unloaded->Constructed->Pre-initialized
StatusEffectHUD{1.24(1.7.2)} [StatusEffectHUD] ([1.7.2]StatusEffectHUD-client-1.24(1.7.2).jar) Unloaded->Constructed->Pre-initialized
AnimationAPI{1.2.1} [AnimationAPI] (AnimationAPI-1.7.2-1.2.1.jar) Unloaded->Constructed->Pre-initialized
ArchimedesShips{1.7.2 v1.5.2} [Archimedes' Ships] (ArchimedesShips.jar) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.7.0} [BiblioCraft] (BiblioCraft[1.7.0][MC1.7.2].jar) Unloaded->Constructed->Pre-initialized
Mantle{1.7.2-132.45b0b50} [Mantle] (Mantle-1.7.2-0.2.8.jar) Unloaded->Constructed->Pre-initialized
Natura{2.2.0} [Natura] (natura-1.7.2-2.2.0a3.jar) Unloaded->Constructed->Pre-initialized
BiomesOPlenty{2.0.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.2-2.0.0.817-universal.jar) Unloaded->Constructed->Pre-initialized
DynamicLights{1.3.3} [Dynamic Lights] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_dropItems{1.0.7} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_mobEquipment{1.0.5} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_floodLights{1.0.1} [Dynamic Lights Flood Light] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_thePlayer{1.1.2} [Dynamic Lights Player Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized
gasesFramework{1.0.3} [Gases Framework] (gasesFramework-1.0.3-1.7.2.jar) Unloaded->Constructed->Pre-initialized
gases{1.4.4.1} [Glenn's Gases] (gases-1.4.4.1-1.7.2.jar) Unloaded->Constructed->Pre-initialized
GraveStone{2.8.3} [GraveStone] (GraveStone 2.8.3.jar) Unloaded->Constructed->Pre-initialized
HardcoreEnderExpansion{1.5a} [Hardcore Ender Expansion] (HardcoreEnderExpansion.jar) Unloaded->Constructed->Pre-initialized
Baubles{1.0.0.11} [Baubles] (Baubles-1.7.2-1.0.0.11.jar) Unloaded->Constructed->Pre-initialized
Thaumcraft{4.1.1.12} [Thaumcraft] (Thaumcraft-1.7.2-4.1.1.12.jar) Unloaded->Constructed->Pre-initialized
Highlands{2.2.0pre3} [Highlands] (Highlands-1.7.2-v-2.2.0pre4.jar) Unloaded->Constructed->Errored
inventorytweaks{1.57-116} [Inventory Tweaks] (InventoryTweaks-1.57-116.jar) Unloaded->Constructed->Pre-initialized
MapWriter{2.1.1} [MapWriter] (MapWriter-1.7.2-2.1.1.jar) Unloaded->Constructed->Pre-initialized
mccapesextra{1.7.2a} [MCCapes Extra] (MCCapesExtra_1.7.2a.jar) Unloaded->Constructed->Pre-initialized
AS_MultiMine{1.3.7} [Multi Mine] (MultiMine-1.7.2.jar) Unloaded->Constructed->Pre-initialized
MutantCreatures{1.4.5} [Mutant Creatures] (MutantCreatures-1.7.2-1.4.5.jar) Unloaded->Constructed->Pre-initialized
pandorasbox{2.0} [Pandora's Box] (PandorasBox-2.0.jar.zip) Unloaded->Constructed->Pre-initialized
SmartMoving{15.0} [Smart Moving] (SmartMoving-1.7.2-15.0.jar) Unloaded->Constructed->Pre-initialized
SmartRender{2.0} [Smart Render] (SmartRender-1.7.2-2.0.jar) Unloaded->Constructed->Pre-initialized
TConstruct{1.7.2-1.6.0.jenkins478} [Tinkers' Construct] (TConstruct-1.7.2-1.6.0.a14.jar) Unloaded->Constructed->Pre-initialized
TwilightForest{2.0.3} [The Twilight Forest] (twilightforest-1.7.2-2.0.3.jar) Unloaded->Constructed->Pre-initialized
slabsmod{1.0} [Vertical Slabs Mod] (VerticalSlabsMod 1.7.2 Forge V1.1.jar.zip) Unloaded->Constructed->Pre-initialized
weaponmod{1.7.2 v1.14.2} [Balkon's WeaponMod] (weaponmod-1.14.2.jar) Unloaded->Constructed->Pre-initialized
[10:29:58] [Client thread/ERROR]: The following problems were captured during this phase
[10:29:58] [Client thread/ERROR]: Caught exception from Highlands
java.lang.NoSuchFieldError: japaneseMapleSapling
at highlands.Initializer.constructBlocks(Initializer.java:138) ~[Initializer.class:?]
at highlands.Highlands.preInit(Highlands.java:89) ~[Highlands.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_15]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_15]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) ~[FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_15]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_15]
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) ~[guava-15.0.jar:?]
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[guava-15.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[guava-15.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[guava-15.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[guava-15.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_15]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_15]
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) ~[guava-15.0.jar:?]
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[guava-15.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[guava-15.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[guava-15.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[guava-15.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:510) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) [azd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815) [azd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:103) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_15]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_15]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_15]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_15]
at magic.launcher.Launcher.main(SourceFile:207) [MagicLauncher_1.2.5.exe:?]
This log said that you got problem with "Highlands" mod.
If you have any problems with adfly - you can use "curse forge" link at first page of this thread))
Yes. I know about it. It requires some changes in "Tinker construct API", which I'm waiting for.
Except that points to 2.8.2b1, not 2.8.3b1... or am I having yet another derp-moment?
Here you can find all versions
In your Compatibility section what you have for Subaraki's Gravestone Mod, the same goes for OpenBlocks to set "GeneratePlayerGraves" to "false", same as
Side note: Speaking of the Subaraki's Gravestone Mod compatibility, it's "want" not "whant".
Thank you. All better now.
Unfortunately it's a little buggy(it "normally" works, but "place finding" must be improved).
I'll rework it as far as I complete my current project(I'm working on update for "sophisticated wolves" mod)
Thank you!
Gravestones are blast resisted. Main problem is that creepers destroy ground under gravestones which make gravestone destroyed too. I don't know what to do with it...(
It was fixed in 2.8.3b1 version, wasn't it?
Yep.
I'm seeing lots of weird spawning behavior since installing this mod. I do have open blocks installed also, but I disabled playergraves in your mod. Things like spawning and falling out of the world repeatedly, or spawning super high in the air and falling to our deaths. Stuff like that. Nothing noteworthy in the logs.
I'm on the latest version for 1.6.4
Edit: it was from another mod. My apologies.
Nevermind, it was another mod.
I do have a request though. Can you add support for Baubles by Azanor in your 1.7.2 version? Currently, items equipped in those slots drop to the ground instead of being saved in the gravestone with the rest of your inventory.
It is already done. Just get latest version of my mod and baubles(1.0.0.13 version or higher)
I've noticed that this one comes up a lot in the logs. Do you have any idea what could be causing it and if there is a fix? http://openeye.openmods.info/crashes/786c2564804ca7ba9acd85879aa4f012
Thank you for informing! It will be fixed in next version.
It looks like it happens during catacombs generation, but it crashed on another objects, like minecart(or something else) was destroyed by it... Can you give any information about this crash? May be a way how it can be reproduced or just your world seed and coordinates of player when it crashed.
Gravestone 2.8.3 for minecraft 1.7.2
Changes:
Server crashes on startup with new version. Worked fine with 2.8.3b
Here's the crash log:
// Why is it breaking
Time: 5/22/14 9:55 AM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:688)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:256)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:583)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
at gravestone.core.GSItem.registration(GSItem.java:26)
at gravestone.ModGraveStone.load(ModGraveStone.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:687)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 33 more
Caused by: java.lang.RuntimeException: Attempted to load class bcd for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:51)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
... 35 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Linux (amd64) version 3.0.0-12-server
Java Version: 1.7.0_03, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 288280016 bytes (274 MB) / 742195200 bytes (707 MB) up to 1431699456 bytes (1365 MB)
JVM Flags: 1 total; -Xmx1536M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.03 FML v7.2.196.1083 Minecraft Forge 10.12.1.1083 18 mods loaded, 18 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{7.2.196.1083} [Forge Mod Loader] (craftbukkit.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.12.1.1083} [Minecraft Forge] (craftbukkit.jar) Unloaded->Constructed->Pre-initialized->Initialized
Aroma1997Core{1.0.2.1} [Aroma1997Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{1.0.0} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.0.1} [Not Enough Items] (NotEnoughItems-1.7.2-1.0.1-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
Aroma1997CoreHelper{1.0.2.1} [Aroma1997Core|Helper] (Aroma1997Core-1.7.2-1.0.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.2-1.0.2.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
BetterChests{1.1.0.4} [BetterChests] (BetterChests-1.7.2-1.1.0.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.7.0} [BiblioCraft] (BiblioCraft[1.7.0][MC1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized
AWWayofTime{v1.0.1e} [Blood Magic: Alchemical Wizardry] (Blood Magic-v1.0.1e.jar) Unloaded->Constructed->Pre-initialized->Initialized
Botania{beta-37} [Botania] (Botania beta-37.jar) Unloaded->Constructed->Pre-initialized->Initialized
GraveStone{2.8.3} [GraveStone] (GraveStone 2.8.3.jar) Unloaded->Constructed->Pre-initialized->Errored
mythril{1.5} [Mythril mod] (MithrilMod-MC1.7.2-1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
MoreSwordsMod{2.6.2} [More Swords Mod] (More Swords Mod 2.6.2 For 1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Baubles{1.0.0.14} [Baubles] (Baubles-1.7.2-1.0.0.14.jar) Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft{4.1.1.14} [Thaumcraft] (Thaumcraft-1.7.2-4.1.1.14.jar) Unloaded->Constructed->Pre-initialized->Initialized
witchery{0.18.4} [Witchery] (witchery-1.7.2-0.18.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
Profiler Position: N/A (disabled)
Player Count: 0 / 30; []
Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,fml,forge'
Type: Dedicated Server (map_server.txt)
If I find anything specific I will be sure to let you know. I've been monitoring the reports coming back via OpenEye to keep track of potential crashes and whatnot. If any specific information on what was happening comes up I'll be sure to pass it your way.
Thanks, hopefully I can get this working! Looks like it would be fun!
This log said that you got problem with "Highlands" mod.