Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)(-1)

An error occurs after entering the player name when playing in Chinese.

While running game code:

File "game/scripts/act1/act1.rpy", line 4, in script call

call screen start_game_menu

File "game/tl/chinese/scripts/act1/act1.rpy", line 61, in script NameError: Name 'O' is not defined.

"{cps=0}[]]]{w=0.5}.{w=0.5}.{w=0.5}."

Full traceback:

File "game/scripts/act1/act1.rpy", line 4, in script call

call screen start_game_menu

File "game/tl/chinese/scripts/act1/act1.rpy", line 61, in script

"{cps=0}[]]]{w=0.5}.{w=0.5}.{w=0.5}. "

File "D:\game\My_hentai_fantasy-0.12.5-pc\renpylast.py", line 2560, in execute Say.execute(self)

File "D:\game\My_ hentai_fantasy-0.12.5-pc\renpylast.py", line 615, in execute yexports.say(who,what,*args, **kwargs)

File "D:\game\My_hentai_fantasy-0.12.5-pc\renpylexports.py", line 1494, in say who(what, *args, **kwargs)

File "D:\game\My_hentai_fantasy-0.12.5-pc\renpy\character.py", line 1379, in _call_what= self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)

File "D:\game\My_hentai_fantasy-0.12.5-pc\renpy\character.py", line 1293, in prefix_suffix return (sub(prefix) + sub(body) + sub(suffix))

File "D:\game\My_hentai_fantasy-0.12.5-pclrenpy\character.py", line 1273, in sub

return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]File "D: \game\My_hentai_fantasy-0.12.5-pc\renpy substitutions.py", line 371, in substitute s = interpolate(s, kwargs) # type: ignore

File "D:\game\My_hentai_fantasy-0.12.5-pc\renpy substitutions.py", line 86, in interpolate raise e File "D:\game My_hentai_fantasy-0.12.5-pc\renpy substitutions.py", line 78, in interpolate value = renpy.python.py_eval(code, {},scope)File "D:\game\My_hentai_fantasy-0.12.5-pc\renpylpython.py", line 1209, in py_eval return py_eval_bytecode(code, globals, locals)

File "D:\game\My_hentai_fantasy-0.12.5-pc\renpylpython.py", line 1202, in py_eval_bytecode return eval(bytecode, globals, locals)File "<none>", line 1, in <module>

File "D:\game\My_hentai_fantasy-0.12.5-pc\renpy substitutions.py", line 313, in _getitem_raise NameError("Name '{}' is not defined.".format(key))NameError: Name ']' is not defined.

(-1)

Same here, game crash when inputing user name on the very start

me,too