View attachment 3181373
Getting this error again.
How to get rid of it?
Here the missing file put in: www/img/characters
Next time mind give us which game & it's version.
--Edit--
You may want to check if you have Crypted or no crypted assets. Does file in the img are in .png or .rpgmvp
Then open system.json file in data folder with a text editor then look at the last line:
,"windowTone":[0,0,0,0],"hasEncryptedImages":true,"hasEncryptedAudio":true} you get this line if the file are in .rpgmvp format [Crypted]
,"windowTone":[0,0,0,0]} you get this line if the file are in .png format [No Crypted]
That error may occur if the assets a not crypted [.png] but the system has [,"hasEncryptedImages":true,"hasEncryptedAudio":true] just get rid of that and vice versa if they are in crypted [.rpgmvp] you need to add that line [,"hasEncryptedImages":true,"hasEncryptedAudio":true] if you don't see it