matortheeternal / merge-plugins

Standalone application for merging bethesda plugin files.
Other
53 stars 13 forks source link

Load Order in Merge Plugin is always wrong - due to looking for wrong path #156

Closed Sommerwiesel closed 1 year ago

Sommerwiesel commented 2 years ago

MO2 and MergePlugins (2.3.1)

The load order in MergePlugins is always wrong. I found the bug, MergePlugins is apparently builing the path with an array instead of a string as the MO2 profile name.

The log reads: [18:50:23] (GENERAL) Load Order: Couldn't find MO profile folder D:\ModOrganizer2\profiles\@ByteArray(Default)\

Temporary very dirty fix: I created a symlink from @ByteArray(Default) to Default.

But maybe this can be fixed?