3.10 star(s) 91 Votes

JHSHREW

Newbie
Feb 23, 2020
37
29
I'm gettign this error message when I try to massage Alice, I think I've used the patch on first page also. Can anyone help me?


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

While running game code:
  File "renpy/common/000statements.rpy", line 560, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/core/imagemaps.rpy", line 6, in execute
  File "game/core/imagemaps.rpy", line 6, in execute
  File "game/core/imagemaps.rpy", line 9, in execute
  File "game/core/imagemaps.rpy", line 10, in execute
  File "game/core/imagemaps.rpy", line 10, in keywords
  File "game/core/imagemaps.rpy", line 12, in keywords
  File "game/core/imagemaps.rpy", line 12, in <module>
TypeError: 'NoneType' object has no attribute '__getitem__'

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

Full traceback:
  File "dialogues/alicetalk.rpyc", line 1929, in script
  File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/ast.py", line 1957, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 560, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/exports.py", line 2974, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/core.py", line 3007, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/core.py", line 3418, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/core.py", line 3418, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/core/imagemaps.rpy", line 6, in execute
  File "game/core/imagemaps.rpy", line 6, in execute
  File "game/core/imagemaps.rpy", line 9, in execute
  File "game/core/imagemaps.rpy", line 10, in execute
  File "game/core/imagemaps.rpy", line 10, in keywords
  File "game/core/imagemaps.rpy", line 12, in keywords
  File "game/core/imagemaps.rpy", line 12, in <module>
TypeError: 'NoneType' object has no attribute '__getitem__'

Darwin-19.6.0-x86_64-i386-64bit
Ren'Py 7.4.2.1292
Большой брат: Другая история 0.06.0.02
Sat Feb 13 10:29:57 2021
 

badi90

Newbie
Jun 18, 2017
65
117
will this update was a disappointment. aunt part got little to nothing 2events with max then eric will take over. lisa little side qust event with repeat to have sexual control but very hard to do . alice is good since u can beat eric but still he will be involved .and that's in war part . to much time with little stuff to do . and I hated the idea of forcing thing . it should be eric involved in friendship path and eric wanna be involved but u beat him before he could do it in war path .aka netorare pathand natori path
 

Lukumoide

Well-Known Member
Jan 25, 2018
1,133
1,904
For the life of... I can't blackmail Alice to sleep naked when smoking... I already took a picture of Eric jerking off, I've done all other new contents aside from Eric finding out about Max and Kira... Do I have to do that too? Or am I missing something else? Lukumoide any help please? thanks of course
It depends on which path you play:
On the friendship path Max can tell Eric about Kira, on the war path Eric has to catch Max and Kira in the bathroom 2:00 (it is also possible on the friendship path if Max does not tell Eric). When it comes to Alice, go to the Yard at 13:00 and choose the option "Sleep naked" (Have patience).
 
Last edited:
  • Like
Reactions: badi90 and introvtx

introvtx

Active Member
May 6, 2017
568
746
When it comes to Alice, go to the Yard at 13:00 and choose the option "Sleep naked".
That's the problem though, I don't have that option. I thought I just have to do it next week when Eric visits, but even after a few more weeks it still doesn't appear.
 
  • Like
Reactions: Zuxxy

jofree

New Member
Feb 14, 2020
1
2
Windows 10, Windows 7 can't open...it say not compatible with 32bit... already try 32bit Windows and 64bit still same.
 
  • Like
Reactions: Krum13

Lukumoide

Well-Known Member
Jan 25, 2018
1,133
1,904
That's the problem though, I don't have that option. I thought I just have to do it next week when Eric visits, but even after a few more weeks it still doesn't appear.
I have finished three possible paths. Never use mods or cheats. It's all easy to finish without cheats or mods. Here is my save before the event (Eric warpath), go to the yard (scroll down the options until it is visible). Screenshot_93.png
 

introvtx

Active Member
May 6, 2017
568
746
I have finished three possible paths. Never use mods or cheats. It's all easy to finish without cheats or mods. Here is my save before the event (Eric warpath), go to the yard (scroll down the options until it is visible). View attachment 1034340
I think I did all other new contents too (except friendship path and Eric caught Max and Kira), that's why I'm confused. I've done the movies with Lisa, her sex ed with Eric, kissed while massaging her, 2nd Photoshoot with Kira, though, when Kira and Alice back from the nightclub Alice only took the towel... is there supposed to be more than that?

Thanks for the save, I definitely will use it cause I don't want to repeat the grind but I'm gonna see if somehow i can trigger it first.

EDIT: I also never used cheats and/or mods
 

Lukumoide

Well-Known Member
Jan 25, 2018
1,133
1,904
I recommend to all who are on the warpath with Eric. Start this update with the end save from the last update from the friendship path with Eric. This will give us Opportunity "Control". And choose the warpath when talking to Eric.
 
  • Like
Reactions: .Black Panther.

Lukumoide

Well-Known Member
Jan 25, 2018
1,133
1,904
I think I did all other new contents too (except friendship path and Eric caught Max and Kira), that's why I'm confused. I've done the movies with Lisa, her sex ed with Eric, kissed while massaging her, 2nd Photoshoot with Kira, though, when Kira and Alice back from the nightclub Alice only took the towel... is there supposed to be more than that?

Thanks for the save, I definitely will use it cause I don't want to repeat the grind but I'm gonna see if somehow i can trigger it first.

EDIT: I also never used cheats and/or mods
There are a few more things: for example spider events at night (Alice naked), Kira and Ann sleeps naked ... Have you seen all the possibilities when Alice comes out of the club?
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

unnameless

Member
Jan 18, 2019
226
111
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/core/02init.rpy", line 74, in <module>
TypeError: 'NoneType' object has no attribute '__getitem__'
I have the same error when I start the game (2 clicks on exe)
have you solved it? or know how to?
 

3xpurt

Well-Known Member
Feb 25, 2017
1,209
776
"
v0.06.0.00
- now Eric begins to get involved in Alice's life, helping her with the blog (will affect Max's ability to help Alice with the blog);
- now Eric begins to get involved in Lisa's life, helping her with her studies (this will affect Max's ability to help Lisa with her lessons);
- now Eric can find out about Max with Kira (if Max is not very careful);
"

Seriously?
You took the worst part about this game that everyone hates and has hated since the game came out and made an update about it? Who gives a single f about Eric??
My guy .. you're doing it wrong. I haven't played this game in years but those change logs don't look like anything new either.
Please don't assume you speak for everyone. Eric is the antagonist. You're supposed to hate him, and it's the driving force for the story. It creates some tension and is one of the few things that make this game stand out from all others. Without that, the story just becomes another incest harem story. I was quite disappointed when the original BB got rid of him so quick.
 

introvtx

Active Member
May 6, 2017
568
746
There are still a few things: for example, spider events (Alice naked). Have you already seen all the possibilities when Alice comes out of the club?
You don't have permission to view the spoiler content. Log in or register now.
You mean the spider when she shower? I already seen that one, I've seen the cg in your spoiler also and (I believe) all the outcomes from Kira and Alice clubbing. Though if I only took Kira to the living room and went straight to Alice in the bathroom it shows the event from previous release and looped back to Kira and Alice outside after.
 
  • Like
Reactions: Didikon

Lukumoide

Well-Known Member
Jan 25, 2018
1,133
1,904
Lukumoide it seems you know the game inside out, do you know this? also does the massage at the pool have different outcomes? maybe these events are even related?
I think it comes in the second part of update 6 (6.5). At the moment, the massage is only extended by one zone. screenshot0047.png
 
Last edited:

Lukumoide

Well-Known Member
Jan 25, 2018
1,133
1,904
You mean the spider when she shower? I already seen that one, I've seen the cg in your spoiler also and (I believe) all the outcomes from Kira and Alice clubbing. Though if I only took Kira to the living room and went straight to Alice in the bathroom it shows the event from previous release and looped back to Kira and Alice outside after.
I meant the Spider at night.
 
  • Like
Reactions: introvtx

introvtx

Active Member
May 6, 2017
568
746
I meant the Spider at night.
Huh didn't know there something new for that one tpp... If that is one for the sleep naked trigger then I'm gonna be so pissed missing something easy to see :mad:. Don't have time to play now tho, but it'll be the first thing I'm gonna do when I do.
 
3.10 star(s) 91 Votes