Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I encountered the same problem, and I made an adjustment to ignore it.
1.Rename MILF's Plaza\MILFS\renpy\substitutions.pyo to _backup_substitutions.pyo.
2.Adjust near line 280 in MILF's Plaza\MILFS\renpy\substitutions.py:
try:
s = formatter.vformat(s, (), kwargs) # type: ignore
except Exception:
#if renpy.display.predict.predicting: # @UndefinedVariable
# return " ", True
#raise
return " ", True
3.Restart the game.
I want to buy a mary dress but there is a bug and I can't buy it, how can this be fixed?
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "events/ep1/ep1_3_mother.rpyc", line 208, in script call
File "tl/chinese_simpl/events/ep2/ep2_3.rpyc", line 1365, in script
File "renpy/ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1371, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 303, in say
who(what, interact=interact, *args, **kwargs)
File "renpy/character.py", line 1253, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "renpy/character.py", line 1172, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "renpy/character.py", line 1152, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "renpy/substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'\u9500\u552e\u70b9'
Windows-10-10.0.22621 AMD64
Ren'Py 7.5.3.22090809
MilfsPlaza steam_14b
Mon Jul 15 14:05:31 2024