i get this bug when i try to save. it seems to happen when saving during a transition (edit it appears to happen if i pause in a transition). im on windows 10 64bit.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/act 3/scene 3-2 minutedit.rpy", line 2, in <module>
File "game/forest.rpy", line 149, in scene_cb
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 136, in script call
File "scripts/act 3/scene 3-2 minutedit.rpyc", line 2, in script
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/act 3/scene 3-2 minutedit.rpy", line 2, in <module>
File "game/forest.rpy", line 149, in scene_cb
File "renpy/exports.py", line 1682, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2718, in do_with
clear=clear)
File "renpy/display/core.py", line 3290, in interact
self.end_transitions()
File "renpy/display/core.py", line 2774, in end_transitions
if (self.frame_time - start) >= delay:
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Heart of the Woods 2.1
Sun Mar 20 15:14:10 2022
[/code]