you must include the right dependencies for the following mods что делать
Не патчится Реквием
Из-за серьёзного бага устанавливал Скайрим с чистого листа, накатал большинство старых модов, потом решил установить Реквием. Сначала норм установил, потом решил пропатчить. Запускаю регистратор, а там вылезает такая ошибка:
This version of the uses a a subprocess to automatically allocate enough memory to deal with larger modlists. Unfortunately, this procedure has just failed in your setup.
Exit Status: 1
Error Message:
Usually this is the consequence of having the wrong permissions set. Please see Adjusting Security Settings for Skyrim. If this guide does not solve your problem, please contact us with this information at the bugs discussion at the Skyrim Nexus.
В интернете по этому поводу ничего дельного не нашёл, только варианты: Либо снова устанавливать Скайрим с чистого листа, либо отключать все моды и патчить (Не помогло).
Вот откуда я скачивал Реквием: https://goo.gl/HpXCNN
Прикрепленные изображения
Незнаю что и ответить.
У тебя по пути c:\Users\%user%\AppData\Local\Skyrim\
в файлах loadorder.txt и plugins.txt сей Requiem.esp присутствует? (должен присутствовать если мод включён в загрузку)
Когда я вбиваю этот путь в поиск, то у меня вылезает ошибка. У тебя опечатки тут случаем нет?
Ну в смысле опечатки? Заходишь в папку своего юзерпрофиля в винде (кстати надеюсь она у тебя чисто на латинице и без пробелов/спецзнаков?),
двигаешь в AppData\Local\ (да, это для WinNT6.x, в XPшке там по другому они зовутся)
Ну и там собственно папка Skyrim
у меня там только uninstall
А, нашёл. В той папке у меня те файлы, которые на скрине.
HearthFires.esm
Dragonborn.esm
HighResTexturePack01.esp
HighResTexturePack02.esp
HighResTexturePack03.esp
Update.esm
HearthFires.esm
Dragonborn.esm
Dawnguard.esm
HighResTexturePack01.esp
HighResTexturePack02.esp
HighResTexturePack03.esp
В SteamModList у меня всё пусто.
Прикрепленные изображения
Прикрепленные изображения
1. С правами всё ок.
3. После этого пробовал пропатчить, но вылезло это:
You must address this issue before the Reqtificator can patch your load order.
Спасибо, реально помогло! Я все каникулы с этим долбился. Лови уважение.
Правда у меня ещё две мелкие проблемы есть. Первая: Где разобыть activators.txt для Реквиема и для чего они нужны? Вторая: Можно как-то с помощью настроек Реквиема уменьшить (или вообще убрать) трату запаса сил на обычную ходьбу? Лично я в них рылся и ничего подобного не нашёл.
this rule is missing dependency declarations for the following files included by ‘external/com_google_protobuf/src/google/protobuf/util/internal/json_escaping.cc’ #5164
Comments
chenkan0104 commented May 5, 2018
Description of the problem / feature request:
build protobuf with custom CROSSTOOL under Ubuntu 16.04 failed:
This is my build command:
my BUILD looks like this:
At last the CROSSTOOL:
sorry that I have to screen some code for copyright reasons.
Bugs: what’s the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
I’m using docker to build my project: docker pull chenkan1994/bazel-build:latest
Build with all the files I posted above should reproduce this bug.
What operating system are you running Bazel on?
Have you found anything relevant by searching the web?
Replace these lines with your answer.
The text was updated successfully, but these errors were encountered:
tejal29 commented May 10, 2018 •
I am seeing a similar error
The protobuf dependency we are pulling in is:
slyrz commented May 12, 2018 •
Getting the same error with my custom CROSSTOOL which worked with bazel up to version 0.12.
A workaround is to declare the /usr/lib/gcc/x86_64-linux-gnu/. /include directory as another cxx_builtin_include_directory in the toolchain. Would be nice to know if this is a bug or intended behaviour.
chenkan0104 commented May 15, 2018
chenkan0104 commented May 23, 2018
well, I seem to have found the solution:
the local part in my CROSSTOOL file is wrong cause I use paths of gcc 4.8 in cxx_builtin_include_directory section, which would not exist in Ubuntu 16.04.
Here is my new CROSSTOOL file:
But now there is a new problem:
chenkan0104 commented May 24, 2018
@mhlopko ok, here it is
chenkan0104 commented May 24, 2018
@mhlopko so the problem is all targets in cc-compiler-k8 are empty?
chenkan0104 commented May 24, 2018
OK, I think I’ve figured it out, toolchain in CROSSTOOL must match cc_toolchain_suite() right?
SOrry for the trouble, I’ll close this issue.