Magic World 2 - updating ars magica

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Balekin

New Member
Jul 29, 2019
25
0
0
I really like playing in magic world 2 and recently I learned that there's been a major update to ars magica 2. Being slightly impatient, I tried doing the update myself rather than wait for the ftb team to do it. It didn't work. I put the new ars magica jar and the animationapi jar into the mods folder (making sure to remove the old ars magica first), but now minecraft just crashes before it even fully opens. Is there something special I need to do when updating or adding mods to a ftb mod pack? Or can the mod packs just not be updated manually at all?
 

Ieldra

Popular Member
Apr 25, 2014
1,810
733
129
I really like playing in magic world 2 and recently I learned that there's been a major update to ars magica 2. Being slightly impatient, I tried doing the update myself rather than wait for the ftb team to do it. It didn't work. I put the new ars magica jar and the animationapi jar into the mods folder (making sure to remove the old ars magica first), but now minecraft just crashes before it even fully opens. Is there something special I need to do when updating or adding mods to a ftb mod pack? Or can the mod packs just not be updated manually at all?
In your minecraft folder - the one from where you're running your pack - there is a subfolder called "crash reports". Look into the newest file therein and if you can't interpret the error message it contains, post it here. Nobody will be able to help you without that information.

Generally, updating is possible, but sometimes it runs into conflicts of various kinds. These can often be resolved, but in some cases, you can't use a new version in existing worlds made with the old one, but that would not result in a crash before you attempt to load your world, so it's likely something else in your case.

Also, did you delete the config file(s) before starting the game with the new version? That's sometimes necessary.
 

SoraZodia

Forum Ghost
Third Party Pack Team
Mod Developer
Mar 11, 2014
3,924
1,289
253
Like leldra said, posting a crash log (use pastebin.com or encase the log in spoilers) will help us find the problem. And just to make sure, are you updating to Ars Magica 2 v1.2 or Ars Magica 2 v1.3? The latter will crash your game because it's for Minecraft 1.7.2 and not 1.6.4.

If it's v1.2 then it's likely to be a id conflict with another mod, the newer Ars Magica 2 version adds a couple of new blocks, items, and potion effects. Also make a back-up your world before you update Ars Magica 2, that way you won't lose your world if something goes wrong. And to avoid losing your nexuses, change the id of the Black Aurem to match the Dark Nexus id, Celestial Prism to match the Light Nexus id, and Obelisk to match the Neutral Nexus id.
 

Balekin

New Member
Jul 29, 2019
25
0
0
I had a quick look but could not make heads or tails out of the crash report. I did try deleting the config file but it didn't seem to help at all.

---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 05/09/14 2:48 PM
Description: Initializing game

java.lang.NoClassDefFoundError: cpw/mods/fml/common/network/simpleimpl/IMessage
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
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:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:313)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.network.simpleimpl.IMessage
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 35 more
Caused by: java.lang.NullPointerException


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
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:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:313)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 466450640 bytes (444 MB) / 749207552 bytes (714 MB) up to 1908932608 bytes (1820 MB)
JVM Flags: 3 total; -Xms256M -Xmx2048M -XX:permSize=256m
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 v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 78 mods loaded, 78 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed
AM2-Preloader{0.0.1} [AMCore] (minecraft.jar) Unloaded->Constructed
CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
Evoc{1.0.0} [Evoc] (minecraft.jar) Unloaded->Constructed
InfiniBows{1.2.0 build 14} [Infinity Bow Fix] (minecraft.jar) Unloaded->Constructed
MobiusCore{1.1.0} [MobiusCore] (minecraft.jar) Unloaded->Constructed
NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed
switches|pistontweak{1.3.0 build 25} [Switches|PistonTweak] (minecraft.jar) Unloaded->Constructed
DamageIndicatorsMod{2.9.2.3} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.3.zip) Unloaded->Constructed
DC1{2.4.0.12} [DukeCore] ([1.6.4] DukeCore v2.4.0.12.jar) Unloaded->Constructed
AS1{2.4.5.21} [Arcane Scrolls] ([1.6.4] ArcaneScrolls v2.4.5.21.jar) Unloaded->Constructed
bspkrsCore{v5.2(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.2.zip) Unloaded->Constructed
ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] ([1.6.4]ArmorStatusHUDv1.15.zip) Unloaded->Constructed
StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.zip) Unloaded->Constructed
AnimationAPI{1.2.2} [AnimationAPI] (AnimationAPI-1.7.2-1.2.2.jar) Unloaded
arsmagica2{1.2.0.022} [Ars Magica 2] (AM2_1.2.0.022.jar) Unloaded
ATG{0.9.5} [Alternate Terrain Generation] (ATG-1.6.4-0.9.5.jar) Unloaded
Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded
betterstorage{0.8.0.43} [BetterStorage] (BetterStorage-1.6.4-0.8.0.43.jar) Unloaded
BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded
Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded
BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.416.jar) Unloaded
BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded
BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded
AWWayofTime{v1.0.0b} [Blood Magic: Alchemical Wizardry] (Blood Magic v1.0.0b.zip) Unloaded
ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks 1.3.3.4.jar) Unloaded
CoFHCore{2.0.0.2} [CoFH Core] (CoFHCore-2.0.0.2.jar) Unloaded
CoFHLoot{2.0.0.2} [CoFH Loot] (CoFHCore-2.0.0.2.jar) Unloaded
CoFHMasquerade{2.0.0.2} [CoFH Masquerade] (CoFHCore-2.0.0.2.jar) Unloaded
CoFHSocial{2.0.0.2} [CoFH Social] (CoFHCore-2.0.0.2.jar) Unloaded
CoFHWorld{2.0.0.2} [CoFH World] (CoFHCore-2.0.0.2.jar) Unloaded
CraftHeraldry{1.0.3} [CraftHeraldry] (CraftHeraldry 1.0.3.zip) Unloaded
Waila{1.5.2} [Waila] (Waila_1.5.2.zip) Unloaded
DragonAPI{release} [DragonAPI] (DragonAPI 1.6 V19b.zip) Unloaded
DyeTrees{beta} [Dye Trees] (DyeTrees 1.6 V19.zip) Unloaded
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded
EnderForest{beta} [Ender Forest] (EnderForest 1.6 V19b.zip) Unloaded
EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded
ExtraUtilities{1.0.3a} [Extra Utilities] (extrautils-1.0.3a.zip) Unloaded
farlanders{1.1} [The Farlanders] (Farlanders_v1.1.zip) Unloaded
flatsigns{1.4.0} [Flat Signs] (flatsigns-1.6.2-universal-1.4.0.15.jar) Unloaded
ThaumicTinkererKami{1.0} [Thaumic Tinkerer KAMI] (ThaumicTinkererKAMI_j6.jar) Unloaded
ThaumicTinkerer{2.3-130} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-130.jar) Unloaded
ForbiddenMagic{0.32} [Forbidden Magic] (ForbiddenMagic pr0.32.jar) Unloaded
GeoStrata{Gamma} [GeoStrata] (GeoStrata 1.6 V19b.zip) Unloaded
HopperDuctMod{1.2.2} [Hopper Ducts] (HopperDuctsMod1.2.2.zip) Unloaded
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded
JABBA{1.1.2b} [JABBA] (JABBA_1.1.2c.zip) Unloaded
magicalcrops{3.2.1} [Magical Crops] (magical_crops_1.6.4_3.2.0_BETA_15a.zip) Unloaded
standardcrops{1.1.0} [Magical Crops - Crops & Food] (magical_crops_1.6.4_3.2.0_BETA_15a.zip) Unloaded
Mimicry{1.3.8.2} [Mimicry] (Mimicry_1.3.8.2_forge 965_mc 1.6.4.zip) Unloaded
Mystcraft{0.10.12.01} [Mystcraft] (mystcraft-uni-1.6.4-0.10.12.01.zip) Unloaded
NEIAddons{1.10.4.64} [NEI Addons] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIAddons|AE{1.10.4.64} [NEI Addons: Applied Energistics] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIAddons|MiscPeripherals{1.10.4.64} [NEI Addons: Misc Peripherals] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIAddons|ExtraBees{1.10.4.64} [NEI Addons: Extra Bees] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIAddons|Forestry{1.10.4.64} [NEI Addons: Forestry] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIAddons|CraftingTables{1.10.4.64} [NEI Addons: Crafting Tables] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded
notenoughkeys{0.0.4} [Not Enough Keys] (NotEnoughKeys-1.6.4-0.0.4.jar) Unloaded
ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded
Opis{1.2.0} [Opis] (Opis_1.2.0.zip) Unloaded
MapWriter{2.0.1} [MapWriter] (Opis_1.2.0.zip) Unloaded
PlayerBeacons{1.2.2} [Player Beacons] (PlayerBeacons-1.6.4-1.2.2-28.jar) Unloaded
RandomThings{1.9} [Random Things] (Random Things v. 1.9 [MC 1.6.4].jar) Unloaded
xreliquary{1.1.2} [Xeno's Reliquary] (Reliquary-1.1.2b.jar) Unloaded
Revamp{1.2.2} [Rivvest's Enhancements to Villager and Mob Performance] (revamp-1.2.2.zip) Unloaded
switches{1.3.0} [Switches] (switches-1.6.4-universal-coremod-1.3.0.25.jar) Unloaded
TorchLevers{1.3.2} [Torch Levers] (TorchLeversV1.3.2.jar) Unloaded
totemic{0.3.0a} [Totemic] (Totemic-0.3.0a.jar) Unloaded
TwilightForest{1.20.5} [The Twilight Forest] (twilightforest-1.6.4-1.20.5.jar) Unloaded
UtilityMobs{2.1} [Utility Mobs] (UtilityMobs 2.1 for MC 1.6.2.zip) Unloaded
witchery{0.16.3} [Witchery] (Witchery_0-16-3_164.zip) Unloaded
ForgeMultipart{1.0.0.244} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded
McMultipart{1.0.0.244} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded
ForgeMicroblock{1.0.0.244} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded
Launched Version: 1.6.4
LWJGL: 2.9.1
OpenGL: GeForce GT 525M/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: FTB Magic World 2 64x.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
 

SoraZodia

Forum Ghost
Third Party Pack Team
Mod Developer
Mar 11, 2014
3,924
1,289
253
You're using the wrong verison of the Animation API, that version is for Minecraft 1.7.2 and not Minecraft 1.6.4.
Animation API v1.1.2 is the version to use for Minecraft 1.6.4
 

LL_TUU

New Member
Jul 29, 2019
1
0
0
Hey, I'm also having a problem with this, I made sure my animations api was for 1.6.4, here's my log, please help:
---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!

Time: 4/24/15 2:15 AM
Description: Initializing game

java.lang.VerifyError: Bad local variable type
Exception Details:
Location:
net/minecraft/client/renderer/EntityRenderer.func_78480_b(F)V @339: iload_2
Reason:
Type 'net/minecraft/client/multiplayer/WorldClient' (current frame, locals[2]) is not assignable to integer
Current Frame:
bci: @339
flags: { }
locals: { 'net/minecraft/client/renderer/EntityRenderer', float, 'net/minecraft/client/multiplayer/WorldClient', integer }
stack: { 'net/minecraft/client/renderer/EntityRenderer', float }
Bytecode:
0000000: 2ab4 00bc b403 c113 03c3 b603 c92a b400
0000010: 969a 0023 b803 cebb 03d0 592a b400 bcb7
0000020: 03d1 4d2a 2cb5 00c2 b203 d72c b503 da2a
0000030: 04b5 0096 b803 dd2a b400 bcb4 0125 4d2c
0000040: c600 4bb8 03e1 c600 45bb 03e3 59b7 03e4
0000050: 1303 e6b6 03ea b803 e1b6 03ea b603 ed4e
0000060: 2ab4 00bc b403 f1b6 03f7 bb03 e359 b703
0000070: e413 03f9 b603 ea2d b603 ea13 03fb b603
0000080: eab6 03ed b604 0001 b804 032a b400 bcb4
0000090: 01f7 c104 0599 0011 2a2a b400 bcb4 01f7
00000a0: c004 05b7 0409 2ab4 0098 2ca5 001d 2ab4
00000b0: 0098 2cb8 040f b804 122a 09b5 009e 2a03
00000c0: b500 a02a 2cb5 0098 b804 159a 0009 b804
00000d0: 1899 0007 04a7 0004 03b3 041d b204 21b8
00000e0: 0424 b604 2a2a b403 7099 0008 2a23 b704
00000f0: 2c2a b400 bcb4 03c1 b604 2fb8 0434 3e1d
0000100: 9a00 3d2a b400 bcb4 00ff b404 3799 0030
0000110: 2ab4 00bc b400 ffb4 043a 9900 0a04 b802
0000120: 069a 001c b800 852a b400 8765 1404 3b94
0000130: 9e00 142a b400 bcb6 043f a700 0a2a b800
0000140: 85b5 0087 2ab4 00bc b403 c113 0441 b603
0000150: c92a 231c b804 453d 2ab4 00bc b404 4899
0000160: 00cf 1d99 00cb 2ab4 00bc b404 4cb6 0451
0000170: 2ab4 00bc b400 ffb4 0107 1301 086a 1301
0000180: 0962 3804 1704 1704 6a17 046a 1301 0a6a
0000190: 3805 2ab4 00bc b404 4cb4 0454 8617 056a
00001a0: 3806 2ab4 00bc b404 4cb4 0457 8617 056a
00001b0: 3807 0436 082a b400 bcb4 00ff b404 5a99
00001c0: 0006 0236 082a b400 bcb4 00ff b401 0499
00001d0: 004d 2a59 b401 0c17 0662 b501 0c2a 59b4
00001e0: 0115 1707 62b5 0115 232a b401 1966 3809
00001f0: 2a23 b501 192a b401 1317 096a 3806 2ab4
0000200: 0117 1709 6a38 072a b400 bcb4 0121 1706
0000210: 1707 1508 866a b604 5ea7 0015 2ab4 00bc
0000220: b401 2117 0617 0715 0886 6ab6 045e 2ab4
0000230: 00bc b403 c1b6 042f 2ab4 00bc b404 619a
0000240: 01ac 2ab4 00bc b400 ffb4 02ea b304 63bb
0000250: 0465 592a b400 bcb4 00ff 2ab4 00bc b402
0000260: f82a b400 bcb4 02fb b704 683a 0419 04b6
0000270: 046b 3605 1904 b604 6e36 06b8 0471 1505
0000280: 682a b400 bcb4 02f8 6c36 0715 06b8 0474
0000290: 1506 682a b400 bcb4 02fb 6c64 0464 3608
00002a0: 2ab4 00bc b400 ffb4 0477 b804 7b36 092a
00002b0: b400 bcb4 0125 c600 8d2a b400 bcb4 03c1
00002c0: 1304 7db6 03c9 2ab4 00bc b400 ffb4 0477
00002d0: 9a00 0c2a 2309 b604 81a7 0014 2a23 2ab4
00002e0: 0483 1304 8415 096c 8561 b604 812a b804
00002f0: 89b5 0483 2ab4 00bc b403 c113 048b b604
0000300: 8e2a b400 bcb4 00ff b403 3399 000d 2ab4
0000310: 00bc b401 f7c6 0021 2ab4 00bc b403 f123
0000320: 2ab4 00bc b401 f7c6 0007 04a7 0004 0315
0000330: 0715 08b6 0492 2ab4 00bc b403 c1b6 042f
0000340: a700 3303 032a b400 bcb4 02f8 2ab4 00bc
0000350: b402 fbb8 0496 1117 01b8 02e3 b802 e611
0000360: 1700 b802 e3b8 02e6 2ab6 0499 2ab8 0489
0000370: b504 832a b400 bcb4 01f7 c600 7111 0100
0000380: b804 9c2a b400 bcb4 01f7 1507 1508 23b6
0000390: 04a2 a700 593a 0a19 0a13 04a4 b804 aa3a
00003a0: 0b19 0b13 04ac b604 b03a 0c19 0c13 04b2
00003b0: bb04 b459 2ab7 04b7 b604 bd19 0c13 04bf
00003c0: bb04 c159 2a15 0715 08b7 04c4 b604 bd19
00003d0: 0c13 04c6 bb04 c859 2a19 04b7 04cb b604
00003e0: bdbb 04cd 5919 0bb7 04d0 bf2a b704 d32a
00003f0: b400 bcb4 00ff b404 d62a b400 b89f 001f
0000400: 2a2a b400 bcb4 00ff b404 d9b5 00ba 2a2a
0000410: b400 bcb4 00ff b404 d6b5 00b8 2ab4 00bc
0000420: b400 ffb4 04d6 9900 1b2a 2ab4 00bc b403
0000430: c1b4 04dc 2ab4 00bc b403 c1b4 04df b704
0000440: e32a b400 bcb4 00ff b404 e699 000e 2ab4
0000450: 00bc b400 ff04 b504 d9b1
Exception Handler Table:
bci [899, 914] => handler: 917
Stackmap Table:
same_frame(@52)
append_frame(@139,Object[#312])
same_frame(@166)
same_frame(@200)
same_frame(@212)
same_frame(@216)
same_locals_1_stack_item_frame(@217,Integer)
same_frame(@241)
append_frame(@292,Integer)
same_frame(@317)
same_frame(@324)
full_frame(@453,{Object[#2],Float,Object[#312],Integer,Float,Float,Float,Float,Integer},{})
same_frame_extended(@540)
full_frame(@558,{Object[#2],Float,Object[#312],Integer},{})
full_frame(@732,{Object[#2],Float,Object[#312],Integer,Object[#1125],Integer,Integer,Integer,Integer,Integer},{})
same_frame(@749)
same_frame(@792)
full_frame(@814,{Object[#2],Float,Object[#312],Integer,Object[#1125],Integer,Integer,Integer,Integer,Integer},{Object[#1011],Float})
full_frame(@815,{Object[#2],Float,Object[#312],Integer,Object[#1125],Integer,Integer,Integer,Integer,Integer},{Object[#1011],Float,Integer})
same_frame(@822)
same_frame(@835)
same_frame(@883)
same_locals_1_stack_item_frame(@917,Object[#957])
full_frame(@1003,{Object[#2],Float,Object[#312],Integer},{})
same_frame(@1052)
same_frame(@1089)
same_frame(@1113)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:487)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:487)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 149807464 bytes (142 MB) / 384376832 bytes (366 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 4 total; -Xms256M -Xmx1024M -XX:permSize=192m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
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 v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_D1 91 mods loaded, 91 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
AM2-Preloader{0.0.1} [AMCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
Evoc{1.0.0} [Evoc] (minecraft.jar) Unloaded->Constructed->Pre-initialized
InfiniBows{1.2.0 build 14} [Infinity Bow Fix] (minecraft.jar) Unloaded->Constructed->Pre-initialized
MobiusCore{1.1.0} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized
switches|pistontweak{1.3.0 build 25} [Switches|PistonTweak] (minecraft.jar) Unloaded->Constructed->Pre-initialized
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{2.9.2.3} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.3.zip) Unloaded->Constructed->Pre-initialized
ChickenShed{1.1.2} [Chicken Shed] ([1.6.4+] ChickenShed (v1.1.2).zip) Unloaded->Constructed->Pre-initialized
DC1{2.4.0.12} [DukeCore] ([1.6.4] DukeCore v2.4.0.12.jar) Unloaded->Constructed->Pre-initialized
AS1{2.4.5.21} [Arcane Scrolls] ([1.6.4] ArcaneScrolls v2.4.5.21.jar) Unloaded->Constructed->Pre-initialized
bspkrsCore{v5.2(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.2.zip) Unloaded->Constructed->Pre-initialized
ArmorStatusHUD{v1.15(1.6.4)} [ArmorStatusHUD] ([1.6.4]ArmorStatusHUDv1.15.zip) Unloaded->Constructed->Pre-initialized
StatusEffectHUD{v1.19(1.6.4)} [StatusEffectHUD] ([1.6.4]StatusEffectHUDv1.19.zip) Unloaded->Constructed->Pre-initialized
AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI v1.1.2 mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
arsmagica2{1.2.0.022} [Ars Magica 2] (AM2_1.2.0.022.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
Thaumcraft{4.1.0g} [Thaumcraft] (Thaumcraft4.1.0g.zip) Unloaded->Constructed->Pre-initialized
betterstorage{0.8.0.43} [BetterStorage] (BetterStorage-1.6.4-0.8.0.43.jar) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed->Pre-initialized
Natura{2.1.14} [Natura] (Natura_mc1.6.X_2.1.14.jar) Unloaded->Constructed->Pre-initialized
BiomesOPlenty{1.2.1} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.2.1.416.jar) Unloaded->Constructed->Pre-initialized
BiblioWoodsBoP{1.3} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.3].zip) Unloaded->Constructed->Pre-initialized
BiblioWoodsNatura{1.1} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.1].zip) Unloaded->Constructed->Pre-initialized
AWWayofTime{v1.0.0b} [Blood Magic: Alchemical Wizardry] (Blood Magic v1.0.0b.zip) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
CarpentersBlocks{3.2.8.6} [Carpenter's Blocks] (Carpenter's Blocks v3.2.8.6 - MC 1.6.4.jar) Unloaded->Constructed->Pre-initialized
ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks 1.3.3.4.jar) Unloaded->Constructed->Pre-initialized
CloneCraft{1.2} [CloneCraft] (CloneCraft v2.0 MC1.6.4.zip) Unloaded->Constructed->Pre-initialized
CoFHCore{2.0.0.2} [CoFH Core] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
CoFHLoot{2.0.0.2} [CoFH Loot] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
CoFHMasquerade{2.0.0.2} [CoFH Masquerade] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
CoFHSocial{2.0.0.2} [CoFH Social] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
CoFHWorld{2.0.0.2} [CoFH World] (CoFHCore-2.0.0.2.jar) Unloaded->Constructed->Pre-initialized
CraftHeraldry{1.0.3} [CraftHeraldry] (CraftHeraldry 1.0.3.zip) Unloaded->Constructed->Pre-initialized
Waila{1.5.2} [Waila] (Waila_1.5.2.zip) Unloaded->Constructed->Pre-initialized
DragonAPI{release} [DragonAPI] (DragonAPI 1.6 V19b.zip) Unloaded->Constructed->Pre-initialized
DyeTrees{beta} [Dye Trees] (DyeTrees 1.6 V19.zip) Unloaded->Constructed->Pre-initialized
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized
EnderForest{beta} [Ender Forest] (EnderForest 1.6 V19b.zip) Unloaded->Constructed->Pre-initialized
endernet{0.2.0} [EnderNet] (EnderNet-latest.jar) Unloaded->Constructed->Pre-initialized
EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized
EnhancedPortals3{3.0.0_Beta-3b} [EnhancedPortals] (EnhancedPortals_3.0.0_Beta-3b.jar) Unloaded->Constructed->Pre-initialized
ExtraUtilities{1.0.3c} [Extra Utilities] (extrautils-1.0.3c.zip) Unloaded->Constructed->Pre-initialized
farlanders{1.1} [The Farlanders] (Farlanders_v1.1.zip) Unloaded->Constructed->Pre-initialized
flatsigns{1.4.0} [Flat Signs] (flatsigns-1.6.2-universal-1.4.0.15.jar) Unloaded->Constructed->Pre-initialized
ThaumicTinkerer{2.3-130} [Thaumic Tinkerer] (ThaumicTinkerer-2.3-130.jar) Unloaded->Constructed->Pre-initialized
ForbiddenMagic{0.32} [Forbidden Magic] (ForbiddenMagic pr0.32.jar) Unloaded->Constructed->Pre-initialized
GeoStrata{Gamma} [GeoStrata] (GeoStrata 1.6 V19b.zip) Unloaded->Constructed->Pre-initialized
HopperDuctMod{1.2.2} [Hopper Ducts] (HopperDuctsMod1.2.2.zip) Unloaded->Constructed->Pre-initialized
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
JABBA{1.1.2b} [JABBA] (JABBA_1.1.2c.zip) Unloaded->Constructed->Pre-initialized
magicalcrops{3.2.1} [Magical Crops] (magical_crops_1.6.4_3.2.0_BETA_15a.zip) Unloaded->Constructed->Pre-initialized
standardcrops{1.1.0} [Magical Crops - Crops & Food] (magical_crops_1.6.4_3.2.0_BETA_15a.zip) Unloaded->Constructed->Pre-initialized
Mimicry{1.3.8.2} [Mimicry] (Mimicry_1.3.8.2_forge 965_mc 1.6.4.zip) Unloaded->Constructed->Pre-initialized
Mystcraft{0.10.12.01} [Mystcraft] (mystcraft-uni-1.6.4-0.10.12.01.zip) Unloaded->Constructed->Pre-initialized
NEIAddons{1.10.4.64} [NEI Addons] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|AE{1.10.4.64} [NEI Addons: Applied Energistics] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|MiscPeripherals{1.10.4.64} [NEI Addons: Misc Peripherals] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|ExtraBees{1.10.4.64} [NEI Addons: Extra Bees] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|Forestry{1.10.4.64} [NEI Addons: Forestry] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
NEIAddons|CraftingTables{1.10.4.64} [NEI Addons: Crafting Tables] (neiaddons-mc164-1.10.4.64.jar) Unloaded->Constructed->Pre-initialized
NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded->Constructed->Pre-initialized
notenoughkeys{0.0.4} [Not Enough Keys] (NotEnoughKeys-1.6.4-0.0.4.jar) Unloaded->Constructed->Pre-initialized
ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized
PlayerBeacons{1.2.2} [Player Beacons] (PlayerBeacons-1.6.4-1.2.2-28.jar) Unloaded->Constructed->Pre-initialized
RandomThings{1.9} [Random Things] (Random Things v. 1.9 [MC 1.6.4].jar) Unloaded->Constructed->Pre-initialized
xreliquary{1.1.2} [Xeno's Reliquary] (Reliquary-1.1.2b.jar) Unloaded->Constructed->Pre-initialized
Revamp{1.2.2} [Rivvest's Enhancements to Villager and Mob Performance] (revamp-1.2.2.zip) Unloaded->Constructed->Pre-initialized
switches{1.3.0} [Switches] (switches-1.6.4-universal-coremod-1.3.0.25.jar) Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.0.0.244} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized
TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized
TSteelworks{1.6.4-0.0.4.2-fix2} [Tinkers' Steelworks] (TSteelworks-mc1.6.4_0.0.4.2-fix2.jar) Unloaded->Constructed->Pre-initialized
TiCTooltips{1.1.5} [TiC Tooltips] (TiCTooltips-mc1.6.4-1.1.5.jar) Unloaded->Constructed->Pre-initialized
TMechworks{33.c001660} [Tinkers' Mechworks] (TMechworks_mc1.6.4_0.1.6.jar) Unloaded->Constructed->Pre-initialized
TorchLevers{1.3.2} [Torch Levers] (TorchLeversV1.3.2.jar) Unloaded->Constructed->Pre-initialized
totemic{0.3.0a} [Totemic] (Totemic-0.3.0a.jar) Unloaded->Constructed->Pre-initialized
TwilightForest{1.20.5} [The Twilight Forest] (twilightforest-1.6.4-1.20.5.jar) Unloaded->Constructed->Pre-initialized
UtilityMobs{2.1} [Utility Mobs] (UtilityMobs 2.1 for MC 1.6.2.zip) Unloaded->Constructed->Pre-initialized
witchery{0.16.3} [Witchery] (Witchery_0-16-3_164.zip) Unloaded->Constructed->Pre-initialized
mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4.zip) Unloaded->Constructed->Pre-initialized
McMultipart{1.0.0.244} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized
ForgeMicroblock{1.0.0.244} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed->Pre-initialized
TConstruct Environment: Environment is NOT clean! THIS CRASH MUST NOT BE REPORTED TO A MOD AUTHOR; however, please report it to your modpack creator(s).
Unsupported mods: optifine
Launched Version: 1.6.4
LWJGL: 2.9.1
OpenGL: ATI Radeon HD 4200 GL version 3.3.11472 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Sphax PureBDcraft 32x MC16.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null