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
7.4.6.1693
Windows-10: While running game code:
File "game/tl/french/Chapter4.rpy", line 27937, in script
an "Bonne nuit, [nom de famille]."
KeyError: u'nom de famille'
: Full traceback:
File "game/tl/french/Chapter4.rpy", line 27937, in script
an "Bonne nuit, [nom de famille]."
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1206, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "renpy/character.py", line 1121, in prefix_suffix
return pattern.replace(thingvar, sub(body))
File "renpy/character.py", line 1105, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'nom de famille'
Windows-10-10.0.22621
Ren'Py 7.4.6.1693
Bare Witness 1.1.2s
Mon Jul 29 15:18:14 2024
7.4.6.1693
Windows-10: While running game code:
File "game/tl/french/Chapter5.rpy", line 5221, in script
he "Oh, mon Dieu! [nmcname!"
Exception: String u'Oh, mon Dieu! [nmcname!' ends with an open format operation.
: Full traceback:
File "game/tl/french/Chapter5.rpy", line 5221, in script
he "Oh, mon Dieu! [nmcname!"
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1206, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "renpy/character.py", line 1121, in prefix_suffix
return pattern.replace(thingvar, sub(body))
File "renpy/character.py", line 1105, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 572, in _vformat
File "renpy/substitutions.py", line 160, in parse
raise Exception("String {0!r} ends with an open format operation.".format(s))
Exception: String u'Oh, mon Dieu! [nmcname!' ends with an open format operation.
Windows-10-10.0.22621
Ren'Py 7.4.6.1693
Bare Witness 1.1.2s
Mon Jul 29 18:21:07 2024
Une exception s'est produite.: 1.1.2s
7.4.6.1693
Windows-10: While running game code:
File "game/tl/french/Chapter4.rpy", line 1837, in script
"Elle raccroche et vous regardez le téléphone pendant un moment. Elle a dit le mot en "L" la première fois, il y a plusieurs semaines, mais elle a encore du mal à l'accepter."
File "renpy/common/00library.rpy", line 268, in say
who(what, interact=interact, *args, **kwargs)
Exception: Say has image attributes (u'L',), but there's no image tag associated with the speaking character.
: Full traceback:
File "game/tl/french/Chapter4.rpy", line 1837, in script
"Elle raccroche et vous regardez le téléphone pendant un moment. Elle a dit le mot en "L" la première fois, il y a plusieurs semaines, mais elle a encore du mal à l'accepter."
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1415, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 268, in say
who(what, interact=interact, *args, **kwargs)
File "renpy/character.py", line 1159, in __call__
old_attr_state = self.handle_say_attributes(False, interact)
File "renpy/character.py", line 971, in handle_say_attributes
if self.resolve_say_attributes(predicting, attrs):
File "renpy/character.py", line 897, in resolve_say_attributes
raise Exception("Say has image attributes %r, but there's no image tag associated with the speaking character." % (attrs,))
Exception: Say has image attributes (u'L',), but there's no image tag associated with the speaking character.
Windows-10-10.0.22621
Ren'Py 7.4.6.1693
Bare Witness 1.1.2s
Tue Jul 30 12:13:03 2024
EDIT: message keep appear after few slides
1) On launch:
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 447, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 797, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 467, in finish_load
self.update_bytecode()
File "renpy/script.py", line 851, in update_bytecode
code = renpy.python.py_compile_exec_bytecode(i.source, filename=i.location[0], lineno=i.location[1])
TypeError: 'str' object is not callable
Windows-10-10.0.22621
Ren'Py 7.4.6.1693
Fri Aug 2 03:41:49 2024
2)During first minute of the game:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 101, in script
mc "I'd say yes to the latter question."
File "game/script.rpy", line 101, in script
mc "I'd say yes to the latter question."
TypeError: 'bool' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/script.rpy", line 101, in script
mc "I'd say yes to the latter question."
File "game/script.rpy", line 101, in script
mc "I'd say yes to the latter question."
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1219, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 871, in do_display
**display_args)
File "renpy/character.py", line 621, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3767, in interact_core
if renpy.display.draw.update(force=self.display_reset):
TypeError: 'bool' object is not callable
Windows-10-10.0.22621
Ren'Py 7.4.6.1693
Bare Witness 1.1.5s
Fri Aug 2 03:52:13 2024
Would you please try verifying your files? As well, if you've installed any sort of mods, I would remove them from the game folders.