Miloen

Newbie
Nov 4, 2018
70
74
hey guys, im trying again my request :D

Since the implamentation of the new journal im getting various errors:


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

While running game code:
  File "game/screens.rpy", line 670, in script
    call screen screen_new_diary
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/script/screens/screen journal.rpy", line 35, in execute
    screen screen_new_diary:
  File "game/script/screens/screen journal.rpy", line 35, in execute
    screen screen_new_diary:
  File "game/script/screens/screen journal.rpy", line 38, in execute
    frame:
  File "game/script/screens/screen journal.rpy", line 150, in execute
    hbox:
  File "game/script/screens/screen journal.rpy", line 151, in execute
    vbox:
  File "game/script/screens/screen journal.rpy", line 184, in execute
    hbox:
  File "game/script/screens/screen journal.rpy", line 187, in execute
    $ status_report = set_status_report()
  File "game/script/screens/screen journal.rpy", line 187, in <module>
    $ status_report = set_status_report()
  File "game/script/screens/screen journal report.rpy", line 31, in set_status_report
    if s_09 == False and claire_corr == 100:
NameError: global name 's_09' is not defined

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

Full traceback:
  File "game/screens.rpy", line 670, in script
    call screen screen_new_diary
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\ast.py", line 1861, in execute
    self.call("execute")
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\ast.py", line 1849, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\statements.py", line 203, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\exports.py", line 2755, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 3059, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 3059, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/script/screens/screen journal.rpy", line 35, in execute
    screen screen_new_diary:
  File "game/script/screens/screen journal.rpy", line 35, in execute
    screen screen_new_diary:
  File "game/script/screens/screen journal.rpy", line 38, in execute
    frame:
  File "game/script/screens/screen journal.rpy", line 150, in execute
    hbox:
  File "game/script/screens/screen journal.rpy", line 151, in execute
    vbox:
  File "game/script/screens/screen journal.rpy", line 184, in execute
    hbox:
  File "game/script/screens/screen journal.rpy", line 187, in execute
    $ status_report = set_status_report()
  File "game/script/screens/screen journal.rpy", line 187, in <module>
    $ status_report = set_status_report()
  File "game/script/screens/screen journal report.rpy", line 31, in set_status_report
    if s_09 == False and claire_corr == 100:
NameError: global name 's_09' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Take Over 0.13
Thu May 16 20:15:22 2019

and:

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

While running game code:
  File "game/script/locations/PPF HQ.rpy", line 58, in script
    menu:
  File "game/script/locations/PPF HQ.rpy", line 65, in <module>
    "Corrupt Branka" if s_09 == True and bran_corr < 100 and vera_corr > 0:
NameError: name 's_09' is not defined

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

Full traceback:
  File "game/script/locations/PPF HQ.rpy", line 58, in script
    menu:
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\ast.py", line 1564, in execute
    choice = renpy.exports.menu(choices, self.set)
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\exports.py", line 885, in menu
    condition = renpy.python.py_eval(condition)
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\python.py", line 1944, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\python.py", line 1937, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script/locations/PPF HQ.rpy", line 65, in <module>
    "Corrupt Branka" if s_09 == True and bran_corr < 100 and vera_corr > 0:
NameError: name 's_09' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Take Over 0.13
Thu May 16 20:18:15 2019

Maybe someone can help me. Maybe i did something wrong and did things to early. Or i missed something what was necessary, i cant trigger later in the game.
Does this happen when you load a save? Try sleeping for one night, it should update your game to the proper version (a message pops up).
 

VySaika

Newbie
Donor
Feb 5, 2018
33
29
I just grabbed this for the first time and installed the incest patch as instructed, but it's still saying Landlady and Roommate in the game? Does the patch not work for the latest version or something?
 

Cmann

Active Member
Donor
Feb 7, 2019
517
750
I just grabbed this for the first time and installed the incest patch as instructed, but it's still saying Landlady and Roommate in the game? Does the patch not work for the latest version or something?
Go to the kitchen, select 'Browse internet' and 'Update names'.
 
  • Like
Reactions: strict9

Bruce_Wayne18

Member
Mar 14, 2018
287
661
Is this game fappable? It's only 247mb which can mean only 2 things: poor content and renders OR the dev is really good at crunching.
 

gmdz

Member
Feb 4, 2019
157
100
anyone know if its possible to change the name of the character? i want to change the name from a save file i got from here, since mine was corrupted or something, was stuck with 60 corruption for vera and couldnt proceed to do much else. If anyone knows a way i'd appriciate it.
 

Cathynka

Newbie
Apr 20, 2019
65
170
Does this happen when you load a save? Try sleeping for one night, it should update your game to the proper version (a message pops up).
Yes it was a save since the new journal always updated how it was described. The game told me aswell that the save got updated.
 

Cmann

Active Member
Donor
Feb 7, 2019
517
750
After loading the save and opening console, what does game_version give you before and after passing a day?
 

Cathynka

Newbie
Apr 20, 2019
65
170
I just grabbed this for the first time and installed the incest patch as instructed, but it's still saying Landlady and Roommate in the game? Does the patch not work for the latest version or something?
The incest patch is not for version 0.13 last update should be 0.10 . Correct me if im wrong.
 

Cathynka

Newbie
Apr 20, 2019
65
170
Wait a minute im trying something.
What about before passing a day and getting the 'Game updated to 0.13' message?


It should function for 0.13, see no new additions to names.rpy.

Nope doesnt work. I was trying to update the game manually through every 0.xx version of the game. 0.9 to 0.10 and onwards.

the version before the update is 0.9.

I updated it to 0.10 but if i do it skips in the newer versions 0.11 update and directly went to "updated to 0.12" and "updated to 0.13"

Still same errors.
 

Cathynka

Newbie
Apr 20, 2019
65
170
Does someone have the 0.11 Version of the game and provide it for me? I want to try updating manually through all versions from 0.9 onwards.

0.10 0.12 and 0.13 are already on my pc.
 

Cmann

Active Member
Donor
Feb 7, 2019
517
750
Nope doesnt work. I was trying to update the game manually through every 0.xx version of the game. 0.9 to 0.10 and onwards.
The variable its asking for is specified in if game_version == "0.8": - Did you try game_version = "0.8" in console?
 
3.70 star(s) 81 Votes