Posts by Exedra
-
-
-
Display Spoiler
2012-06-30 18:12:59 [INFO] Forge Mod Loader version 2.2.48.135 for Minecraft 1.2.5 loading
2012-06-30 18:12:59 [FINE] Attempting to load mods contained in the minecraft jar file and associated classes
2012-06-30 18:12:59 [FINE] Found a minecraft related file at C:\Users\Jack\AppData\Roaming\.minecraft\bin\lwjgl.jar, loading
2012-06-30 18:12:59 [FINE] Found a minecraft related file at C:\Users\Jack\AppData\Roaming\.minecraft\bin\jinput.jar, loading
2012-06-30 18:12:59 [FINE] Found a minecraft related file at C:\Users\Jack\AppData\Roaming\.minecraft\bin\lwjgl_util.jar, loading
2012-06-30 18:12:59 [FINE] Found a minecraft related file at C:\Users\Jack\AppData\Roaming\.minecraft\bin\minecraft.jar, loading
2012-06-30 18:12:59 [FINE] Found a mod class mod_CodeChickenCore in file minecraft.jar, attempting to load it
2012-06-30 18:12:59 [FINE] ModLoader BaseMod class mod_CodeChickenCore found, loading
2012-06-30 18:12:59 [FINE] ModLoader BaseMod class mod_CodeChickenCore loaded
2012-06-30 18:12:59 [FINE] Mod class mod_CodeChickenCore loaded successfully
2012-06-30 18:12:59 [FINE] Found a mod class mod_NotEnoughItems in file minecraft.jar, attempting to load it
2012-06-30 18:12:59 [FINE] ModLoader BaseMod class mod_NotEnoughItems found, loading
2012-06-30 18:12:59 [FINE] ModLoader BaseMod class mod_NotEnoughItems loaded
2012-06-30 18:12:59 [FINE] Mod class mod_NotEnoughItems loaded successfully
2012-06-30 18:12:59 [FINE] Found a mod class mod_MinecraftForge in file minecraft.jar, attempting to load it
2012-06-30 18:12:59 [FINE] ModLoader BaseMod class mod_MinecraftForge found, loading
2012-06-30 18:12:59 [FINE] ModLoader BaseMod class mod_MinecraftForge loaded
2012-06-30 18:12:59 [FINE] Mod class mod_MinecraftForge loaded successfully
2012-06-30 18:12:59 [FINE] Minecraft jar mods loaded successfully
2012-06-30 18:12:59 [INFO] Loading mods from C:\Users\Jack\AppData\Roaming\.minecraft\mods
2012-06-30 18:12:59 [FINE] Found a zip or jar file EE2ClientV1.4.6.5.jar, attempting to load it
2012-06-30 18:12:59 [FINE] Found a mod class mod_EE in file EE2ClientV1.4.6.5.jar, attempting to load it
2012-06-30 18:12:59 [FINE] ModLoader BaseMod class mod_EE found, loading
2012-06-30 18:12:59 [FINE] ModLoader BaseMod class mod_EE loaded
2012-06-30 18:12:59 [FINE] Mod class mod_EE loaded successfully
2012-06-30 18:12:59 [FINE] File EE2ClientV1.4.6.5.jar loaded successfully
2012-06-30 18:12:59 [FINE] Found a zip or jar file industrialcraft-2-client_1.97.jar, attempting to load it
2012-06-30 18:12:59 [FINE] Found a mod class mod_IC2 in file industrialcraft-2-client_1.97.jar, attempting to load it
2012-06-30 18:12:59 [FINE] ModLoader BaseMod class mod_IC2 found, loading
2012-06-30 18:12:59 [FINE] ModLoader BaseMod class mod_IC2 loaded
2012-06-30 18:12:59 [FINE] Mod class mod_IC2 loaded successfully
2012-06-30 18:12:59 [FINE] File industrialcraft-2-client_1.97.jar loaded successfully
2012-06-30 18:12:59 [FINE] Found a zip or jar file modularForceFieldSystemV1.1Beta5_1_Client.zip, attempting to load it
2012-06-30 18:12:59 [FINE] Found a mod class mod_ModularForceFieldSystem in file modularForceFieldSystemV1.1Beta5_1_Client.zip, attempting to load it
2012-06-30 18:12:59 [WARNING] Failed to load mod class mod_ModularForceFieldSystem.class in C:\Users\Jack\AppData\Roaming\.minecraft\mods\modularForceFieldSystemV1.1Beta5_1_Client.zip
2012-06-30 18:12:59 [FINER] THROW
java.lang.NoClassDefFoundError: BaseModMp
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494)
at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:561)
at cpw.mods.fml.common.Loader.load(Loader.java:419)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:592)
at cpw.mods.fml.client.FMLClientHandler.onPreLoad(FMLClientHandler.java:193)
at net.minecraft.client.Minecraft.a(Minecraft.java:383)
at net.minecraft.client.Minecraft.run(Minecraft.java:735)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: BaseModMp
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 22 more
2012-06-30 18:12:59 [SEVERE] Zip file modularForceFieldSystemV1.1Beta5_1_Client.zip failed to read properly
2012-06-30 18:12:59 [FINER] THROW
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: BaseModMp
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527)
at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:561)
at cpw.mods.fml.common.Loader.load(Loader.java:419)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:592)
at cpw.mods.fml.client.FMLClientHandler.onPreLoad(FMLClientHandler.java:193)
at net.minecraft.client.Minecraft.a(Minecraft.java:383)
at net.minecraft.client.Minecraft.run(Minecraft.java:735)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: BaseModMp
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494)
... 7 more
Caused by: java.lang.ClassNotFoundException: BaseModMp
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 22 more
2012-06-30 18:12:59 [INFO] File modularForceFieldSystemV1.1Beta5_1_Client.zip contained no mods
2012-06-30 18:12:59 [FINE] Found a zip or jar file Unofficial Tale of Kingdoms v1.3.0 - Updated by arkonick.zip, attempting to load it
2012-06-30 18:12:59 [FINE] Found a mod class mod_HeroesGuild in file Unofficial Tale of Kingdoms v1.3.0 - Updated by arkonick.zip, attempting to load it
2012-06-30 18:12:59 [FINE] ModLoader BaseMod class mod_HeroesGuild found, loading
2012-06-30 18:12:59 [FINE] ModLoader BaseMod class mod_HeroesGuild loaded
2012-06-30 18:12:59 [FINE] Failed to find mcmod.info file in Unofficial Tale of Kingdoms v1.3.0 - Updated by arkonick.zip for mod_HeroesGuild
2012-06-30 18:12:59 [FINE] Mod class mod_HeroesGuild loaded successfully
2012-06-30 18:12:59 [FINE] File Unofficial Tale of Kingdoms v1.3.0 - Updated by arkonick.zip loaded successfully
2012-06-30 18:12:59 [SEVERE] A problem has occured during mod loading. Likely a corrupt jar is located in your mods directoryNot working, dont know why.
Now i cant protect meh
.
-
Then you're app wasnt neat enough
Btw: Setting up a new forum atm, so later i will close this topic and put the link here
Hello, i would love to join your server as i am looking for a good IC2 server.
I have never griefed, I have never been banned,and most importantly,
I ALWAYS follow the rules.
My IGN is Exedra
P.S. is this neat enough?
P.P.S. you should make an application form :).
-
Whitelist was updated, please have a look at the OP to see, who was added.
why wasn't i added? when i try to login it says i cant and I'm not in the whitelist on the OP?
-
hey, id like to join the server because the only other ones i know of, one is down
and the other is pay to play
i have had quite a bit of IC experience as well.
My IGN is Exedra