3.00 star(s) 96 Votes

leszek60

New Member
Feb 23, 2019
7
3
Error
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__'

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "core/02init.rpyc", line 74, in script
File "core/02init.rpyc", line 74, in script
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/core/02init.rpy", line 74, in <module>
TypeError: 'NoneType' object has no attribute '__getitem__'

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
Большой брат: Другая история 0.06.0.00
Wed Feb 24 10:18:28 2021
 

JagHond

Member
Mar 18, 2019
485
489
BigBrother_AnotherStory-32.exe is not a valid win32 application

Getting this error . Plz help
And not only this... there is worse, because to Windows Defender (reliable utility at last!), it inoculates a most dangerous Trojan in your PC.
May it even be possible, I wonder... Bah.

With best regards.
 

maxbishup

Well-Known Member
Sep 16, 2019
1,756
7,317
aleksey90artimages02/18/2021
In v0.06.5, I'm going to change the 'Opportunities window a bit, in terms of information. There will be more thoughts, additional thoughts, opening hints, and possibly additional alerts.
 

d3dx666

Newbie
May 22, 2019
85
31
Speedy1505 you have some double brackets in the translation that lead to a crash this was recognized by Aleksey's team
 

alekc

New Member
Mar 27, 2020
9
1
[код]
Извините, но произошло неперехваченное исключение.

При запуске кода игры:
Файл «renpy / common / 000statements.rpy», строка 560, в execute_call_screen
store._return = renpy.call_screen (имя, * аргументы, ** kwargs)
Файл "game / core / screens.rpy", строка 900, выполняется.
Файл "game / core / screens.rpy", строка 900, выполняется.
Файл "game / core / screens.rpy", строка 1075, выполняется.
Файл "game / core / screens.rpy", строка 1106, выполняется.
Файл "game / core / screens.rpy", строка 1106, в <module>
NameError: имя extrapak не определено

- Полная обратная связь ---------------------------------------------- --------------

Полная трассировка:
Файл "core / core.rpyc", строка 483, в скрипте
Файл "renpy / ast.py", строка 1969, в процессе выполнения
self.call ("выполнить")
Файл "renpy / ast.py", строка 1957, в обращении
вернуть renpy.statements.call (метод, проанализированный, * аргументы, ** kwargs)
Файл "renpy / statement.py", строка 278, в вызове
метод возврата (parsed, * args, ** kwargs)
Файл «renpy / common / 000statements.rpy», строка 560, в execute_call_screen
store._return = renpy.call_screen (имя, * аргументы, ** kwargs)
Файл "renpy / exports.py", строка 2974, в call_screen
rv = renpy.ui.interact (mouse = "screen", type = "screen", roll_forward = roll_forward)
Файл "renpy / ui.py", строка 298, во взаимодействии
rv = renpy.game.interface.interact (roll_forward = roll_forward, ** kwargs)
Файл "renpy / display / core.py", строка 3007, во взаимодействии
повторить, rv = self.interact_core (preloads = preloads, trans_pause = trans_pause, pause = pause, pause_start = pause_start, ** kwargs)
Файл "renpy / display / core.py", строка 3418, в interact_core
root_widget.visit_all (лямбда i: i.per_interact ())
Файл "renpy / display / core.py", строка 566, в visit_all
d.visit_all (обратный вызов, просмотрено)
Файл "renpy / display / core.py", строка 566, в visit_all
d.visit_all (обратный вызов, просмотрено)
Файл "renpy / display / core.py", строка 566, в visit_all
d.visit_all (обратный вызов, просмотрено)
Файл "renpy / display / screen.py", строка 432, в visit_all
обратный вызов (самостоятельно)
Файл "renpy / display / core.py", строка 3418, в <lambda>
root_widget.visit_all (лямбда i: i.per_interact ())
Файл "renpy / display / screen.py", строка 443, в per_interact
self.update ()
Файл "renpy / display / screen.py", строка 631, в обновлении
self.screen.function (** self.scope)
Файл "game / core / screens.rpy", строка 900, выполняется.
Файл "game / core / screens.rpy", строка 900, выполняется.
Файл "game / core / screens.rpy", строка 1075, выполняется.
Файл "game / core / screens.rpy", строка 1106, выполняется.
Файл "game / core / screens.rpy", строка 1106, в <module>
NameError: имя extrapak не определено

Окна-10-10.0.19041
Ren'Py 7.4.2.1292
Большой брат: Другая история 0.06.0.07
Ср 24 фев, 18:54:42 2021
[/код]
 

gestved

Engaged Member
Aug 18, 2017
2,456
2,616
Here is the bug fix 07 (0.06.0.07 ). It fixes the gallery option also.
Mega
Finally gallery is working here, many thanks

Was beginning to think you needed to do some event do unlock memories or some shit

About virus report, I got it too, for some reason it only affects the 32 bits.exe, so the game is working fine in my 64 bits windows 10, with exception of the gallery which was missing, I was speculating if 32 bits.exe had anything to do with that but doesn't matter anymore
 
3.00 star(s) 96 Votes