Advertisement
kemonologic

gms2 resource importer

Dec 4th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. ************** Exception Text **************
  2. Newtonsoft.Json.JsonReaderException: After parsing a value an unexpected character was encountered: ". Path 'children[7]', line 15, position 8.
  3. at Newtonsoft.Json.JsonTextReader.ParsePostValue(Boolean ignoreComments)
  4. at Newtonsoft.Json.JsonTextReader.Read()
  5. at Newtonsoft.Json.Linq.JContainer.ReadContentFrom(JsonReader r, JsonLoadSettings settings)
  6. at Newtonsoft.Json.Linq.JContainer.ReadTokenFrom(JsonReader reader, JsonLoadSettings options)
  7. at Newtonsoft.Json.Linq.JObject.Load(JsonReader reader, JsonLoadSettings settings)
  8. at Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings)
  9. at GMS2ResourceImporter.frmMain.GetViewDefault(String sProjectFolder)
  10. at GMS2ResourceImporter.frmMain.LoadSourceProject(String fileName)
  11. at GMS2ResourceImporter.frmMain.btnImportFrom_Click(Object sender, EventArgs e)
  12. at System.Windows.Forms.Control.OnClick(EventArgs e)
  13. at System.Windows.Forms.Button.OnClick(EventArgs e)
  14. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  15. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  16. at System.Windows.Forms.Control.WndProc(Message& m)
  17. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  18. at System.Windows.Forms.Button.WndProc(Message& m)
  19. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  20. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  21. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement