Also to the developer, I was able to enable the solo failed escape ending by editing script.rpy from Ren'Py and taking the failed out of "failed" in lines 31678 and 31725, example:
if normalending == "failed":
jump failedending
TO
if normalending == "":
jump failedending
I wasn't able to get the ending without this change, even with following the guide.