So I get this in red in the console ( by the way since it is more than a 1000 characters I'll post part by part
In red:
2012-12-02 15:00:44 [SEVERE] [ForgeModLoader] Detected an attempt by a mod mod_ReiMinimap to perform game activity during mod construction. This is a serious programming error.
2012-12-02 15:00:48 [INFO] [STDERR] java.lang.ClassNotFoundException: forestry.plugins.PluginInfo
2012-12-02 15:00:48 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)
2012-12-02 15:00:48 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at forestry.plugins.PluginManager.addPlugin(PluginManager.java:173)
2012-12-02 15:00:48 [INFO] [STDERR] at forestry.plugins.PluginManager.loadIncludedPlugins(PluginManager.java:77)
2012-12-02 15:00:48 [INFO] [STDERR] at forestry.plugins.PluginManager.loadPlugins(PluginManager.java:36)
2012-12-02 15:00:48 [INFO] [STDERR] at forestry.core.ForestryCore.preInit(ForestryCore.java:52)
2012-12-02 15:00:48 [INFO] [STDERR] at forestry.Forestry.preInit(Forestry.java:31)
2012-12-02 15:00:48 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-02 15:00:48 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
2012-12-02 15:00:48 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-12-02 15:00:48 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
2012-12-02 15:00:48 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-02 15:00:48 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-12-02 15:00:48 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
2012-12-02 15:00:48 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:480)
2012-12-02 15:00:48 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:150)
2012-12-02 15:00:48 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:420)
2012-12-02 15:00:48 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:752)
2012-12-02 15:00:48 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2012-12-02 15:00:48 [INFO] [STDERR] at org.objectweb.asm.ClassReader.<init>(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
2012-12-02 15:00:48 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:178)
2012-12-02 15:00:48 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133)
2012-12-02 15:00:48 [INFO] [STDERR] ... 36 more
In red:
2012-12-02 15:00:44 [SEVERE] [ForgeModLoader] Detected an attempt by a mod mod_ReiMinimap to perform game activity during mod construction. This is a serious programming error.
2012-12-02 15:00:48 [INFO] [STDERR] java.lang.ClassNotFoundException: forestry.plugins.PluginInfo
2012-12-02 15:00:48 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)
2012-12-02 15:00:48 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at forestry.plugins.PluginManager.addPlugin(PluginManager.java:173)
2012-12-02 15:00:48 [INFO] [STDERR] at forestry.plugins.PluginManager.loadIncludedPlugins(PluginManager.java:77)
2012-12-02 15:00:48 [INFO] [STDERR] at forestry.plugins.PluginManager.loadPlugins(PluginManager.java:36)
2012-12-02 15:00:48 [INFO] [STDERR] at forestry.core.ForestryCore.preInit(ForestryCore.java:52)
2012-12-02 15:00:48 [INFO] [STDERR] at forestry.Forestry.preInit(Forestry.java:31)
2012-12-02 15:00:48 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-02 15:00:48 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
2012-12-02 15:00:48 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-12-02 15:00:48 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
2012-12-02 15:00:48 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-02 15:00:48 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-12-02 15:00:48 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-12-02 15:00:48 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
2012-12-02 15:00:48 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:480)
2012-12-02 15:00:48 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:150)
2012-12-02 15:00:48 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:420)
2012-12-02 15:00:48 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:752)
2012-12-02 15:00:48 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2012-12-02 15:00:48 [INFO] [STDERR] at org.objectweb.asm.ClassReader.<init>(Unknown Source)
2012-12-02 15:00:48 [INFO] [STDERR] at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
2012-12-02 15:00:48 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:178)
2012-12-02 15:00:48 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133)
2012-12-02 15:00:48 [INFO] [STDERR] ... 36 more