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
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
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
I'm guessing that's a mod, because there's no such variable as fakestatus in the game I made.NameError: name 'fakestatus' is not defined
Send me the save file.Error even after both bug fixes
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 . I could post the mod on a separate topic if you'd prefer.I'm guessing that's a mod, because there's no such variable as fakestatus in the game I made.
MRMIdAS2k, I'll look into it, but next time, you should specify that the bug is with the mod to avoid any confusion.BUG REPORT
Got the walkthrough mod on, but I didn't expect that to mess with anything like that. Fair enough.I'm guessing that's a mod, because there's no such variable as fakestatus in the game I made.
Didn't know it was the WT mod.MRMIdAS2k, I'll look into it, but next time, you should specify that the bug is with the mod to avoid any confusion.
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.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.
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.
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.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.
I meant for what bugsBugs......
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.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
Alright, I made the mod into it's own topic, and it just got approved: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.
Glad you're enjoying it. I'll check the calendar error.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...
View attachment 2317853