======== GUIDE ON HOW TO FIX FAILED TO LOAD IMAGES =================
Source of issue:
-Windows takes capitalization seriously. Girl.png is different from girl.png. Case sensitive.
-Sometimes URL Percent encoding fails. The (%20 cause)
Fix:
Search for the file, they are often named very similar but different capitization. (Example $cowgirlyellow Bust3.png is something like $Cowgirlyellow Bust3.png)
Rename the files as the error gives exactly.
In case of "%20" error (ex: maternity%20instuctor2) you put a space where %20 is (%20 in Encode is space) so your rename it to: maternity instructor2
NOTE: Error says ".png" but you need to use the rpgmvp files so you can't create a blank png. You have to rename an existing one (rename a copy, not the original). So in your files they are acctually
"maternity instructor2.pgmvp"
Hope it helps.