Hi, I fixed it. for now only MEGA Downloads will get you the Fixed Version, i am very very Sorry for the trouble, if something comes up again message me.It has a bug. Cant get past the first girl. No amount of ignoring can get by the error.
Hello I feixed the Bug, for now Only MEGA will work, in a minute, Pixeldrain and Gofile too, sorry for the Trouble.Can't even play the game lmao, keeps getting me errors while pressing the start button.
Ive seen it, Thank you for Telling me! I Fixed it, for now Only Mega will Work! sorry for the Trouble!Crashes on start. After choosing clicker lust while talking with first girl.
Used the MEGA link and still got an error:Ive seen it, Thank you for Telling me! I Fixed it, for now Only Mega will Work! sorry for the Trouble!
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 1190, in script call
call expression "intro_" + char from _call_expression
File "game/script.rpy", line 988, in script
$ level_cost = calculate_level_cost(level)
File "game/script.rpy", line 988, in <module>
$ level_cost = calculate_level_cost(level)
~~~~~~~~~~~~~~~~~~~~^^^^^^^
File "game/script.rpy", line 165, in calculate_level_cost
return int(15 * (1.5 ** (level - 1)))
~~~~~~^~~
TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "game/script.rpy", line 1190, in script call
call expression "intro_" + char from _call_expression
File "game/script.rpy", line 988, in script
$ level_cost = calculate_level_cost(level)
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 988, in <module>
$ level_cost = calculate_level_cost(level)
~~~~~~~~~~~~~~~~~~~~^^^^^^^
File "game/script.rpy", line 165, in calculate_level_cost
return int(15 * (1.5 ** (level - 1)))
~~~~~~^~~
TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'
Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.4.1.25072401
ClickerLust 1.0
Mon Sep 29 04:21:41 2025
label main_game:
# --- Lade Spielstand ---
$ points = getattr(persistent, f"{char}_points") or 0
$ level = getattr(persistent, f"{char}_level") or 1
$ click_value = getattr(persistent, f"{char}_click_value", 1) or 1
$ upgrade_cost = getattr(persistent, f"{char}_upgrade_cost", 50) or 50
$ auto_clicks = getattr(persistent, f"{char}_auto_clicks", 0) or 0
$ auto_upgrade_cost = getattr(persistent, f"{char}_auto_upgrade_cost", 100) or 100
$ auto_speed = getattr(persistent, f"{char}_auto_speed", 1.0) or 1.0
$ super_auto_cost = getattr(persistent, f"{char}_super_auto_cost", 500) or 500
$ mega_clicks = getattr(persistent, f"{char}_mega_clicks", 0) or 0
$ mega_cost = getattr(persistent, f"{char}_mega_cost", 200) or 200
$ gallery_images = getattr(persistent, f"{char}_gallery_images", []) or []
$ current_image = getattr(persistent, f"{char}_current_image", None)
$ log = getattr(persistent, f"{char}_log", []) or []
$ achievements = getattr(persistent, f"{char}_achievements", []) or []
Hey, im so sorry for the Trouble it has been causing! You can Find the Save data under "Memorylust" im appdata and you dont need to load an autosave since the Game Saves from itself. Just hit Start! but im Currently uploading a New file where i Hope no Problems Will Happen. Thank you for telling me. Enjoy the Game!Hey, it keeps crashing when I get to the warehouse and click to use the power. I reloaded an autosave and it now crashes whenever I load in even after deleting the game and re installing it. I can't find the saves in appdata either, so everytime I hit start it goes right to a crash screen.
Very Sorry! I will fix it Shortly Just need to Upload MEGA.Used the MEGA link and still got an error:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 1190, in script call call expression "intro_" + char from _call_expression File "game/script.rpy", line 988, in script $ level_cost = calculate_level_cost(level) File "game/script.rpy", line 988, in <module> $ level_cost = calculate_level_cost(level) ~~~~~~~~~~~~~~~~~~~~^^^^^^^ File "game/script.rpy", line 165, in calculate_level_cost return int(15 * (1.5 ** (level - 1))) ~~~~~~^~~ TypeError: unsupported operand type(s) for -: 'NoneType' and 'int' -- Full Traceback ------------------------------------------------------------ Traceback (most recent call last): File "game/script.rpy", line 1190, in script call call expression "intro_" + char from _call_expression File "game/script.rpy", line 988, in script $ level_cost = calculate_level_cost(level) 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 988, in <module> $ level_cost = calculate_level_cost(level) ~~~~~~~~~~~~~~~~~~~~^^^^^^^ File "game/script.rpy", line 165, in calculate_level_cost return int(15 * (1.5 ** (level - 1))) ~~~~~~^~~ TypeError: unsupported operand type(s) for -: 'NoneType' and 'int' Windows-11-10.0.26100-SP0 AMD64 Ren'Py 8.4.1.25072401 ClickerLust 1.0 Mon Sep 29 04:21:41 2025
Hey, I posted a New working Mega Link. i am so sorry for the trouble!yeah still not working
Yes indeed, i tested the game before i Posted it but it seems Like i Forgot to put some Pictures back in... i am very sorry for the Problems, i Posted a New Mega Link! with it hopefully working, atleast it did for me.Yeaaah, this game is completely busted.
Next time dev at least playtest the intro.
youre right, it is good. i Fixed it, use the Mega Link! Enjoy!game can be good, if work because not ...
yes it was a Problem with the Level persistent, it should work on Mega now! Thank you for the Tip I really Appreciate it!game/script.rpy line 969
" or <value>" part was missing but there are even more bugs.. At least you can take a look at what it intended to look like.Code:label main_game: # --- Lade Spielstand --- $ points = getattr(persistent, f"{char}_points") or 0 $ level = getattr(persistent, f"{char}_level") or 1 $ click_value = getattr(persistent, f"{char}_click_value", 1) or 1 $ upgrade_cost = getattr(persistent, f"{char}_upgrade_cost", 50) or 50 $ auto_clicks = getattr(persistent, f"{char}_auto_clicks", 0) or 0 $ auto_upgrade_cost = getattr(persistent, f"{char}_auto_upgrade_cost", 100) or 100 $ auto_speed = getattr(persistent, f"{char}_auto_speed", 1.0) or 1.0 $ super_auto_cost = getattr(persistent, f"{char}_super_auto_cost", 500) or 500 $ mega_clicks = getattr(persistent, f"{char}_mega_clicks", 0) or 0 $ mega_cost = getattr(persistent, f"{char}_mega_cost", 200) or 200 $ gallery_images = getattr(persistent, f"{char}_gallery_images", []) or [] $ current_image = getattr(persistent, f"{char}_current_image", None) $ log = getattr(persistent, f"{char}_log", []) or [] $ achievements = getattr(persistent, f"{char}_achievements", []) or []
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.
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