- RingMaster123456
- Registered Member
-
Member for 9 years, 5 months, and 5 days
Last active Sun, May, 24 2015 16:30:22
- 0 Followers
- 334 Total Posts
- 10 Thanks
-
Oct 8, 2014RingMaster123456 posted a message on New Minecraft LEGO Sets Accidentally Leaked!I must have them all!!!!Posted in: News
-
Jul 28, 2014RingMaster123456 posted a message on Community Creations: Spider Encounterand It will always be!Posted in: News
-
Jul 21, 2014RingMaster123456 posted a message on Giant Redstone Battle Robot, New Smileys for the ForumJust amazing! I want the slime!!!Posted in: News
-
Jul 16, 2014RingMaster123456 posted a message on UPDATE! Pocket Edition: 0.9.3 Submitted, FixesWho doesnt??? Real question WHO LIKE MINECRAFT!!!Posted in: News
-
Jul 14, 2014RingMaster123456 posted a message on Minecraft Platformer? (Animation)That is just so cool! Way to go!Posted in: News
-
Apr 24, 2014RingMaster123456 posted a message on Snapshot 14w17a Ready for Testing!This is just going to be so cool!Posted in: News
-
Feb 7, 2014RingMaster123456 posted a message on Snapshot 14w06b Ready for Testing!This is so cool!Posted in: News
-
Jan 23, 2014RingMaster123456 posted a message on Snapshot 14w04a Ready for Testing!amazing!!!Posted in: News
-
Dec 31, 2013RingMaster123456 posted a message on Minecraft Monday Show: New Year's Eve in MinecraftYaaa whose going to be in new york????Posted in: News
-
Dec 28, 2013RingMaster123456 posted a message on Community Creations - 3D Printer, in MinecraftPosted in: NewsQuote from PoisonDagger
Wow! I never thought that this was possible. Just kidding. Anything is possible in Minecraft.
I want one! -
Dec 17, 2013RingMaster123456 posted a message on Minecraft Mondays - PS3 Minecraft Release, Upgrades & MORE!A lot has been happening!!!Posted in: News
Go ps3!
-
Nov 11, 2013RingMaster123456 posted a message on Minecraft News - New Mojangsters, Notch Interviewed, and More!Posted in: News
Me to! -
Nov 8, 2013RingMaster123456 posted a message on Minecon Spotlights 3: BebopVoxNice!Posted in: News
-
Oct 30, 2013RingMaster123456 posted a message on Community Creations - Canon (in D) with Minecraft SoundsCool!Posted in: News
- To post a comment, please login.
0
0
0
0
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 3/14/14 2:13 PM
Description: Initializing game
java.lang.NoClassDefFoundError: cpw/mods/fml/common/network/IConnectionHandler
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:249)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:443)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
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:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
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:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:487)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:194)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:850)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.network.IConnectionHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 35 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
... 37 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:249)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:443)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
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:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
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:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:487)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:194)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
1
1
0
0
0
0
I've used it for a long time and its amazing!!!
the web site is here: http://skydoesminecraft.com
0
I want one!
0
0
Me to!
0
0