Ren'Py Error to make apk of virtues v16

lorenzoloa

New Member
Jul 16, 2021
5
1
I just translated virtues v16 in spanish and I want to make apk of the game but when I configure it in renpy I get this error and it does not let me configure it to make the apk.
The error is this: "object of type 'int' has no len()".
 

Meaning Less

Engaged Member
Sep 13, 2016
3,540
7,066
You can't use the len() function on integers.

Your translation probably messed with the game code to cause that.

Either go to that line and check why an int is being given instead of a string/list or just go back and find your translation error.
 

lorenzoloa

New Member
Jul 16, 2021
5
1
You can't use the len() function on integers.

Your translation probably messed with the game code to cause that.

Either go to that line and check why an int is being given instead of a string/list or just go back and find your translation error.
It is not the translation because I tried configuring the original game renpy to make the apk but it gave me the same error.