3.50 star(s) 33 Votes

MegaNZ

Member
Jun 9, 2018
304
131
Coding changes during development and new code can either change or overwrite old code.

Happens all the time in games development, even AAA.

Simply put, people like you should not be playing games still in development.
Just a case of piss poor planning. I will admit the changes were a nice addition but rehashing old content repeatidly wears out some of the fun.
 

Rodnarr

Newbie
Jun 28, 2017
68
48
I already did that, but i chose the wrong temperature and i cant change it
I had the same bug, if you don¨t set the temp right you cannot change it. But on the other hand if you set the right temp you can interact with the boiler again..........

Fortunately I save often and could go back just a little and set the right temp on the first try.

I can't find the laundry basket, but maybe it will appear in a future update.
 

MegaNZ

Member
Jun 9, 2018
304
131
I had the same bug, if you don¨t set the temp right you cannot change it. But on the other hand if you set the right temp you can interact with the boiler again..........

Fortunately I save often and could go back just a little and set the right temp on the first try.

I can't find the laundry basket, but maybe it will appear in a future update.
I found it once in the basement but have yet to see it a second time yet.
 
Jul 31, 2017
47
29
i got this error when i try to open the journal
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/LOCATIONS/Hallway/SCENES.rpy", line 13, in script
    $ result = ui.interact()
  File "game/scripts/LOCATIONS/Hallway/SCENES.rpy", line 13, in <module>
    $ result = ui.interact()
  File "game/scripts/game_screens.rpy", line 8, in execute
    screen info_top_screen:
  File "game/scripts/game_screens.rpy", line 8, in execute
    screen info_top_screen:
  File "game/scripts/game_screens.rpy", line 81, in execute
    if phone_open:
  File "game/scripts/game_screens.rpy", line 161, in execute
    side "c b r":
  File "game/scripts/game_screens.rpy", line 163, in execute
    viewport:
  File "game/scripts/game_screens.rpy", line 166, in execute
    vbox:
  File "game/scripts/game_screens.rpy", line 167, in execute
    if events_active_ids:
  File "game/scripts/game_screens.rpy", line 169, in execute
    vbox:
  File "game/scripts/game_screens.rpy", line 170, in execute
    for k in events_active_descriptions:
  File "game/scripts/game_screens.rpy", line 173, in execute
    vbox:
  File "game/scripts/game_screens.rpy", line 174, in execute
    for idx ,l in enumerate(events_active_items[ren]):
  File "game/scripts/game_screens.rpy", line 175, in execute
    hbox:
  File "game/scripts/game_screens.rpy", line 176, in execute
    if l not in inv.items:
  File "game/scripts/game_screens.rpy", line 186, in execute
    $ren_c = events_active_reqs[ren][idx]
  File "game/scripts/game_screens.rpy", line 186, in <module>
    $ren_c = events_active_reqs[ren][idx]
IndexError: list index out of range

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

Full traceback:
  File "game/scripts/LOCATIONS/Hallway/SCENES.rpy", line 13, in script
    $ result = ui.interact()
  File "E:\Nouveau dossier\games\Back To The Cabin\BtTC-0.4-pc\renpy\ast.py", line 881, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Nouveau dossier\games\Back To The Cabin\BtTC-0.4-pc\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/LOCATIONS/Hallway/SCENES.rpy", line 13, in <module>
    $ result = ui.interact()
  File "E:\Nouveau dossier\games\Back To The Cabin\BtTC-0.4-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Nouveau dossier\games\Back To The Cabin\BtTC-0.4-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Nouveau dossier\games\Back To The Cabin\BtTC-0.4-pc\renpy\display\core.py", line 3059, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Nouveau dossier\games\Back To The Cabin\BtTC-0.4-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "E:\Nouveau dossier\games\Back To The Cabin\BtTC-0.4-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "E:\Nouveau dossier\games\Back To The Cabin\BtTC-0.4-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "E:\Nouveau dossier\games\Back To The Cabin\BtTC-0.4-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "E:\Nouveau dossier\games\Back To The Cabin\BtTC-0.4-pc\renpy\display\core.py", line 3059, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Nouveau dossier\games\Back To The Cabin\BtTC-0.4-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "E:\Nouveau dossier\games\Back To The Cabin\BtTC-0.4-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/scripts/game_screens.rpy", line 8, in execute
    screen info_top_screen:
  File "game/scripts/game_screens.rpy", line 8, in execute
    screen info_top_screen:
  File "game/scripts/game_screens.rpy", line 81, in execute
    if phone_open:
  File "game/scripts/game_screens.rpy", line 161, in execute
    side "c b r":
  File "game/scripts/game_screens.rpy", line 163, in execute
    viewport:
  File "game/scripts/game_screens.rpy", line 166, in execute
    vbox:
  File "game/scripts/game_screens.rpy", line 167, in execute
    if events_active_ids:
  File "game/scripts/game_screens.rpy", line 169, in execute
    vbox:
  File "game/scripts/game_screens.rpy", line 170, in execute
    for k in events_active_descriptions:
  File "game/scripts/game_screens.rpy", line 173, in execute
    vbox:
  File "game/scripts/game_screens.rpy", line 174, in execute
    for idx ,l in enumerate(events_active_items[ren]):
  File "game/scripts/game_screens.rpy", line 175, in execute
    hbox:
  File "game/scripts/game_screens.rpy", line 176, in execute
    if l not in inv.items:
  File "game/scripts/game_screens.rpy", line 186, in execute
    $ren_c = events_active_reqs[ren][idx]
  File "game/scripts/game_screens.rpy", line 186, in <module>
    $ren_c = events_active_reqs[ren][idx]
IndexError: list index out of range

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Back to The Cabin 0.4
Tue Feb 05 21:10:20 2019
 

gestved

Engaged Member
Aug 18, 2017
2,288
2,382
after you mess with the boiler temperature, if you try to access the journal the game crashes

actually it happens exactly after you finish reading the boiler manual, just tested

Code:
While running game code:
  File "game/scripts/LOCATIONS/MC bedroom/SCENES.rpy", line 14, in <module>
  File "game/scripts/game_screens.rpy", line 8, in execute
  File "game/scripts/game_screens.rpy", line 8, in execute
  File "game/scripts/game_screens.rpy", line 81, in execute
  File "game/scripts/game_screens.rpy", line 161, in execute
  File "game/scripts/game_screens.rpy", line 163, in execute
  File "game/scripts/game_screens.rpy", line 166, in execute
  File "game/scripts/game_screens.rpy", line 167, in execute
  File "game/scripts/game_screens.rpy", line 169, in execute
  File "game/scripts/game_screens.rpy", line 170, in execute
  File "game/scripts/game_screens.rpy", line 173, in execute
  File "game/scripts/game_screens.rpy", line 174, in execute
  File "game/scripts/game_screens.rpy", line 175, in execute
  File "game/scripts/game_screens.rpy", line 176, in execute
  File "game/scripts/game_screens.rpy", line 186, in execute
  File "game/scripts/game_screens.rpy", line 186, in <module>
IndexError: list index out of range
 

Dependable_223

Engaged Member
Jan 3, 2019
3,043
4,913
Was wondering people are talking about the mom but the description says something else isn't the mom looking younger then her son ?
 
  • Like
Reactions: Totoweb

Rubbishcoder

Well-Known Member
Feb 7, 2018
1,432
6,524
Was wondering people are talking about the mom but the description says something else isn't the mom looking younger then her son ?
I don't recall it showing what the son looked like, the Mom does look young, i read the description and was expecting a "friend". She was pregnant with the MC during school though.

Also i didn't get any bugs, the journal thingy wasn't crossing stuff off which was a bit annoying but i think i saw all the content. She should take a bath more often though, kept being showers instead
 

xrayman2k4

Member
Jun 10, 2017
209
262
So at what age did she had the child? 5?
Never heard of Oil of Ulay/Olay whatever the fuck they call it these days? Liquidised placentae & dead foetuses or something! My mum swore by it! She's dead now though, smoked like a fucking chimney & paid the ultimate price :(
She always had smooth wrinkle free skin though, it worked a charm. It was either that or the satanic rituals each Saturday night in the forest with her coven :p
 
U

User_10739

Guest
Guest
If you get the temp wrong on the boiler it seems to screw the game up. It tells you you can fix it but you can't and journal gives exception and peeking just throws you back to the patio...
 

MegaNZ

Member
Jun 9, 2018
304
131
I originally dropped the temp to 30 but later changed it to 40 with no problems.
 

Huldrafolk

Member
Jul 20, 2017
383
571
it's impossible to proceed. No new contents at all, only the girl at grocieries with a few talk, and stop. I don't know how the god proceed. It's a griendfiesta without rewards. Sadly this was a good game. If someone know how to proceed after the same loop spy bathroom / yoga / groceries PLEASE write something. That new guy don't exist, it's impossible to go in town alone (the mission said that, but it's impossible to do it!), it's impossible to go out (because it's scary? wtf), it's impossible to put away her panty. Please, someone explain me how to proceed.
 
3.50 star(s) 33 Votes