This probably doesn't work with 1.108? The post says 1.106+ so i was getting my hopes up, but getting this error when starting minecraft
2012-11-05 11:29:10 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.VerifyError: (class: myrathi/ic2/chargepads/CommonProxy, method: getServerGuiElement signature: (ILog;Lup;III)Ljava/lang/Object;) Incompatible argument to function
2012-11-05 11:29:10 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2012-11-05 11:29:10 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2012-11-05 11:29:10 [INFO] [STDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:51)
2012-11-05 11:29:10 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:417)
2012-11-05 11:29:10 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-11-05 11:29:10 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-11-05 11:29:10 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-11-05 11:29:10 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-11-05 11:29:10 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-11-05 11:29:10 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-11-05 11:29:10 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-11-05 11:29:10 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-11-05 11:29:10 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-11-05 11:29:10 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
2012-11-05 11:29:10 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-11-05 11:29:10 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-11-05 11:29:10 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-11-05 11:29:10 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-11-05 11:29:10 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-11-05 11:29:10 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-11-05 11:29:10 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-11-05 11:29:10 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-11-05 11:29:10 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-11-05 11:29:10 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
2012-11-05 11:29:10 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
2012-11-05 11:29:10 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:150)
2012-11-05 11:29:10 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:420)
2012-11-05 11:29:10 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:752)
2012-11-05 11:29:10 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)