Describe bug and steps[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/definitions.rpy", line 146, in get_field
SyntaxError: unexpected EOF while parsing (, line 1)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "lib/windows-i686/script-ch30.rpyc", line 1475, in script call
File "lib/windows-i686/event-handler.rpyc", line 2516, in script call
File "lib/windows-i686/script-topics.rpyc", line 4321, in script
File "C:\Users\Allef\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\ast.py", line 613, in execute
renpy.exports.say(who, what, interact=self.interact)
File "C:\Users\Allef\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\exports.py", line 1147, in say
who(what, interact=interact)
File "C:\Users\Allef\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\character.py", line 868, in call
what = what_pattern.replace("[what]", sub(what, translate=translate))
File "C:\Users\Allef\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\character.py", line 850, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "C:\Users\Allef\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\substitutions.py", line 232, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
File "game/definitions.rpy", line 146, in get_field
File "C:\Users\Allef\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\python.py", line 1748, in py_eval
code = py_compile(code, 'eval')
File "C:\Users\Allef\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\python.py", line 584, in py_compile
raise e
SyntaxError: unexpected EOF while parsing (, line 1)
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Monika After Story 0.12.1
[/code]
for reproduction here
Describe bug and steps[code] I'm sorry, but an uncaught exception occurred.
While running game code: File "game/definitions.rpy", line 146, in get_field SyntaxError: unexpected EOF while parsing (, line 1)
-- Full Traceback ------------------------------------------------------------
Full traceback: File "lib/windows-i686/script-ch30.rpyc", line 1475, in script call File "lib/windows-i686/event-handler.rpyc", line 2516, in script call File "lib/windows-i686/script-topics.rpyc", line 4321, in script File "C:\Users\Allef\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\ast.py", line 613, in execute renpy.exports.say(who, what, interact=self.interact) File "C:\Users\Allef\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\exports.py", line 1147, in say who(what, interact=interact) File "C:\Users\Allef\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\character.py", line 868, in call what = what_pattern.replace("[what]", sub(what, translate=translate)) File "C:\Users\Allef\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\character.py", line 850, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "C:\Users\Allef\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\substitutions.py", line 232, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat File "game/definitions.rpy", line 146, in get_field File "C:\Users\Allef\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\python.py", line 1748, in py_eval code = py_compile(code, 'eval') File "C:\Users\Allef\Downloads\ddlc-win\DDLC-1.1.1-pc\renpy\python.py", line 584, in py_compile raise e SyntaxError: unexpected EOF while parsing (, line 1)
Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 Monika After Story 0.12.1 [/code] for reproduction here
this is happening because of a translation?