Hikkes

Newbie
Aug 28, 2016
42
12
I got pass most of errors by saving the game and reload it from version .10c and then back to 11a. Nothing much after homerun with the mother.
 

PauCSGO

Newbie
Jun 5, 2017
17
7
Hey guys, i have an error when im going to house at night at the second day, when i click on the corridor (to visit the sister) i have a infinite loop bug it breaks the game. Im playing on 0.11b version. Please, i need help D:
 
  • Like
Reactions: Vaanta

px305

Member
May 6, 2017
466
832
Im sutck at "Meet mom for Mother-Son time before the evening", I meeted her like 50 times and the story doesnt advance, neither effie sends me the message.

Anyone?
 

xןʞ

I trolled so N7 could soar.
Staff member
Moderator
Donor
Jul 19, 2017
3,052
28,802
Don't meet her and then you'll advance the story and get in a brawl with dickhead daddy.
 

styggtuff12

Active Member
Jul 12, 2017
705
942
I just played through the mom homerun sequence and I can't help but to be disappointed by the lack of build up and resistance on the part of the mom. I feel as though the dinner night should have ended with just a bj. Then a build up should happen between the mc and mom. It doesn't make sense that she is willing to do everything just because of one dinner date. Where's the mom's resistance.
exactly, so far its had a good build up but this felt like they jumped quite a few steps. blowjob sure but straight up sex, no.
 
  • Like
Reactions: Pollolicious

Asr127

Member
Aug 5, 2016
100
114
I'm getting an error whenever I try to go back home.
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scenes/myhouse/hallway/night/main/myhallway_night.rpy", line 7, in script
Exception: Possible infinite loop.

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

Full traceback:
File "C:\Users\.........\Desktop\ATownUncovered-Alpha_0.11b-win\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "C:\Users\............\Desktop\ATownUncovered-Alpha_0.11b-win\renpy\main.py", line 487, in main
run(restart)
File "C:\Users\...........\Desktop\ATownUncovered-Alpha_0.11b-win\renpy\main.py", line 147, in run
renpy.execution.run_context(True)
File "C:\Users\...........\Desktop\ATownUncovered-Alpha_0.11b-win\renpy\execution.py", line 761, in run_context
context.run()
File "game/scenes/myhouse/hallway/night/main/myhallway_night.rpy", line 7, in script
File "C:\Users\.........\Desktop\ATownUncovered-Alpha_0.11b-win\renpy\execution.py", line 56, in check_infinite_loop
raise Exception("Possible infinite loop.")
Exception: Possible infinite loop.

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
ATownUncovered Alpha_0.11b

Any suggestions on how to fix the issue?
 

matsc

Active Member
Aug 6, 2016
584
513
I'm getting an error whenever I try to go back home.
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scenes/myhouse/hallway/night/main/myhallway_night.rpy", line 7, in script
Exception: Possible infinite loop.
You don't have permission to view the spoiler content. Log in or register now.

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
ATownUncovered Alpha_0.11b

Any suggestions on how to fix the issue?
Looking at the code, it should work on any day other than Tuesday. Tuesdays are when the laws of reality in the house have their day off, and it gets a bit non-euclidean up in there.

You can get around it in the short term by porting directly to your bed room, and avoiding the other parts of the house that night.

(Basically it looks like he mixed up the "day of the week" counter with the "first day of the game" counter, hence the code getting a bit mangled)
 

matsc

Active Member
Aug 6, 2016
584
513
If you want to fix the code so it DOESNT break down once a week, you can modify the rpy a bit.

The file is "myhallway_night.rpy" in \game\scenes\myhouse\hallway\night\main (as usual, requires unpacked game).

Look at lines 8 and 15
Replace "jump lbl_myhallway_night_setup" with "jump lbl_myhallway_night"

So the first 15 lines of final code should look like this:
Code:
if day == 1:
            jump lbl_myhallway
        else:
            scene bg myhallway_night
            pov "{i}Hmm.. it sounds like the TV is on in the living room.{/i}"
            jump lbl_myhallway_night
    elif (15 <= main_story <= 27 or main_story >= 35) and mum_path == 4:
        if day == 1:
            jump lbl_myhallway_night
 
  • Like
Reactions: muttdoggy

hi2me2k16

Newbie
Feb 5, 2017
76
17
infinite loop is destroying the game..
idk what they uploaded by considering it fix :oops::FeelsBadMan::noexpression:
 
Jul 9, 2017
281
366
If you want to fix the code so it DOESNT break down once a week, you can modify the rpy a bit.

The file is "myhallway_night.rpy" in \game\scenes\myhouse\hallway\night\main (as usual, requires unpacked game).

Look at lines 8 and 15
Replace "jump lbl_myhallway_night_setup" with "jump lbl_myhallway_night"

So the first 15 lines of final code should look like this:
Code:
if day == 1:
            jump lbl_myhallway
        else:
            scene bg myhallway_night
            pov "{i}Hmm.. it sounds like the TV is on in the living room.{/i}"
            jump lbl_myhallway_night
    elif (15 <= main_story <= 27 or main_story >= 35) and mum_path == 4:
        if day == 1:
            jump lbl_myhallway_night
What do you mean by "unpacked game"?
 

matsc

Active Member
Aug 6, 2016
584
513
So I run the extraction on archive.rpa, then move all the files into the games folder? Do I need to delete anything or is that it?
You would remove the archive.rpa file from the game folder once you place the unpacked files in there. So at the end, the Game folder would look like this:

 

Qwasar

Active Member
Apr 20, 2017
830
801
I just played through the mom homerun sequence and I can't help but to be disappointed by the lack of build up and resistance on the part of the mom. I feel as though the dinner night should have ended with just a bj. Then a build up should happen between the mc and mom. It doesn't make sense that she is willing to do everything just because of one dinner date. Where's the mom's resistance.
there was a build up. "build .10c" was his name. Sadly a month passed and who plays the game today doesn't feel the build up anymore
 
3.20 star(s) 88 Votes