Create and Fuck your AI Slut -70% OFF
x

Tor7

Member
Jun 10, 2021
242
277
74
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
7,703
7,341
699
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
230
745
217
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

Community Champion
Compressor
Sep 3, 2022
30,125
276,863
957
Double Perception [v4.3] [Zett] | F95zone

COMPRESSED:

Win/Linux:
- - -

Mac:
- - -
 
Last edited:

Stil996

Conversation Conqueror
Jan 11, 2018
7,703
7,341
699
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
55
36
260
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
55
36
260
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
753
948
302
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

Well-Known Member
Nov 12, 2018
1,041
396
278
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
7,703
7,341
699
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
7,703
7,341
699
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

Well-Known Member
Nov 12, 2018
1,041
396
278
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
7,703
7,341
699
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:
 

sergerserj

Member
Jul 2, 2021
295
420
187
Well. Another game ruined by a Developer who can't handle sandbox/free roam. Good visual but a lot of bugs, a lot of lags, a lot of spaghetti coding and grind. Damn, it must be a really good game if just use VN style with choices and not sandbox...
 

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
8,711
3,974
436
DoublePerception-4.3
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 
3.40 star(s) 52 Votes