Вы используете устаревший браузер

Ваш браузер устарел, и поэтому некоторые важные функции этого сайта могут не работать. Пожалуйста, обновитесь до более современного браузера. :(

Помогите с ошибкой при запуске сервера, неопытен в это деле

    saveilkpro
    не в сети

    Новички

    Сообщений: 1

    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    ObfuscatePlugin (Obfuscate.jar)
    TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.0-core.jar)
    BlockbusterCore (Blockbuster.jar)
    McLib core mod (Mclib.jar)
    Contact their authors BEFORE contacting forge

    // Uh... Did I do that?

    Time: 09.11.21 20:06
    Description: Exception in server tick loop

    net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from The Betweenlands (thebetweenlands)
    Caused by: java.lang.NoClassDefFoundError: thebetweenlands/common/entity/mobs/EntitySludgeMenace
    at thebetweenlands.common.registries.EntityRegistry.preInit(EntityRegistry.java:192)
    at thebetweenlands.common.registries.Registries.preInit(Registries.java:13)
    at thebetweenlands.common.TheBetweenlands.preInit(TheBetweenlands.java:132)
    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 net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
    at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: thebetweenlands.common.entity.mobs.EntitySludgeMenace
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 38 more
    Caused by: java.lang.OutOfMemoryError: Java heap space
    at java.util.zip.InflaterInputStream.(Unknown Source)
    at java.util.zip.ZipFile$ZipFileInflaterInputStream.(Unknown Source)
    at java.util.zip.ZipFile.getInputStream(Unknown Source)
    at java.util.jar.JarFile.getInputStream(Unknown Source)
    at sun.net.www.protocol.jar.JarURLConnection.getInputStream(Unknown Source)
    at java.net.URL.openStream(Unknown Source)
    at net.minecraft.launchwrapper.LaunchClassLoader.getClassBytes(LaunchClassLoader.java:370)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:152)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at thebetweenlands.common.registries.EntityRegistry.preInit(EntityRegistry.java:192)
    at thebetweenlands.common.registries.Registries.preInit(Registries.java:13)
    at thebetweenlands.common.TheBetweenlands.preInit(TheBetweenlands.java:132)
    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 net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
    at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (x86) version 10.0
    Java Version: 1.8.0_271, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 657064 bytes (0 MB) / 259522560 bytes (247 MB) up to 259522560 bytes (247 MB)
    JVM Flags: 0 total;
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2855 17 mods loaded, 15 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID | Version | Source | Signature |
    |:----- |:---------------- |:------------ |:----------------------------- |:---------------------------------------- |
    | LCH | minecraft | 1.12.2 | minecraft.jar | None |
    | LCH | mcp | 9.42 | minecraft.jar | None |
    | LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH | forge | 14.23.5.2855 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH | obfuscate | 0.2.6 | minecraft.jar | None |
    | LCH | mclib | 1.0.4 | Mclib.jar | None |
    | LCH | metamorph | 1.1.10 | MetaMorph.jar | None |
    | LCH | blockbuster | 1.6.2 | Blockbuster.jar | None |
    | LCH | polublocksnz | 1.0.0 | Blocks.jar | None |
    | LCH | chiselsandbits | 14.33 | ChiselAndBits.jar | None |
    | LCH | cfm | 6.3.0 | Furniture.jar | None |
    | LCH | vehicle | 0.41.0 | Vehicle.jar | None |
    | LCH | imvoice | 0.7.0 | VoiceChat.jar | None |
    | LCH | nzsmod | 1 | Weapons.jar | None |
    | LCE | thebetweenlands | 3.5.0 | TheBetweenlands.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
    | UD | blockbuster_core | 1.6.2 | minecraft.jar | None |
    | UD | mclib_core | 1.0.4 | minecraft.jar | None |

    Loaded coremods (and transformers):
    ObfuscatePlugin (Obfuscate.jar)
    com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
    TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.0-core.jar)
    thebetweenlands.core.TheBetweenlandsClassTransformer
    BlockbusterCore (Blockbuster.jar)
    mchorse.blockbuster.core.BBCoreClassTransformer
    McLib core mod (Mclib.jar)
    mchorse.mclib.core.McLibCMClassTransformer
    Profiler Position: N/A (disabled)
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)

    #1 | 9 ноября 2021 - 20:20

    CursedSatana
    не в сети

    Посетители

    Звание: Зелёный

    Трофеев: 1

    Сообщений: 1

    TheBetweenlands - либо мод поломан, либо не весь стоит.

    #2 | 9 ноября 2021 - 21:28

    Caman86
    не в сети

    ТруЪ Олдфаги-с

    Звание: Чоткий паря

    Трофеев: 12

    Сообщений: 1943

    Симпатий: 329

    saveilkpro,
    Выдели больше памяти

    Мои сборки:
    MystMag (1.12.2)
    ReachForTheStars (1.12.2)
    TechGears (1.16.5)

    #3 | 10 ноября 2021 - 13:57

Статистика форума

Создано тем
14344
Написано сообщений
871712
Пользователей
377812
Новый участник
Дима Мальцев

Администраторы | Главные редакторы | Модератор | Дедушки | Журналисты | HENTAI BOY | Goldфаги | Журналисты-олдфаги | ТруЪ Олдфаги-с | ТруЪ Плагинщик | Олдфаги | true Художник | Модератор бездны | Картоделы | XXXL ПХЛ | Просто хорошие люди | Посетители | Новички

Последние сообщения с форума

Название темы
Статистика
Последнее сообщение

Просмотров: 24

Ответов: 1

Просмотров: 221

Ответов: 7

Бегат када лучче?

Тема в разделе: Спорт

Просмотров: 2657

Ответов: 13