focustense / easymod

Modding for the modern age.
44 stars 2 forks source link

Bug while building #160

Open SPAS79 opened 2 years ago

SPAS79 commented 2 years ago

find it here https://pastebin.com/uteeetg8

focustense commented 2 years ago
System.AggregateException: One or more errors occurred. (Could not find a part of the path 'D:\VORTEXMODS for SkyrimVR\NPC Merge 2022-09-18\meshes'.)
---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\VORTEXMODS for SkyrimVR\NPC Merge 2022-09-18\meshes'.
at System.IO.Enumeration.FileSystemEnumerator1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator1.Init()

Looks like it's trying to create a BSA without any meshes. Probably it should handle this edge case and not crash. However, if your merge has no meshes, then it has no facegen files, which means with nearly 100% certainty that something else is set up incorrectly. Either there are no mods to merge, or the mod directory is wrong and it can't find any assets.

Is D:\VORTEXMODS for SkyrimVR the correct path in this case? Is that the actual Vortex staging directory where all other mods are located? What else is in that directory (can you give just a couple of examples)?

SPAS79 commented 2 years ago

Yes that is the staging folders, I have no idea if the image attachment will work but here goes... image