VN Ren'Py Abandoned Succubusted [v0.13b] [HonestAbe99]

assman1337

Well-Known Member
Mar 10, 2018
1,426
2,027
```
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'rest_transition2_1_1'.

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

Full traceback:
File "game/script.rpyc", line 1489, in script
0�+:��&�5n�c)t��;T$z7���G��(���I��[Eu�l������
File "renpy/ast.py", line 1711, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 900, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'rest_transition2_1_1'.

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
Succubusted free version 0.10
Mon Jul 12 02:54:52 2021
```
 

assman1337

Well-Known Member
Mar 10, 2018
1,426
2,027
```
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'rest_transition2_1_1'.

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

Full traceback:
File "game/script.rpyc", line 1489, in script
0�+:��&�5n�c)t��;T$z7���G��(���I��[Eu�l������
File "renpy/ast.py", line 1711, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 900, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'rest_transition2_1_1'.

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
Succubusted free version 0.10
Mon Jul 12 03:16:20 2021
```
 

assman1337

Well-Known Member
Mar 10, 2018
1,426
2,027


Lot's of bug fixing cleaning up code...the game now has more content compared to the v0.10 version and yet is ~half the file size...there is also a new random encounter to be found in level 1..so have fun finding that...:]



 

Kukipett

Well-Known Member
Feb 2, 2021
1,922
3,787
OHHH god what was that !!!! Thaught it would be some bdsm but it end up as if i accidentaly fell on some dog poop on a walkway.:sick:
 

vonwraith

Newbie
Dec 14, 2019
49
15
"v0.11 Premium
Lot's of bug fixing cleaning up code...the game now has more content compared to the v0.10 version and yet is ~half the file size...there is also a new random encounter to be found in level 1..so have fun finding that...:]
"

Yup, lots of bugs. :ROFLMAO:

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'background_dom_kissing_low.png'>:
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
IOError: Couldn't find file 'background_dom_kissing_low.png'.

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

Full traceback:
File "game/script.rpyc", line 2980, in script
��R�����s�I8k'I\-9���I�C�kIHx���9&I\G��$�'�h��
File "renpy/ast.py", line 683, in execute
statement_name(getattr(who, "statement_name", "say"))
File "renpy/ast.py", line 46, in statement_name
i(name)
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "renpy/exports.py", line 1637, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2546, in do_with
clear=clear)
File "renpy/display/core.py", line 3007, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3517, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2377, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 751, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transition.py", line 367, in render
bottom = render(self.old_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 751, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 751, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 927, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 116, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/image.py", line 501, in render
return wrap_render(self.target, width, height, st, at)
File "renpy/display/image.py", line 307, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 927, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 116, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 651, in load
filelike = renpy.loader.load(self.filename)
File "renpy/loader.py", line 798, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'background_dom_kissing_low.png'.

Windows-10-10.0.17763
Ren'Py 7.4.2.1292
Succubusted premium version 0.11
Mon Sep 6 20:24:19 2021
 

DrPoods

Member
Jun 25, 2018
276
110
I have to say that, at this point, I can't play this anymore. The minigame is so unbelievably frustrating that it's just not worth any potential payoff.
 

Azure Sun

Member
Apr 15, 2021
329
779
I love the art and ambience, but the minigames were obnoxious as f*ck. Don't even talk about the "maze" one, which is impossible without a mouse (just quick saved/loaded to get the target spammer one every time). And then finally, when you're nearing the end of this tedious game, you get the BUG mentioned a couple of posts above, making it impossible to proceed. I want that hour of my life back.
 
Oct 13, 2017
167
183
Wow, the author doesn't play around and leads with the big guns! I love it! If you write anything BDSM themed, don't forget about power play!

And then I got to the minigames, they are simply enraging. But there's a remedy built in ren'py engine, page_up button rolls the engine one step back, which allows to cheat pipeline minigames.
 

chupakabra9

New Member
Jan 17, 2021
5
0
The game IS GREAT! Dont listen who says its not )) BUT

CAN YOU HELP US WITH THIS ?

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'background_dom_kissing_low.png'>:
File "renpy/common/000statements.rpy", line 560, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'background_dom_kissing_low.png'.

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

Full traceback:
File "game/script.rpyc", line 2929, in script
��0;iW������*fw)|��e�>"�\�3ڻ�j�HQnRn������厳��,�%�G�*Z��'��CH���:�+g#B��L{9BW���~K'�С$t���[�����$�dG�j����}E�$t?ɿ���W(�F�N�L8B�Ah��ҩ"t'���5Z�N^�8Z+����Ch�oi�ݙ�6H�F-tg�P��[�4I�f�ط�⁘T��;Xn�@�F���L���Z(5�I��Iͤ6)=ť��0���4�X�DZM���_���A2�S|�d����1ȸ�tQ����6���.Nr0�d��'��> &��>9��d��>W��O.�g�4K���L��P�u0#:���ZPHPa�j~�1�07xyͪ�=�vu���,Z�A�
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 560, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2974, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3007, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3517, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2377, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 751, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 751, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 751, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 927, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 116, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/image.py", line 501, in render
return wrap_render(self.target, width, height, st, at)
File "renpy/display/image.py", line 307, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 927, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 116, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 651, in load
filelike = renpy.loader.load(self.filename)
File "renpy/loader.py", line 798, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'background_dom_kissing_low.png'.

Windows-7-6.1.7601-SP1
Ren'Py 7.4.2.1292
Succubusted premium version 0.11
Thu Dec 23 23:50:01 2021
 

Digteren

Active Member
Nov 1, 2020
684
515
So this game has been getting updates it's just that no one uploaded or requested them, so it got the abandoned tag automatically?
 

Sunshaded

Member
Jul 14, 2018
277
663
So this game has been getting updates it's just that no one uploaded or requested them, so it got the abandoned tag automatically?
No, the last update on itch.io was 0.14 in November 2021. Patreon has to up to 0.16 in March 2022, and only 1 remaining patron. So it's very dead.