I've seemingly noticed a couple "red" errors in the f12 debugger lately, and wondering what they are and how to find out WHAT it is causing one? I have one that happens immediately on startup, and I've disabled every event and it doesn't go away.
All I'm doing is loading an init layout with dictionary keys and then I go to a spritesheet to get a little bit more data, THEN go to the main layout. If I skip the spritesheet, the error does not come up. If I disable ALL events in the spritesheet event sheet, the error still comes up (the only even I leave is "go to Main Layout")
Is there anyway to figure out what these or are any clue on what's causing them? Trying to sort them out myself seems impossible, and some of my functions are MUCH too large to disable one event at a time to see what's causing it.
actions.js:1 [Construct 3] Error parsing JSON: SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at C3.Plugins.Dictionary.Instance.JSONLoad (actions.js:1)
at C3.Action._RunObject_AllParamsVary (action.js:1)
at C3.EventBlock._RunActionsAndSubEvents (eventBlock.js:1)
at C3.EventBlock._RunAndBlock (eventBlock.js:1)
at C3.EventBlock.Run (eventBlock.js:1)
at C3.EventBlock._RunSubEvents_SolWriterAfterCnds (eventBlock.js:1)
at C3.EventBlock._RunSubEvents (eventBlock.js:1)
at C3.EventBlock._RunActionsAndSubEvents (eventBlock.js:1)
at C3.EventBlock._RunAndBlock (eventBlock.js:1)