Rindarion

Member
Apr 26, 2019
261
425
yo i am kinda stuck at getting mr. fine photos, when i ask her, she says something about her favorite clothing shop but i cannot even go there
Just go to park place and click the black rectangular shape in the emerald cleaners window
 
  • Like
Reactions: bmle

xoxo44

Newbie
Aug 14, 2017
23
14
PC version. You have to use Unren to enable console.
It worked. But I got another problem. When go to the motel room then an exception has occured.


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/imotel.rpy", line 285, in execute
File "game/scripts/imotel.rpy", line 285, in execute
File "game/scripts/imotel.rpy", line 295, in execute
File "game/scripts/imotel.rpy", line 295, in <module>
NameError: name 'l_heather_motel_1' is not defined

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

Full traceback:
File "script.rpyc", line 119, in script call
File "scripts/mapscreen.rpyc", line 174, in script call
File "scripts/mapscreen.rpyc", line 431, in script call
File "scripts/iapartment.rpyc", line 434, in script call
File "scripts/mapscreen.rpyc", line 174, in script call
File "scripts/parkplace.rpyc", line 25, in script call
File "scripts/parkplace.rpyc", line 25, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/iapartment.rpyc", line 434, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 174, in script call
File "scripts/mapscreen.rpyc", line 172, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 174, in script call
File "scripts/imotel.rpyc", line 310, in script
File "renpy/ast.py", line 2009, in execute
self.call("execute")
File "renpy/ast.py", line 1997, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3057, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3693, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3693, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/scripts/imotel.rpy", line 285, in execute
File "game/scripts/imotel.rpy", line 285, in execute
File "game/scripts/imotel.rpy", line 295, in execute
File "game/scripts/imotel.rpy", line 295, in <module>
NameError: name 'l_heather_motel_1' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
ROCKING ROBIN v.7D
Thu Jul 29 16:32:49 2021
[/code]



Do you know how to sove this?
 

Jecht Alzer

Newbie
Feb 25, 2018
29
78
Thank you ! Just out of interest, how did you find out ?
I encountered the bug. Thought there was something wrong. Used Unren to unpackage the big .rpa file to see the scripts (since I can't see the scripts on the game folder). Looked for the diner scripts in the correct file (this is the painstaking part). Read through the code and found that a single line of code doesn't execute because it was failing a variable. Troubleshooting further, I found that the variable only turns on when you play the game a specific way (buying laptops in a specific order).

So I opened the console and just set it to True.

It may look difficult but it only took me ~20min to fix. I was only using notepad++ to read the files.
 
  • Wow
  • Like
Reactions: thegrimm and Chyric

Jecht Alzer

Newbie
Feb 25, 2018
29
78
It worked. But I got another problem. When go to the motel room then an exception has occured.


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:...
[/QUOTE]

You probably missed a scene with heather. I have to be honest, I don't know how to prevent this issue but from what I get on the traceback, just go to the console and type "l_heather_motel_1=True" then press enter.
 
  • Like
Reactions: thegrimm

Chyric

New Member
May 6, 2018
7
18
I encountered the bug. Thought there was something wrong. Used Unren to unpackage the big .rpa file to see the scripts (since I can't see the scripts on the game folder). Looked for the diner scripts in the correct file (this is the painstaking part). Read through the code and found that a single line of code doesn't execute because it was failing a variable. Troubleshooting further, I found that the variable only turns on when you play the game a specific way (buying laptops in a specific order).

So I opened the console and just set it to True.

It may look difficult but it only took me ~20min to fix. I was only using notepad++ to read the files.
I also tried to find the error but after 2 hours I gave up ;)
 
  • Like
Reactions: thegrimm

Chyric

New Member
May 6, 2018
7
18
It worked. But I got another problem. When go to the motel room then an exception has occured.


[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/imotel.rpy", line 285, in execute
File "game/scripts/imotel.rpy", line 285, in execute
File "game/scripts/imotel.rpy", line 295, in execute
File "game/scripts/imotel.rpy", line 295, in <module>
NameError: name 'l_heather_motel_1' is not defined

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

Full traceback:
File "script.rpyc", line 119, in script call
File "scripts/mapscreen.rpyc", line 174, in script call
File "scripts/mapscreen.rpyc", line 431, in script call
File "scripts/iapartment.rpyc", line 434, in script call
File "scripts/mapscreen.rpyc", line 174, in script call
File "scripts/parkplace.rpyc", line 25, in script call
File "scripts/parkplace.rpyc", line 25, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/iapartment.rpyc", line 434, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 174, in script call
File "scripts/mapscreen.rpyc", line 172, in script call
File "scripts/mapscreen.rpyc", line 204, in script call
File "scripts/mapscreen.rpyc", line 174, in script call
File "scripts/imotel.rpyc", line 310, in script
File "renpy/ast.py", line 2009, in execute
self.call("execute")
File "renpy/ast.py", line 1997, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3057, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3693, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3693, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/scripts/imotel.rpy", line 285, in execute
File "game/scripts/imotel.rpy", line 285, in execute
File "game/scripts/imotel.rpy", line 295, in execute
File "game/scripts/imotel.rpy", line 295, in <module>
NameError: name 'l_heather_motel_1' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
ROCKING ROBIN v.7D
Thu Jul 29 16:32:49 2021
[/code]



Do you know how to sove this?
Have tried several saves and had the same error, here is one of my own where it worked with the help of Jecht Alzer information.
 
  • Like
Reactions: UraN82 and thegrimm

Jecht Alzer

Newbie
Feb 25, 2018
29
78
I also tried to find the error but after 2 hours I gave up ;)
You only need to get used to it. I'm working a job where programming is a requirement which I code non-user application software and I think that help me find these sorts of issues. The coding patterns I'm used to is generally the same with renpy game development.
 
  • Like
Reactions: Chyric

MamaOswald

Newbie
Mar 22, 2018
22
37
Stuck on chapter four "go to the dining during the day" where nothing happens when I go to the dining, it's only available quest
 

Flayli

New Member
Jan 27, 2018
12
5
I’m having a similar problem as well. I tried going back a few saves and went to the diner first since I didn’t initially, but nothing changed. It’s a little frustrating since it’s blocking off a whole bunch of other events for me, so if anyone knows what’s what I’d appreciate a heads up.
I managed to get through it. I downloaded the compressed version since its v0.7c thinking it would at least activate the scene when it did I just saved it and went back to 7d. Loading the save on 7c may cause an error it did to me just hit ignore and carry on hope this helps.
 

Thermophob

Well-Known Member
Apr 10, 2018
1,906
2,343
Is this PC version? Where I can find the console? Or how can I open it?
Developer disabled console and developer console in script.rpy

init -1 python:
config.console = False
config.developer = False
import renpy.store as store
import renpy.exports as renpy
from operator import attrgetter
In order to override this, user either has to use unren, or can use simple script like this:

Python:
init 999 python:
    config.console = True
    config.developer = True
Copy this in empty text document, give it any name you wish, like config_enabler.rpy (bear in mind, it has to have .rpy extension), and place new script in /ROCKING_ROBIN-v.7D-pc/game
Both developer meny (shift+D) and console (shift+O) should work now.
 
4.10 star(s) 68 Votes