Log
Log
Log
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "C:\Users\xXMatiop6x\Downloads\Class_Of_09-1.0-pc\Class_Of_09-1.0-pc\renpy\
ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\xXMatiop6x\Downloads\Class_Of_09-1.0-pc\Class_Of_09-1.0-pc\renpy\
python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "C:\Users\xXMatiop6x\Downloads\Class_Of_09-1.0-pc\Class_Of_09-1.0-pc\renpy\
ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\xXMatiop6x\Downloads\Class_Of_09-1.0-pc\Class_Of_09-1.0-pc\renpy\
display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
**kwargs)
File "C:\Users\xXMatiop6x\Downloads\Class_Of_09-1.0-pc\Class_Of_09-1.0-pc\renpy\
display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\xXMatiop6x\Downloads\Class_Of_09-1.0-pc\Class_Of_09-1.0-pc\renpy\
display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\xXMatiop6x\Downloads\Class_Of_09-1.0-pc\Class_Of_09-1.0-pc\renpy\
display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\xXMatiop6x\Downloads\Class_Of_09-1.0-pc\Class_Of_09-1.0-pc\renpy\
display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\xXMatiop6x\Downloads\Class_Of_09-1.0-pc\Class_Of_09-1.0-pc\renpy\
display\screen.py", line 430, in visit_all
callback(self)
File "C:\Users\xXMatiop6x\Downloads\Class_Of_09-1.0-pc\Class_Of_09-1.0-pc\renpy\
display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\xXMatiop6x\Downloads\Class_Of_09-1.0-pc\Class_Of_09-1.0-pc\renpy\
display\screen.py", line 440, in per_interact
self.update()
File "C:\Users\xXMatiop6x\Downloads\Class_Of_09-1.0-pc\Class_Of_09-1.0-pc\renpy\
display\screen.py", line 650, in update
i.set_transform_event(self.current_transform_event)
File "C:\Users\xXMatiop6x\Downloads\Class_Of_09-1.0-pc\Class_Of_09-1.0-pc\renpy\
display\behavior.py", line 2211, in set_transform_event
run(self.action)
File "C:\Users\xXMatiop6x\Downloads\Class_Of_09-1.0-pc\Class_Of_09-1.0-pc\renpy\
display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 537, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/script.rpy", line 102, in game_pause
line_time_remaining = float(endMarker) - paused_position
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'