AttributeError: 'unicode' object has no attribute 'block' plz help

JAng01

New Member
May 7, 2018
3
0
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "script.rpyc", line 1371, in script
File "D:\adult game\four_elements_trainer_v083c-pc\Four_Elements_Trainer_v.0.8.3c-pc\renpy\ast.py", line 2159, in execute
next_node(self.lookup())
File "D:\adult game\four_elements_trainer_v083c-pc\Four_Elements_Trainer_v.0.8.3c-pc\renpy\ast.py", line 2144, in lookup
return renpy.game.script.translator.lookup_translate(self.identifier, getattr(self, "alternate", None))
File "D:\adult game\four_elements_trainer_v083c-pc\Four_Elements_Trainer_v.0.8.3c-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
Four Elements Trainer 0.8.3c
Sun Aug 18 23:38:54 2019

plz help me..
 

bas

retired
Respected User
Donor
Former Staff
May 6, 2017
3,987
30,300
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "script.rpyc", line 1371, in script
File "D:\adult game\four_elements_trainer_v083c-pc\Four_Elements_Trainer_v.0.8.3c-pc\renpy\ast.py", line 2159, in execute
next_node(self.lookup())
File "D:\adult game\four_elements_trainer_v083c-pc\Four_Elements_Trainer_v.0.8.3c-pc\renpy\ast.py", line 2144, in lookup
return renpy.game.script.translator.lookup_translate(self.identifier, getattr(self, "alternate", None))
File "D:\adult game\four_elements_trainer_v083c-pc\Four_Elements_Trainer_v.0.8.3c-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
Four Elements Trainer 0.8.3c
Sun Aug 18 23:38:54 2019

plz help me..
Have you read the game thread to see if anyone else has this issue?