There seems to be a pretty major bug in chapter 8 (version Ch.11.1) that skips the entire relationship conversation with Cory+Clover.
This happens after you press the Done button when choosing the drinks to buy.
Specifically you need to open chapter8.rpy file and change:
line 934: jump ch8_scene_8 -> jump ch8_scene_7a
line 989: str(option1) -> option1
Be careful not to mess with the indentation of the lines.
The first one is the main bug, the second one will just throw an error if not fixed that you can safely ignore.
I am also attaching the fixed file.
You must extract it and drop "chapter8.rpy" file in the "game" folder and overwrite the previous one.
You might need to delete "chapter8.rpyc" before starting the game again (probably not needed but just to be safe)
I am guessing this can also be fixed if you choose to start the game from Chapter 9 and later.