Multicraft skipping lines?

Discussion in 'Community Support' started by MidniteSinn, Aug 4, 2014.

  1. MidniteSinn

    MidniteSinn New Member

    Joined:
    Aug 4, 2014
    Messages:
    3
    Likes Received:
    0
    so I got my MCPc working with the server..

    now I started the server as just monster with nothing to it, it worked
    then itried it with MCPc (cauldron) and it comes out tellin me skipping lines
    so I took out the mods and it worked again..
    now im back in with mods and it yet again..says skipping lines..
    can someone please help?

    04.08 18:16:46 [Multicraft] Skipped 89 lines due to rate limit (30/s)
    04.08 18:16:44 [Multicraft] Skipped 270 lines due to rate limit (30/s)
    04.08 18:16:43 [Server] INFO Activating mod TorchLevers
    04.08 18:16:43 [Server] INFO Activating mod TMechworks
    04.08 18:16:43 [Server] INFO Activating mod ThermalExpansion
    04.08 18:16:43 [Server] INFO Activating mod ThaumicTinkerer
    04.08 18:16:43 [Server] INFO Activating mod ThaumcraftMobAspects
    04.08 18:16:43 [Server] INFO Activating mod Thaumcraft
    04.08 18:16:43 [Multicraft] Skipped 1121 lines due to rate limit (30/s)
    04.08 18:16:42 [Multicraft] Skipped 64 lines due to rate limit (30/s)
    04.08 18:16:41 [Multicraft] Skipped 59 lines due to rate limit (30/s)
    04.08 18:16:40 [Multicraft] Skipped 176 lines due to rate limit (30/s)
    04.08 18:16:39 [Multicraft] Skipped 102 lines due to rate limit (30/s)
    04.08 18:16:36 [Multicraft] Skipped 85 lines due to rate limit (30/s)
     
  2. DtigerCSK

    DtigerCSK Active Member

    Joined:
    May 24, 2014
    Messages:
    277
    Likes Received:
    45
    Multicraft skips lines if they appear too fast. If you want to see what was skipped, they're in your server logs.
     
  3. CREEPERLEEOWNIE

    CREEPERLEEOWNIE New Member

    Joined:
    Nov 16, 2016
    Messages:
    1
    Likes Received:
    0
    i am getting the same error here is the crash report

    ---- Minecraft Crash Report ----
    // Would you like a cupcake?

    Time: 11/16/16 1:39 PM
    Description: Exception in server tick loop

    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739)
    at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
    Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
    at DamageIndicatorsMod.server.DIProxy.register(DIProxy.java:14)
    at DamageIndicatorsMod.DIMod.load(DIMod.java:65)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
    ... 5 more
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 33 more
    Caused by: java.lang.RuntimeException: Attempted to load class bjf for invalid side SERVER
    at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
    ... 35 more
     

Share This Page

  • About Us

    HostHorde is the industry first as an unlimited Minecraft server provider. We provide premium Minecraft hosting, with unbeatable performance and quality support.

    Our forums enable you to ask questions, solve problems, find information, and share resources with other members of the HostHorde community.

    View Our Plans
  • Social Media