LeeTwentyThree / SubnauticaModManager

SubnauticaModManager for BepInEx
GNU General Public License v3.0
3 stars 1 forks source link

Updating/Installing non-functional #3

Closed MMZTimeLord closed 1 year ago

MMZTimeLord commented 1 year ago

Mod zip files not being removed or properly installed from SNModManager\ModDownloads. Not sure if it's a zip file structure issue or permissions used when running subnautica. Restart is prompted and looks like the files installed/updated, but everything remains the same after game restart.

LeeTwentyThree commented 1 year ago

Appears to be caused by an exception related to assembly loading of Newtonsoft.Json.dll.

Exception

LeeTwentyThree commented 1 year ago

@liesemans if you're still there.

I have made an alternate version of the mod manager that outputs a specific log file to Subnautica\SNModManager\installation-log.txt.

Can you run it and send that file? SubnauticaModManager-installation_test-1.zip

LeeTwentyThree commented 1 year ago

I also have created a version that uses a different version of Newtonsoft.Json.dll, which seems to be a problematic file. This version also has logging so perhaps use it instead of the one sent above.

Tell me if this version fixes your problem: SubnauticaModManager-installation_test-2.zip

liesemans commented 1 year ago

Hi @LeeTwentyThree , of course I'm still here..... I tested your latest version 'test-2' of the modmanager and it all works fine now!! I installed mods two times (logfile is attached) Great work...thanks.

installation-log.txt

MMZTimeLord commented 1 year ago

@LeeTwentyThree Tested just now. Properly disables existing mods. Even smart enough to keep it disabled when I installed the same mod WHILE it was disabled. All works fine now. Thanks for the hard work!