Skip to content

Referenced mod was not present on the load order being sorted against #382

Answered by Noggog
Noggog asked this question in Q&A
Discussion options

You must be logged in to vote

Problem

This means that your patcher either created or forwarded a record which points to a mod that does not exist.

For example, an Npc might have a sword equipped from a mod that you don't have installed.

The reason this blocks Synthesis from patching is that it needs to add that mod to the patch's masters. This isn't necessarily a problem on its own, except it looks to your load order to know how to order them. Since the mod in question isn't installed and not present on the load order, Synthesis cannot sort the masters, and fails to export a patch.

Fix

Generally, having a mod that is referenced by records in game, but isn't present on your load order is an issue that needs to be resol…

Replies: 1 comment

Comment options

Noggog
Jan 11, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by Noggog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant