Ren'Py Clicker Lust [v0.8] [LunarSiren]

3.50 star(s) 4 Votes

SaxY0

Newbie
Jun 1, 2017
16
8
205
Can't even play the game lmao, keeps getting me errors while pressing the start button.
 
  • Like
Reactions: Ripply

LunarSiren

Newbie
Game Developer
Sep 13, 2025
62
89
17
It has a bug. Cant get past the first girl. No amount of ignoring can get by the error.
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.
Enjoy the Game!
 

LunarSiren

Newbie
Game Developer
Sep 13, 2025
62
89
17
Can't even play the game lmao, keeps getting me errors while pressing the start button.
Hello I feixed the Bug, for now Only MEGA will work, in a minute, Pixeldrain and Gofile too, sorry for the Trouble.
Enjoy!
 
Jan 19, 2019
80
592
268
Clicker Lust [v0.5] [LunarSiren], PC (Win) COMPRESSED


Tool used:
- UAGC: Image quality = 80%, Audio quality = 40kb/s, No video!
- 7Zip: Ultra, LZMA2
- QuickSFV: (.SFV is a file checks the integrity of files and folders)
** tested uncompressed files, no error!!
Note: DM for dead link!:HideThePain:
 

NotSatan

Newbie
Jan 4, 2018
27
33
235
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.
 
  • Like
Reactions: LunarSiren

Khaz_

Member
Jun 1, 2017
190
471
285
Ive seen it, Thank you for Telling me! I Fixed it, for now Only Mega will Work! sorry for the Trouble!
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
 
  • Like
Reactions: LunarSiren

aukamo92

Newbie
Dec 8, 2018
29
13
103
game/script.rpy line 969

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 []
" 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.
 
  • Like
Reactions: LunarSiren

LunarSiren

Newbie
Game Developer
Sep 13, 2025
62
89
17
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.
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!
 

LunarSiren

Newbie
Game Developer
Sep 13, 2025
62
89
17
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
Very Sorry! I will fix it Shortly Just need to Upload MEGA.
 

LunarSiren

Newbie
Game Developer
Sep 13, 2025
62
89
17
Yeaaah, this game is completely busted.
Next time dev at least playtest the intro.
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.
 

LunarSiren

Newbie
Game Developer
Sep 13, 2025
62
89
17
game/script.rpy line 969

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 []
" 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.
yes it was a Problem with the Level persistent, it should work on Mega now! Thank you for the Tip I really Appreciate it!
 

Khaz_

Member
Jun 1, 2017
190
471
285
Very Sorry! I will fix it Shortly Just need to Upload MEGA.
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:

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
 
3.50 star(s) 4 Votes