You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it looks like ManiaModManager is trying to load mod.ini from Sonic Mania/mods/mod.ini and is failing to substring the path.
The issue is that the ModManager is failing to substring the path for the key because its trying to get the directory name by removing the mods directory path plus a slash(I guess), which will not work if the mod.ini is in the mods directory, The exception is thrown at line 217 in MainForm.cs when mod.ini exists in the mods directory.
I have no idea if you wanted the mods directory to be a mod.
The text was updated successfully, but these errors were encountered:
I haven't written an issue in a very long time.
So it looks like ManiaModManager is trying to load mod.ini from
Sonic Mania/mods/mod.ini
and is failing to substring the path.The issue is that the ModManager is failing to substring the path for the key because its trying to get the directory name by removing the mods directory path plus a slash(I guess), which will not work if the mod.ini is in the mods directory, The exception is thrown at line 217 in MainForm.cs when mod.ini exists in the mods directory.
I have no idea if you wanted the mods directory to be a mod.
The text was updated successfully, but these errors were encountered: