Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Both versions are supposed to be synchronized by now. Can you screenshot the error for me?

Ediiting the code as mentioned fixes this. The  "A" is the first letter of the  picture name in options.

Can you post the console report?


This is from the default demo?

The demo works fine without tweaking. I copy-pasted the plug-in to my own project, there  I get the error, and the tweaking works. So I guess it's something at my side.

rmmz_managers.js:2080 SyntaxError: Unexpected token A in JSON at position 0

    at JSON.parse (<anonymous>)

    at Window_SynMenuSelc.drawPicture (Synrec_MenuBuilder.js:5198)

    at Window_SynMenuSelc.drawItem (Synrec_MenuBuilder.js:5182)

    at Window_SynMenuSelc.Window_Selectable.drawAllItems (rmmz_windows.js:1365)

    at Window_SynMenuSelc.Window_Selectable.paint (rmmz_windows.js:1416)

    at Window_SynMenuSelc.Window_Selectable.refresh (rmmz_windows.js:1409)

    at Window_SynMenuSelc.initialize (Synrec_MenuBuilder.js:5075)

    at new Window_SynMenuSelc (Synrec_MenuBuilder.js:5052)

    at Scene_SynrecMenu.createSelectionWindow (Synrec_MenuBuilder.js:6915)

    at Scene_SynrecMenu.createWindows (Synrec_MenuBuilder.js:6901)

Ok, well I have a recursive function implementation to do for menu builder, I'll do that as well as see what that issue is. Thanks for reporting