- Jul 31, 2018
- 29
- 15
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
It depends on which path you play: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
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.When it comes to Alice, go to the Yard at 13:00 and choose the option "Sleep naked".
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).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 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?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
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?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
Here are the new pictures from this update. The gallery is saved in the persistent file.Is there any full gallery save
I have the same error when I start the game (2 clicks on exe)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__'
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?does anybody know how to get to this preview pic in the game?
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."
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.
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.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.
I think it comes in the second part of update 6 (6.5). At the moment, the massage is only extended by one zone.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 meant the Spider at night.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.
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 seeI meant the Spider at night.