Hi! I love this Walkthrough+ mod and I used it since before it was moved to this separate thread, but unfortunately I found several bugs in this version 0.11.7 that crash the game. I tried to reload some of my saved games from previous versions, with mixed success because some of them crashed while loading and others crashed a few chapters later.
Then I decided to start a new game from scratch, to be sure that there were no leftovers or strange variables from the previous versions of the game that I had played. And unfortunately that new "clean" game crashed even earlier, on day 57.
The crash happens when Lois tells the MC that a new receptionist is needed, then the MC says "Okay. Who's on your list of candidates?", then boom:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/ch57.rpy", line 1364, in script
$ tempstr = tempstr + candidates[ loop ]
File "game/ch57.rpy", line 1364, in <module>
$ tempstr = tempstr + candidates[ loop ]
IndexError: list index out of range
I attach the corresponding saved game:
24-1-LT1.save. With a new game, I cannot go past this crash on day 57.
I had mixed success with saved games from a few months ago or from last year (all of them with the WT+ mod). For example, here is a crash near the end of Kari's sex scene in the evening of day 66. Kari says: "I'm going to come, but I don't want to you finish yet!" and then the game crashes:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/ch67.rpy", line 144, in script
show d66-night-03-cum with flash
File "renpy/common/00placeholder.rpy", line 196, in _duplicate
rv.name = list(args.name) + list(args.args)
TypeError: 'RevertableList' object is not callable
I attach a save from just before the crash, as
8-4-LT1.save.
Some of the older saves from a year ago fail to load at all and crash immediately. For example, with a game that was saved more than a year ago with version 0.8.7 of the game, I get a crash as soon as it loads:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/functions.rpy", line 1857, in script
return
Exception: Could not find return label (u'game/ch62.rpy', 1685916181, 320).
Note that this game could not be loaded either with versions 0.9.x or 0.10.x of the game, so maybe you should not waste time on it. I can still load it with the old version 0.8.7, click a few times to advance the story, then save the game and reload it in a newer version of the game, so I guess that I had just saved it at the wrong time. I attach the saved game just in case, but don't worry too much about it. It is in the attachment
7-3-LT1.save.
EDIT: I forgot to mention that I am playing The Roommate 0.11.07 WT+ with Ren'Py 7.4.11.2266 under Linux (Ubuntu LTS or Debian, both of them experience the same crashes).