Перейти к содержимому

You must include the right dependencies for the following mods что делать

  • автор:

Не работает Minecraft Forge

Вот что он выдаёт: You must include right dependencies for code chicken lib. Requires Minecraft forge и т. д. там написано нужна версия какая-то выше.

Что делать? Помогите пож. Раньше работал После добавления новых модов не работает.

Голосование за лучший ответ

Удали моды и запусти без них потом установи по 1 моду у меня так тоже было просто есть моды написанные для одной версии а на самом деле для другой просто по 1 моду устанавливай если удановишь мод и вылетит значит удали его ну я так делал

You must include the right dependencies for the following mods что делать

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

Спасити по форджу

HADES_

Здравствуйте,у меня такой вопрос,я делаю сам сборку,но когда запускаю её мне пишет ,,You must include the right dependencies for thaumcraft:Requires MINECRAFT FORGE 14.23.5.2768 or above (you have 14.23.4.2758) — В нескольких минутах перевода я понял,что мне нужна версия фордж 14.23.5.2768 или выше,я скачиваю версию фордж 14.23.5.2772 НО ОНО ПИШЕТ,ЧТО У МЕНЯ ВЕРСИЯ 14.23.5.2758 Что делать,версия сборки 1.12.2

Когда в лаунчере Minecraft выбираю версию с форджем 14.23.5.2772 То мне пишет такое:The game crashed whilst there was a severe problem during mod loading that has caused the game to fail The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Thermal Foundation (thermalfoundation)

Сообщение отредактировал HADES_ 13 ноября 2018 — 21:31

#1 | 13 ноября 2018 — 21:26

rubicus

Просто хорошие люди

Звание: Активный человек

https://ru-minecraft.ru/bezdna/54504-imr-tehno-magicheskaya-sborka-1122.html

Попробуй что-то с модом Thermal Expansion сделать. Удали все его составляющие, и добавляй, пока не вылетет. То что добавил последнее — тот и вызвает краш. Если вызывает, то скачай другую версию этого мода ка CurseForge

#2 | 16 ноября 2018 — 19:50

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

Сейчас онлайн: 10

Создано тем 13491 Написано сообщений 826534 Пользователей 370298 Новый участник romfi125

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

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

mine_diver

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

Ответов: 14

Story Projects

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

Ответов: 1

OneCatPlaton

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

Ответов: 43

military_ranger

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

Ответов: 5

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

Ответов: 2

Help with dependencies

Guest

Hello just wondering if I could apply here and what is the server id?

TileEntity

Maybe the mod yuushya

zmqrcoo

yeah nevermind, i encountered another crash after several minutes of playing survival, here’s the log: https://mclo.gs/4ZwXJwY

zmqrcoo

it seems to have worked, i’ll update you guys if i encounter another issue.

Topics

zmqrcoo

zmqrcoo · Started 12 hours ago

QueensBlood

QueensBlood · Started October 12

SentriKun

SentriKun · Started 19 hours ago

AbieunderFevine

AbieunderFevine · Started 12 hours ago

zmqrcoo

zmqrcoo · Started Saturday at 04:34 PM

How to Fix Missing Mods (MissingModsException)

Some Forge mods are dependent on additional mods to run. This is because sometimes a mod requires a certain library, or is built as an addon to an existing mod rather than as a standalone mod. If an additional mod is required by any mods you have installed, it will be classed as a «Missing Mod», because it is not installed on your server. When there is a missing mod, your server typically won’t start or will continue to crash until you have installed the required mod.

When your server crashes due to a MissingModsException, your server will generate a crash report that looks like the following:

—- Minecraft Crash Report —-
// Don’t be sad, have a hug!

Time: 6/17/15 2:28 AM
Description: Exception in server tick loop

Missing Mods:
Aroma1997Core : [1.0.2.13,)

cpw.mods.fml.common.MissingModsException
at cpw.mods.fml.common.Loader.sortModList(Loader.java:244)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:472)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

In the crash report above, the section you’ll need to look for is highlighted in bold (beginning at line 5). You will see «Missing Mods:», following by a list of mods and their versions. So in this case, version 1.0.2.13 of Aroma1997Core is missing. Once you’ve located the missing mod, you can generally just google it to find a download.

In our case, we can google «Aroma1997Core 1.0.2.13 download» which will lead us to the direct download link on CurseForge: https://minecraft.curseforge.com/projects/aroma1997core/files/2219248

Once you have uploaded the new required mods in the /mods directory (via FTP), restart your server and attempt to join. It should now work!

Missing Mods: Forge

In some instances, the crash report will show a MissingModsException but indicate Forge as missing. The crash report would look something like this:

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

Time: 12/14/18 8:51 AM
Description: Exception in server tick loop

Missing Mods:
Forge : [10.13.4.1614,)

cpw.mods.fml.common.MissingModsException
at cpw.mods.fml.common.Loader.sortModList(Loader.java:260)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:493)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

— System Details —
Details:
Minecraft Version: 1.7.10
Operating System: Linux (amd64) version 4.9.144-xxxx-std-ipv6-64

In the crash report above, it’ll specify that Forge is missing. However, Forge isn’t a mod but a server type. This error indicates that you have a version of Forge that is not compatible with the mod(s) installed on your server. This either means that you need an older or newer version of Forge.

You will want to look at the lines highlighted in bold shown on the example. On line 6, it’ll tell you which Forge version your server needs which is Forge: [10.13.4.1614] . It can be confusing to find which specific version of Forge this is. To narrow down the exact version of Forge you want to look for, you can look for the Minecraft Version specified just below the Details section as shown on the example above.

In our example, it indicates that you need Forge 10.13.4.1614 for Minecraft 1.7.10 . Download this specific version required from https://files.minecraftforge.net.
You can then follow our tutorial on how to install Forge on your server: How to install Minecraft Forge

Download Minecraft Forge

Once you have successfully installed the correct version of Forge, restart your server and your server should launch successfully!

If you require any further assistance, please contact our support at: https://shockbyte.com/billing/submitticket.php

Mitchell Smith

Managing Director @ Shockbyte

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *