hitting s to take a screenshot gives a wild error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00keymap.rpy", line 276, in _screenshot
config.screenshot_callback(fn)
File "renpy/common/00keymap.rpy", line 279, in _screenshot_callback
renpy.notify(__("Saved screenshot as %s.") % fn)
TypeError: not all arguments converted during string formatting
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "tl/english/Dimanche.rpyc", line 31, in script
File "V:\MetF_Chapitre_2-0.32-pc\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\exports.py", line 1345, in say
who(what, *args, **kwargs)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\character.py", line 842, in do_display
**display_args)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\display\behavior.py", line 463, in event
rv = run(action)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00keymap.rpy", line 276, in _screenshot
config.screenshot_callback(fn)
File "renpy/common/00keymap.rpy", line 279, in _screenshot_callback
renpy.notify(__("Saved screenshot as %s.") % fn)
TypeError: not all arguments converted during string formatting
Windows-8-6.2.9200
Ren'Py 7.3.5.606
MetF Chapitre 2 0.32
Mon Apr 12 14:28:53 2021
I've never seen a ren'py error like this before, but if I had to guess? somehow the script itself is breaking the screenshot function?