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

3.30 star(s) 3 Votes

Khaz_

Member
Jun 1, 2017
189
470
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
 

LunarSiren

Newbie
Game Developer
Sep 13, 2025
38
45
17
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
What Happens if you delete "Clickerlust" out of youre appdata and everythink connected to the game and try to play it?
 

Mermayd

New Member
Jun 30, 2018
4
1
118
What Happens if you delete "Clickerlust" out of youre appdata and everythink connected to the game and try to play it?

Still the same.



I'm sorry, but an uncaught exception occurred.

While running game code:
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 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 15:44:21 2025
 

LunarSiren

Newbie
Game Developer
Sep 13, 2025
38
45
17
Still the same.



I'm sorry, but an uncaught exception occurred.

While running game code:
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 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 15:44:21 2025
okay, i fixed it for me too, i Deleted all the Files i had of Download and somehow i got the Exact same Error, I changed what went wrong and Now it should work. if you want you can try the MEGA Link. and if maybe tell me if its Working? remeber if you try, to delete the Old File in appdata "clickerlust" or "memorylust". very sorry for this :(
 
  • Like
Reactions: Sum_Ting_Wong

Mermayd

New Member
Jun 30, 2018
4
1
118
okay, i fixed it for me too, i Deleted all the Files i had of Download and somehow i got the Exact same Error, I changed what went wrong and Now it should work. if you want you can try the MEGA Link. and if maybe tell me if its Working? remeber if you try, to delete the Old File in appdata "clickerlust" or "memorylust". very sorry for this :(

Seems like everything is working, thanks.
 

Khaz_

Member
Jun 1, 2017
189
470
285
Some of the pictures of Rias and Mirajane seem to be out of order. Also, please consider putting the shop menu on the side of the screen, as it covers the art
 
  • Like
Reactions: LunarSiren

LunarSiren

Newbie
Game Developer
Sep 13, 2025
38
45
17
Some of the pictures of Rias and Mirajane seem to be out of order. Also, please consider putting the shop menu on the side of the screen, as it covers the art
will look into it right now! thanks for the Feedback!
 
  • Like
Reactions: a4444

NotSatan

Newbie
Jan 4, 2018
27
32
235
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!
Yeah, the problem is that it loads itself onto the screen where it crashed when I hit start, the only way to get around that was to go to settings and load an autosave, but that still led to crashes
 

LunarSiren

Newbie
Game Developer
Sep 13, 2025
38
45
17
Yeah, the problem is that it loads itself onto the screen where it crashed when I hit start, the only way to get around that was to go to settings and load an autosave, but that still led to crashes
did you download the new version? maybe try deleting in appdata "clickerlust" and "Memorylust" maybe that Helps!
 

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
8,932
4,075
436
ClickerLust-0.5
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 
  • Like
Reactions: LunarSiren

czori

New Member
Jan 3, 2022
1
0
101
if you get stuck with the id dialogue. go to change character, pick the one you want again and do that up to 2-3 times and it should disappear. which makes you get further again.
 

LunarSiren

Newbie
Game Developer
Sep 13, 2025
38
45
17
if you get stuck with the id dialogue. go to change character, pick the one you want again and do that up to 2-3 times and it should disappear. which makes you get further again.
ive seen that if you come into the clicker screen, that if you skip it will start again from the ID Dialog. i will change that in the future so that doesnt happen, thanks for making bringing it up!
 
  • Like
Reactions: czori

LunarSiren

Newbie
Game Developer
Sep 13, 2025
38
45
17
The game try to load png files but the files provided are in webp format
weird, i looked into the script and only the Level images are .webp the rest is png, like the backrounds and the sprites. did you maybe downloaded and earlier version before. try to delete the memorylust file in appdata. hope this resolves it.
 

FifouWeb

Member
Apr 26, 2018
155
97
255
weird, i looked into the script and only the Level images are .webp the rest is png, like the backrounds and the sprites. did you maybe downloaded and earlier version before. try to delete the memorylust file in appdata. hope this resolves it.
You were right. Deleting the folder MemoryLust-1757763169 in AppData made the trick
 
  • Like
Reactions: LunarSiren

Kookie_Ki

New Member
Aug 24, 2020
7
7
79
Sorry tried doing what you mentioned in comment section but seems game cannot find files even though they are still in the folders. Also the shop lost the swap character and all my gallery image seems to be gone/corrupted.
 

LunarSiren

Newbie
Game Developer
Sep 13, 2025
38
45
17
Sorry tried doing what you mentioned in comment section but seems game cannot find files even though they are still in the folders. Also the shop lost the swap character and all my gallery image seems to be gone/corrupted.
yeah i inda forgot to say that yout dont have to load or anything everything is auto load, so if you start the game you just press on continue/start, it seems like you have to start from the beginning :/ im very sorry for the inconvienience :/
 
3.30 star(s) 3 Votes