Posts by sp2823

    This is the server log file of FML and the client log file is the same.
    I really don't know whether the problem is caused by this mod, but it is caused when I install this mod.
    I need some suggestions from you and thank you very much.

    Display Spoiler

    The mods:
    2012-12-29 19:47:29 [FINE] [ForgeModLoader] Mod signature data:
    2012-12-29 19:47:29 [FINE] [ForgeModLoader] mcp(Minecraft Coder Pack:7.25): minecraft.jar (NO VALID CERTIFICATE FOUND)
    2012-12-29 19:47:29 [FINE] [ForgeModLoader] FML(Forge Mod Loader:4.6.12.511): coremods (NO VALID CERTIFICATE FOUND)
    2012-12-29 19:47:29 [FINE] [ForgeModLoader] Forge(Minecraft Forge:6.5.0.472): coremods (NO VALID CERTIFICATE FOUND)
    2012-12-29 19:47:29 [FINE] [ForgeModLoader] BuildCraft|Core(BuildCraft:3.3.0): buildcraft-A-3.3.0.jar (NO VALID CERTIFICATE FOUND)
    2012-12-29 19:47:29 [FINE] [ForgeModLoader] BuildCraft|Energy(BC Energy:3.3.0): buildcraft-A-3.3.0.jar (NO VALID CERTIFICATE FOUND)
    2012-12-29 19:47:29 [FINE] [ForgeModLoader] Forestry(Forestry for Minecraft:1.6.4.1): forestry-A-1.6.4.1.jar (862700d0712182f612efd419ad296f9ed482ec1d)
    2012-12-29 19:47:29 [FINE] [ForgeModLoader] IC2(IndustrialCraft 2:1.112.170-lf): industrialcraft-2_1.112.170-lf.jar (de041f9f6187debbc77034a344134053277aa3b0)
    2012-12-29 19:47:29 [FINE] [ForgeModLoader] drceph.petrogen(Petroleum Generator:1.1): [1.4.6]PetroGen-1.1.zip (NO VALID CERTIFICATE FOUND)
    2012-12-29 19:47:29 [FINE] [ForgeModLoader] BuildCraft|Builders(BC Builders:3.3.0): buildcraft-A-3.3.0.jar (NO VALID CERTIFICATE FOUND)
    2012-12-29 19:47:29 [FINE] [ForgeModLoader] BuildCraft|Factory(BC Factory:3.3.0): buildcraft-A-3.3.0.jar (NO VALID CERTIFICATE FOUND)
    2012-12-29 19:47:29 [FINE] [ForgeModLoader] BuildCraft|Transport(BC Transport:3.3.0): buildcraft-A-3.3.0.jar (NO VALID CERTIFICATE FOUND)
    2012-12-29 19:47:29 [FINE] [ForgeModLoader] BuildCraft|Silicon(BC Silicon:3.3.0): buildcraft-A-3.3.0.jar (NO VALID CERTIFICATE FOUND)
    2012-12-29 19:47:29 [FINE] [ForgeModLoader] EE3(Equivalent Exchange 3:pre1e): ee3-universal-pre1e.jar (NO VALID CERTIFICATE FOUND)
    2012-12-29 19:47:29 [FINE] [ForgeModLoader] NetherOres(Nether Ores:1.4.6R1.3.1): NetherOres_1.4.6.zip (NO VALID CERTIFICATE FOUND)

    It's not compatible with EE3.
    It works well with only this mod and it also works well with only EE3.

    Display Spoiler

    java.lang.NullPointerException
    at ur.<init>(SourceFile:54)
    at com.pahimar.ee3.core.helper.RecipeHelper.addSmeltingRecipe(RecipeHelper.java:154)
    at com.pahimar.ee3.recipe.RecipesTransmutationStone.initPortableSmeltingRecipes(RecipesTransmutationStone.java:187)
    at com.pahimar.ee3.recipe.RecipesTransmutationStone.init(RecipesTransmutationStone.java:53)
    at com.pahimar.ee3.EquivalentExchange3.load(EquivalentExchange3.java:146)
    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:483)
    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:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
    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:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:656)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
    at net.minecraft.client.Minecraft.a(Minecraft.java:456)
    at asq.a(SourceFile:56)
    at net.minecraft.client.Minecraft.run(Minecraft.java:744)
    at java.lang.Thread.run(Unknown Source)