3.10 star(s) 92 Votes

francoforte

Newbie
May 31, 2020
89
85
hello i got this error when i try to opne the game any 1 have same problem and know how can solve it
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.18362
Ren'Py 7.4.2.1292
Большой брат: Другая история 0.06.0.00
Thu Feb 11 17:00:32 2021
 

starlord99

Member
Nov 16, 2017
178
161
I started the game, didn't get any error and my old saves work but I have no idea how to trigger any new event :-?
 

raj100

Newbie
Feb 25, 2019
92
169
Crashes immediately.
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
Thu Feb 11 09:14:26 2021
 
3.10 star(s) 92 Votes