java.lang.IllegalArgumentException: Duplicate enchantment id!
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:111)
at darkhax.moreswordsmod.enchantment.EnchantmentStealth.<init>(EnchantmentStealth.java:12)
at darkhax.moreswordsmod.enchantment.EnchantmentList.init(EnchantmentList.java:24)
at darkhax.moreswordsmod.MoreSwordsMod.Init(MoreSwordsMod.java:69)
if its a compatibility issue just tell me which mod its incompatible with so i can remove it, or if possible change some ID's
It is an ID conflict with the enchantment IDs of the moreswords mod. Go into the moreswords mod config files and change the IDs of the enchantments (it is most likely going to conflict with other enchantments - open the config for ars magica as well and locate it's enchantment IDs so you can change the moreswords ID's to available slots.
You need the pillars for the type of chalk you're using. It's very specific if you check the individual page for the nexus you're trying to create. http://arsmagica.shoutwiki.com/wiki/Nexus
The wiki says you can place the chalk first. What's more, I can already do so but only in certain areas, like I said. Either way, it doesn't work if I put the pillars there first anyway....in certain areas. Are there any rules to creating a nexus that I'm not aware of?
Chalk needs a flat 3x3 surface with no obstructions in order to work - ie the place where the rune is going needs to be clear. This is assuming that the chalk will be placed in the centre of the 3x3 surface.
If those conditions are true, unless another mod is doing something, you will be able to place the chalk.
I'm not sure how to fix this problem but I'm using this mod in tandem with buildcraft and two BC items over wrights two items from
this mod.
The item IDs that are shared is 20257 and 20258 in this mod its the Arcane Dust and something else[don't remember]
but the BC items that over wrights the AM items are the Insertion Transport Pipe and Redstone Transport Pipe.
I've looked into the config files for both this mod and BC and haven't found any items that has these IDs.
So I'm wondering if there's a small fix for this?
Rollback Post to RevisionRollBack
Frewell to IZOD Indy Car Driver Dan Wheldon 1976 - 2011
I've never had the bug about losing all my spells within my book happen to me, as well as the
inscription table bit.
I'm thinking it could be another mod your using in tandem with this one or it could just be MCPC+
I personally use MultiMC as I have not heard of MCPC+.
Try using MultiMC and see if that'll fix your problem.
Though mine is merely an item over wright problem between two mods.
-=edit=- I think the other is the Arcane Compound that is being replaced with the Redstone Transport Pipe.
Ok I figured and fixed the oddity with help off the IRC channel.
The items are being replaced with the two pipes from Thermal Expansion's build Craft support.
So if your using TE, this mod, as well as Build Craft go into the COFH folder in the config folder
and look for the pipes IDs 20001 and 20002 and change them to 19998 and 19999 this way they won't replace any Ars Magica items that falls under the IDs within the 20000 range.
Hey everyone if your looking for a server to play on (i know i have been) i found one of the few working ars magica server and it has alot of other survival and magic mods like mystcraft and thaumcraft and alot of others heres the link
It's gotta be another mod then because everywhere I've been placing the chalk has been flat and unobstructed. In fact I even successfully placed it on the top edge of a 1x10 or so wall so the chalk was sticking out over each edge. I'll have to figure out which one it is. The intermittent and random successes of placing the chalk must mean something else is wrong here.
I got the following crash error when I tried to run this mod with MultiMC:
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem; Failed to start game
A full error report has been saved to C:\Users\Ben Rachel Thomas\Desktop\Games\Minecraft-Related Stuff\MultiMC\instances\Schools of Magic\minecraft\crash-reports\crash-2013-06-10_19.57.58-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash
--- BEGIN ERROR REPORT bd02dc84 --------
Full report at:
C:\Users\Ben Rachel Thomas\Desktop\Games\Minecraft-Related Stuff\MultiMC\instances\Schools of Magic\minecraft\crash-reports\crash-2013-06-10_19.57.58-client.txt
Please show that file to Mojang, NOT just this screen!
java.lang.NullPointerException
at net.minecraft.item.ItemStack.<init>(ItemStack.java:62)
at thaumcraft.common.Config.initRecipes(Config.java:814)
at thaumcraft.common.Thaumcraft.init(Thaumcraft.java:124)
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:494)
at sun.reflect.GeneratedMethodAccessor3.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:45)
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.propogateStateMessage(LoadController.java:165)
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:45)
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:98)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:733)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 6448e995 ----------
It's gotta be another mod then because everywhere I've been placing the chalk has been flat and unobstructed. In fact I even successfully placed it on the top edge of a 1x10 or so wall so the chalk was sticking out over each edge. I'll have to figure out which one it is. The intermittent and random successes of placing the chalk must mean something else is wrong here.
Do you have Railcraft installed? Railcraft has a stupid block in the config called "hidden", it's basically a block that you produce when you walk around. If you do not go into the config and change it's ID to 0 it will not allow anything to be placed down on it.
It won't hurt for you to change it to 0 either because all it does is show a trail of where players have been when you have a set of googles on.
Disable that block, it causes issues with alot of other mods as well. I know the MFR laser prechargers don't work with it either.
I got the following crash error when I tried to run this mod with MultiMC:
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem; Failed to start game
A full error report has been saved to C:\Users\Ben Rachel Thomas\Desktop\Games\Minecraft-Related Stuff\MultiMC\instances\Schools of Magic\minecraft\crash-reports\crash-2013-06-10_19.57.58-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash
--- BEGIN ERROR REPORT bd02dc84 --------
Full report at:
C:\Users\Ben Rachel Thomas\Desktop\Games\Minecraft-Related Stuff\MultiMC\instances\Schools of Magic\minecraft\crash-reports\crash-2013-06-10_19.57.58-client.txt
Please show that file to Mojang, NOT just this screen!
java.lang.NullPointerException
at net.minecraft.item.ItemStack.<init>(ItemStack.java:62)
at thaumcraft.common.Config.initRecipes(Config.java:814)
at thaumcraft.common.Thaumcraft.init(Thaumcraft.java:124)
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:494)
at sun.reflect.GeneratedMethodAccessor3.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:45)
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.propogateStateMessage(LoadController.java:165)
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:45)
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:98)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:733)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 6448e995 ----------
Can anyone tell me what is causing this?
That's strange I'm using MultiMC and the mods I use[which is allot but I will name some]
Ars Magica, Build Craft, thuamcraft, Tinker's Construct, Thermal Expansion, Biomes O' Plenty just to name a few
and I'm not running into that problem.
Rollback Post to RevisionRollBack
Frewell to IZOD Indy Car Driver Dan Wheldon 1976 - 2011
Mithion, would there be a chance you could get with the Forge Essentials and figure out a way to implement their Protection module into your spells? Right now the following can occur, despite of the world guard:
Minor: The fire spells leave burning ground. Nothing major, but some way to cleanse fire in a zone would be an easy fix.
Major: Furnace Touch cannot be protected against without outright banning every single spell. (It's a right click item, it does stuff like turn sand into glass, or wood into charcoal.)
Major: Dig cannot be protected against either. (Right click breaks blocks in a line)
Major: Meteor Jump also does the above. (Destroys blocks after a jump)
Major: Wall of Thorns also spams cacti that cannot be guarded against.
There's also tilling/planting/cutting plants.
i would like to make a suggestion for easier navigation between spells and casting modes.
it would be nice, if we could assign hotkeys for spells in the castbar of the spellbook, including their casting modes. for example, im frequently switching between flight in augmented casting mode, and blink in reduced casting mode. another thing, i would really enjoy, was having a hotkey assigned for recall.
i also still would like to see the mechanic of flight changed. instead of being a time limited buff, on activation, it would constantly drain mana, and the casting mode would limit the flight speed. the spell automatically deactivate, as soon as youre landing.
Do you have Railcraft installed? Railcraft has a stupid block in the config called "hidden", it's basically a block that you produce when you walk around. If you do not go into the config and change it's ID to 0 it will not allow anything to be placed down on it.
It won't hurt for you to change it to 0 either because all it does is show a trail of where players have been when you have a set of googles on.
Disable that block, it causes issues with alot of other mods as well. I know the MFR laser prechargers don't work with it either.
Thank you! I'll give it a try! In the meantime, this problem was occurring on a server I was running. I moved the world back to a single player environment and the problem went away. Do these invisible blocks go away after something like that?
Thank you! I'll give it a try! In the meantime, this problem was occurring on a server I was running. I moved the world back to a single player environment and the problem went away. Do these invisible blocks go away after something like that?
Well from what I have learned through some googling it is generated when any player moves. The block is there to emulate heat so I can only assume that if you wait long enough it would dissapear or if you were to put the map back to single player it would remove the blocks generated by other players. Don't quote me on that though as I haven't looked through the source code myself.
I have an issue with Ars at the moment. I loaded up my world after downloading the update today and I had a maze spawn outside my base. I thought it was weird that it was retroactively generating new structures in an old world when I hadn't told it to in the config.
To try and combat the issue and other problems that may arise in the future I shut down the game and pruned the chunks around my desert spawn (removing anything outside the desert). When I loaded back in I found one of the towers had spawned inside my base.
I am running the ruins mod as well but I am pretty sure it's a mage tower as it has block protection on it. Was there something changed in the latest build that lets structures generate on non-natural blocks? My house is made of cobblestone and is 75 blocks wide by 150 long. To make matters worse it generated in my Ars room and I lost alot of my rare tomes and spells
I just thought I would bring it to your attention while I go and destroy it to rebuild my base. Luckily I pruned the world so that I have fresh buildings to go and raid now.
My minecraft runs fine with it installed until I open my inventory, at which point it lags to the point of being unplayable. Is there some way of solving this, or is Ars simply not meant for low performance comps?
cpw.mods.fml.common.LoaderException: java.lang.VerifyError: (class: net/minecraft/client/renderer/entity/RenderSheep, method: localSetArmorModel signature: (Lnet/minecraft/entity/player/EntityPlayer;IF)I) Incompatible argument to function
at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:733)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.VerifyError: (class: net/minecraft/client/renderer/entity/RenderSheep, method: localSetArmorModel signature: (Lnet/minecraft/entity/player/EntityPlayer;IF)I) Incompatible argument to function
at net.minecraft.client.renderer.entity.RenderManager.<init>(RenderManager.java:131)
at net.minecraft.client.renderer.entity.RenderManager.<clinit>(RenderManager.java:100)
at mithion.arsmagica.blocks.renderers.TileEntityMageLightRenderer.<init>(TileEntityMageLightRenderer.java:25)
at mithion.arsmagica.blocks.ArsMagicaBlocksClientProxy.<init>(ArsMagicaBlocksClientProxy.java:119)
at mithion.arsmagica.proxies.ClientProxy.Init(ClientProxy.java:165)
at mithion.arsmagica.AMCore.preInit(AMCore.java:441)
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:494)
at sun.reflect.GeneratedMethodAccessor4.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:45)
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.propogateStateMessage(LoadController.java:165)
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:45)
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:98)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:520)
... 5 more
--- END ERROR REPORT d99bc6cf ----------
It is an ID conflict with the enchantment IDs of the moreswords mod. Go into the moreswords mod config files and change the IDs of the enchantments (it is most likely going to conflict with other enchantments - open the config for ars magica as well and locate it's enchantment IDs so you can change the moreswords ID's to available slots.
The wiki says you can place the chalk first. What's more, I can already do so but only in certain areas, like I said. Either way, it doesn't work if I put the pillars there first anyway....in certain areas. Are there any rules to creating a nexus that I'm not aware of?
If those conditions are true, unless another mod is doing something, you will be able to place the chalk.
this mod.
The item IDs that are shared is 20257 and 20258 in this mod its the Arcane Dust and something else[don't remember]
but the BC items that over wrights the AM items are the Insertion Transport Pipe and Redstone Transport Pipe.
I've looked into the config files for both this mod and BC and haven't found any items that has these IDs.
So I'm wondering if there's a small fix for this?
inscription table bit.
I'm thinking it could be another mod your using in tandem with this one or it could just be MCPC+
I personally use MultiMC as I have not heard of MCPC+.
Try using MultiMC and see if that'll fix your problem.
Though mine is merely an item over wright problem between two mods.
-=edit=-
I think the other is the Arcane Compound that is being replaced with the Redstone Transport Pipe.Ok I figured and fixed the oddity with help off the IRC channel.
The items are being replaced with the two pipes from Thermal Expansion's build Craft support.
So if your using TE, this mod, as well as Build Craft go into the COFH folder in the config folder
and look for the pipes IDs 20001 and 20002 and change them to 19998 and 19999 this way they won't replace any Ars Magica items that falls under the IDs within the 20000 range.
http://www.minecraftforum.net/topic/1729517-147-realms-of-the-magi-mystcraftarsmagicathaumcraftwitchesmoretwilightforestbiomesxlmytownironchests/
----------------------
Minecraft has stopped running because it encountered a problem; Failed to start game
A full error report has been saved to C:\Users\Ben Rachel Thomas\Desktop\Games\Minecraft-Related Stuff\MultiMC\instances\Schools of Magic\minecraft\crash-reports\crash-2013-06-10_19.57.58-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash
--- BEGIN ERROR REPORT bd02dc84 --------
Full report at:
C:\Users\Ben Rachel Thomas\Desktop\Games\Minecraft-Related Stuff\MultiMC\instances\Schools of Magic\minecraft\crash-reports\crash-2013-06-10_19.57.58-client.txt
Please show that file to Mojang, NOT just this screen!
Generated 6/10/13 7:57 PM
-- System Details --
Details:
Minecraft Version: 1.5.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_17, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 340507408 bytes (324 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.51 FML v5.2.12.708 Minecraft Forge 7.8.0.708 Optifine OptiFine_1.5.2_HD_U_D3 57 mods loaded, 57 mods active
mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{5.2.12.708} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{7.8.0.708} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.8.6.15} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.5.2.25} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{2.7.0} [Damage Indicators] (1.5.2 DamageIndicators v2.7.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
HarkenScythe_Core{2.1.6} [HarkenScythe] (1.5.2HarkenScythe_v2.1.6Forge.zip) Unloaded->Constructed->Pre-initialized->Initialized
ArsMagica{5.52.013} [Ars Magica] (ArsMagica_5.52.013.zip) Unloaded->Constructed->Pre-initialized->Initialized
BetterAnvil{4.1} [Better Anvils] (betterAnvil - 152 - 4.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.2.3} [BiblioCraft] (BiblioCraft[v1.2.3] (1).zip) Unloaded->Constructed->Pre-initialized->Initialized
CarpentersBlocks{v1.3} [Carpenter's Blocks] (Carpenter's Blocks v1.3 - MC 1.5+.zip) Unloaded->Constructed->Pre-initialized->Initialized
chococraft{2.8.1} [Torojima's ChocoCraft] (Chococraft_2.8.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
ClaySoldiersMod{9.1} [Clay Soldiers Mod] (CSM_v911.jar) Unloaded->Constructed->Pre-initialized->Initialized
EE3{pre1g (build 4)} [Equivalent Exchange 3] (ee3-universal-pre1g.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtrabiomesXL{3.13.1} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.5.2-3.13.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization{0.7.37} [Factorization] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization.misc{0.7.37} [Factorization Miscellaneous Nonsense] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization.dimensionalSlice{0.7.37} [Factorization Dimensional Slices] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized
fossil{1.5.2 0005} [Fossil/Archeology] (fossil-archeology-Build_5_PreRelease.zip) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{1.0.1} [iChunUtil] (iChunUtil1.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
GraviGun{1.5.0.2} [GraviGun] (GravityGun1.5.0v2 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized
growthcraft_core{1.0} [GrowthCraft Core] (growthcraft-core-1.5.2-1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
growthcraft_core_booze{1.1} [GrowthCraft Core: Booze] (growthcraft-core-booze-1.5.2-1.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
growthcraft_apples{4.0} [GrowthCraft Apples] (growthcraft-apples-1.5.2-4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
growthcraft_fishnet{4.1} [GrowthCraft Fishnet] (growthcraft-fishnet-1.5.2-4.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
growthcraft_flowers{5.2} [GrowthCraft Flowers] (growthcraft-flowers-1.5.2-5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
growthcraft_grapes{4.0} [GrowthCraft Grapes] (growthcraft-grapes-1.5.2-4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
growthcraft_hops{2.0} [GrowthCraft Hops] (growthcraft-hops-1.5.2-2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_YMTLib{152v1} [mod_YMTLib] (YMTLib_152v1.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_HariboteAirCraft{152v1 ulysses} [mod_HariboteAirCraft] (HariboteAirCraft_152v1.zip) Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.54b} [Inventory Tweaks] (InventoryTweaks-1.54b.jar) Unloaded->Constructed->Pre-initialized->Initialized
IronChest{5.2.6.419} [Iron Chest] (ironchest-universal-1.5.2-5.2.6.419.zip) Unloaded->Constructed->Pre-initialized->Initialized
Lanterns{1.3.5} [Lanterns] (Lanterns 1.3.5 Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
MagicYarn{1.0.4} [Magic Yarn] (MagicYarn_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Millenaire{4.9.5} [Millénaire] (millenaire4.9.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
More Pistons{1.3.3 for [1.5.2 Build Smeagol]} [More Pistons] (More Pistons - 1.5.2 - 1.3.3 build Smeagol.zip) Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft{0.10.4.00} [Mystcraft] (mystcraft-uni-1.5.2-0.10.4.00.zip) Unloaded->Constructed->Pre-initialized->Initialized
Natura{1.5.1_2.0.21} [Natura] (Natura_2.0.21.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIPlugins{1.0.9.2} [NEI Plugins] (NEIPlugins-1.0.9.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
ee_man-mod3{1.0.0.3a} [Panicle Craft] (Panicle_Craft-v1.0.0.3a.zip) Unloaded->Constructed->Pre-initialized->Initialized
PetBat{1.1.9} [Pet Bat] (PetBat_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
Railcraft{7.1.0.0} [Railcraft] (Railcraft_1.5.1-7.1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
SAP_Man{1.4.2} [SanAndreasPs Managers] (SAP_ManPack_v142.jar) Unloaded->Constructed->Pre-initialized->Initialized
TStormFix{1.0} [Thunderstorm Fix] (SAP_ManPack_v142.jar) Unloaded->Constructed->Pre-initialized->Initialized
SimplyHorses{0.6.3} [Simply Horses] (SimplyHorses_1.5.2_pre6.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
awger_SmallBoat{0.1} [SmallBoat] (smallboats.jar) Unloaded->Constructed->Pre-initialized->Initialized
awger_Punt{0.5} [Punt] (smallboats.jar) Unloaded->Constructed->Pre-initialized->Initialized
awger_Whitehall{0.1} [Whitehall] (smallboats.jar) Unloaded->Constructed->Pre-initialized->Initialized
awger_Hoy{0.1} [Hoy] (smallboats.jar) Unloaded->Constructed->Pre-initialized->Initialized
SoulShards{1.27} [SoulShards] (SoulShards-v1.27-universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft{3.0.5e} [Thaumcraft] (Thaumcraft3.0.5e.zip) Unloaded->Constructed->Pre-initialized->Errored
ThaumicTinkerer{1.0.5} [Thaumic Tinkerer] (Thaumic Tinkerer [1.0.5].zip) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{1.18.0} [The Twilight Forest] (twilightforest-1.18.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
AS_UpdateCheck{1.0.8} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
UsefulFood{1.4.2} [UsefulFood] (UsefulFood-1.5.1_1.4.2-universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
Vending{1.0.8} [Vending] (vending-1.5.2-1.0.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
weaponmod{1.5.2 v1.12.0} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
LWJGL: 2.4.2
OpenGL: ATI Mobility Radeon HD 4250 GL version 3.2.9704 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
java.lang.NullPointerException
at net.minecraft.item.ItemStack.<init>(ItemStack.java:62)
at thaumcraft.common.Config.initRecipes(Config.java:814)
at thaumcraft.common.Thaumcraft.init(Thaumcraft.java:124)
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:494)
at sun.reflect.GeneratedMethodAccessor3.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:45)
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.propogateStateMessage(LoadController.java:165)
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:45)
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:98)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:733)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 6448e995 ----------
Seems like TC has a bit of a problem? Or at least that's a good starting point.
Do you have Railcraft installed? Railcraft has a stupid block in the config called "hidden", it's basically a block that you produce when you walk around. If you do not go into the config and change it's ID to 0 it will not allow anything to be placed down on it.
It won't hurt for you to change it to 0 either because all it does is show a trail of where players have been when you have a set of googles on.
Disable that block, it causes issues with alot of other mods as well. I know the MFR laser prechargers don't work with it either.
That's strange I'm using MultiMC and the mods I use[which is allot but I will name some]
Ars Magica, Build Craft, thuamcraft, Tinker's Construct, Thermal Expansion, Biomes O' Plenty just to name a few
and I'm not running into that problem.
There may be other suspects.
it would be nice, if we could assign hotkeys for spells in the castbar of the spellbook, including their casting modes. for example, im frequently switching between flight in augmented casting mode, and blink in reduced casting mode. another thing, i would really enjoy, was having a hotkey assigned for recall.
i also still would like to see the mechanic of flight changed. instead of being a time limited buff, on activation, it would constantly drain mana, and the casting mode would limit the flight speed. the spell automatically deactivate, as soon as youre landing.
Thank you! I'll give it a try! In the meantime, this problem was occurring on a server I was running. I moved the world back to a single player environment and the problem went away. Do these invisible blocks go away after something like that?
Well from what I have learned through some googling it is generated when any player moves. The block is there to emulate heat so I can only assume that if you wait long enough it would dissapear or if you were to put the map back to single player it would remove the blocks generated by other players. Don't quote me on that though as I haven't looked through the source code myself.
I have an issue with Ars at the moment. I loaded up my world after downloading the update today and I had a maze spawn outside my base. I thought it was weird that it was retroactively generating new structures in an old world when I hadn't told it to in the config.
To try and combat the issue and other problems that may arise in the future I shut down the game and pruned the chunks around my desert spawn (removing anything outside the desert). When I loaded back in I found one of the towers had spawned inside my base.
I am running the ruins mod as well but I am pretty sure it's a mage tower as it has block protection on it. Was there something changed in the latest build that lets structures generate on non-natural blocks? My house is made of cobblestone and is 75 blocks wide by 150 long. To make matters worse it generated in my Ars room and I lost alot of my rare tomes and spells
I just thought I would bring it to your attention while I go and destroy it to rebuild my base. Luckily I pruned the world so that I have fresh buildings to go and raid now.
Also, some of the animations when you ready the spells are too fast, seem like the timing wasn't set properly. The Frostbolt specially is crazy fast.
FML: MCP v7.51 FML v5.2.17.722 Minecraft Forge 7.8.0.722 54 mods loaded, 54 mods active
mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{5.2.17.722} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
Forge{7.8.0.722} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
CodeChickenCore{0.8.6.7} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized
CoFHCore{1.5.2.1} [CoFH Core] (coremods) Unloaded->Constructed->Pre-initialized
ImmibisMicroblocks{55.0.1} [Immibis's Microblocks] (coremods) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.5.2.14} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized
PowerCrystalsCore{1.1.6} [PowerCrystals Core] (coremods) Unloaded->Constructed->Pre-initialized
mod_bspkrsCore{v2.07(1.5.2)} [bspkrsCore] ([1.5.2]bspkrsCorev2.07.zip) Unloaded->Constructed->Pre-initialized
TreeCapitator{Forge 1.5.2.r01} [TreeCapitator] ([1.5.2]TreeCapitator.Forge.1.5.2.r01.Uni.CoreMod.jar) Unloaded->Constructed->Pre-initialized
CoFHNetwork{1.5.2.1} [CoFHNetwork] (CoFHCore-1.5.2.1.jar) Unloaded->Constructed->Pre-initialized
CoFHWorld{1.5.2.1} [CoFHWorld] (CoFHCore-1.5.2.1.jar) Unloaded->Constructed->Pre-initialized
GalacticraftCore{0.1.35} [Galacticraft Core] (Galacticraft-1.5.2-a0.1.35.261.jar) Unloaded->Constructed->Pre-initialized
GuiAPI{0.15.6} [GuiAPI] (GuiAPI-0.15.6-1.5.2.jar) Unloaded->Constructed->Pre-initialized
ImmibisMicroblocksInstallCheck{55.0.1} [Immibis's Microblocks (Check for incorrect installation)] (immibis-microblocks-55.0.1.jar) Unloaded->Constructed->Pre-initialized
FloatingRuins{Forge 1.5.2.r02} [FloatingRuins] ([1.5.2]FloatingRuins.Forge.1.5.2.r02.Universal.zip) Unloaded->Constructed->Pre-initialized
mod_ReiMinimap{v3.3_06 [1.5.2]} [mod_ReiMinimap] ([1.5.2]ReiMinimap_v3.3_06.zip) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{3.5.3} [BuildCraft] (buildcraft-A-3.5.3.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{3.5.3} [BC Transport] (buildcraft-A-3.5.3.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{3.5.3} [BC Silicon] (buildcraft-A-3.5.3.jar) Unloaded->Constructed->Pre-initialized
ThermalExpansion{2.4.2.0} [Thermal Expansion] (ThermalExpansion.jar) Unloaded->Constructed->Pre-initialized
IC2{1.115.315-lf} [IndustrialCraft 2] (industrialcraft-2_1.115.315-lf.jar) Unloaded->Constructed->Pre-initialized
AppliedEnergistics{rv.10.n} [Applied Energistics] (appeng-rv10-n.zip) Unloaded->Constructed->Pre-initialized
ArsMagica{5.52.012} [Ars Magica] (ArsMagica_5.52.003.zip) Unloaded->Constructed->Errored
BuildCraft|Builders{3.5.3} [BC Builders] (buildcraft-A-3.5.3.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{3.5.3} [BC Energy] (buildcraft-A-3.5.3.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{3.5.3} [BC Factory] (buildcraft-A-3.5.3.jar) Unloaded->Constructed->Pre-initialized
ChickenChunks{1.3.2.8} [ChickenChunks] (ChickenChunks 1.3.2.8.jar) Unloaded->Constructed->Pre-initialized
ImmibisCore{55.1.1} [Immibis Core] (immibis-core-55.1.1.jar) Unloaded->Constructed->Pre-initialized
DimensionalAnchors{55.0.0} [Dimensional Anchors] (dimensional-anchor-55.0.0.jar) Unloaded->Constructed->Pre-initialized
EE3{pre1g (build 4)} [Equivalent Exchange 3] (ee3-universal-pre1g.jar) Unloaded->Constructed->Pre-initialized
EnderStorage{1.4.2.7} [EnderStorage] (EnderStorage 1.4.2.7.jar) Unloaded->Constructed->Pre-initialized
Forestry{2.2.6.3} [Forestry for Minecraft] (forestry-A-2.2.4.1.jar) Unloaded->Constructed->Errored
BinnieCore{1.6-pre12} [Binnie Core] (extra-bees-1.6-pre9.jar) Unloaded->Constructed->Pre-initialized
ExtraBees{1.6-pre12} [Extra Bees] (extra-bees-1.6-pre9.jar) Unloaded->Constructed->Pre-initialized
FlansMod{2.3.1} [Flan's Mod] (Flans Mod 2.3.1 for Minecraft 1.5.2 Universal.zip) Unloaded->Constructed->Pre-initialized
FlatBedrock{1.5.1R1.1.1} [FlatBedrock] (FlatBedrock-1.1.1-32.jar) Unloaded->Constructed->Pre-initialized
ForgeIRC{1.0.14} [ForgeIRC] (ForgeIRC-v1.0.15-universal-srg.zip) Unloaded->Constructed->Pre-initialized
InfiniTubes{55.0.2} [InfiniTubes] (infinitubes-55.0.2.jar) Unloaded->Constructed->Pre-initialized
IronChest{5.2.6.417} [Iron Chest] (ironchest-universal-1.5.2-5.2.6.417.zip) Unloaded->Constructed->Pre-initialized
LiquidXP{55.0.0} [Liquid XP] (liquid-xp-55.0.0.jar) Unloaded->Constructed->Pre-initialized
mmmPowersuits{0.6.0-444} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.6.0-444.jar) Unloaded->Constructed->Pre-initialized
PowersuitAddons{0.2.3-140} [Andrew2448's Modular Powersuits Addon] (MPSA-0.2.3-140_MPS-490.jar) Unloaded->Constructed->Pre-initialized
Mystcraft{0.10.4.00} [Mystcraft] (mystcraft-uni-1.5.2-0.10.4.00.zip) Unloaded->Constructed->Pre-initialized
Railcraft{7.1.0.0} [Railcraft] (Railcraft_1.5.1-7.1.0.0.jar) Unloaded->Constructed->Pre-initialized
PowerConverters{1.5.1R2.3.0} [Power Converters] (PowerConverters-2.3.0-54.jar) Unloaded->Constructed->Pre-initialized
xreliquary{1.5.2} [Xeno's Reliquary] (Reliquary1.0.6d.zip) Unloaded->Constructed->Pre-initialized
StevesCarts{2.0.0.a117} [Steve's Carts] (StevesCarts2.0.0.a117.zip) Unloaded->Constructed->Pre-initialized
TConstruct{1.5.1_1.3.dev.45} [Tinkers' Construct] (TConstruct_1.3.dev.45.jar) Unloaded->Constructed->Pre-initialized
Thaumcraft{3.0.5c} [Thaumcraft] (Thaumcraft3.0.5c.zip) Unloaded->Constructed->Pre-initialized
ThaumicBees{1.4.7c - ftbs} [ThaumicBees] (thaumicbees-1.4.7a.jar) Unloaded->Constructed->Pre-initialized
Tubestuff{55.0.1} [Tubestuff] (tubestuff-55.0.1.jar) Unloaded->Constructed->Pre-initialized
weaponmod{1.5.2 v1.11.3} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized
OmniTools{3.1.3.0} [OmniTools] (OmniTools-3.1.3.0.jar) Unloaded->Constructed->Pre-initialized
LWJGL: 2.4.2
OpenGL: Intel® HD Graphics 3000 GL version 3.1.0 - Build 8.15.10.2626, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
cpw.mods.fml.common.LoaderException: java.lang.VerifyError: (class: net/minecraft/client/renderer/entity/RenderSheep, method: localSetArmorModel signature: (Lnet/minecraft/entity/player/EntityPlayer;IF)I) Incompatible argument to function
at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:733)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.VerifyError: (class: net/minecraft/client/renderer/entity/RenderSheep, method: localSetArmorModel signature: (Lnet/minecraft/entity/player/EntityPlayer;IF)I) Incompatible argument to function
at net.minecraft.client.renderer.entity.RenderManager.<init>(RenderManager.java:131)
at net.minecraft.client.renderer.entity.RenderManager.<clinit>(RenderManager.java:100)
at mithion.arsmagica.blocks.renderers.TileEntityMageLightRenderer.<init>(TileEntityMageLightRenderer.java:25)
at mithion.arsmagica.blocks.ArsMagicaBlocksClientProxy.<init>(ArsMagicaBlocksClientProxy.java:119)
at mithion.arsmagica.proxies.ClientProxy.Init(ClientProxy.java:165)
at mithion.arsmagica.AMCore.preInit(AMCore.java:441)
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:494)
at sun.reflect.GeneratedMethodAccessor4.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:45)
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.propogateStateMessage(LoadController.java:165)
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:45)
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:98)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:520)
... 5 more
--- END ERROR REPORT d99bc6cf ----------