Theme editor

  • RequestStream Movies, TV shows and anime streaming • 1 week trial
  • LewdCorner Site Cleanup Update
    A new cleanup update has been posted covering the recent Vault rework, rank changes, policy cleanup, and theme polish. The goal is to make LC cleaner, easier to understand, and safer for the site going forward. - Jack Of Blades
    Read More
  • use the latest updates page in the main menu for recently updated games (we are still fixing this section.)
5.00 star(s) 1 review
Think I may have been living under a rock these past few days. Could you fill me in on whats been happening please?
There was a dev in australia that got arrested because of his game, people think it's westy because he is the only known dev that makes game like this that lives there. A lot of devs because of that are freaking out and are either putting their stuff on hold waiting to see what happens next or just straight up deleting all their stuff.
 
There was a dev in australia that got arrested because of his game, people think it's westy because he is the only known dev that makes game like this that lives there. A lot of devs because of that are freaking out and are either putting their stuff on hold waiting to see what happens next or just straight up deleting all their stuff.
Aah right. Thanks.
 
I am having another issue. Pretty much the same kind. I get these three screens and than I changed moBack from false to true and hf from True to false and switched them out as many times to try and get it to work.
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not find return label (u'game/Story/Chapter 2/P1/chp2_hub.rpy', 1673031573, 10004).

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

Full traceback:
File "Scripts/Story/Chapter 3/P2/chp3_P2_10.rpyc", line 54, in script
File "renpy/ast.py", line 1567, in execute
next_node(renpy.game.context().lookup_return(pop=True))
File "renpy/execution.py", line 710, in lookup_return
raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label (u'game/Story/Chapter 2/P1/chp2_hub.rpy', 1673031573, 10004).

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Such a Sharp Pain 0.7.3.3R
Mon Aug 21 13:39:16 2023
 

Attachments

You must be registered for see attachments list
Not sure if this is a bug, but in a new playthrough, when I
visit mom during the suicide, the original clickable clue is replaced by a much older Macy and the new clickable clue (flashback to porn scene). The sudden jump in timeline (younger Macy to Older Macy) seems like it's unintentional.
I confirm this bug. @ketzal
After Macy says "You came" (CHP2_p2_00.RPY line 183) there is probably a messed variable, used again in CHP3. The bug came out with the latest update.
It seems the same Python variable hidden_spot_macy has been assigned twice, so the latter overwrites the previous declaration.
 
I confirm this bug. @ketzal
After Macy says "You came" (CHP2_p2_00.RPY line 183) there is probably a messed variable, used again in CHP3. The bug came out with the latest update.
It seems the same Python variable hidden_spot_macy has been assigned twice, so the latter overwrites the previous declaration.
I'm looking at it
 
I'm looking at it
I confirm that renaming the variable in chp3_P2_07.rpy to hidden_spot_macy2 fixes the bug.
You should also check chp3_07.rpy line 120 because I feel that same variable should not be there.
 
It won't even start:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name (u'game/Story/Chapter 3/P2/chp3_P2_09.rpy', 1685438223, 0) is defined twice, at Scripts/Story/Chapter 3/P2/ALICE/chp3_P2_09.rpyc:9 and Scripts/Story/Chapter 3/P2/chp3_P2_09.rpyc:9.

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

Full traceback:
  File "/media/500GB/GAMES_500_LOLI/Such_a_Sharp_Pain/renpy/bootstrap.py", line 331, in bootstrap
    renpy.main.main()
  File "/media/500GB/GAMES_500_LOLI/Such_a_Sharp_Pain/renpy/main.py", line 492, in main
    renpy.game.script.load_script() # sets renpy.game.script.
  File "/media/500GB/GAMES_500_LOLI/Such_a_Sharp_Pain/renpy/script.py", line 283, in load_script
    self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
  File "/media/500GB/GAMES_500_LOLI/Such_a_Sharp_Pain/renpy/script.py", line 797, in load_appropriate_file
    self.finish_load(stmts, initcode, filename=lastfn)
  File "/media/500GB/GAMES_500_LOLI/Such_a_Sharp_Pain/renpy/script.py", line 473, in finish_load
    check_name(node)
  File "/media/500GB/GAMES_500_LOLI/Such_a_Sharp_Pain/renpy/script.py", line 452, in check_name
    bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'game/Story/Chapter 3/P2/chp3_P2_09.rpy', 1685438223, 0) is defined twice, at Scripts/Story/Chapter 3/P2/ALICE/chp3_P2_09.rpyc:9 and Scripts/Story/Chapter 3/P2/chp3_P2_09.rpyc:9.

Linux-6.1.46-1-lts-x86_64-with-glibc2.2.5
Ren'Py 7.4.11.2266
 
Tue Aug 22 01:26:02 2023
 
It won't even start:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name (u'game/Story/Chapter 3/P2/chp3_P2_09.rpy', 1685438223, 0) is defined twice, at Scripts/Story/Chapter 3/P2/ALICE/chp3_P2_09.rpyc:9 and Scripts/Story/Chapter 3/P2/chp3_P2_09.rpyc:9.

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

Full traceback:
  File "/media/500GB/GAMES_500_LOLI/Such_a_Sharp_Pain/renpy/bootstrap.py", line 331, in bootstrap
    renpy.main.main()
  File "/media/500GB/GAMES_500_LOLI/Such_a_Sharp_Pain/renpy/main.py", line 492, in main
    renpy.game.script.load_script() # sets renpy.game.script.
  File "/media/500GB/GAMES_500_LOLI/Such_a_Sharp_Pain/renpy/script.py", line 283, in load_script
    self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
  File "/media/500GB/GAMES_500_LOLI/Such_a_Sharp_Pain/renpy/script.py", line 797, in load_appropriate_file
    self.finish_load(stmts, initcode, filename=lastfn)
  File "/media/500GB/GAMES_500_LOLI/Such_a_Sharp_Pain/renpy/script.py", line 473, in finish_load
    check_name(node)
  File "/media/500GB/GAMES_500_LOLI/Such_a_Sharp_Pain/renpy/script.py", line 452, in check_name
    bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'game/Story/Chapter 3/P2/chp3_P2_09.rpy', 1685438223, 0) is defined twice, at Scripts/Story/Chapter 3/P2/ALICE/chp3_P2_09.rpyc:9 and Scripts/Story/Chapter 3/P2/chp3_P2_09.rpyc:9.

Linux-6.1.46-1-lts-x86_64-with-glibc2.2.5
Ren'Py 7.4.11.2266
 
Tue Aug 22 01:26:02 2023
The folder Scripts/Story/Chapter 3/P2/ALICE/ does not exist in my version. Have you installed some MOD or used the same folder with an old installation? Delete the game folders, then try to download the game again. Do not use the same old folder for the new version (I think that's the issue here).
 
No mods or cheats were used
SUCH A SHARP PAIN V0.7.3.3R

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Scripts/Story/Chapter 2/P2/chp2_p2_04.rpy", line 17, in <module>
File "game/funcs.rpy", line 150, in __getattr__
AttributeError: 'super' object has no attribute '__getattr__'

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

Full traceback:
File "Scripts/Story/Chapter 2/P2/chp2_p2_04.rpyc", line 17, in script
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Scripts/Story/Chapter 2/P2/chp2_p2_04.rpy", line 17, in <module>
File "game/funcs.rpy", line 150, in __getattr__
AttributeError: 'super' object has no attribute '__getattr__'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Such a Sharp Pain 0.7.3.3R
Fri Aug 18 16:59:04 2023
Hey. Did you find a solution to this problem?
 
@ketzal BUG, two sex scenes are not present in the gallery:
- scene at lake with Alice
- following Alice hotel scene
 

Please help to solve the issue. After this screen appears the error.
Tried "hf" and "moBack'' to put on True but didnt help, they are false by default.
Thanks
You must be registered to see attachments
You must be registered to see attachments

 

Attachments

You must be registered for see attachments list
My opinion on this kind of criticism is that people want everything effortlessly.

Yep, welcome to the 21th in the rich countries of the planet !
You want water ? Slap your fingers.
You want energy (a lot of it) ? Slap your fingers.
You want to eat ? Slap your fingers.
You want to "insert anything" ? Slap your fingers.
The things you don't want, is doing things yourself, understanding how the living works, learning things, and be aroused by this beautiful planet.
Hooray capitalism: The lazy as fuck we became, the powerful you became !
<3


(thx to Myuhinny, of course i meant snap, but that's what happens when you learn. Without walkthrough. Ha!)
 
Last edited:
Yep, welcome to the 21th in the rich countries of the planet !
You want water ? Slap your fingers.
You want energy (a lot of it) ? Slap your fingers.
You want to eat ? Slap your fingers.
You want to "insert anything" ? Slap your fingers.
The things you don't want, is doing things yourself, understanding how the living works, learning things, and be aroused by this beautiful planet.
Hooray capitalism: The lazy as fuck we became, the powerful you became !
<3

I think nowadays us rich people just snap our fingers to get what we want and I have never heard of this slap our finger before must be something from the stoneage or someone that's into pain.
 
Yep, welcome to the 21th in the rich countries of the planet !
You want water ? Slap your fingers.
You want energy (a lot of it) ? Slap your fingers.
You want to eat ? Slap your fingers.
You want to "insert anything" ? Slap your fingers.
The things you don't want, is doing things yourself, understanding how the living works, learning things, and be aroused by this beautiful planet.
Hooray capitalism: The lazy as fuck we became, the powerful you became !
<3
Overall I agree with you, people just want things instantly. But if you're providing an ingame walkthrough it would be cool if it had a little more information about the outcome of certain choices, that is the point of having the walkthrough. Other than that, I like that the game has real choices that lead you to different paths with different scenes. Replaying it in order to get other scenes it's not really that hard since you can just skip all the text you've already seen. This used to be the standard with visual novels but nowadays people just want everything instantly.
 
I think nowadays us rich people just snap our fingers to get what we want and I have never heard of this slap our finger before must be something from the stoneage or someone that's into pain.
Oooohh yeah that's a fun huge mistake of mine, again i was to quick not checkin' any translation and confound this with the hand slap (or hand clap, that comfort me with the slap.)
My bad, and thanks, i will now remember this for sure !
That's a learn again for today ! Yay
 
Gentlemen, sry for bothering you, but i was not able to find any mods for the game (like gallery mod, WT-mod and the like), could someone be so nice to tell me what mods there are for SSP and where to find em?

Thx in advance
 
Gentlemen, sry for bothering you, but i was not able to find any mods for the game (like gallery mod, WT-mod and the like), could someone be so nice to tell me what mods there are for SSP and where to find em?

Thx in advance
As far as I am aware there aren't any mods for this game. The game has a in game walkthrough and as for the gallery you just have to play the game to unlock the scenes.
 
Back
Top Bottom