Display MoreThank you so much
Btw: what's that buildcraft file download in your release thing all the time? Something useful?
€dit: To avoid multiposts, I'll just add this here:
I still crash when booting the game. This time, I get a new error though...
CodeDisplay More2015-02-07 21:23:52 [SEVERE] [ForgeModLoader] Caught exception from SpmodAPI java.lang.NullPointerException at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:214) at speiger.src.spmodapi.common.util.proxy.PathProxy.addRecipe(PathProxy.java:48) at speiger.src.spmodapi.common.plugins.BC.core.BCAddon.loadRecipes(BCAddon.java:51) at speiger.src.spmodapi.common.plugins.BC.core.BCAddon.init(BCAddon.java:28) at speiger.src.spmodapi.common.plugins.BC.PluginBC.init(PluginBC.java:24) at speiger.src.spmodapi.common.plugins.PluginLoader.initPlugin(PluginLoader.java:43) at speiger.src.spmodapi.common.plugins.PluginLoader.loadModAdditions(PluginLoader.java:36) at speiger.src.spmodapi.client.plugins.PluginLoaderClient.loadModAdditions(PluginLoaderClient.java:14) at speiger.src.spmodapi.SpmodAPI.modsLoaded(SpmodAPI.java:89) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) 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(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) 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.initializeMods(Loader.java:704) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509) 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(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376) at org.multimc.EntryPoint.listen(EntryPoint.java:165) at org.multimc.EntryPoint.main(EntryPoint.java:54) ... 2015-02-07 21:23:52 [INFO] [STDOUT] SpmodAPI{2.0.1} [SpmodAPI-Beta] (zSpmodAPI Version 1.3.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Errored
I get this crash with both Buildcraft 4.2.2 official as well as with your edited 4.2.2.1
Any ideas how to fix that?
Additional info: The only mod of yours i'm loading is the API, AdvGen in not even in yet.
Please give me a Pastebin with your full FMLLog. That Crashreport define me to a line that makes no sence at all at least for me because it did not have that crash in some form at all.
The first thing i assume is a ID missmatch.
To help you i always log everything in SpmodAPI. So loading blocks items utilities world stuff and so on.
if anything fails and i think that does happen at your side then search for this:
"Config could not load. Reason: "
There is always a [SpmodAPI] behind something i log. Please check that.