3.00 star(s) 92 Votes

.Black Panther.

Well-Known Member
Jun 3, 2020
1,478
4,971
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/core/10_main_menu.rpy", line 612, in <module>
File "game/core/10_main_menu.rpy", line 319, in close
IndexError: list index out of range

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "core/10_main_menu.rpyc", line 597, in script
File "core/10_main_menu.rpyc", line 597, in script
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/core/10_main_menu.rpy", line 612, in <module>
File "game/core/10_main_menu.rpy", line 319, in close
File "renpy/python.py", line 992, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Большой брат: Другая история 0.09.1.04
Sat Sep 17 16:37:05 2022
You have not installed the latest bug fix on your game. Download the latest bug fix from the first post and install it on your game.
 

lsp12345

New Member
Jul 3, 2022
7
1
I installed it all, but it still happen.
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/core/10_main_menu.rpy", line 612, in <module>
File "game/core/10_main_menu.rpy", line 319, in close
IndexError: list index out of range

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "core/10_main_menu.rpyc", line 597, in script
File "core/10_main_menu.rpyc", line 597, in script
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/core/10_main_menu.rpy", line 612, in <module>
File "game/core/10_main_menu.rpy", line 319, in close
File "renpy/python.py", line 992, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Большой брат: Другая история 0.09.1.07
Sat Sep 17 16:54:16 2022
 

.Black Panther.

Well-Known Member
Jun 3, 2020
1,478
4,971
I installed it all, but it still happen.
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/core/10_main_menu.rpy", line 612, in <module>
File "game/core/10_main_menu.rpy", line 319, in close
IndexError: list index out of range

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "core/10_main_menu.rpyc", line 597, in script
File "core/10_main_menu.rpyc", line 597, in script
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/core/10_main_menu.rpy", line 612, in <module>
File "game/core/10_main_menu.rpy", line 319, in close
File "renpy/python.py", line 992, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Большой брат: Другая история 0.09.1.07
Sat Sep 17 16:54:16 2022
Please save and send the save file right before this error is shown. We will check it and let you know the result. After sending the save file, please be patient. It may take some time.
 
Last edited:

lsp12345

New Member
Jul 3, 2022
7
1
Please save and send the save file right before this error is shown. We will check it and let you know the result. After sending the save file, please be patient. It may take some time.
I cannot open the game, When I open the game and have not entered the main interface, the error has popped up.
So how can i save the game:cry:
 

armion82

Message Maven
Mar 28, 2017
12,165
16,583
I cannot open the game, When I open the game and have not entered the main interface, the error has popped up.
So how can i save the game:cry:
Maybe you can do this.
Delete the game,then download the game again and try to play.
 

.Black Panther.

Well-Known Member
Jun 3, 2020
1,478
4,971
I cannot open the game, When I open the game and have not entered the main interface, the error has popped up.
So how can i save the game:cry:
If the game is open, close the game
go to %appdata%\RenPy\BB_AS (run "explorer %appdata%\RenPy\BB_AS" without quotes) then rename the file "persistent" to something else (for example "persistent_backup" )
Now go to the game folder in the main folder of the game and rename the "persistent" in save folder as above.
then open the game again
Your problem is most likely solved
 
  • Like
Reactions: armion82

Nemo56

Forum Fanatic
Jan 7, 2018
5,278
4,277
I cannot open the game, When I open the game and have not entered the main interface, the error has popped up.
So how can i save the game:cry:
edit: black panther was faster :)

If the game does not even start up properly, more often than not the persistent file is damaged.
There are 2 copies of that file:
1. BBAS game directory\game\saves
2. %appdata%\RenPy\BB_AS

Rename or delete both copies of this file. For testing I would only rename it and restore it if that didn't solve the problem.

Are you using the official version of the game or a compressed version?
 

lsp12345

New Member
Jul 3, 2022
7
1
If the game is open, close the game
go to %appdata%\RenPy\BB_AS (run "explorer %appdata%\RenPy\BB_AS" without quotes) then rename the file "persistent" to something else (for example "persistent_backup" )
Now go to the game folder in the main folder of the game and rename the "persistent" in save folder as above.
then open the game again
Your problem is most likely solved
thank you, I fix that
 
  • Like
Reactions: .Black Panther.

.Black Panther.

Well-Known Member
Jun 3, 2020
1,478
4,971
thank you, I fix that
What I am happy about is that I have friends like Nemo56 here, that if each of us is not present in the trend, the other will surely solve the problems of others, or at least they will do their best to solve the problems of others.
In my opinion, due to their presence, this trend is definitely one of the top 3 responsive trends of this website.
 

dwalsh

Well-Known Member
Jul 1, 2019
1,649
855
I like the proportions in this one, even though his left arm to me does look a little thin. The rest of his body does look like he's filled out a bit more.
 
  • Like
Reactions: .Black Panther.

.Black Panther.

Well-Known Member
Jun 3, 2020
1,478
4,971
Is the German walkthrough still being worked on ? It says Work in Progress.

Ahoy from Baltic Sea / Germany
I apologize for the long delay. What happened is that the German translator was busy with his personal problems for a while and could not translate the game guide. When he was willing to translate it, I was and still am revising the game guide. So this translation was postponed. The game guide for the new version has changes in the text. So I think that the next German translation will be for version 0.9.02, which will not be far from now. (probably in 25 days)
 
Mar 24, 2022
78
37
View attachment 1573390

Overview:
The players steps into the shoes of Max, a poor guy living in a poor family with his mother and two sisters. However, everything changes when you receive a gift from your father, a huge house with a huge pool! But there still isn't any money...
You don't have permission to view the spoiler content. Log in or register now.
Thread Updated: 2022-07-12
Release Date: 2022-07-09
Developer: Aleksey90 -
Censored: No
Version: 0.09.1.05 Extra Hotfix
OS: Windows, Linux, Android
Language: English, Russian, French, German, Italian, Slovak
Genre:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Changelog:
You don't have permission to view the spoiler content. Log in or register now.

Developer Notes:
You don't have permission to view the spoiler content. Log in or register now.

FAQ:
You don't have permission to view the spoiler content. Log in or register now.
DOWNLOAD
Win/Linux: - - -
Mac (v0.09.1.03): - - MEGA -
Android (v0.09.1.03): - - MEGA -
Other:
COMPRESSED* -

Patches: * - Game Extra -
Latest Bugfix

Extras: Walkthrough - MC Rename Mod - Latest Save - Cheat Mod - Official Translation - Full Save Pack
FAN SIG - FAN SIG2 - FAN SIG3


Asteras thanks for the link
TanTan1988 thanks for the link
* This unofficial port/version/patch is not released by developer, download at your own risk.


View attachment 504596 View attachment 504597 View attachment 504598 View attachment 504599 View attachment 504600 View attachment 504601 View attachment 504613
How can I change Language Into English
 

jetama

Active Member
Oct 28, 2020
624
1,194
Hi. I know this has been asked hundreds of times but I still need clarification :p.

Is the NTR in this game needed to progress the story or is it a consequence of the players actions?

Thank you :).
 
3.00 star(s) 92 Votes