Khaz_
Member
- Jun 1, 2017
- 189
- 470
- 285
Yeah still not working. Deleted save files from appdata just to be sure, but I still got the same exception. Just to check if there is anything else wrong, I went into the script.rpy and fixed that part to set level to 1 if None, but then I get another exception:Very Sorry! I will fix it Shortly Just need to Upload MEGA.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 1192, in script call
call expression "intro_" + char from _call_expression
File "game/script.rpy", line 999, in script
$ renpy.pause(hard=True)
File "game/script.rpy", line 999, in <module>
$ renpy.pause(hard=True)
~~~~~~~~~~~^^^^^^^^^^^
File "game/script.rpy", line 518, in execute
screen clicker_game():
File "game/script.rpy", line 518, in execute
screen clicker_game():
File "game/script.rpy", line 530, in execute
timer auto_speed repeat True action Function(add_auto_points)
TypeError: '<=' not supported between instances of 'NoneType' and 'int'
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "game/script.rpy", line 1192, in script call
call expression "intro_" + char from _call_expression
File "game/script.rpy", line 999, in script
$ renpy.pause(hard=True)
File "renpy/ast.py", line 1187, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1260, in py_exec_bytecode
exec(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/script.rpy", line 999, in <module>
$ renpy.pause(hard=True)
~~~~~~~~~~~^^^^^^^^^^^
File "renpy/exports/statementexports.py", line 198, in pause
rv = renpy.ui.interact(mouse="pause", type="pause", roll_forward=roll_forward, pause=delay, pause_modal=modal)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/ui.py", line 304, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/core.py", line 2219, in interact
repeat, rv = self.interact_core(
~~~~~~~~~~~~~~~~~~^
preloads=preloads,
^^^^^^^^^^^^^^^^^^
...<4 lines>...
**kwargs,
^^^^^^^^^
) # type: ignore
^
File "renpy/display/core.py", line 2757, in interact_core
root_widget.visit_all(lambda d: d.per_interact())
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/displayable.py", line 432, in visit_all
d.visit_all(callback, seen)
~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "renpy/display/displayable.py", line 432, in visit_all
d.visit_all(callback, seen)
~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "renpy/display/displayable.py", line 432, in visit_all
d.visit_all(callback, seen)
~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "renpy/display/screen.py", line 503, in visit_all
callback(self)
~~~~~~~~^^^^^^
File "renpy/display/core.py", line 2757, in <lambda>
root_widget.visit_all(lambda d: d.per_interact())
~~~~~~~~~~~~~~^^
File "renpy/display/screen.py", line 514, in per_interact
self.update()
~~~~~~~~~~~^^
File "renpy/display/screen.py", line 715, in update
self.screen.function(**self.scope)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "game/script.rpy", line 518, in execute
screen clicker_game():
File "game/script.rpy", line 518, in execute
screen clicker_game():
File "game/script.rpy", line 530, in execute
timer auto_speed repeat True action Function(add_auto_points)
File "renpy/display/behavior.py", line 2669, in __init__
if delay <= 0:
^^^^^^^^^^
TypeError: '<=' not supported between instances of 'NoneType' and 'int'
Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.4.1.25072401
ClickerLust 1.0
Mon Sep 29 14:27:04 2025