Still get an error when I hit escape to save game or do anyting with the menu!
View attachment 5258012
I have the same issue on the v0.2.39, seems like sleeping after speaking with amy in the map016.json somehow triggers this bug on newer version. Instead, playing the same part with the older version v0.2.23 bypass the bug and saving the game make it playable (but I didn't tested it in next sleeping days).
This bug start when the function
Window_MenuStatus.prototype.drawItemImage inside of
www/js/plugins/YEP_CoreEngine.js receives an index out of the $gameParty.members() array which in my bug case has one element and the index is 1 (arrays counter starts from 0, so the length should be at least 2).
The caller function of the above function is
Window_MenuStatus.prototype.drawItem inside of
www/js/rpg_windows.js
Unfortunately I'm unable to solve this issue by myself , I'm using the compressed versions, a simple way to avoid the crash is duplicate the faces_1.rpgmvp image from img/pictures folder and rename it to undefined_NaN.rpgmvp, this bypass the bug but when you'll save the game there will be a missing image and you'll play a broken game with an out of bound error unfixed and unexplained.
I can attach broken and working save files for debug purpose if necessary.
- file1-8 -> these are game files from v0.2.23 compressed
- file9 -> you have to talk with amy and go to sleep, then the game crash if you open the menu after this event, this is from v0.2.39 compressed by load file8. I talked to layon and refused him. Maybe staying with him could not break the game at all (not tested)
- file10 -> this is from v0.2.23 compressed by load file8, refusing layon, talked to amy and after sleep. In this case, playing the v0.2.23 don't break the game (but maybe it could be break by the same issue later). I can load this in the v0.2.39 with no issue but maybe it could be broken next sleep (not tested)
- file11 -> this is from v0.2.39 compressed by load file9, sleep after talked to amy with the undefined_NaN.rpgmvp added as explained above. the save game has no player image and could crash your game because it could try to load such image. Due this reason you have to rename this save file to test it but it's useless.
I hope that next release will be able to fix this bug, because I'm afraid to waste my time playing a broken save files.
Maybe the new bug is due to this changelog from v0.2.38:
- When Kate is naked after giving Leroy blowjobs all over the island, her face in the menu and save screen correctly appear without clothes.