Does anybody else get errors when trying to view renders in S1/S2 (I'm in Ep 8 now, but it's been happening since at least Ep 6)? I get the attached error when trying to view most renders. Strangely, Jade, Cathy, and Quinn work fine. I thought it might be an issue with Sanchomod, but it happens in a clean folder as well.
Deleting the persistent file or using another person's persistent file resolves it, but of course I lose all the progress I made. Not sure if there's a fix while keeping my existing progress.
Edit:
Doing some debugging, I at least was able to fix my 2D art by using the console. For some reason, persistent.art_unlocked_lvl2 has a length of 16 but art_girl_level_list and some other variables mentioned in mphone_art_app have a length of 14.
Not sure what to do about the character renders. I haven't dug around enough in the code to see if I can fix this through the console as well without unlocking renders I didn't actually unlock.
if persistent.rewards_seen_list[tmpInt][20]:
text "{font=Redressed.ttf}!{/font}" style "reward_new_style"
Edit 2: Was able to fix it by reinitalizing the rewards_seen_list as if it was None. I'm not sure what happened, but it may have been because I tried running 0.9.1 first and it initialized a persistent file.