So, I don't know if anyone saw my previous bug report, but with version 5.52.010, the new Mana and Stamina bars aren't appearing with their normal textures, they are using the "Missing Texture" textures (white background, black text). My debug.stitched_items.png file has a the "Missing texture" texture next to a couple of AM items, which I think is most likely the problem, as I'm pretty sure that's where the textures for the new GUI elements are supposed to generate. My Forge log is telling me that there's an issues with generating a few AM textures, and I'm not sure how for fix it. Deleting/ regenerating the texture sheet file doesn't seem to work. Any ideas?
2013-05-28 16:49:08 [INFO] [STDERR] at net.minecraft.client.texturepacks.TexturePackDefault.func_98139_b(SourceFile:30)
2013-05-28 16:49:08 [INFO] [STDERR] at net.minecraft.client.texturepacks.TexturePackImplementation.func_98137_a(SourceFile:82)
2013-05-28 16:49:08 [INFO] [STDERR] at net.minecraft.client.texturepacks.TexturePackImplementation.func_77532_a(SourceFile:93)
2013-05-28 16:49:08 [INFO] [STDERR] at net.minecraft.client.renderer.RenderEngine.func_78341_b(RenderEngine.java:253)
2013-05-28 16:49:08 [INFO] [STDERR] at net.minecraft.client.renderer.RenderEngine.func_98187_b(RenderEngine.java:183)
2013-05-28 16:49:08 [INFO] [STDERR] at mithion.arsmagica.guis.GuiIngameArsMagica.DrawIconAtXY(GuiIngameArsMagica.java:592)
2013-05-28 16:49:08 [INFO] [STDERR] at mithion.arsmagica.guis.GuiIngameArsMagica.RenderManaBar(GuiIngameArsMagica.java:269)
2013-05-28 16:49:08 [INFO] [STDERR] at mithion.arsmagica.guis.GuiIngameArsMagica.RenderArsMagicaGUIItems(GuiIngameArsMagica.java:186)
2013-05-28 16:49:08 [INFO] [STDERR] at mithion.arsmagica.guis.GuiIngameArsMagica.renderGameOverlay(GuiIngameArsMagica.java:164)
2013-05-28 16:49:08 [INFO] [STDERR] at mithion.arsmagica.proxies.ClientTickHandler.renderSCIngameGUI(ClientTickHandler.java:224)
2013-05-28 16:49:08 [INFO] [STDERR] at mithion.arsmagica.proxies.ClientTickHandler.onRenderTick(ClientTickHandler.java:104)
2013-05-28 16:49:08 [INFO] [STDERR] at mithion.arsmagica.proxies.ClientTickHandler.tickEnd(ClientTickHandler.java:282)
2013-05-28 16:49:08 [INFO] [STDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
2013-05-28 16:49:08 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
2013-05-28 16:49:08 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377)
2013-05-28 16:49:08 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873)
2013-05-28 16:49:08 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760)
2013-05-28 16:49:08 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
EDIT: Thought it might be a good idea to mention that I have Forge version 7.8.0.715 and Optifine version D3 Ultra. Let me know if anyone needs screenshots or a complete Forge log.
Hello. I have a problem with the Magic Fabricator. When I use a magic fabricator on my modded server, it causes my game to crash. Does anybody know why this is happening?
Log:
---- Minecraft Crash Report ----
// I let you down. Sorry
java.lang.NullPointerException
at mithion.arsmagica.AMPowerLibrary.GetPowerValueOf(AMPowerLibrary.java:279)
at mithion.arsmagica.blocks.tileentities.TileEntityAMPower.getItemPowerValue(TileEntityAMPower.java:740)
at mithion.arsmagica.blocks.tileentities.TileEntityMagicFabricator.getFabricationCost(TileEntityMagicFabricator.java:55)
at mithion.arsmagica.guis.GuiMagicFabricator.func_74189_g(GuiMagicFabricator.java:51)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:160)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1155)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:871)
at net.minecraft.client.Minecraft.run(Minecraft.java:760)
at java.lang.Thread.run(Thread.java:680)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at mithion.arsmagica.AMPowerLibrary.GetPowerValueOf(AMPowerLibrary.java:279)
at mithion.arsmagica.blocks.tileentities.TileEntityAMPower.getItemPowerValue(TileEntityAMPower.java:740)
at mithion.arsmagica.blocks.tileentities.TileEntityMagicFabricator.getFabricationCost(TileEntityMagicFabricator.java:55)
at mithion.arsmagica.guis.GuiMagicFabricator.func_74189_g(GuiMagicFabricator.java:51)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:160)
Hello. I have a problem with the Magic Fabricator. When I use a magic fabricator on my modded server, it causes my game to crash. Does anybody know why this is happening?
Log:
---- Minecraft Crash Report ----
// I let you down. Sorry
java.lang.NullPointerException
at mithion.arsmagica.AMPowerLibrary.GetPowerValueOf(AMPowerLibrary.java:279)
at mithion.arsmagica.blocks.tileentities.TileEntityAMPower.getItemPowerValue(TileEntityAMPower.java:740)
at mithion.arsmagica.blocks.tileentities.TileEntityMagicFabricator.getFabricationCost(TileEntityMagicFabricator.java:55)
at mithion.arsmagica.guis.GuiMagicFabricator.func_74189_g(GuiMagicFabricator.java:51)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:160)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1155)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:871)
at net.minecraft.client.Minecraft.run(Minecraft.java:760)
at java.lang.Thread.run(Thread.java:680)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at mithion.arsmagica.AMPowerLibrary.GetPowerValueOf(AMPowerLibrary.java:279)
at mithion.arsmagica.blocks.tileentities.TileEntityAMPower.getItemPowerValue(TileEntityAMPower.java:740)
at mithion.arsmagica.blocks.tileentities.TileEntityMagicFabricator.getFabricationCost(TileEntityMagicFabricator.java:55)
at mithion.arsmagica.guis.GuiMagicFabricator.func_74189_g(GuiMagicFabricator.java:51)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:160)
I am part of the Resonant Rise modpack team and we have recently updated our server to include Ars Magica version 5.51.010. I had already had several pieces of Imbued armour (more specifically, my helmet and boots) with custom spells. When I originally switched to the version, instead of saying "Sanctae Theora" (or however it is spelled), it said some other spell name (I forget which). I then proceeded to get damaged, and the spell effects DID activate, but while I was working on some other parts in my world I attempted to look something up in NEI and abruptly crashed.
Unfortunately, when I attempted to come back onto the server that I was working on, it continually crashed with this error log: http://pastebin.com/0hLhaBU9
---- Minecraft Crash Report ----
// My bad.
Time: 29/05/13 1:10 PM
Description: Unexpected error
java.lang.NullPointerException
at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76950_a(SourceFile:90)
at net.minecraft.client.renderer.RenderGlobal.func_72713_a(RenderGlobal.java:520)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1220)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:987)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:871)
at net.minecraft.client.Minecraft.run(Minecraft.java:760)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
OpenGL: GeForce GT 640/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
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: 63 (3528 bytes; 0 MB) allocated, 63 (3528 bytes; 0 MB) used
We had a few other members on the server go into my base and repeat the same procedure, however none of them crashed in the same way. However, I asked the server admin to wipe my character of just the armour, and I was then able to log on. I then repeated the procedure with everything the same except the armour, and nothing happened.
I also was recording while the glitch happened (I am a Youtuber), so if you would like I can upload the clip of when it happened and send it to you.
Thanks for your time,
-Resonant Rise team
Rollback Post to RevisionRollBack
Life sometimes hits people hard ... sometimes you do better getting back up again than not getting hit at all. -WayofTime
java.lang.ClassCastException: thaumcraft.common.items.armor.ItemGoggles cannot be cast to mithion.arsmagica.items.ArsMagicaItemArmor
at mithion.arsmagica.proxies.ArsMagicaUtilsCommon.GetArsMagicaArmorInfusionCostFromSlot(ArsMagicaUtilsCommon.java:113)
Notably, I am not wearing a single piece of Ars armor, have no Ars spells active on me, and am nowhere near an Ars tile entity or block.
The goggles do have Infusion III on them, but there's nothing actually infused. Original problem is just being thrown offline. Crash occurs on relogin, and repeats, blocking all logins.
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 5/29/13 2:59 PM
Description: Ticking entity
java.lang.ClassCastException: thaumcraft.common.items.armor.ItemGoggles cannot be cast to mithion.arsmagica.items.ArsMagicaItemArmor
at mithion.arsmagica.proxies.ArsMagicaUtilsCommon.GetArsMagicaArmorInfusionCostFromSlot(ArsMagicaUtilsCommon.java:113)
at mithion.arsmagica.proxies.ArsMagicaUtilsCommon.HandleArmorInfusion(ArsMagicaUtilsCommon.java:155)
at mithion.arsmagica.AMEventHandler.onEntityLiving(AMEventHandler.java:258)
at net.minecraftforge.event.ASMEventHandler_11_AMEventHandler_onEntityLiving_LivingUpdateEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
at net.minecraftforge.event.EventBus.post(EventBus.java:103)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:317)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:818)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:339)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:45)
at net.minecraft.world.World.func_72866_a(World.java:2342)
at net.minecraft.world.World.func_72870_g(World.java:2304)
at net.minecraft.world.World.func_72939_s(World.java:2150)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1853)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:835)
at net.minecraft.client.Minecraft.run(Minecraft.java:760)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at mithion.arsmagica.proxies.ArsMagicaUtilsCommon.GetArsMagicaArmorInfusionCostFromSlot(ArsMagicaUtilsCommon.java:113)
at mithion.arsmagica.proxies.ArsMagicaUtilsCommon.HandleArmorInfusion(ArsMagicaUtilsCommon.java:155)
at mithion.arsmagica.AMEventHandler.onEntityLiving(AMEventHandler.java:258)
at net.minecraftforge.event.ASMEventHandler_11_AMEventHandler_onEntityLiving_LivingUpdateEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
at net.minecraftforge.event.EventBus.post(EventBus.java:103)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:317)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:818)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:339)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:45)
at net.minecraft.world.World.func_72866_a(World.java:2342)
at net.minecraft.world.World.func_72870_g(World.java:2304)
-- Entity being ticked --
Details:
Entity Type: null (net.minecraft.client.entity.EntityClientPlayerMP)
Entity ID: 2571783
Entity Name: Euius
Entity's Exact location: -3452.24, 66.62, 608.31
Entity's Block location: World: (-3453,66,608), Chunk: (at 3,4,0 in -216,38; contains blocks -3456,0,608 to -3441,255,623), Region: (-7,1; contains chunks -224,32 to -193,63, blocks -3584,0,512 to -3073,255,1023)
Entity's Momentum: 0.00, 0.00, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:2150)
AMAZING, mod id love to donate if i had the money Almost no bugs the only thing i find wrong with the mod is that the spells only do up to 5 hearts of damage I want to see them do up to atleast 20 hearts! thank you this is just my opinion though :3
Hey man love the mod and would love to beta test it for you for future updates but i found a bug with the current version for 1.5.2 the gateways are bugged and wont work if this isnt actually a bug can you let me know?
So, I'm trying to figure out where I am going wrong.
I'm trying to work with Casters.
It's fueled, the spell (Which is caster-compatable) is placed in the center slot with a normal focus on one of the outer, and I put a lever next to it to toggle it on.
It still fails to actually work. What glaring problem am I missing here?
Hello. I have a problem with the Magic Fabricator. When I use a magic fabricator on my modded server, it causes my game to crash. Does anybody know why this is happening?
Log:
---- Minecraft Crash Report ----
// I let you down. Sorry
java.lang.NullPointerException
at mithion.arsmagica.AMPowerLibrary.GetPowerValueOf(AMPowerLibrary.java:279)
at mithion.arsmagica.blocks.tileentities.TileEntityAMPower.getItemPowerValue(TileEntityAMPower.java:740)
at mithion.arsmagica.blocks.tileentities.TileEntityMagicFabricator.getFabricationCost(TileEntityMagicFabricator.java:55)
at mithion.arsmagica.guis.GuiMagicFabricator.func_74189_g(GuiMagicFabricator.java:51)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:160)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1155)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:871)
at net.minecraft.client.Minecraft.run(Minecraft.java:760)
at java.lang.Thread.run(Thread.java:680)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at mithion.arsmagica.AMPowerLibrary.GetPowerValueOf(AMPowerLibrary.java:279)
at mithion.arsmagica.blocks.tileentities.TileEntityAMPower.getItemPowerValue(TileEntityAMPower.java:740)
at mithion.arsmagica.blocks.tileentities.TileEntityMagicFabricator.getFabricationCost(TileEntityMagicFabricator.java:55)
at mithion.arsmagica.guis.GuiMagicFabricator.func_74189_g(GuiMagicFabricator.java:51)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:160)
So, I'm trying to figure out where I am going wrong.
I'm trying to work with Casters.
It's fueled, the spell (Which is caster-compatable) is placed in the center slot with a normal focus on one of the outer, and I put a lever next to it to toggle it on.
It still fails to actually work. What glaring problem am I missing here?
I seem to be having the same issue. At first I thought that the spell wasn't compatible with a caster(Telekinesis for those curious), but I tried other spells and even made an Oculus thingy to check whether it is compatible, and it SAYS it is... yet when I put the spell and focus in the slots(spell in middle, normal and mana focus on two of the outer spots), nothing happens, and it still says the mana cost is N/A. I've also used Sense Energy to make sure it's fueled, and it says it's 100% filled(with dark energy, for what it's worth)
I'm on a server, if that would make any difference.
I must say, I am certainly not a fan of the way the magic is being cast in this latest build. I am literally able to machine gun diminished Arcane Bolts (by just holding right click) with no fatigue gain, zero mana loss, and all the perks of the knockback and damaging effects that it brings. I can literally find a group of mobs, hunker down, and just mow them down in a slow, but very cost efficient process.
In all honesty, before, I was using either normal or augmented (depending on single player world or multiplayer, respectively) with my Arcane Bolt and was doing just fine with the slower casting, however enemies still had a chance to approach me.
"But Chipper, if you don't like it, don't use it!"
Nah. I want to use it. I love the magic casting system. I keep a sword handy in case something gets close (and because I still haven't found Bound Sword ;-; ), but now I don't even need to do that if I can just whip my view around and let loose with rapid fire arcane bolts. I literally ran through the nether on a Rambo-rampage killing everything, including pigmen, and only had issues with killing off the two ghasts that decided to get cheeky and attempt to shoot me down. It was just far too easy, whereas before, had I done that, I'd have probably nearly died at least once.
I would suggest either massively increasing the fatigue gain (unless there's a way for me to do that myself that I've just missed) from casting any spell, as no matter what I've cast I've had to spam it until I'm out of mana for the bar to have any significant gain (and I am level 22 in single player and 34 in multiplayer), or keep the cooldowns. I also wouldn't mind a system where certain spells have their own cooldowns and you're still affected by an overall fatigue system.
I do love spamming Blink, though. It's about the only spell I have, that I regularly have any need to use, that causes my fatigue bar to raise up before I'm out of Mana. It never even reaches ~40% full, though.
On another note: I love the new design on the UI element and I can't wait for the bugs to be fixed. Pumpkins are also causing me to crash when I put them into the magic fabricator, making it impossible for me to fabricate a million pumpkin pies.
So, I'm trying to figure out where I am going wrong.
I'm trying to work with Casters.
It's fueled, the spell (Which is caster-compatable) is placed in the center slot with a normal focus on one of the outer, and I put a lever next to it to toggle it on.
It still fails to actually work. What glaring problem am I missing here?
Can you post a picture of the caster UI, and your setup?
I must say, I am certainly not a fan of the way the magic is being cast in this latest build. I am literally able to machine gun diminished Arcane Bolts (by just holding right click) with no fatigue gain, zero mana loss, and all the perks of the knockback and damaging effects that it brings. I can literally find a group of mobs, hunker down, and just mow them down in a slow, but very cost efficient process.
In all honesty, before, I was using either normal or augmented (depending on single player world or multiplayer, respectively) with my Arcane Bolt and was doing just fine with the slower casting, however enemies still had a chance to approach me.
"But Chipper, if you don't like it, don't use it!"
Nah. I want to use it. I love the magic casting system. I keep a sword handy in case something gets close (and because I still haven't found Bound Sword ;-; ), but now I don't even need to do that if I can just whip my view around and let loose with rapid fire arcane bolts. I literally ran through the nether on a Rambo-rampage killing everything, including pigmen, and only had issues with killing off the two ghasts that decided to get cheeky and attempt to shoot me down. It was just far too easy, whereas before, had I done that, I'd have probably nearly died at least once.
I would suggest either massively increasing the fatigue gain (unless there's a way for me to do that myself that I've just missed) from casting any spell, as no matter what I've cast I've had to spam it until I'm out of mana for the bar to have any significant gain (and I am level 22 in single player and 34 in multiplayer), or keep the cooldowns. I also wouldn't mind a system where certain spells have their own cooldowns and you're still affected by an overall fatigue system.
I do love spamming Blink, though. It's about the only spell I have, that I regularly have any need to use, that causes my fatigue bar to raise up before I'm out of Mana. It never even reaches ~40% full, though.
On another note: I love the new design on the UI element and I can't wait for the bugs to be fixed. Pumpkins are also causing me to crash when I put them into the magic fabricator, making it impossible for me to fabricate a million pumpkin pies.
The burnout system isn't even close to balanced yet. Thanks for the detailed feedback.
Also, check your configs and make sure DamageMultiplier is set to 1.0 and not 10. That might tone down the "Rambo-style" rampages
The burnout system isn't even close to balanced yet. Thanks for the detailed feedback.
Also, check your configs and make sure DamageMultiplier is set to 1.0 and not 10. That might tone down the "Rambo-style" rampages
Probably should have mentioned that I already did that.
I'm literally pelting them with 3 damage bolts and the knockback is keeping everything back due to how fast it's coming out. It's like using a beam spell, except it goes a heck of a lot further.
Gee, thanks for the detailed error report so I can fix it! So shall that fix remain banished from my to-do list.
I did. Weeks ago. And you never replied - So I assumed you either didn't care enough or were going to get to it eventually - Or it was something you couldn't fix. Anyway, here's the error again:
java.lang.ClassCastException: mithion.arsmagica.blocks.BlockArcaneReconstructor cannot be cast to rebelkeithy.mods.metablock.MetaBlock
at rebelkeithy.mods.metablock.SubBlock.<init>(SubBlock.java:49)
at rebelkeithy.mods.metallurgy.vanilla.VanillaAddons.init(VanillaAddons.java:34)
at rebelkeithy.mods.metallurgy.vanilla.MetallurgyVanilla.preInit(MetallurgyVanilla.java:38)
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.loadMods(Loader.java:520)
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)
I believe others have also mentioned this incompatibility, but only I posted the error.
Mithion, I know you won't read this, but i had an idea, how about you make the schools for light and dark? See I am a White Mage at heart, but am very sad to see no Light skills to fight against dark ones, skills could be; Light= Celestial Beam (Standard Beam spell that is white) Angelic Leap (Which makes you leap fast and enemies where you land suffer blindness) Radiant Dawn (Which gives Blindness to all nearby enemies, as well as nausea) Radiant Bolt (Which shoots a bolt that does damage) also moving Radiant Shield here would seem Logical, Flash Bang (Teleport to where your target is, sorta like transplace, except that your target doesn't also switch places) Summon Angel (Summon an angel ally to fight with you) Celestial Light (heals allies, hurts undead) Pure Bolt (shoots a bolt that cures negative effects, returns zombie villagers to normal) Light essence could look like a shining star. Dark= Black Hole (Blindness, also gives nausea) Dark Beam (Black beam spell) Summon Demon (summon a demon ally to fight for you) Dark Spike (summon dark spikes in the ground, giving damage when stepping upon the evil symbol) Shadow Bolt (Which shoots a bolt that does damage.) Dark Dance (Quickly Move through a wall of a maximum of 10 blocks) Black Barrier (a dark version of radiant shield pretty much) Corrupt Bolt (Inflict Poison and Nausea upon target, also turns a villager into a zombie villager) A dark essence could look like a black Star. Affinity is Light vs Dark. I would love to see these added Mithion, they would add a lot of fun stuff, i doubt you will see this and add them, but i wont give up hope, and i can hope that you will see them!!! Also congratulations on such a great mod! Ever since EE2 was gone, i needed a magic mod, and Thaumcraft didn't cut it! Thanks for an awesome mod that i can enjoy, my Light/Dark is just an idea to make it better!!! Like I said, i doubt you will see this, but i hope you will!!!
Relevant Part of Forge Log:
2013-05-28 16:49:08 [INFO] [STDERR] java.io.FileNotFoundException: /mods/ArsMagica/textures/items/unknown.png
2013-05-28 16:49:08 [INFO] [STDERR] at net.minecraft.client.texturepacks.TexturePackDefault.func_98139_b(SourceFile:30)
2013-05-28 16:49:08 [INFO] [STDERR] at net.minecraft.client.texturepacks.TexturePackImplementation.func_98137_a(SourceFile:82)
2013-05-28 16:49:08 [INFO] [STDERR] at net.minecraft.client.texturepacks.TexturePackImplementation.func_77532_a(SourceFile:93)
2013-05-28 16:49:08 [INFO] [STDERR] at net.minecraft.client.renderer.RenderEngine.func_78341_b(RenderEngine.java:253)
2013-05-28 16:49:08 [INFO] [STDERR] at net.minecraft.client.renderer.RenderEngine.func_98187_b(RenderEngine.java:183)
2013-05-28 16:49:08 [INFO] [STDERR] at mithion.arsmagica.guis.GuiIngameArsMagica.DrawIconAtXY(GuiIngameArsMagica.java:592)
2013-05-28 16:49:08 [INFO] [STDERR] at mithion.arsmagica.guis.GuiIngameArsMagica.RenderManaBar(GuiIngameArsMagica.java:269)
2013-05-28 16:49:08 [INFO] [STDERR] at mithion.arsmagica.guis.GuiIngameArsMagica.RenderArsMagicaGUIItems(GuiIngameArsMagica.java:186)
2013-05-28 16:49:08 [INFO] [STDERR] at mithion.arsmagica.guis.GuiIngameArsMagica.renderGameOverlay(GuiIngameArsMagica.java:164)
2013-05-28 16:49:08 [INFO] [STDERR] at mithion.arsmagica.proxies.ClientTickHandler.renderSCIngameGUI(ClientTickHandler.java:224)
2013-05-28 16:49:08 [INFO] [STDERR] at mithion.arsmagica.proxies.ClientTickHandler.onRenderTick(ClientTickHandler.java:104)
2013-05-28 16:49:08 [INFO] [STDERR] at mithion.arsmagica.proxies.ClientTickHandler.tickEnd(ClientTickHandler.java:282)
2013-05-28 16:49:08 [INFO] [STDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
2013-05-28 16:49:08 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
2013-05-28 16:49:08 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377)
2013-05-28 16:49:08 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873)
2013-05-28 16:49:08 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760)
2013-05-28 16:49:08 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
EDIT: Thought it might be a good idea to mention that I have Forge version 7.8.0.715 and Optifine version D3 Ultra. Let me know if anyone needs screenshots or a complete Forge log.
Log:
// I let you down. Sorry
Time: 5/29/13 4:31 PM
Description: Rendering screen
java.lang.NullPointerException
at mithion.arsmagica.AMPowerLibrary.GetPowerValueOf(AMPowerLibrary.java:279)
at mithion.arsmagica.blocks.tileentities.TileEntityAMPower.getItemPowerValue(TileEntityAMPower.java:740)
at mithion.arsmagica.blocks.tileentities.TileEntityMagicFabricator.getFabricationCost(TileEntityMagicFabricator.java:55)
at mithion.arsmagica.guis.GuiMagicFabricator.func_74189_g(GuiMagicFabricator.java:51)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:160)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1155)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:871)
at net.minecraft.client.Minecraft.run(Minecraft.java:760)
at java.lang.Thread.run(Thread.java:680)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at mithion.arsmagica.AMPowerLibrary.GetPowerValueOf(AMPowerLibrary.java:279)
at mithion.arsmagica.blocks.tileentities.TileEntityAMPower.getItemPowerValue(TileEntityAMPower.java:740)
at mithion.arsmagica.blocks.tileentities.TileEntityMagicFabricator.getFabricationCost(TileEntityMagicFabricator.java:55)
at mithion.arsmagica.guis.GuiMagicFabricator.func_74189_g(GuiMagicFabricator.java:51)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:160)
-- Screen render details --
Details:
Screen name: mithion.arsmagica.guis.GuiMagicFabricator
Mouse location: Scaled: (138, 96). Absolute: (554, 700)
Screen size: Scaled: (480, 272). Absolute: (1920, 1088). Scale factor of 4
Go look at the last couple of pages, this is a known issue and Mithion is looking into it.
I am part of the Resonant Rise modpack team and we have recently updated our server to include Ars Magica version 5.51.010. I had already had several pieces of Imbued armour (more specifically, my helmet and boots) with custom spells. When I originally switched to the version, instead of saying "Sanctae Theora" (or however it is spelled), it said some other spell name (I forget which). I then proceeded to get damaged, and the spell effects DID activate, but while I was working on some other parts in my world I attempted to look something up in NEI and abruptly crashed.
Unfortunately, when I attempted to come back onto the server that I was working on, it continually crashed with this error log:
http://pastebin.com/0hLhaBU9
---- Minecraft Crash Report ----
// My bad.
Time: 29/05/13 1:10 PM
Description: Unexpected error
java.lang.NullPointerException
at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76950_a(SourceFile:90)
at net.minecraft.client.renderer.RenderGlobal.func_72713_a(RenderGlobal.java:520)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1220)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:987)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:871)
at net.minecraft.client.Minecraft.run(Minecraft.java:760)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.renderer.tileentity.TileEntityRenderer.func_76950_a(SourceFile:90)
at net.minecraft.client.renderer.RenderGlobal.func_72713_a(RenderGlobal.java:520)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1220)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['X104GoodBoyX'/443964, l='MpServer', x=-8.76, y=80.62, z=-13.82]]
Chunk stats: MultiplayerChunkCache: 5
Level seed: 0
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-238,64,222), Chunk: (at 2,4,14 in -15,13; contains blocks -240,0,208 to -225,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 25527707 game time, 25884776 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 2 total; [EntityHat['unknown'/168, l='MpServer', x=-8.76, y=80.39, z=-13.82], EntityClientPlayerMP['X104GoodBoyX'/443964, l='MpServer', x=-8.76, y=80.62, z=-13.82]]
Retry entities: 0 total; []
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:441)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2414)
at net.minecraft.client.Minecraft.run(Minecraft.java:783)
at java.lang.Thread.run(Unknown Source)
-- 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™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 630418048 bytes (601 MB) / 1325858816 bytes (1264 MB) up to 1908932608 bytes (1820 MB)
JVM Flags: 3 total; -XX:MaxPermSize=256M -Xms1024m -Xmx2048m
AABB Pool Size: 8230 (460880 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 360
FML: MCP v7.51 FML v5.2.12.712 Minecraft Forge 7.8.0.712 101 mods loaded, 101 mods active
mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{5.2.12.712} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{7.8.0.712} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CodeChickenCore{0.8.6.9} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CoFHCore{1.5.2.2} [CoFH Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ImmibisMicroblocks{55.0.0} [Immibis's Microblocks] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NotEnoughItems{1.5.2.16} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
PowerCrystalsCore{1.1.6} [PowerCrystals Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CoFHNetwork{1.5.2.2} [CoFHNetwork] (CoFHCore-1.5.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CoFHWorld{1.5.2.2} [CoFHWorld] (CoFHCore-1.5.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ImmibisMicroblocksInstallCheck{55.0.0} [Immibis's Microblocks (Check for incorrect installation)] (immibis-microblocks-55.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_ReiMinimap{v3.3_06 [1.5.2]} [mod_ReiMinimap] ([1.5.2]ReiMinimap_v3.3_06.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Core{jenkins-Buildcraft-195.195} [BuildCraft] (buildcraft-1.5.2-jenkins-Buildcraft-195.195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Transport{jenkins-Buildcraft-195.195} [BC Transport] (buildcraft-1.5.2-jenkins-Buildcraft-195.195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Silicon{jenkins-Buildcraft-195.195} [BC Silicon] (buildcraft-1.5.2-jenkins-Buildcraft-195.195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ThermalExpansion{2.4.3.0} [Thermal Expansion] (ThermalExpansion-2.4.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
IC2{1.115.338-lf} [IndustrialCraft 2] (industrialcraft-2_1.115.338-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Builders{jenkins-Buildcraft-195.195} [BC Builders] (buildcraft-1.5.2-jenkins-Buildcraft-195.195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Energy{jenkins-Buildcraft-195.195} [BC Energy] (buildcraft-1.5.2-jenkins-Buildcraft-195.195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Factory{jenkins-Buildcraft-195.195} [BC Factory] (buildcraft-1.5.2-jenkins-Buildcraft-195.195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded{1.5.1R2.6.1B1} [MineFactory Reloaded] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AppliedEnergistics{rv.10.n} [Applied Energistics] (appeng-rv10-n.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ArsMagica{5.52.010} [Ars Magica] (ArsMagica_5.52.010.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AssemblyLine{0.3.5.133} [Assembly Line] (AssemblyLine_v0.3.5.133.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AtomicScience{0.5.2} [Atomic Science] (Atomic_Science_v0.5.2.47.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Backpack{1.8.11} [Backpack] (backpack-1.8.11-1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BechillTPS{0.5.0.1} [Bechill TPS] (BechillTPS-universal-v0.5.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BiblioCraft{1.2.0} [BiblioCraft] (BiblioCraft[v1.2.0].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BiomesOPlenty{0.5.3} [Biomes O' Plenty] (Biomes-O-Plenty-0.5.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ChickenChunks{1.3.2.9} [ChickenChunks] (ChickenChunks 1.3.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ComputerCraft{1.53} [ComputerCraft] (ComputerCraft1.53.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CCTurtle{1.53} [ComputerCraft Turtles] (ComputerCraft1.53.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ImmibisCore{55.1.1} [Immibis Core] (immibis-core-55.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DimensionalAnchors{55.0.0} [Dimensional Anchors] (dimensional-anchor-55.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DimensionalDoors{1.5.2R1.3.6RC1} [Dimensional Doors] (DimensionalDoors-1.5.2R1.3.6RC1-71.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
EE3{pre1h (build 16)} [Equivalent Exchange 3] (ee3-universal-pre1h-16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ICBM|Contraption{1.2.0} [ICBM] (ICBM_Contraption_v1.2.0.100.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ElectricExpansion{2.2.1.49} [Electric Expansion] (ElectricExpansion_v2.2.1.49.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
EnderStorage{1.4.2.8} [EnderStorage] (EnderStorage 1.4.2.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatForestryPre{1.5.1R2.6.1B1} [MFR Compat: Forestry (2)] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forestry{2.2.4.3} [Forestry for Minecraft] (forestry-A-2.2.4.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BinnieCore{1.6-pre9} [Binnie Core] (extra-bees-1.6-pre9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ExtraBees{1.6-pre9} [Extra Bees] (extra-bees-1.6-pre9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ExtraUtilities{0.2} [Extra Utilities] (extrautils - 0.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
factorization{0.7.37} [Factorization] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
factorization.misc{0.7.37} [Factorization Miscellaneous Nonsense] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
factorization.dimensionalSlice{0.7.37} [Factorization Dimensional Slices] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
iChunUtil{1.0.0} [iChunUtil] (iChunUtil1.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
GraviGun{1.5.0.2} [GraviGun] (GravityGun1.5.0v2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Mekanism{5.5.6} [Mekanism] (Mekanism-v5.5.6.64.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MekanismGenerators{5.5.6} [MekanismGenerators] (MekanismGenerators-v5.5.6.64.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MekanismTools{5.5.6} [MekanismTools] (MekanismTools-v5.5.6.64.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Railcraft{7.1.0.0} [Railcraft] (Railcraft_1.5.1-7.1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TwilightForest{1.17.1} [The Twilight Forest] (twilightforest-1.17.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
GregTech_Addon{MC151} [GregTech-Addon] (gregtechmod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Hats{1.3.1} [Hats] (Hats1.3.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
HatStand{1.2.0} [HatStand] (HatStand1.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ICBM|Sentry{1.2.0} [ICBM] (ICBM_Sentry_v1.2.0.100.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ICBM|Explosion{1.2.0} [ICBM] (ICBM_Explosion_v1.2.0.100.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ImmibisPeripherals{55.0.0} [Immibis's Peripherals] (immibis-peripherals-55.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
InfiniTubes{55.0.2} [InfiniTubes] (infinitubes-55.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
IronChest{5.2.6.424} [Iron Chest] (ironchest-universal-1.5.2-5.2.6.424.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
LiquidXP{55.0.0} [Liquid XP] (liquid-xp-55.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MFFS{3.0.1} [Modular Force Field System] (MFFS_v3.0.1.121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
minechem{@VERSION@} [MineChem] (MineChem_v3.0.0.122.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatAppliedEnergistics{1.5.1R2.6.1B1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatAtum{1.5.1R2.6.1B1} [MFR Compat: Atum] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatBackTools{1.5.1R2.6.1B1} [MFR Compat: BackTools] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatBiomesOPlenty{1.5.1R2.6.1B1} [MFR Compat: Biomes O' Plenty] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatChococraft{1.5.1R2.6.1B1} [MFR Compat: Chococraft] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatExtraBiomes{1.5.1R2.6.1B1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatForestry{1.5.1R2.6.1B1} [MFR Compat: Forestry] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatIC2{1.5.1R2.6.1B1} [MFR Compat: IC2] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatMagicalCrops{1.5.1R2.6.1B1} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatMystcraft{1.5.1R2.6.1B1} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatPams{1.5.1R2.6.1B1} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatRP2{1.5.1R2.6.1B1} [MFR Compat: RP2] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatSoulShards{1.5.1R2.6.1B1} [MFR Compat: SoulShards] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatSufficientBiomes{1.5.1R2.6.1B1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Thaumcraft{3.0.5e} [Thaumcraft] (Thaumcraft3.0.5e.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MFReloaded|CompatThaumcraft{1.5.1R2.6.1B1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatThermalExpansion{1.5.1R2.6.1B1} [MFR Compat: ThermalExpansion] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatTwilightForest{1.5.1R2.6.1B1} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatVanilla{1.5.1R2.6.1B1} [MFR Compat: Vanilla] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatXyCraft{1.5.1R2.6.1B1} [MFR Compat: XyCraft] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MiscPeripherals{3.2} [MiscPeripherals] (miscperipherals-3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
GraviSuite{1.9.2} [Gravitation Suite] (mod_zGraviSuite_1_9_2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mmmPowersuits{0.7.0-527} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.7.0-527.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
PowersuitAddons{0.2.3-141} [Andrew2448's Modular Powersuits Addon] (MPSA-0.2.3-141_MPS-490.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Natura{1.5.1_2.1.beta.4} [Natura] (Natura_2.1beta.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIPlugins{1.0.9.1} [NEI Plugins] (NEIPlugins-1.0.9.1a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NetherOres{1.5.1R2.1.3} [Nether Ores] (NetherOres-2.1.3-60.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ObsidiPlates{1.5.0} [Obsidian Pressure Plates] (obsidiplates-1.5.2-universal-1.5.0.13.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
OpenPeripheral{0.0.7} [OpenPeripheral] (OpenPeripheral-0.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
PortalGun{1.5.1} [PortalGun] (PortalGun1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
StevesCarts{2.0.0.a109} [Steve's Carts] (StevesCarts2.0.0.a109.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TConstruct{1.5.1_1.3.dev.45} [Tinkers' Construct] (TConstruct_1.3.dev.45.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ThaumicTinkerer{1.0.4} [Thaumic Tinkerer] (Thaumic Tinkerer [1.0.4].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ThaumicBees{1.4.7c - ftbs} [ThaumicBees] (thaumicbees-1.4.7c.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
UndergroundBiomes{0.3.6} [Underground Biomes] (UndergroundBiomes-0.3.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
OmniTools{3.1.4.0} [OmniTools] (OmniTools-3.1.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
LWJGL: 2.9.0
OpenGL: GeForce GT 640/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
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: 63 (3528 bytes; 0 MB) allocated, 63 (3528 bytes; 0 MB) used
I also was recording while the glitch happened (I am a Youtuber), so if you would like I can upload the clip of when it happened and send it to you.
Thanks for your time,
-Resonant Rise team
I am the author of the Minecraft mod Blood Magic! Find out more about this mod here: http://www.minecraftforum.net/topic/1899223-
Notably, I am not wearing a single piece of Ars armor, have no Ars spells active on me, and am nowhere near an Ars tile entity or block.
The goggles do have Infusion III on them, but there's nothing actually infused. Original problem is just being thrown offline. Crash occurs on relogin, and repeats, blocking all logins.
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 5/29/13 2:59 PM
Description: Ticking entity
java.lang.ClassCastException: thaumcraft.common.items.armor.ItemGoggles cannot be cast to mithion.arsmagica.items.ArsMagicaItemArmor
at mithion.arsmagica.proxies.ArsMagicaUtilsCommon.GetArsMagicaArmorInfusionCostFromSlot(ArsMagicaUtilsCommon.java:113)
at mithion.arsmagica.proxies.ArsMagicaUtilsCommon.HandleArmorInfusion(ArsMagicaUtilsCommon.java:155)
at mithion.arsmagica.AMEventHandler.onEntityLiving(AMEventHandler.java:258)
at net.minecraftforge.event.ASMEventHandler_11_AMEventHandler_onEntityLiving_LivingUpdateEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
at net.minecraftforge.event.EventBus.post(EventBus.java:103)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:317)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:818)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:339)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:45)
at net.minecraft.world.World.func_72866_a(World.java:2342)
at net.minecraft.world.World.func_72870_g(World.java:2304)
at net.minecraft.world.World.func_72939_s(World.java:2150)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1853)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:835)
at net.minecraft.client.Minecraft.run(Minecraft.java:760)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at mithion.arsmagica.proxies.ArsMagicaUtilsCommon.GetArsMagicaArmorInfusionCostFromSlot(ArsMagicaUtilsCommon.java:113)
at mithion.arsmagica.proxies.ArsMagicaUtilsCommon.HandleArmorInfusion(ArsMagicaUtilsCommon.java:155)
at mithion.arsmagica.AMEventHandler.onEntityLiving(AMEventHandler.java:258)
at net.minecraftforge.event.ASMEventHandler_11_AMEventHandler_onEntityLiving_LivingUpdateEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
at net.minecraftforge.event.EventBus.post(EventBus.java:103)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:317)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:818)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:339)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:45)
at net.minecraft.world.World.func_72866_a(World.java:2342)
at net.minecraft.world.World.func_72870_g(World.java:2304)
-- Entity being ticked --
Details:
Entity Type: null (net.minecraft.client.entity.EntityClientPlayerMP)
Entity ID: 2571783
Entity Name: Euius
Entity's Exact location: -3452.24, 66.62, 608.31
Entity's Block location: World: (-3453,66,608), Chunk: (at 3,4,0 in -216,38; contains blocks -3456,0,608 to -3441,255,623), Region: (-7,1; contains chunks -224,32 to -193,63, blocks -3584,0,512 to -3073,255,1023)
Entity's Momentum: 0.00, 0.00, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:2150)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Euius'/2571783, l='MpServer', x=-3452.24, y=66.62, z=608.31]]
Chunk stats: MultiplayerChunkCache: 10
Level seed: 0
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-238,64,222), Chunk: (at 2,4,14 in -15,13; contains blocks -240,0,208 to -225,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 25872127 game time, 26229196 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 40 total; [EntityHat['unknown'/343, l='MpServer', x=-3450.44, y=64.55, z=621.69], EntitySpider['Spider'/2571790, l='MpServer', x=-3450.56, y=65.00, z=609.50], EntityMinecartChest['entity.MinecartChest.name'/2571911, l='MpServer', x=-3426.50, y=31.69, z=596.09], EntityHat['unknown'/342, l='MpServer', x=-3443.03, y=56.10, z=612.53], BlueSlime['Blue Slime'/2571791, l='MpServer', x=-3445.91, y=66.00, z=611.34], EntityHat['unknown'/341, l='MpServer', x=-3450.73, y=65.57, z=609.57], EntitySheep['Sheep'/2571788, l='MpServer', x=-3443.03, y=55.00, z=612.03], EntityHat['unknown'/340, l='MpServer', x=-3452.24, y=66.39, z=608.31], EntityChicken['Chicken'/2571789, l='MpServer', x=-3450.44, y=64.00, z=621.44], EntityZombie['Zombie'/2571786, l='MpServer', x=-3446.59, y=25.00, z=611.66], EntityBat['Bat'/2571787, l='MpServer', x=-3444.36, y=25.08, z=617.67], EntityZombie['Zombie'/2571784, l='MpServer', x=-3450.34, y=25.00, z=615.78], EntityZombie['Zombie'/2571785, l='MpServer', x=-3446.38, y=25.00, z=620.00], EntityHat['unknown'/351, l='MpServer', x=-3465.50, y=62.75, z=594.84], EntityHat['unknown'/350, l='MpServer', x=-3456.69, y=33.55, z=623.59], EntityHat['unknown'/349, l='MpServer', x=-3456.38, y=64.55, z=638.47], EntityHat['unknown'/348, l='MpServer', x=-3452.13, y=27.55, z=624.38], EntityItem['item.item.porkchopRaw'/2571705, l='MpServer', x=-3424.38, y=60.13, z=612.44], EntityHat['unknown'/347, l='MpServer', x=-3434.69, y=16.55, z=627.50], EntityHat['unknown'/346, l='MpServer', x=-3446.38, y=26.55, z=620.00], EntityHat['unknown'/345, l='MpServer', x=-3450.34, y=26.55, z=615.78], EntitySkeleton['Skeleton'/2571913, l='MpServer', x=-3434.69, y=15.00, z=627.50], EntityHat['unknown'/344, l='MpServer', x=-3446.59, y=26.55, z=611.66], EntityClientPlayerMP['Euius'/2571783, l='MpServer', x=-3452.24, y=66.62, z=608.31], EntityCow['Cow'/2571912, l='MpServer', x=-3426.50, y=62.00, z=606.25], BlueSlime['Blue Slime'/2571792, l='MpServer', x=-3453.59, y=66.00, z=609.31], EntityBat['Bat'/2571880, l='MpServer', x=-3460.01, y=26.05, z=623.89], EntityChicken['Chicken'/2571881, l='MpServer', x=-3456.38, y=64.00, z=638.22], EntityPig['Pig'/2571877, l='MpServer', x=-3465.50, y=62.00, z=594.47], EntityBat['Bat'/2571878, l='MpServer', x=-3459.25, y=31.05, z=619.92], EntityBrainyZombie['Angry Zombie'/2571879, l='MpServer', x=-3456.69, y=32.00, z=623.59], EntityHat['unknown'/352, l='MpServer', x=-3454.07, y=66.55, z=606.29], EntityMinecartChest['entity.MinecartChest.name'/2571901, l='MpServer', x=-3447.53, y=12.69, z=600.34], EntityHat['unknown'/353, l='MpServer', x=-3426.50, y=63.25, z=606.75], EntityHat['unknown'/354, l='MpServer', x=-3423.50, y=18.55, z=593.50], EntityZombie['Zombie'/2571903, l='MpServer', x=-3452.13, y=26.00, z=624.38], EntityHat['unknown'/355, l='MpServer', x=-3418.63, y=47.25, z=607.97], EntityZombie['Zombie'/2571902, l='MpServer', x=-3454.07, y=65.00, z=606.29], EntitySkeleton['Skeleton'/2571522, l='MpServer', x=-3423.50, y=17.00, z=593.50], EntityCow['Cow'/2571523, l='MpServer', x=-3418.63, y=46.00, z=607.47]]
Retry entities: 0 total; []
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:441)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2414)
at net.minecraft.client.Minecraft.run(Minecraft.java:776)
at java.lang.Thread.run(Unknown Source)
-- 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™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 741189872 bytes (706 MB) / 1277034496 bytes (1217 MB) up to 1908932608 bytes (1820 MB)
JVM Flags: 3 total; -XX:MaxPermSize=256M -Xms1024m -Xmx2048m
AABB Pool Size: 9735 (545160 bytes; 0 MB) allocated, 3 (168 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 1, tcache: 651, allocated: 3, tallocated: 67
FML: MCP v7.51 FML v5.2.12.712 Minecraft Forge 7.8.0.712 103 mods loaded, 103 mods active
mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{5.2.12.712} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{7.8.0.712} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CodeChickenCore{0.8.6.9} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CoFHCore{1.5.2.2} [CoFH Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ImmibisMicroblocks{55.0.0} [Immibis's Microblocks] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NotEnoughItems{1.5.2.16} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
PowerCrystalsCore{1.1.6} [PowerCrystals Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CoFHNetwork{1.5.2.2} [CoFHNetwork] (CoFHCore-1.5.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CoFHWorld{1.5.2.2} [CoFHWorld] (CoFHCore-1.5.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ImmibisMicroblocksInstallCheck{55.0.0} [Immibis's Microblocks (Check for incorrect installation)] (immibis-microblocks-55.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_ReiMinimap{v3.3_06 [1.5.2]} [mod_ReiMinimap] ([1.5.2]ReiMinimap_v3.3_06.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Core{jenkins-Buildcraft-195.195} [BuildCraft] (buildcraft-1.5.2-jenkins-Buildcraft-195.195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Transport{jenkins-Buildcraft-195.195} [BC Transport] (buildcraft-1.5.2-jenkins-Buildcraft-195.195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Silicon{jenkins-Buildcraft-195.195} [BC Silicon] (buildcraft-1.5.2-jenkins-Buildcraft-195.195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ThermalExpansion{2.4.3.0} [Thermal Expansion] (ThermalExpansion-2.4.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
IC2{1.115.338-lf} [IndustrialCraft 2] (industrialcraft-2_1.115.338-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Builders{jenkins-Buildcraft-195.195} [BC Builders] (buildcraft-1.5.2-jenkins-Buildcraft-195.195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Energy{jenkins-Buildcraft-195.195} [BC Energy] (buildcraft-1.5.2-jenkins-Buildcraft-195.195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Factory{jenkins-Buildcraft-195.195} [BC Factory] (buildcraft-1.5.2-jenkins-Buildcraft-195.195.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded{1.5.1R2.6.1B1} [MineFactory Reloaded] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AppliedEnergistics{rv.10.n} [Applied Energistics] (appeng-rv10-n.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ArsMagica{5.52.010} [Ars Magica] (ArsMagica_5.52.010.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AssemblyLine{0.3.5.133} [Assembly Line] (AssemblyLine_v0.3.5.133.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AtomicScience{0.5.2} [Atomic Science] (Atomic_Science_v0.5.2.47.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Backpack{1.8.11} [Backpack] (backpack-1.8.11-1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BechillTPS{0.5.0.1} [Bechill TPS] (BechillTPS-universal-v0.5.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BiblioCraft{1.2.0} [BiblioCraft] (BiblioCraft[v1.2.0].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BiomesOPlenty{0.5.3} [Biomes O' Plenty] (Biomes-O-Plenty-0.5.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ChickenChunks{1.3.2.9} [ChickenChunks] (ChickenChunks 1.3.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ComputerCraft{1.53} [ComputerCraft] (ComputerCraft1.53.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CCTurtle{1.53} [ComputerCraft Turtles] (ComputerCraft1.53.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ImmibisCore{55.1.1} [Immibis Core] (immibis-core-55.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DimensionalAnchors{55.0.0} [Dimensional Anchors] (dimensional-anchor-55.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DimensionalDoors{1.5.2R1.3.6RC1} [Dimensional Doors] (DimensionalDoors-1.5.2R1.3.6RC1-71.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
EE3{pre1h (build 16)} [Equivalent Exchange 3] (ee3-universal-pre1h-16.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ICBM|Contraption{1.2.0} [ICBM] (ICBM_Contraption_v1.2.0.100.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ElectricExpansion{2.2.1.49} [Electric Expansion] (ElectricExpansion_v2.2.1.49.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_EllianDetector{V2.6 [1.5.2]} [mod_EllianDetector] (EllianDetector.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
EnderStorage{1.4.2.8} [EnderStorage] (EnderStorage 1.4.2.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatForestryPre{1.5.1R2.6.1B1} [MFR Compat: Forestry (2)] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forestry{2.2.4.3} [Forestry for Minecraft] (forestry-A-2.2.4.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BinnieCore{1.6-pre9} [Binnie Core] (extra-bees-1.6-pre9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ExtraBees{1.6-pre9} [Extra Bees] (extra-bees-1.6-pre9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ExtraUtilities{0.2} [Extra Utilities] (extrautils - 0.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
factorization{0.7.37} [Factorization] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
factorization.misc{0.7.37} [Factorization Miscellaneous Nonsense] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
factorization.dimensionalSlice{0.7.37} [Factorization Dimensional Slices] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
iChunUtil{1.0.0} [iChunUtil] (iChunUtil1.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
GraviGun{1.5.0.2} [GraviGun] (GravityGun1.5.0v2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Mekanism{5.5.6} [Mekanism] (Mekanism-v5.5.6.64.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MekanismGenerators{5.5.6} [MekanismGenerators] (MekanismGenerators-v5.5.6.64.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MekanismTools{5.5.6} [MekanismTools] (MekanismTools-v5.5.6.64.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Railcraft{7.1.0.0} [Railcraft] (Railcraft_1.5.1-7.1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TwilightForest{1.17.1} [The Twilight Forest] (twilightforest-1.17.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
GregTech_Addon{MC151} [GregTech-Addon] (gregtechmod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Hats{1.3.1} [Hats] (Hats1.3.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
HatStand{1.2.0} [HatStand] (HatStand1.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ICBM|Sentry{1.2.0} [ICBM] (ICBM_Sentry_v1.2.0.100.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ICBM|Explosion{1.2.0} [ICBM] (ICBM_Explosion_v1.2.0.100.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ImmibisPeripherals{55.0.0} [Immibis's Peripherals] (immibis-peripherals-55.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
InfiniTubes{55.0.2} [InfiniTubes] (infinitubes-55.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
IronChest{5.2.6.424} [Iron Chest] (ironchest-universal-1.5.2-5.2.6.424.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
LiquidXP{55.0.0} [Liquid XP] (liquid-xp-55.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
lloverlay{v0.9} [Light Level Overlay] (lloverlay_v0.10-mc1_5_2-forge.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MFFS{3.0.1} [Modular Force Field System] (MFFS_v3.0.1.121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
minechem{@VERSION@} [MineChem] (MineChem_v3.0.0.122.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatAppliedEnergistics{1.5.1R2.6.1B1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatAtum{1.5.1R2.6.1B1} [MFR Compat: Atum] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatBackTools{1.5.1R2.6.1B1} [MFR Compat: BackTools] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatBiomesOPlenty{1.5.1R2.6.1B1} [MFR Compat: Biomes O' Plenty] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatChococraft{1.5.1R2.6.1B1} [MFR Compat: Chococraft] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatExtraBiomes{1.5.1R2.6.1B1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatForestry{1.5.1R2.6.1B1} [MFR Compat: Forestry] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatIC2{1.5.1R2.6.1B1} [MFR Compat: IC2] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatMagicalCrops{1.5.1R2.6.1B1} [MFR Compat: Magical Crops] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatMystcraft{1.5.1R2.6.1B1} [MFR Compat: Mystcraft] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatPams{1.5.1R2.6.1B1} [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatRP2{1.5.1R2.6.1B1} [MFR Compat: RP2] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatSoulShards{1.5.1R2.6.1B1} [MFR Compat: SoulShards] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatSufficientBiomes{1.5.1R2.6.1B1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Thaumcraft{3.0.5e} [Thaumcraft] (Thaumcraft3.0.5e.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MFReloaded|CompatThaumcraft{1.5.1R2.6.1B1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatThermalExpansion{1.5.1R2.6.1B1} [MFR Compat: ThermalExpansion] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatTwilightForest{1.5.1R2.6.1B1} [MFR Compat: TwilightForest] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatVanilla{1.5.1R2.6.1B1} [MFR Compat: Vanilla] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MineFactoryReloaded|CompatXyCraft{1.5.1R2.6.1B1} [MFR Compat: XyCraft] (MineFactoryReloaded-2.6.1B1-882.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MiscPeripherals{3.2} [MiscPeripherals] (miscperipherals-3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
GraviSuite{1.9.2} [Gravitation Suite] (mod_zGraviSuite_1_9_2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mmmPowersuits{0.7.0-527} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.7.0-527.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
PowersuitAddons{0.2.3-141} [Andrew2448's Modular Powersuits Addon] (MPSA-0.2.3-141_MPS-490.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Natura{1.5.1_2.1.beta.4} [Natura] (Natura_2.1beta.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIPlugins{1.0.9.1} [NEI Plugins] (NEIPlugins-1.0.9.1a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NetherOres{1.5.1R2.1.3} [Nether Ores] (NetherOres-2.1.3-60.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ObsidiPlates{1.5.0} [Obsidian Pressure Plates] (obsidiplates-1.5.2-universal-1.5.0.13.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
OpenPeripheral{0.0.7} [OpenPeripheral] (OpenPeripheral-0.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
PortalGun{1.5.1} [PortalGun] (PortalGun1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
StevesCarts{2.0.0.a109} [Steve's Carts] (StevesCarts2.0.0.a109.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TConstruct{1.5.1_1.3.dev.45} [Tinkers' Construct] (TConstruct_1.3.dev.45.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ThaumicTinkerer{1.0.4} [Thaumic Tinkerer] (Thaumic Tinkerer [1.0.4].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ThaumicBees{1.4.7c - ftbs} [ThaumicBees] (thaumicbees-1.4.7c.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
UndergroundBiomes{0.3.6} [Underground Biomes] (UndergroundBiomes-0.3.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
OmniTools{3.1.4.0} [OmniTools] (OmniTools-3.1.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
LWJGL: 2.9.0
OpenGL: AMD Radeon HD 6570M GL version 4.0.10148 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)
I'm trying to work with Casters.
It's fueled, the spell (Which is caster-compatable) is placed in the center slot with a normal focus on one of the outer, and I put a lever next to it to toggle it on.
It still fails to actually work. What glaring problem am I missing here?
Known issue. I can't mass-fabricator dimensional doors yet. :'(
I seem to be having the same issue. At first I thought that the spell wasn't compatible with a caster(Telekinesis for those curious), but I tried other spells and even made an Oculus thingy to check whether it is compatible, and it SAYS it is... yet when I put the spell and focus in the slots(spell in middle, normal and mana focus on two of the outer spots), nothing happens, and it still says the mana cost is N/A. I've also used Sense Energy to make sure it's fueled, and it says it's 100% filled(with dark energy, for what it's worth)
I'm on a server, if that would make any difference.
In all honesty, before, I was using either normal or augmented (depending on single player world or multiplayer, respectively) with my Arcane Bolt and was doing just fine with the slower casting, however enemies still had a chance to approach me.
"But Chipper, if you don't like it, don't use it!"
Nah. I want to use it. I love the magic casting system. I keep a sword handy in case something gets close (and because I still haven't found Bound Sword ;-; ), but now I don't even need to do that if I can just whip my view around and let loose with rapid fire arcane bolts. I literally ran through the nether on a Rambo-rampage killing everything, including pigmen, and only had issues with killing off the two ghasts that decided to get cheeky and attempt to shoot me down. It was just far too easy, whereas before, had I done that, I'd have probably nearly died at least once.
I would suggest either massively increasing the fatigue gain (unless there's a way for me to do that myself that I've just missed) from casting any spell, as no matter what I've cast I've had to spam it until I'm out of mana for the bar to have any significant gain (and I am level 22 in single player and 34 in multiplayer), or keep the cooldowns. I also wouldn't mind a system where certain spells have their own cooldowns and you're still affected by an overall fatigue system.
I do love spamming Blink, though. It's about the only spell I have, that I regularly have any need to use, that causes my fatigue bar to raise up before I'm out of Mana. It never even reaches ~40% full, though.
On another note: I love the new design on the UI element and I can't wait for the bugs to be fixed. Pumpkins are also causing me to crash when I put them into the magic fabricator, making it impossible for me to fabricate a million pumpkin pies.
Can you post a picture of the caster UI, and your setup?
The burnout system isn't even close to balanced yet. Thanks for the detailed feedback.
Also, check your configs and make sure DamageMultiplier is set to 1.0 and not 10. That might tone down the "Rambo-style" rampages
Gee, thanks for the detailed error report so I can fix it! So shall that fix remain banished from my to-do list.
Probably should have mentioned that I already did that.
I'm literally pelting them with 3 damage bolts and the knockback is keeping everything back due to how fast it's coming out. It's like using a beam spell, except it goes a heck of a lot further.
I did. Weeks ago. And you never replied - So I assumed you either didn't care enough or were going to get to it eventually - Or it was something you couldn't fix. Anyway, here's the error again:
java.lang.ClassCastException: mithion.arsmagica.blocks.BlockArcaneReconstructor cannot be cast to rebelkeithy.mods.metablock.MetaBlock
at rebelkeithy.mods.metablock.SubBlock.<init>(SubBlock.java:49)
at rebelkeithy.mods.metallurgy.vanilla.VanillaAddons.init(VanillaAddons.java:34)
at rebelkeithy.mods.metallurgy.vanilla.MetallurgyVanilla.preInit(MetallurgyVanilla.java:38)
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.loadMods(Loader.java:520)
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)