can anybody help me? I searched a lot and didn't find the solution to this problem.

Repyro

New Member
Nov 28, 2021
2
0
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
AttributeError: 'unicode' object has no attribute 'block'

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

Full traceback:
  File "scripts/script.rpyc", line 726, in script call
  File "scripts/bboy_labels.rpyc", line 110, in script
18titans-1.0.8-pc\renpy\ast.py", line 2159, in execute
    next_node(self.lookup())
18titans-1.0.8-pc\renpy\ast.py", line 2144, in lookup
    return renpy.game.script.translator.lookup_translate(self.identifier, getattr(self, "alternate", None))
18titans-1.0.8-pc\renpy\translation\__init__.py", line 190, in lookup_translate
    return tl.block[0]
AttributeError: 'unicode' object has no attribute 'block'

Windows-8-6.2.9200
Ren'Py 7.0.0.196
18titans 1.0.8
Sun Nov 28 16:25:52 2021
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Respected User
Donor
Jun 10, 2017
10,111
14,798
Code:
18titans-1.0.8-pc\renpy\translation\__init__.py", line 190, in lookup_translate
    return tl.block[0]
AttributeError: 'unicode' object has no attribute 'block'
It's an error from Ren'Py version 7.0.0 and 7.0.1. You can't fully use translation with those two versions due to a regression issue.
There's not much you can do except play the game in its native language.