Emelex

Active Member
Nov 15, 2018
583
876
Hey, I was digging through the game's files again, and I found a new character or two that haven't been introduced yet:
You don't have permission to view the spoiler content. Log in or register now.
Also, in light of all the recent bug-fixes, I'm releasing a new version of my Roommate v0.8.4 WT+ mod, though it hasn't been fully tested yet.
EDIT: Just reposted the mod with a bugfix.
 
Last edited:
  • Like
Reactions: rnzn

MRMIdAS2k

Member
Mar 21, 2018
434
320
BUG REPORT

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ch57.rpy", line 389, in script
    if not hasattr(renpy.store, fakestatus):
  File "game/ch57.rpy", line 389, in <module>
    if not hasattr(renpy.store, fakestatus):
NameError: name 'fakestatus' is not defined

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

Full traceback:
  File "game/ch57.rpy", line 389, in script
    if not hasattr(renpy.store, fakestatus):
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/ch57.rpy", line 389, in <module>
    if not hasattr(renpy.store, fakestatus):
NameError: name 'fakestatus' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
The Roommate 0.8.4
Mon Jan 16 17:53:40 2023

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ch57.rpy", line 397, in script
    if lois.relationship == "Slut" or fakestatus == "Slut":
  File "game/ch57.rpy", line 397, in <module>
    if lois.relationship == "Slut" or fakestatus == "Slut":
NameError: name 'fakestatus' is not defined

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

Full traceback:
  File "game/ch57.rpy", line 397, in script
    if lois.relationship == "Slut" or fakestatus == "Slut":
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/ch57.rpy", line 397, in <module>
    if lois.relationship == "Slut" or fakestatus == "Slut":
NameError: name 'fakestatus' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
The Roommate 0.8.4
Mon Jan 16 17:55:15 2023

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ch57.rpy", line 401, in script
    if lois.relationship == "Submissive" or fakestatus == "Submissive":
  File "game/ch57.rpy", line 401, in <module>
    if lois.relationship == "Submissive" or fakestatus == "Submissive":
NameError: name 'fakestatus' is not defined

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

Full traceback:
  File "game/ch57.rpy", line 401, in script
    if lois.relationship == "Submissive" or fakestatus == "Submissive":
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/ch57.rpy", line 401, in <module>
    if lois.relationship == "Submissive" or fakestatus == "Submissive":
NameError: name 'fakestatus' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
The Roommate 0.8.4
Mon Jan 16 17:55:48 2023
 

Emelex

Active Member
Nov 15, 2018
583
876
I'm guessing that's a mod, because there's no such variable as fakestatus in the game I made.
You're right, that was a variable I put in my mod so players could become Lois's boyfriend without missing out on all the slut/sub sex scenes. I largely made the mod so I didn't have to choose :love:. I could post the mod on a separate topic if you'd prefer.
Also, I'm looking forward to meeting Suzie.
BUG REPORT
MRMIdAS2k, I'll look into it, but next time, you should specify that the bug is with the mod to avoid any confusion.
 

Emelex

Active Member
Nov 15, 2018
583
876
Got the walkthrough mod on, but I didn't expect that to mess with anything like that. Fair enough.



Didn't know it was the WT mod.
Sorry, what I meant to say is, whenever you experience a bug while playing the game with the WT+ mod installed, you need to say so in your post. Again, I'll try to fix it soon, but I'm not sure if I should post it here as an attachment or as a new topic in the mods section.
EDIT: I just updated my last WT+ mod post with a fix that should correct that error. I can't guarantee there aren't others, though. Click the arrow below to navigate to the post with the attachment, then download it and reinstall it.
Also, in light of all the recent bug-fixes, I'm releasing a new version of my Roommate v0.8.4 WT+ mod, though it hasn't been fully tested yet.
 
Last edited:

RDFozz

Active Member
Apr 1, 2022
805
1,102
Point of clarification - was there an existing function.rpyc file prior to the bug fix for 0.8.4? I ask because I didn't see one, and the original bug fix didn't replace such a file.
 

gregers

Forum Fanatic
Dec 9, 2018
4,452
5,636
Point of clarification - was there an existing function.rpyc file prior to the bug fix for 0.8.4? I ask because I didn't see one, and the original bug fix didn't replace such a file.
The official release is neatly packaged in .rpa containers, so you won't see the individual files unless you take steps to do so (unren and such). An unpackaged file dropped next to the rpa will generally trump whatever is in the container.
 
  • Like
Reactions: Vleder

hercha71

New Member
Sep 17, 2019
1
0
Hello,
I have an error message when MC is in the hospital. It cuts out when the doctor calls her by name. See below.
Is there a way to correct this?
I am French, I don't speak English.
I thank you for your help.


I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Sayer 'sy' is not defined.

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

Full traceback:
File "ch56.rpyc", line 66, in script
File "renpy/ast.py", line 681, in execute
who = eval_who(self.who, self.who_fast)
File "renpy/ast.py", line 574, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'sy' is not defined.

Windows-10-10.0.22000
Ren'Py 7.4.10.2178
The Roommate 0.8.4
Tue Jan 17 01:25:42 2023
 

BobThompson

New Member
May 18, 2018
3
0
Getting this error heading to the Twisted Kilt

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ch61.rpy", line 586, in script call
    call driveTo( "ranger", "You leave the office and drive to the {i}Twisted Kilt{/i}." )
  File "game/ch61.rpy", line 586, in script call
    call driveTo( "ranger", "You leave the office and drive to the {i}Twisted Kilt{/i}." )
ScriptError: could not find label 'LoisHasImplants2'.

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

Full traceback:
  File "game/ch61.rpy", line 586, in script call
    call driveTo( "ranger", "You leave the office and drive to the {i}Twisted Kilt{/i}." )
  File "eventqueue.rpyc", line 61, in script call
  File "renpy/ast.py", line 1490, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/ch61.rpy", line 586, in script call
    call driveTo( "ranger", "You leave the office and drive to the {i}Twisted Kilt{/i}." )
  File "eventqueue.rpyc", line 61, in script call
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'LoisHasImplants2'.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
The Roommate 0.8.4
Mon Jan 16 21:11:03 2023
 

Emelex

Active Member
Nov 15, 2018
583
876
Getting this error heading to the Twisted Kilt

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ch61.rpy", line 586, in script call
    call driveTo( "ranger", "You leave the office and drive to the {i}Twisted Kilt{/i}." )
  File "game/ch61.rpy", line 586, in script call
    call driveTo( "ranger", "You leave the office and drive to the {i}Twisted Kilt{/i}." )
ScriptError: could not find label 'LoisHasImplants2'.

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

Full traceback:
  File "game/ch61.rpy", line 586, in script call
    call driveTo( "ranger", "You leave the office and drive to the {i}Twisted Kilt{/i}." )
  File "eventqueue.rpyc", line 61, in script call
  File "renpy/ast.py", line 1490, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/ch61.rpy", line 586, in script call
    call driveTo( "ranger", "You leave the office and drive to the {i}Twisted Kilt{/i}." )
  File "eventqueue.rpyc", line 61, in script call
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'LoisHasImplants2'.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
The Roommate 0.8.4
Mon Jan 16 21:11:03 2023
The base game is incapable of appending LoisHasImplants2 in its current state. I'm pretty sure the only way that could have happened is if you were playing my WT+ mod. You need to make sure to mention that in your error reports. I'm increasingly motivated to post it as its own Mod topic instead of here. Anyway, I reuploaded my WT+ mod in my post on the last page with a fix that will prevent LoisHasImplants1 from running. I only enabled it in the first place because it's already coded into the game and I wanted to see the scene, but it's not worth it if it causes people bugs.
 

togs-games

Active Member
Game Developer
Apr 22, 2021
854
2,816
I'm in the process of setting up a discord server, and will have an "unofficial" channel (if that's the right name for it).

But, yes, I think a separate topic for the mod would make sense.
 
  • Like
Reactions: fleetp and Zenae

TheGamingAddict

New Member
Jan 17, 2023
4
3
hey, new member/player here, found this game through a friend, looks nice, love redheads...
Ran into a little oddity, the calendar and date display in top-left don't match...

daycount-calendar-missmatch.png
 
  • Thinking Face
Reactions: togs-games

Emelex

Active Member
Nov 15, 2018
583
876
3.80 star(s) 76 Votes