estrada777

Engaged Member
Modder
Donor
Mar 22, 2020
3,943
9,716
Bugged.

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

While running game code:
  File "game/Overworld Screens/!Kim/Events.rpy", line 156, in script call
    call interaction_end(ap)
  File "game/Dialog System/Dialog system.rpy", line 8, in script
    $ timeManager()
  File "game/Dialog System/Dialog system.rpy", line 8, in <module>
    $ timeManager()
  File "game/Overworld Screens/Python/Time python.rpy", line 100, in timeManager
    new_npc_location_manager()
  File "game/Overworld Screens/Python/NPC python.rpy", line 554, in new_npc_location_manager
    npc_Kimberly.location = tt_Kim[temp_kim_activity]["locationid"]
KeyError: u'famdin'

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

Full traceback:
  File "game/Overworld Screens/!Kim/Events.rpy", line 156, in script call
    call interaction_end(ap)
  File "game/Dialog System/Dialog system.rpy", line 8, in script
    $ timeManager()
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Dialog System/Dialog system.rpy", line 8, in <module>
    $ timeManager()
  File "game/Overworld Screens/Python/Time python.rpy", line 100, in timeManager
    new_npc_location_manager()
  File "game/Overworld Screens/Python/NPC python.rpy", line 554, in new_npc_location_manager
    npc_Kimberly.location = tt_Kim[temp_kim_activity]["locationid"]
KeyError: u'famdin'

Windows-10-10.0.22621
Ren'Py 7.4.10.2164n
Double Perception 4.2
Sat Oct 12 13:49:05 2024
 
  • Like
Reactions: Archi_Andrews

Tor7

Member
Jun 10, 2021
233
258
Two errors, been having them for a bit, helping now by uploading them... betterzett

Error one: When loading a save game. Can be ignored.
Error two: When you click on the portrait in the phone to change to another person. Been stuck on Jennie for quite some time. You can't ignore, only rollback.

Hopefully this helps. Love the game, but I know I'm missing content w/ the mom & sister.
 

Stil996

Conversation Conqueror
Jan 11, 2018
6,985
6,328
Two errors, been having them for a bit, helping now by uploading them... betterzett

Error one: When loading a save game. Can be ignored.
Error two: When you click on the portrait in the phone to change to another person. Been stuck on Jennie for quite some time. You can't ignore, only rollback.

Hopefully this helps. Love the game, but I know I'm missing content w/ the mom & sister.
I think that "error 2" was already fixed, I've never heard of or encountered "error 1" before... I suspect that the saves you are trying to load are from v3.9 (that version was badly bugged), my saves from earlier loaded fine and didn't get affected but the Portrait bug, while "new games" did.

Have you tried a New Game?
 

Madderdin

Member
Jan 17, 2022
202
657
4.3


4.3 Changelog

New Interaction – Invite Kim and Rachel - Restaurant

New Animated Scene – Restaurant with Kim and Rachel – Rachel BJ

New Animated Scene – Restaurant with Kim and Rachel – Kim BJ

New Animated Scene – Kim Copycat – Foursome Sex

New Scene – Threesome with Jennie and Riley

New Animated Scene – Threesome with Jennie and Riley - Riley BJ

New Animated Scene – Threesome with Jennie and Riley - Jennie BJ
 

SonsOfLiberty

Post Pro
Compressor
Sep 3, 2022
23,058
192,486
Double Perception [v4.3] [Zett] | F95zone

COMPRESSED:

Win/Linux:
- - -

Mac:
- - -
 
Last edited:

Stil996

Conversation Conqueror
Jan 11, 2018
6,985
6,328
No. If that's the answer, there should be something on the OP saying "saves from 3.9 will be bugged forever and ever."
you seem to have an exaggerated view on how much the Mods get involved with these games.
 

SwitchWitch

Newbie
Aug 29, 2017
52
34
Error occures when you try to sell items in notice board :

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

While running game code:
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script
    ""
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/DoA rpy/Black Market/Python.rpy", line 12, in doa_bm_trade_function
    remove_item(item)
  File "game/DoA rpy/DoA inventory.rpy", line 268, in remove_item
    for slot,data in inventory.iteritems():
RuntimeError: dictionary changed size during iteration

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

Full traceback:
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script
    ""
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1417, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1249, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 901, in do_display
    **display_args)
  File "renpy/character.py", line 647, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  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 4155, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "game/DoA rpy/Black Market/Python.rpy", line 12, in doa_bm_trade_function
    remove_item(item)
  File "game/DoA rpy/DoA inventory.rpy", line 268, in remove_item
    for slot,data in inventory.iteritems():
RuntimeError: dictionary changed size during iteration

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Double Perception 4.3
Thu Oct 31 18:05:29 2024
 

SwitchWitch

Newbie
Aug 29, 2017
52
34
Is the game still broken when starting a new game or something like that?
No, i started the new game and i had no problem.

ERRORS:
If you invite both of them in cinema or SPA and one of them is sleep you get error.
DoA(VR) if you cap out your inventory and try to sell items in notice board you get error. If you have more then one item, its gonna trade all same items as one.
If you get error and restart game you gonna lose some items in DoA... like i did....

Any anal ?
Not yet
 

Brok TheDog

Active Member
Donor
Jun 2, 2018
603
744
Well I see in the changelog that it's still just additions and that there is no work on the bugs. It doesn't make you want to download the latest version
 

homarkc

Active Member
Nov 12, 2018
820
327
How do you trigger Jennie & Riley's scenes? Go to the 4the floor on Tuesday & Friday night the only one I can interact with there is Jennie.
 
  • Like
Reactions: XCrew21

Stil996

Conversation Conqueror
Jan 11, 2018
6,985
6,328
Well I see in the changelog that it's still just additions and that there is no work on the bugs. It doesn't make you want to download the latest version
there have definitely been bug fixes, most of the obvious ones from the last few updates seem to have been fixed (the ones I noticed anyway), there are still a few places it is twitchy (spa for example) but my last run when fairly smoothly only needing to hit ignore a few times.
 

Stil996

Conversation Conqueror
Jan 11, 2018
6,985
6,328
How do you trigger Jennie & Riley's scenes? Go to the 4the floor on Tuesday & Friday night the only one I can interact with there is Jennie.
yup thats Jenny's apartment, she doesn't live with Riley.
after you have had your date with Jenny there is a chance to meet Riley at the Gym (reception Desk)
after that, go into VR and visit the Tavern, and you should meet Riley's Avatar, after that go to Jenny's home in DoA and see what you can see.
 

homarkc

Active Member
Nov 12, 2018
820
327
yup thats Jenny's apartment, she doesn't live with Riley.
after you have had your date with Jenny there is a chance to meet Riley at the Gym (reception Desk)
after that, go into VR and visit the Tavern, and you should meet Riley's Avatar, after that go to Jenny's home in DoA and see what you can see.
Thanks. But I meant the threesome with Jennie & Riley IRL in the latest version (The hint says go to 4-th floor on Tuesday or Friday night).
 

Stil996

Conversation Conqueror
Jan 11, 2018
6,985
6,328
Thanks. But I meant the threesome with Jennie & Riley IRL in the latest version (The hint says go to 4-th floor on Tuesday or Friday night).
Ahhh ok... looks like I overlooked that one, and just when I thought I was up to date. :unsure:
 
3.50 star(s) 40 Votes