Jump to content

CrazyM0nkey

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by CrazyM0nkey

  1. Today I tried making a Forge Sever to play Pixelmon with some mates, I've gone to make the server and I've gone to launch the server for the first time, and the same keeps happening. Which is it the server window doesn't pop up, along with it only adds a Mods folder, and the log seen below. 2013-12-02 22:38:14 [iNFO] [ForgeModLoader] Forge Mod Loader version missing.missing.missing.missing for Minecraft missing loading 2013-12-02 22:38:14 [iNFO] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_45, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jre7 2013-12-02 22:38:14 [FINE] [ForgeModLoader] Java classpath at launch is C:\Users\Ben\Desktop\PixelMON!\minecraftforge-universal-1.6.4-9.11.1.953.jar 2013-12-02 22:38:14 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files (x86)\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Live\Shared;. 2013-12-02 22:38:14 [FINE] [ForgeModLoader] Enabling runtime deobfuscation 2013-12-02 22:38:14 [FINE] [ForgeModLoader] Instantiating coremod class FMLCorePlugin 2013-12-02 22:38:14 [FINE] [ForgeModLoader] Enqueued coremod FMLCorePlugin 2013-12-02 22:38:14 [FINE] [ForgeModLoader] Instantiating coremod class FMLForgePlugin 2013-12-02 22:38:14 [FINE] [ForgeModLoader] Enqueued coremod FMLForgePlugin 2013-12-02 22:38:14 [FINE] [ForgeModLoader] All fundamental core mods are successfully located 2013-12-02 22:38:14 [FINE] [ForgeModLoader] Discovering coremods 2013-12-02 22:38:15 [iNFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker 2013-12-02 22:38:15 [iNFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker 2013-12-02 22:38:15 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker 2013-12-02 22:38:15 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker 2013-12-02 22:38:15 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper 2013-12-02 22:38:15 [FINE] [ForgeModLoader] Injecting coremod FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin} class transformers 2013-12-02 22:38:15 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.AccessTransformer 2013-12-02 22:38:15 [sEVERE] [ForgeModLoader] A critical problem occurred registering the ASM transformer class cpw.mods.fml.common.asm.transformers.AccessTransformer java.io.FileNotFoundException: C:\Users\Ben\Desktop\PixelMON (The system cannot find the file specified) at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(Unknown Source) at java.util.zip.ZipFile.<init>(Unknown Source) at java.util.jar.JarFile.<init>(Unknown Source) at java.util.jar.JarFile.<init>(Unknown Source) at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source) at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source) at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source) at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source) at sun.net.www.protocol.jar.JarURLConnection.getInputStream(Unknown Source) at java.net.URL.openStream(Unknown Source) at com.google.common.io.Resources$UrlByteSource.openStream(Resources.java:82) at com.google.common.io.ByteSource$AsCharSource.openStream(ByteSource.java:287) at com.google.common.io.CharStreams$3.getInput(CharStreams.java:508) at com.google.common.io.CharStreams$3.getInput(CharStreams.java:505) at com.google.common.io.CharStreams.readLines(CharStreams.java:393) at com.google.common.io.Resources.readLines(Resources.java:152) at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:111) at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:96) at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:92) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:84) at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:100) at net.minecraft.launchwrapper.Launch.launch(Launch.java:111) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) 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.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48) at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17) 2013-12-02 22:38:15 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.MarkerTransformer 2013-12-02 22:38:15 [sEVERE] [ForgeModLoader] A critical problem occurred registering the ASM transformer class cpw.mods.fml.common.asm.transformers.MarkerTransformer java.io.FileNotFoundException: C:\Users\Ben\Desktop\PixelMON (The system cannot find the file specified) at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(Unknown Source) at java.util.zip.ZipFile.<init>(Unknown Source) at java.util.jar.JarFile.<init>(Unknown Source) at java.util.jar.JarFile.<init>(Unknown Source) at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source) at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source) at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source) at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source) at sun.net.www.protocol.jar.JarURLConnection.getInputStream(Unknown Source) at java.net.URL.openStream(Unknown Source) at com.google.common.io.Resources$UrlByteSource.openStream(Resources.java:82) at com.google.common.io.ByteSource$AsCharSource.openStream(ByteSource.java:287) at com.google.common.io.CharStreams$3.getInput(CharStreams.java:508) at com.google.common.io.CharStreams$3.getInput(CharStreams.java:505) at com.google.common.io.CharStreams.readLines(CharStreams.java:393) at com.google.common.io.Resources.readLines(Resources.java:152) at cpw.mods.fml.common.asm.transformers.MarkerTransformer.readMapFile(MarkerTransformer.java:69) at cpw.mods.fml.common.asm.transformers.MarkerTransformer.<init>(MarkerTransformer.java:54) at cpw.mods.fml.common.asm.transformers.MarkerTransformer.<init>(MarkerTransformer.java:50) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:84) at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:100) at net.minecraft.launchwrapper.Launch.launch(Launch.java:111) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) 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.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48) at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17) 2013-12-02 22:38:15 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.SideTransformer 2013-12-02 22:38:15 [FINE] [ForgeModLoader] Injection complete 2013-12-02 22:38:15 [FINE] [ForgeModLoader] Running coremod plugin for FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin} 2013-12-02 22:38:15 [FINE] [ForgeModLoader] Running coremod plugin FMLCorePlugin 2013-12-02 22:38:15 [sEVERE] [ForgeModLoader] Unable to launch java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:128) at net.minecraft.launchwrapper.Launch.launch(Launch.java:111) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) 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.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48) at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17) Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186) 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.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:117) ... 8 more Caused by: java.io.FileNotFoundException: C:\Users\Ben\Desktop\PixelMON (The system cannot find the file specified) at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(Unknown Source) at java.util.zip.ZipFile.<init>(Unknown Source) at java.util.jar.JarFile.<init>(Unknown Source) at java.util.jar.JarFile.<init>(Unknown Source) at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source) at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source) at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source) at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source) at sun.net.www.protocol.jar.JarURLConnection.getJarFile(Unknown Source) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:141) ... 13 more I've tried several times today, and I've seemed to have no luck. The versions I've tried are the following; 1.6.4 - 9.11.1.935 1.6.4 - 9.11.1.953 All help will be welcomed. Thank you.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.