AbyssalCraft

AbyssalCraft

20M Downloads

crash on startup i think its with thaumic tinkerer

hypnoshadow opened this issue ยท 13 comments

commented

---- Minecraft Crash Report ----
// My bad.

Time: 11/21/14 9:38 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
at thaumic.tinkerer.common.enchantment.core.EnchantmentManager.registerExponentialCostData(EnchantmentManager.java:126)
at thaumic.tinkerer.common.enchantment.core.EnchantmentManager.registerExponentialCostData(EnchantmentManager.java:122)
at thaumic.tinkerer.common.enchantment.core.EnchantmentManager.initEnchantmentData(EnchantmentManager.java:72)
at thaumic.tinkerer.common.core.proxy.TTCommonProxy.init(TTCommonProxy.java:98)
at thaumic.tinkerer.client.core.proxy.TTClientProxy.init(TTClientProxy.java:79)
at thaumic.tinkerer.common.ThaumicTinkerer.init(ThaumicTinkerer.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- Head --
Stacktrace:
at thaumic.tinkerer.common.enchantment.core.EnchantmentManager.registerExponentialCostData(EnchantmentManager.java:126)
at thaumic.tinkerer.common.enchantment.core.EnchantmentManager.registerExponentialCostData(EnchantmentManager.java:122)
at thaumic.tinkerer.common.enchantment.core.EnchantmentManager.initEnchantmentData(EnchantmentManager.java:72)
at thaumic.tinkerer.common.core.proxy.TTCommonProxy.init(TTCommonProxy.java:98)
at thaumic.tinkerer.client.core.proxy.TTClientProxy.init(TTClientProxy.java:79)
at thaumic.tinkerer.common.ThaumicTinkerer.init(ThaumicTinkerer.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 509968208 bytes (486 MB) / 757702656 bytes (722 MB) up to 2093809664 bytes (1996 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.85.1232 Minecraft Forge 10.13.2.1232 25 mods loaded, 25 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized
FML{7.10.85.1232} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.13.2.1232} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized
accore{1.2.0} AbyssalCraft Core Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{1.0.3.28} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.0.3.60} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized
ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core Unloaded->Constructed->Pre-initialized->Initialized
abyssalcraft{1.7.8.1} AbyssalCraft Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.9.0} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized
AWWayofTime{v1.2.0b} [Blood Magic: Alchemical Wizardry](Blood Magic-v1.2.0b%281.7.10%29 %281%29.jar) Unloaded->Constructed->Pre-initialized->Initialized
Baubles{1.0.1.8} Baubles Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft{4.2.1.4} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized
Botania{r1.3-137} [Botania](Botania r1.3-137 %281%29.jar) Unloaded->Constructed->Pre-initialized->Initialized
FastCraft{1.9} FastCraft Unloaded->Constructed->Pre-initialized->Initialized
ThaumicTinkerer{unspecified} Thaumic Tinkerer Unloaded->Constructed->Pre-initialized->Errored
ForbiddenMagic{1.7.10-0.53} [Forbidden Magic](Forbidden Magic-1.7.10-0.53.jar) Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks](InventoryTweaks-1.59-dev-152 %281%29.jar) Unloaded->Constructed->Pre-initialized->Initialized
movillages{1.2.1} Mo' Villages Unloaded->Constructed->Pre-initialized->Initialized
NEIPlugins{1.1.0.11-unofficial} NEI Plugins Unofficial Unloaded->Constructed->Pre-initialized->Initialized
ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects](ThaumcraftMobAspects-1.7.2-2A %282%29.jar) Unloaded->Constructed->Pre-initialized->Initialized
thaumcraftneiplugin{1.7.10-1.5a} Thaumcraft NEI Plugin Unloaded->Constructed->Pre-initialized->Initialized
ThaumicExploration{0.6.0} Thaumic Exploration Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{2.3.2} [The Twilight Forest](twilightforest-1.7.10-2.3.2 %281%29.jar) Unloaded->Constructed->Pre-initialized->Initialized
WarpTheory{1.7.10R1.0} WarpTheory Unloaded->Constructed->Pre-initialized->Initialized
witchery{0.20.6} Witchery Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.7.10-Forge10.13.2.1232
LWJGL: 2.9.1
OpenGL: ATI Radeon HD 4200 GL version 3.3.10834 Compatibility Profile Context, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
commented

it didnt help still crashes

commented

What did you change the IDs to?

commented

i tried at 80 to 92

commented

also what ids does abysallcarft use

commented

150 - 153

commented

the ids dont confict

commented

enchantments {
I:"id_enchant.ttinkerer:ascentBoost"=220
I:"id_enchant.ttinkerer:autoSmelt"=222
I:"id_enchant.ttinkerer:desintegrate"=223
I:"id_enchant.ttinkerer:dispersedStrike"=166
I:"id_enchant.ttinkerer:finalStrike"=168
I:"id_enchant.ttinkerer:focusedStrike"=169
I:"id_enchant.ttinkerer:pounce"=170
I:"id_enchant.ttinkerer:quickDraw"=224
I:"id_enchant.ttinkerer:shatter"=167
I:"id_enchant.ttinkerer:shockwave"=171
I:"id_enchant.ttinkerer:slowFall"=221
I:"id_enchant.ttinkerer:tunnel"=172
I:"id_enchant.ttinkerer:valiance"=173
I:"id_enchant.ttinkerer:vampirism"=225

commented

still crashes

commented

wait it might be with thaumcarft itself

commented

yeah it was thaumcraft itself

commented

you might want to change the ids to something else because that's a really popular mod

commented

If you read my first reply, I pointed out it was thaumcraft, and that I will be adding configuration options for the enchantment IDs

commented

Change the enchantment IDs in the thaumcraft config file (I haven't released the enchantment config ID option yet).