• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Question - IDE Retrieve JSON error

Hi

I'm getting this error on compile. Could somebody tell me what it means?

Code:
RetrieveJSON - failed to find: C:\Users\ted_g\Documents\GameMakerStudio2\Error2\views\6a8bc387-1167-4273-8356-a7ef65bead14.yy
RetrieveJSON - failed to find: C:\Users\ted_g\Documents\GameMakerStudio2\Error2\views\7d25ecc7-eb88-4ad8-bc9b-2b609ece4421.yy
RetrieveJSON - failed to find: C:\Users\ted_g\Documents\GameMakerStudio2\Error2\views\99f39e3a-bd00-4bf7-a6a0-64c6a818e203.yy
RetrieveJSON - failed to find: C:\Users\ted_g\Documents\GameMakerStudio2\Error2\views\b203241f-a63a-4a25-9ca5-66dcfafca065.yy
RetrieveJSON - failed to find: C:\Users\ted_g\Documents\GameMakerStudio2\Error2\views\bfcadf15-92bd-4114-9b93-64dcc33d4df6.yy
RetrieveJSON - failed to find: C:\Users\ted_g\Documents\GameMakerStudio2\Error2\views\e904d8d0-1f77-4bcd-b4bc-25ce34f8d1a7.yy
RetrieveJSON - failed to find: C:\Users\ted_g\Documents\GameMakerStudio2\Error2\views\e993ffb4-26dc-42e9-adb2-a7dcbe869643.yy
RetrieveJSON - failed to find: C:\Users\ted_g\Documents\GameMakerStudio2\Error2\views\6a8bc387-1167-4273-8356-a7ef65bead14.yy
RetrieveJSON - failed to find: C:\Users\ted_g\Documents\GameMakerStudio2\Error2\views\e904d8d0-1f77-4bcd-b4bc-25ce34f8d1a7.yy
RetrieveJSON - failed to find: C:\Users\ted_g\Documents\GameMakerStudio2\Error2\views\bfcadf15-92bd-4114-9b93-64dcc33d4df6.yy
RetrieveJSON - failed to find: C:\Users\ted_g\Documents\GameMakerStudio2\Error2\views\6a8bc387-1167-4273-8356-a7ef65bead14.yy
 

Nocturne

Friendly Tyrant
Forum Staff
Admin
GMS2 stores data for various things in .yy files, and in this case it's trying to set the workspace views but can't find the appropriate files. I think this would be solved by going to the "Layouts" menu and selecting "Reset Layout"... note that this shouldn't negatively affect your actual project, it's just an annoying error in the output.
 
Top