Roblox-Studio-Mod-Manager icon indicating copy to clipboard operation
Roblox-Studio-Mod-Manager copied to clipboard

Mod Manager fails to run after updating it

Open Simon34545 opened this issue 2 years ago • 0 comments

I downloaded the latest release of the mod manager, as the old one was causing studio to tell me the studio files are missing or corrupted. However when I run the latest version nothing happens. After looking at the event viewer it seems it exits with this error:

Application: RobloxStudioModManager.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentException
   at Newtonsoft.Json.Linq.JObject.ValidateToken(Newtonsoft.Json.Linq.JToken, Newtonsoft.Json.Linq.JToken)
   at Newtonsoft.Json.Linq.JContainer.InsertItem(Int32, Newtonsoft.Json.Linq.JToken, Boolean)
   at Newtonsoft.Json.Linq.JObject.InsertItem(Int32, Newtonsoft.Json.Linq.JToken, Boolean)
   at Newtonsoft.Json.Linq.JContainer.TryAddInternal(Int32, System.Object, Boolean)
   at Newtonsoft.Json.Linq.JContainer.Add(System.Object)
   at RobloxStudioModManager.Program.ConvertLegacy(Microsoft.Win32.RegistryKey, Newtonsoft.Json.Linq.JObject)
   at RobloxStudioModManager.Program.ConvertLegacy(Microsoft.Win32.RegistryKey, Newtonsoft.Json.Linq.JObject)
   at RobloxStudioModManager.Program.Main(System.String[])

Simon34545 avatar Dec 09 '22 04:12 Simon34545