3.40 star(s) 27 Votes

Ive-11

Well-Known Member
Sep 10, 2019
1,404
499
I do not see flashing during animations. I am on a regular HP desktop, nothing spectacular. Not sure what that could be.
ok then what is this chess screen :Kappa: ive play other renpy game not having this screen (even i play renpy with big size dosnt get this screen :Kappa:)
You don't have permission to view the spoiler content. Log in or register now.
 

Zephea

Engaged Member
Sep 7, 2019
2,531
2,227
ok then what is this chess screen :Kappa: ive play other renpy game not having this screen (even i play renpy with big size dosnt get this screen :Kappa:)
You don't have permission to view the spoiler content. Log in or register now.
Looks like it could missing an image (or frame) or 2 there. I have not had that happen to me. Anyone else experience this?
 

Creepz

Newbie
Oct 5, 2017
43
41
Hi,
I am having trouble upgrading the club/raising popularity.
The construction guy dialogue keeps repeating: i.e. Every time I talk to him he says it will be over in a week and every time MC gives him an installment.

Can anyone help?
 

borovnica

Newbie
Dec 18, 2021
38
12
How to get all photos. Some characters just make excuses when i try to take a photo for example mi Elena refuses to take 2nd photo and Mia only took 1 out of 3. And i missed some scenes in the gallery with some characters. Is there a way to get them or am i screwed? Please help
 

ngtmarun

New Member
Mar 20, 2020
1
1
Well, I can't check Bonnie's story anymore to see progression.

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

While running game code:
  File "renpy/common/000window.rpy", line 111, in _window_auto_callback
    _window_hide(auto=True)
  File "renpy/common/000window.rpy", line 101, in _window_hide
    renpy.with_statement(trans)
  File "game/w/bio_chapter/cafe/bonny.rpy", line 13, in execute
  File "game/w/bio_chapter/cafe/bonny.rpy", line 13, in execute
  File "game/w/bio_chapter/cafe/bonny.rpy", line 122, in execute
  File "game/w/bio_chapter/cafe/bonny.rpy", line 130, in execute
  File "game/w/bio_chapter/cafe/bonny.rpy", line 148, in execute
NameError: Name 'bonny's' is not defined.

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

Full traceback:
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 287, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 278, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Ivents/Ivents_cafe.rpyc", line 739, in script
  File "renpy/ast.py", line 1323, in execute
    statement_name("scene")
  File "renpy/ast.py", line 46, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 111, in _window_auto_callback
    _window_hide(auto=True)
  File "renpy/common/000window.rpy", line 101, in _window_hide
    renpy.with_statement(trans)
  File "renpy/exports.py", line 1682, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "renpy/display/core.py", line 2752, in do_with
    clear=clear)
  File "renpy/display/core.py", line 3315, 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 3735, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3735, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/w/bio_chapter/cafe/bonny.rpy", line 13, in execute
  File "game/w/bio_chapter/cafe/bonny.rpy", line 13, in execute
  File "game/w/bio_chapter/cafe/bonny.rpy", line 122, in execute
  File "game/w/bio_chapter/cafe/bonny.rpy", line 130, in execute
  File "game/w/bio_chapter/cafe/bonny.rpy", line 148, in execute
  File "renpy/text/text.py", line 1574, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1693, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'bonny's' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Corrupted World 0.1.5-public-beta-relis
Wed Mar 23 14:07:16 2022
 
  • Like
Reactions: fessix

fessix

Member
Game Developer
Jan 19, 2021
230
461
Well, I can't check Bonnie's story anymore to see progression.

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

While running game code:
  File "renpy/common/000window.rpy", line 111, in _window_auto_callback
    _window_hide(auto=True)
  File "renpy/common/000window.rpy", line 101, in _window_hide
    renpy.with_statement(trans)
  File "game/w/bio_chapter/cafe/bonny.rpy", line 13, in execute
  File "game/w/bio_chapter/cafe/bonny.rpy", line 13, in execute
  File "game/w/bio_chapter/cafe/bonny.rpy", line 122, in execute
  File "game/w/bio_chapter/cafe/bonny.rpy", line 130, in execute
  File "game/w/bio_chapter/cafe/bonny.rpy", line 148, in execute
NameError: Name 'bonny's' is not defined.

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

Full traceback:
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 287, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 278, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Locations/Location_my_home.rpyc", line 96, in script call
  File "w/Ivents/Ivents_cafe.rpyc", line 739, in script
  File "renpy/ast.py", line 1323, in execute
    statement_name("scene")
  File "renpy/ast.py", line 46, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 111, in _window_auto_callback
    _window_hide(auto=True)
  File "renpy/common/000window.rpy", line 101, in _window_hide
    renpy.with_statement(trans)
  File "renpy/exports.py", line 1682, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "renpy/display/core.py", line 2752, in do_with
    clear=clear)
  File "renpy/display/core.py", line 3315, 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 3735, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3735, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/w/bio_chapter/cafe/bonny.rpy", line 13, in execute
  File "game/w/bio_chapter/cafe/bonny.rpy", line 13, in execute
  File "game/w/bio_chapter/cafe/bonny.rpy", line 122, in execute
  File "game/w/bio_chapter/cafe/bonny.rpy", line 130, in execute
  File "game/w/bio_chapter/cafe/bonny.rpy", line 148, in execute
  File "renpy/text/text.py", line 1574, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1693, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'bonny's' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Corrupted World 0.1.5-public-beta-relis
Wed Mar 23 14:07:16 2022
"Come into [bonny]'s office at 08:00."
Thank you so much! Will be fixed in the update
 

fessix

Member
Game Developer
Jan 19, 2021
230
461
How to get all photos. Some characters just make excuses when i try to take a photo for example mi Elena refuses to take 2nd photo and Mia only took 1 out of 3. And i missed some scenes in the gallery with some characters. Is there a way to get them or am i screwed? Please help
Hi! There are hints for these events in the update, so you can use the cheat code to unlock them. It's listed in the changelog

anyone else getting random russain at times instead of it being in English?
I don't understand why the Cyrillic alphabet sometimes appears! If you send me screenshots, I'll fix it.
Hi,
I am having trouble upgrading the club/raising popularity.
The construction guy dialogue keeps repeating: i.e. Every time I talk to him he says it will be over in a week and every time MC gives him an installment.

Can anyone help?
If this problem is relevant I can check

hmm i just fresh download n got missing somthing :Kappa:
Hi, that's because you have developer mode on.
 

Crel

Member
Jun 5, 2018
192
135
You don't have permission to view the spoiler content. Log in or register now.

I ran into same issue. Fix is attached.

Don't know if the dev's around here, but
\game\tl\eng\bio_character.rpy
line 612
[bonny's] should be [bonny]'s
 
  • Like
Reactions: fessix

RyukXaos

Member
Aug 29, 2020
182
161
Hi! There are hints for these events in the update, so you can use the cheat code to unlock them. It's listed in the changelog
where in the changelog does it say the password? I just see a link that says you have to pay $10 for the password
 
  • Like
Reactions: fessix

fessix

Member
Game Developer
Jan 19, 2021
230
461
where in the changelog does it say the password? I just see a link that says you have to pay $10 for the password
Completely redesigned event gallery code. Unfortunately, all events you've already passed will be locked in the gallery, but I've made a special password - ver1.3 (It unlocks all events from the previous version).


anyone got a torrent so it will download in less than a day?
I think the good people will make a torrent tomorrow
 

Somnis

Newbie
Sep 5, 2019
45
36
Gallery code isn't working for me, just sends me to the club to buy advertising. That's when I hit the enter code button at all, even when there is no code entered. Android version
 

fessix

Member
Game Developer
Jan 19, 2021
230
461
Gallery code isn't working for me, just sends me to the club to buy advertising. That's when I hit the enter code button at all, even when there is no code entered. Android version
Very strange... I just checked everything, it should work. Send me your save, I'll do it manually
 

fessix

Member
Game Developer
Jan 19, 2021
230
461
Asides that, i unlocked the club and need to renovate - but always when i am there, it's nothing to do, and at night i get "the girls are sleeping" - WHAT GIRLS???
This is a mistake, I was rewriting this point in the game and forgot to fix it. You need to progress through the main story.


This is a mistake, I rewrote this point in the game and forgot to fix (nothing critical)
Most likely you need to check the clue in the main plot of Eldoran
If you had sent me the save, I would have been able to tell you more accurately
 

Deleted member 2553135

Well-Known Member
Jul 3, 2020
1,186
2,214
For some reason, Kate's 7th gallery item will not unlock. I know I have watched event (I did it today), but it says "I have missed the event."
 

Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
2,899
7,692
Most likely you need to check the clue in the main plot of Eldoran
I already figured that out by chance - even though the hint system for Eldoran is kind of broken. On earth it's pretty clear what to do, but as soon as i am on eldoran, i mostly don't get the hints and have to figure by try and error.
 
  • Like
Reactions: An1275
3.40 star(s) 27 Votes