Papazoglo1

Newbie
Aug 8, 2019
78
95
183
Perhaps someone will find it useful to know that this game was translated into Russian by a good translator ( lf2mr):

 

Radnos Salazar

Well-Known Member
Dec 4, 2023
1,163
2,485
373
For a game that's almost 13 gigs in size, the screenshot quality looks not up to par, is that because it's a sandbox themed game? Or are those screenshots old and quality has improved?
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,774
7,309
712
For a game that's almost 13 gigs in size, the screenshot quality looks not up to par, is that because it's a sandbox themed game? Or are those screenshots old and quality has improved?
Newer scenes are much higher quality and there are a lot of animations
 

hyper911

New Member
Oct 13, 2023
2
0
1
Every time I buy the smartphone, the game crashes in the following night from sunday to monday. Happens when I go to sleep manually, am forced to because it's late, or I get there by skipping days. Any fixes for this?
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,774
7,309
712
Every time I buy the smartphone, the game crashes in the following night from sunday to monday. Happens when I go to sleep manually, am forced to because it's late, or I get there by skipping days. Any fixes for this?
What does the crash say? Can you share the traceback.txt file?
 

hyper911

New Member
Oct 13, 2023
2
0
1
What does the crash say? Can you share the traceback.txt file?
An exception has occurred.

While running game code:

File "renpy/common/000statements. rpy", line 670, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other. rpy", line 585, in __call_ rv = self.callable(*self.args, **self.kwargs)
File "game/scripts/classes/clock.rpy", line 1591, in day
File "game/scripts/classes/clock.rpy", line 17, in _m1_clock__onTimeChanged
File "game/scripts/classes/actionscheduler.rpy", line 14, in _m1_actionscheduler_onTimeChanged
RuntimeError: dictionary changed size during iteration

Full traceback:
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
[Previous line repeated 4 more times]
File "//game/scripts/filo_teaching.rpyc", line 42, in script call
File "//game/scripts/filo_teaching.rpyc", line 136, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/nav_map.rpyc", line 11, in script
File "/renpy/ast.py", line 2259, in execute self.call("execute")
File "/renpy/ast.py", line 2241, in call return renpy.statements.call(method, parsed, *args, **kwargs)
File "/renpy/statements.py", line 342, in call return method (parsed, *args, **kwargs)
File "renpy/common/000 statements. rpy", line 670, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs)
File "/renpy/exports.py", line 3347, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward-roll_forward)
File "/renpy/ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/renpy/display/core.py", line 3582, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "/renpy/display/core.py", line 4543, in interact_core rv = root_widget.event (ev, x, y, 0)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x - xo, y yo, cst)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/screen.py", line 770, in event rv = self.child. event(ev, x, y, st)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/transform.py", line 936, in event rv = d.event(ev, cx, cy, st)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/behavior.py", line 1142, in event return handle_click(self.clicked)
File "/renpy/display/behavior.py", line 1075, in handle_click rv = run(action)
File "/renpy/display/behavior.py", line 372, in run new_rv = run(i, *args, **kwargs)
File "/renpy/display/behavior.py", line 379, in run return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 585, in __call_ rv = self.callable(*self.args, **self.kwargs)
File "/renpy/revertable.py", line 97, in do_mutation return method(self, *args, **kwargs)
File "game/scripts/classes/clock.rpy", line 1591, in day
File "game/scripts/classes/clock.rpy", line 17, in _m1_clock__onTime Changed
File "game/scripts/classes/actionscheduler.rpy", line 14, in _m1_actionscheduler_onTimeChanged
RuntimeError: dictionary changed size during iteration

Emscripten-3.1.24-wasm 32-32bit wasm32
Ren'Py 8.1.3.23091805
Big City's Pleasures 0.8
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,774
7,309
712
An exception has occurred.

While running game code:

File "renpy/common/000statements. rpy", line 670, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other. rpy", line 585, in __call_ rv = self.callable(*self.args, **self.kwargs)
File "game/scripts/classes/clock.rpy", line 1591, in day
File "game/scripts/classes/clock.rpy", line 17, in _m1_clock__onTimeChanged
File "game/scripts/classes/actionscheduler.rpy", line 14, in _m1_actionscheduler_onTimeChanged
RuntimeError: dictionary changed size during iteration

Full traceback:
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
[Previous line repeated 4 more times]
File "//game/scripts/filo_teaching.rpyc", line 42, in script call
File "//game/scripts/filo_teaching.rpyc", line 136, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/shop.rpyc", line 209, in script call
File "//game/scripts/nav_map.rpyc", line 11, in script
File "/renpy/ast.py", line 2259, in execute self.call("execute")
File "/renpy/ast.py", line 2241, in call return renpy.statements.call(method, parsed, *args, **kwargs)
File "/renpy/statements.py", line 342, in call return method (parsed, *args, **kwargs)
File "renpy/common/000 statements. rpy", line 670, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs)
File "/renpy/exports.py", line 3347, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward-roll_forward)
File "/renpy/ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/renpy/display/core.py", line 3582, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "/renpy/display/core.py", line 4543, in interact_core rv = root_widget.event (ev, x, y, 0)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x - xo, y yo, cst)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/screen.py", line 770, in event rv = self.child. event(ev, x, y, st)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/transform.py", line 936, in event rv = d.event(ev, cx, cy, st)
File "/renpy/display/layout.py", line 1179, in event rv = i.event(ev, x-xo, y yo, cst)
File "/renpy/display/behavior.py", line 1142, in event return handle_click(self.clicked)
File "/renpy/display/behavior.py", line 1075, in handle_click rv = run(action)
File "/renpy/display/behavior.py", line 372, in run new_rv = run(i, *args, **kwargs)
File "/renpy/display/behavior.py", line 379, in run return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 585, in __call_ rv = self.callable(*self.args, **self.kwargs)
File "/renpy/revertable.py", line 97, in do_mutation return method(self, *args, **kwargs)
File "game/scripts/classes/clock.rpy", line 1591, in day
File "game/scripts/classes/clock.rpy", line 17, in _m1_clock__onTime Changed
File "game/scripts/classes/actionscheduler.rpy", line 14, in _m1_actionscheduler_onTimeChanged
RuntimeError: dictionary changed size during iteration

Emscripten-3.1.24-wasm 32-32bit wasm32
Ren'Py 8.1.3.23091805
Big City's Pleasures 0.8
You are using an unofficial port that's using Ren'Py 8.1. The game is not compatible with this Ren'Py version
 

geralt007

New Member
Jul 22, 2022
7
2
92
Hey i play in joiplay and the game doesn't start. Here is the traceback(downloaded the lq version).

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
File "renpy/main.py", line 684, in main
File "renpy/main.py", line 148, in run
File "renpy/execution.py", line 918, in run_context
File "00start.rpyc", line 282, in script
File "renpy/script.py", line 918, in lookup
ScriptError: could not find label 'start'.

Would be gratefull if someone could help, thanks
 

fpsgamer

Active Member
Nov 21, 2017
742
1,129
346
Hey i play in joiplay and the game doesn't start. Here is the traceback(downloaded the lq version).

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
File "renpy/main.py", line 684, in main
File "renpy/main.py", line 148, in run
File "renpy/execution.py", line 918, in run_context
File "00start.rpyc", line 282, in script
File "renpy/script.py", line 918, in lookup
ScriptError: could not find label 'start'.

Would be gratefull if someone could help, thanks

Get android port, renpy plugin as not been updated to this game renpy version yet
 

fpsgamer

Active Member
Nov 21, 2017
742
1,129
346
Hey, thanks for the reply, just looked and found that the game uses ver 7.3.5 of renpy. Any idea if the creatos are going to update? Thanks again
What version of joiplay are you using?

Get latest from here and install both of renply plugins (both 8.1.3 and for older game scripts 7.4.11)
Maybe this helps.
Also check a file named script_version in game folder, and tell me what number it says.
 
Last edited:
3.20 star(s) 95 Votes