ArK#007

Newbie
May 21, 2021
32
9
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ch57.rpy", line 1239, in script
    if candidates.count( "Kari" ):
  File "game/ch57.rpy", line 1239, in <module>
    if candidates.count( "Kari" ):
NameError: name 'candidates' is not defined

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

Full traceback:
  File "game/ch57.rpy", line 1239, in script
    if candidates.count( "Kari" ):
  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 1239, in <module>
    if candidates.count( "Kari" ):
NameError: name 'candidates' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
The Roommate 0.8.4
Mon Jan 16 01:22:18 2023
[/CODE]
what is this error I always get lot of errors around receptionists.Bug fixes doesn't seem to work either.
 

togs-games

Active Member
Game Developer
Apr 22, 2021
854
2,812
... NameError: name 'candidates' is not defined
I'm not even sure how it's possible to get to that point in the game with that variable missing, unless maybe if you came from a very old version.

Regardless, I'm adding a check for it to the "after_load" function and I will post an updated patch a little later.
 
  • Like
Reactions: ArK#007

togs-games

Active Member
Game Developer
Apr 22, 2021
854
2,812
Yeah, I thought it heavily implied that he was one of the uncle's gang of pervs.
Oh! Hadn't meant to imply that, but I seem what you mean.

whatever you've been doing to the textbox means I need to read along in the script files instead.
Okay, so maybe we do need to go with a setting in preferences, as someone mentioned before.
I'll take another look at that.

The "Info" screens seem to be out in force this update.
They're a temporary measure for the transition. They'll be gone by the time I do the next full release.
 
  • Like
Reactions: gregers

MrD812

Well-Known Member
Oct 24, 2021
1,347
1,782
MISSING A RECEPTIONIST?

If your Senior Receptionist is invisible on Casual Friday, here's the cure...

It's a zip file containing the missing images.

- open your "Game" folder
- create a subdirectory called "Images"
- unpack the files into that folder
Curious, when running a particular UnRen in M$.
UnPacking images to find missing little trouble making files *%^$#@!!!.
There is a subFolder named "Receptionists".

Would it be fair to say these files should be there?
 

gregers

Forum Fanatic
Dec 9, 2018
4,408
5,574
They're a temporary measure for the transition. They'll be gone by the time I do the next full release.
Just to be clear, I was referring less to the phone and calendar tutorial messages and more things like these.

You don't have permission to view the spoiler content. Log in or register now.

(Although possibly it was the combination of those messages with the constant notifications that I could use the phone with no one to call that made it reach critical mass.)

Cheers for the responsiveness, as ever.

Curious, when running a particular UnRen in M$.
UnPacking images to find missing little trouble making files *%^$#@!!!.
There is a subFolder named "Receptionists".

Would it be fair to say these files should be there?
I'm not sure what you're saying, but the missing images should just go straight in the images folder, not in any subfolder.
 
Last edited:

MrD812

Well-Known Member
Oct 24, 2021
1,347
1,782
Just to be clear, I was referring less to the phone and calendar tutorial messages and more things like these.

You don't have permission to view the spoiler content. Log in or register now.

(Although possibly it was the combination of those messages with the constant notifications that I could use the phone with no one to call that made it reach critical mass.)



I'm not sure what you're saying, but the missing images should just go straight in the Images folder, not in any subfolder.
Thank You, appreciate You sharing.
Clearly would be apparent when unpacking using UnRen-ultrahack - autorun.bat to examine.
Then You will see it.
 

togs-games

Active Member
Game Developer
Apr 22, 2021
854
2,812
... these 2 images didn't show
I'm sorry - the scenes for the receptionists were set up back in October and I guess there were several that didn't make it to render.

Those few frames for Cassie are running now - I will update the previous file to add those and there will also be an update to the functions.rpyc file that includes the calendar fixes, etc.
 

RDFozz

Active Member
Apr 1, 2022
805
1,102
OK, I can now clarify my previous comment. I am playing on an Android device, using JoiPlay.

Apparently, when I played through 0.7.2, I did not save.

I do not see the "Phone" , "Calendar" or "I.R.I.S." quick menu options at the bottom of the screen. At all.

I do have the functions.rpyc file you provided in my "game" subfolder.

I know you've recommended being sure you play off a 0.7.2 save that's taken at the end of that content as a possible solution. Where might I be able to access that version of the game now?
 

togs-games

Active Member
Game Developer
Apr 22, 2021
854
2,812
Curious, when running a particular UnRen in M$.
UnPacking images to find missing little trouble making files *%^$#@!!!.
There is a subFolder named "Receptionists".

Would it be fair to say these files should be there?
No, in an unpacked game they should be in images/ExecSuite but renpy is not too picky as a rule.
 
  • Like
Reactions: MrD812

togs-games

Active Member
Game Developer
Apr 22, 2021
854
2,812
OK, I can now clarify my previous comment. I am playing on an Android device, using JoiPlay.

Apparently, when I played through 0.7.2, I did not save.

I do not see the "Phone" , "Calendar" or "I.R.I.S." quick menu options at the bottom of the screen. At all.

I do have the functions.rpyc file you provided in my "game" subfolder.

I know you've recommended being sure you play off a 0.7.2 save that's taken at the end of that content as a possible solution. Where might I be able to access that version of the game now?
The android port is unofficial, so you'd need to talk to whoever does that!
 

togs-games

Active Member
Game Developer
Apr 22, 2021
854
2,812
Updates to updates

Two extra images for if Cassie's been disappearing in the update file .

Further update to the file to cover the character name reverting to "Player" and the mysterious lost "Candidates" variable.
 
3.80 star(s) 76 Votes