Майнзон » Форум » Дополнительный раздел » Мусорка » Проблема с сервером, азазалол

Проблема с сервером, азазалол

CheessteRko
CheessteRko {user-group} 28-12-2013, 18:52

Использую для сервера хостинг. При попытке включить сервер происходит ошибка, вот описание:
123[кря-кря]228
2013-12-28 18:37:09 [INFO] Replaced 112 ore recipies
2013-12-28 18:37:14 [SEVERE] java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
2013-12-28 18:37:14 [SEVERE] at java.lang.Class.getDeclaredMethods0(Native Method)
2013-12-28 18:37:14 [SEVERE] at java.lang.Class.privateGetDeclaredMethods(Class.java:2521)
2013-12-28 18:37:14 [SEVERE] at java.lang.Class.getDeclaredMethods(Class.java:1845)
2013-12-28 18:37:14 [SEVERE] at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:328)
2013-12-28 18:37:14 [SEVERE] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:517)
2013-12-28 18:37:14 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-12-28 18:37:14 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-12-28 18:37:14 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-12-28 18:37:14 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:606)
2013-12-28 18:37:14 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-12-28 18:37:14 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-12-28 18:37:14 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2013-12-28 18:37:14 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-12-28 18:37:14 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-12-28 18:37:14 [SEVERE] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2013-12-28 18:37:14 [SEVERE] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2013-12-28 18:37:14 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-12-28 18:37:14 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-12-28 18:37:14 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-12-28 18:37:14 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:606)
2013-12-28 18:37:14 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-12-28 18:37:14 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-12-28 18:37:14 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2013-12-28 18:37:14 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-12-28 18:37:14 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-12-28 18:37:14 [SEVERE] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2013-12-28 18:37:14 [SEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
2013-12-28 18:37:14 [SEVERE] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
2013-12-28 18:37:14 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
2013-12-28 18:37:14 [SEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
2013-12-28 18:37:14 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:646)
2013-12-28 18:37:14 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
2013-12-28 18:37:14 [SEVERE] Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
2013-12-28 18:37:14 [SEVERE] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
2013-12-28 18:37:14 [SEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
2013-12-28 18:37:14 [SEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
2013-12-28 18:37:14 [SEVERE] ... 32 more
2013-12-28 18:37:14 [SEVERE] Caused by: java.lang.RuntimeException: Attempted to load class atv for invalid side SERVER
2013-12-28 18:37:14 [SEVERE] at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:51)
2013-12-28 18:37:14 [SEVERE] at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
2013-12-28 18:37:14 [SEVERE] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
2013-12-28 18:37:14 [SEVERE] ... 34 more
2013-12-28 18:37:14 [SEVERE] Encountered an unexpected exception NoClassDefFoundError
java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2521)
at java.lang.Class.getDeclaredMethods(Class.java:1845)
at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:328)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:517)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:646)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 32 more
Caused by: java.lang.RuntimeException: Attempted to load class atv for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:51)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
... 34 more
2013-12-28 18:37:14 [SEVERE] This crash report has been saved to:
Клиент модифицированный. Ядро сервера: mcpc+.
Сам в этом коде чего не понимаю поэтому прошу помощи, в чем причина(ошибка) и как ее исправить.
Заранее спасибо за ответ :)

  1. Аватар CheessteRko
    28 декабря 2013 19:56
    P.S. С клиентом все норм

    --------------------
  2. Аватар Just
    28 декабря 2013 20:18
    -
    0
    +
    Моды установлены криво и вообще не на бакит. И создавать новость по серверам нужно в разделе по серверам!

    --------------------
  3. Аватар MrSeReGa
    18 июля 2014 12:58
    -
    -1
    +
    нет проблем, вот так вот :D

    --------------------
Имя: * E-Mail: * File engine/modules/regger/frontend/construct.php not found.
Введите два слова, показанных на изображении: *

Вверх
Вниз
Квадратная голова
Войти