0% found this document useful (0 votes)
47 views2 pages

Traceback

An error occurred while running game code. The error was a TypeError that occurred when trying to subtract a float from a NoneType variable, which caused an uncaught exception.

Uploaded by

mayhemix.18
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views2 pages

Traceback

An error occurred while running game code. The error was a TypeError that occurred when trying to subtract a float from a NoneType variable, which caused an uncaught exception.

Uploaded by

mayhemix.18
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

I'm sorry, but an uncaught exception occurred.

While running game code:


File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
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'

-- Full Traceback ------------------------------------------------------------

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'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Class of '09 1.0
Sun May 05 18:43:33 2024

You might also like