Ren'Py Abandoned Research into Corruption [v0.6.10 Bugfix] [Fallen Angel Productions]

3.80 star(s) 12 Votes

CutieLvr

Forum Fanatic
Jun 3, 2020
4,489
5,331
Many, many errors in this game. It is so sad, it's a nice game to play. You can roll back from the error but you can't continue, the error keeps popping up. I used the cheats to speed up the corruption, could that be the problem?
 

Apina Kapina

bugs? Bugs BUGS!
Game Developer
Jul 14, 2018
33
33
Many, many errors in this game. It is so sad, it's a nice game to play. You can roll back from the error but you can't continue, the error keeps popping up. I used the cheats to speed up the corruption, could that be the problem?
Some of them might be. Some of the errors are from the rewrite and will be fixed when I get around to them. Reporting errors will also help as the original game logic is quite complex (partly because of limitations of RPGMV)
 
  • Like
Reactions: CutieLvr

Apina Kapina

bugs? Bugs BUGS!
Game Developer
Jul 14, 2018
33
33
how to save the file if I'm using Android?
Seems that unfortunately I will need to add some extra buttons for menu and hiding text window, which are not normally needed in the desktop game (I had never used Ren'Py with android before). Also probably need to rethink the menu for Android use as current icons seem to be bit too small to be really usable.
 

CutieLvr

Forum Fanatic
Jun 3, 2020
4,489
5,331
Some of them might be. Some of the errors are from the rewrite and will be fixed when I get around to them. Reporting errors will also help as the original game logic is quite complex (partly because of limitations of RPGMV)
Sooooo, I assume you are recommending that we wait for the update? It sounds like the update will be a major improvement?
 

Angstlord

Newbie
Apr 9, 2019
27
18
Hi! I just realized that this game has restarted! I thank a lot guys for having this back for all of us. Im sad about Mr Smith... Hope he's going well... I want to ask only one thing. I was playing normally then i realized that some things are like... From soft to hard in an instant. How to say it... For example, one day i was just starting to see some sarah boobs and pussy, and just one day later she asks me in the morning if i want to have anal sex. Lol. Im the only one that saw that? Something similar with the sis. But good work!!
 

Tanaxanth

Member
Donor
Mar 2, 2018
393
186
Other bugs:
Effie at the coffee shop when talking about other women, can talk about them, but can't move forward after doing so
 

Curium255

Newbie
Dec 5, 2019
98
48
Sooooo, I assume you are recommending that we wait for the update? It sounds like the update will be a major improvement?
Unless you want to try and help contribute to finding the bugs for them to fix that would be best. Of course the next update is very unlikely to fix all of them simply because they probably won't all be found by then, and even the ones found may or may not have a solution found by then.
 
  • Like
Reactions: CutieLvr

Apina Kapina

bugs? Bugs BUGS!
Game Developer
Jul 14, 2018
33
33
Continuity is a huge problem right now as well. I tried playing the Effie route exclusively to see if it would get by the conversation about other women bug (and it didn't).
This unfortunately is in the original game, and will be less easy fix.


Her second text message to him mentions his buying her a stereo, which means that there at least 3 scenes that aren't shown - her mentioning it, him buying it (which I did see in the code when I was searching for the SHARAH fix) and him giving it to her.

The first "date" to the burger joint that is shown reads more like it should have been at least the third one. They already know Mimi and are seated at their regular table.

It's been so long ago that I can't put my finger on it, but it seems to me that there's a lot missing for Ellis(?) as well.
Thanks I will look into these. SHARAH typo is fixed, but I will probably collect bit more squashed bugs for the next release.
 

Tanaxanth

Member
Donor
Mar 2, 2018
393
186
Odd thing: Can have sex with sister in shower, prior to "first time" penetrating her with dildo for homework
 

pothb

Well-Known Member
Jan 28, 2018
1,272
1,393
I did not know this was still going on. I thought I saw it being abandoned a while back.
 

CutieLvr

Forum Fanatic
Jun 3, 2020
4,489
5,331
Unless you want to try and help contribute to finding the bugs for them to fix that would be best. Of course the next update is very unlikely to fix all of them simply because they probably won't all be found by then, and even the ones found may or may not have a solution found by then.
Don't mind helping, what do I do after I find a bug? Never done this before.
 
  • Like
Reactions: Curium255

Apina Kapina

bugs? Bugs BUGS!
Game Developer
Jul 14, 2018
33
33
Don't mind helping, what do I do after I find a bug? Never done this before.
Play game, and report as many details of it as you can when you hit a bug:
- What is the error
- How to reproduce
- Possible Ren'Py error with the stack trace
Also a save game file before the bug happens helps a lot.
 
  • Like
Reactions: CutieLvr

CutieLvr

Forum Fanatic
Jun 3, 2020
4,489
5,331
Play game, and report as many details of it as you can when you hit a bug:
- What is the error
- How to reproduce
- Possible Ren'Py error with the stack trace
Also a save game file before the bug happens helps a lot.
When it comes to computer knowledge, I am about as dumb as a sack of dirty diapers. How do I copy a save so that I can send it to you? "Possible Ren'Py error with the stack trace", ???????? No idea, what this means.
 

RedPillBlues

I Want to Rock your Body (To the Break of Dawn)
Donor
Jun 5, 2017
5,083
12,713
Happy to see this games still alive. They should have a platform to just support this game, and not those other ones.
 

Doejhn

Member
Aug 6, 2016
216
90
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/places/cafe/coffee_shop_terrace.rpy", line 178, in <module>
AttributeError: SHARAH

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "scripts/environment/main_loop.rpyc", line 21, in script call
File "scripts/ui.rpyc", line 417, in script call
File "scripts/places/cafe/coffee_shop_terrace.rpyc", line 1927, in script call
File "scripts/places/cafe/coffee_shop_terrace.rpyc", line 178, in script
File "C:\Users\User\Desktop 2\RiC-0.6.8-renpy-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\User\Desktop 2\RiC-0.6.8-renpy-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/places/cafe/coffee_shop_terrace.rpy", line 178, in <module>
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/enum.py", line 429, in __getattr__
AttributeError: SHARAH

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Research into Corruption - Ren'Py 0.6.8-renpy
Thu Apr 13 21:30:53 2023
```
Happens when telling effie about the other women in your life at the coffee shop at 9 am when she's at around 225 corruption. Gets you stuck in an endless loop having you select who to tell her about.

EDIT: Even after fixing the SHARAH attribute and turning it into SARAH, you're still stuck in an endless loop. There doesn't seem to be a way to exit the conversation.
 
Last edited:
3.80 star(s) 12 Votes