Mindcrack Server Problems

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

beingben

New Member
Jul 29, 2019
10
0
0
Does anyone know or could point me in the correct direction for setting up a successful small mincrack server with mcProhosting. I know it's easy for off my computer I just double click run server and remove the mods I dont wish but with mcPro something seems wonkey it doesnt download the mod files, and when I FTP transfer them i get the following error.

Code:
30.01 11:37:07 [Server] SEVERE This crash report has been saved to: /./crash-reports/crash-2013-01-30_11.37.07-server.txt
30.01 11:37:07 [Server] INFO ... 33 more
30.01 11:37:07 [Server] INFO at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:171)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:222)
30.01 11:37:07 [Server] INFO at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
30.01 11:37:07 [Server] INFO at org.objectweb.asm.ClassReader.<init>(Unknown Source)
30.01 11:37:07 [Server] INFO Caused by: java.lang.NullPointerException
30.01 11:37:07 [Server] INFO ... 31 more
30.01 11:37:07 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source)
30.01 11:37:07 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:179)
30.01 11:37:07 [Server] INFO Caused by: java.lang.ClassNotFoundException: codechicken.core.ConfigFile
30.01 11:37:07 [Server] INFO at fy.run(SourceFile:849)
30.01 11:37:07 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
30.01 11:37:07 [Server] INFO at ho.c(DedicatedServer.java:64)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:345)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.EventBus.post(EventBus.java:268)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
30.01 11:37:07 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source)
30.01 11:37:07 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
30.01 11:37:07 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
30.01 11:37:07 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.EventBus.post(EventBus.java:268)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
30.01 11:37:07 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source)
30.01 11:37:07 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
30.01 11:37:07 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
30.01 11:37:07 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:460)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:43)
30.01 11:37:07 [Server] INFO at java.lang.Class.getDeclaredField(Unknown Source)
30.01 11:37:07 [Server] INFO at java.lang.Class.privateGetDeclaredFields(Unknown Source)
30.01 11:37:07 [Server] INFO at java.lang.Class.getDeclaredFields0(Native Method)
30.01 11:37:07 [Server] INFO java.lang.NoClassDefFoundError: Lcodechicken/core/ConfigFile;
30.01 11:37:07 [Server] SEVERE Encountered an unexpected exception NoClassDefFoundError
30.01 11:37:07 [Server] INFO ... 33 more
30.01 11:37:07 [Server] INFO at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:171)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:222)
30.01 11:37:07 [Server] INFO at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
30.01 11:37:07 [Server] INFO at org.objectweb.asm.ClassReader.<init>(Unknown Source)
30.01 11:37:07 [Server] INFO Caused by: java.lang.NullPointerException
30.01 11:37:07 [Server] INFO ... 31 more
30.01 11:37:07 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source)
30.01 11:37:07 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:179)
30.01 11:37:07 [Server] INFO Caused by: java.lang.ClassNotFoundException: codechicken.core.ConfigFile
30.01 11:37:07 [Server] INFO at fy.run(SourceFile:849)
30.01 11:37:07 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
30.01 11:37:07 [Server] INFO at ho.c(DedicatedServer.java:64)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:345)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.EventBus.post(EventBus.java:268)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
30.01 11:37:07 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source)
30.01 11:37:07 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
30.01 11:37:07 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
30.01 11:37:07 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.EventBus.post(EventBus.java:268)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
30.01 11:37:07 [Server] INFO at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
30.01 11:37:07 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source)
30.01 11:37:07 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
30.01 11:37:07 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
30.01 11:37:07 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:460)
30.01 11:37:07 [Server] INFO at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:43)
30.01 11:37:07 [Server] INFO at java.lang.Class.getDeclaredField(Unknown Source)
30.01 11:37:07 [Server] INFO at java.lang.Class.privateGetDeclaredFields(Unknown Source)
30.01 11:37:07 [Server] INFO at java.lang.Class.getDeclaredFields0(Native Method)
30.01 11:37:07 [Server] INFO java.lang.NoClassDefFoundError: Lcodechicken/core/ConfigFile;
30.01 11:37:06 [Server] INFO Forge Mod Loader has identified 53 mods to load
30.01 11:37:04 [Server] INFO Searching /mods for mods
30.01 11:37:04 [Server] INFO Completed early MinecraftForge initialization
30.01 11:37:04 [Server] INFO Replaced 84 ore recipies
30.01 11:37:04 [Server] INFO MinecraftForge v6.5.0.489 Initialized
30.01 11:37:04 [Server] INFO MinecraftForge v6.5.0.489 Initialized
30.01 11:37:04 [Server] INFO Attempting early MinecraftForge initialization
30.01 11:37:04 [Server] INFO Starting minecraft server version 1.4.6
30.01 11:37:03 [Server] INFO 27 achievements
30.01 11:37:03 [Server] INFO 210 recipes
30.01 11:37:02 [Server] INFO Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
30.01 11:37:01 [Server] INFO Forge Mod Loader version 4.6.17.515 for Minecraft 1.4.6 loading
30.01 11:37:01 [Multicraft] Loaded config for "Default"
30.01 11:37:01 [Multicraft] Starting server!
30.01 11:37:01 [Multicraft] Loading server properties
 
Status
Not open for further replies.