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.
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?