• 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.

SOLVED [RESOLVED] GMS2 trying to loaded deleted files

Hiya,

I'm greeted with this message when opening my GMS2 project: "Resource load failures encountered..."
1585166966549.png

Well, those resources have been deleted, so of course of it can't load them. But how can I get it to stop trying to load them?
 
Last edited:

Nocturne

Friendly Tyrant
Forum Staff
Admin
Have you tried using "Save As" and saving it as a different named project? That should clean any file that have been left over like this...
 
Was able to figure out when I found this topic I had missed: https://forum.yoyogames.com/index.php?threads/failed-to-load-resource.51030/

Had to open the yyp file in Notepad++ and get rid of certain hex keys and wot-not like its 1999.
1585169242817.png

Found every file that was giving the error and deleted it from the code. We good now.

Didn't get a chance to try Save As, but not sure I'd wanna do that with the git integration I have. I'm a git noob and I'm very sheepish about messing it. Lord knows good simple git tutorials written for people that didn't come out of the womb coding software is quite hard.

But we good. Issue resolved.
 
Top