Ex-Ray

New Member
Sep 17, 2018
2
0
I'm getting an error when loading a save from v15
Anyone tips for that?

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

While running game code:
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, 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 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 983, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 918, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 771, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2200, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 2014, in rollback
    self.load_failed()
  File "renpy/python.py", line 1932, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Casual Desires 0.16
Wed Dec 28 17:52:01 2022
 

SeniGaming

Active Member
Game Developer
Sep 8, 2019
579
565
I'm getting an error when loading a save from v15
Anyone tips for that?

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

While running game code:
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, 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 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 983, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 918, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 771, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2200, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 2014, in rollback
    self.load_failed()
  File "renpy/python.py", line 1932, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Casual Desires 0.16
Wed Dec 28 17:52:01 2022
Try a save less advance in the game or try the quick save if you still have some.
 

sufang828

Newbie
Apr 26, 2021
57
312
I hope you've all had a good start to 2023!

Development for Chapter 17 is progressing at a solid pace, with the first in-game day now completed.

While the previous chapter saw a significant amount of story progression, Chapter 17 will deliver more in the sexual department. With three different versions of the strip pokerevent, continuations of the massage parlorand delivery driver scenes, a lesbian threesome at the hot springs, and more - this will be a very exciting time for Rita and friends!

Aside from a steady flow of new chapters, I also have some other big plans for 2023.

A Features Update will be coming soon - likely around the start of Act 3 - which will enhance the game with much-requested features. A scene gallery, bonus unlockable scenes, improved stats screen, animations and much more will be added! I'll also be using this time to experiment with other potential features, such as randomized sexual encounters (which would come with an on/off toggle in the settings screen).

Additionally, I'll be releasing the first version of my second project, which has been in development (sporadically) for the better part of a year. Similar to Casual Desires, this will be a corruption-focused game, with training elements and a more ambitious and darker story. I'll have more to share in the next month or two, as development for Casual Desires is the #1 priority.

Anyway, I hope you look forward to this year and the long-awaited start of Act 3!

Whether you want to see Rita in a loving relationship, or as a full-blown slut working as a pornstar or stripper, Act 3 will have plenty of it and more. :)
 

stahalle

Engaged Member
Jul 11, 2018
2,085
3,635
Can this game be played with 100% consent (regarding the MC)? Nobody forcing you to do anything? Possible to play entirely or at least mostly straight?
yes there are no scenes forced and you can play the game 100% straight. oh wait i think there is one kissing scene that is not avoidable with a female but you can decide if the mc liked it or not.
 
  • Haha
Reactions: cxx
May 21, 2018
36
22
yes there are no scenes forced and you can play the game 100% straight. oh wait i think there is one kissing scene that is not avoidable with a female but you can decide if the mc liked it or not.
Excellent. Cheers. :D

Addendum: Most excellent! Start by being able to tease guys, not being a clueless virgin, and know you're horny for exhibitionism? So far, 10/10.

Addendum 2: Characters emphasize consent and boundaries. 15/10 so far (some points lost due to linearity, and including side-character-PoVs).
 
Last edited:

cxx

Message Maestro
Nov 14, 2017
59,977
30,011
yes there are no scenes forced and you can play the game 100% straight. oh wait i think there is one kissing scene that is not avoidable with a female but you can decide if the mc liked it or not.
and also totally sexless.
 

sufang828

Newbie
Apr 26, 2021
57
312
Chapter 17 is now 50% complete!

The lesbian version of the strip poker scene has been mostly finished, with the straight version of events currently underway. I decided to give Haruka a different hairstyle for this encounter, as her dressing up for Rita (so as to not lose to the other two girls) was a fun way to write her role here.

Regarding the mixed (2 girls, 2 guys) version of this scene, Violet will be joining Rita in her strip poker night! Due to various feedback since last month's poll, I'm strongly considering adding an extra version of this scene, where the player can choose to invite Haruka instead. Ultimately, this will depend on how much development time remains, but should the Haruka version fail to make it in time for this release, I'll be including it with Chapter 18 instead.

Additionally, I've spent a couple days redesigning the UI, which you can see some examples of in the pictures above. In particular, the new textbox should help with visibility, so that players no longer need to press 'H' to see behind the textbox. I've also redesigned the main menu screen (to look more modern), added an animated effect to in-game choices, and much more.

A new feature, allowing players to add custom notes to their save files, has also been added. This should prove tremendously useful for tracking multiple playthroughs.

Some other improvements, such as the new stats screen, will also be coming in the Features Update later this year.

_

(As a side note, the first teaser for my second project will be released to the Premium (and above) tiers next week. A second teaser, following the Chapter 17 release of Casual Desires, will be available to all Patrons.)

I hope you look forward to Chapter 17! I'll have much more to share soon. :)
 

estrada777

Engaged Member
Modder
Donor
Mar 22, 2020
3,591
8,891
https://f95zone.to/threads/casual-desires-v0-16-iondivvy.56356/post-6965139

Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 0.16 + WT by JokerLeader + Gallery by Azk66

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR

You don't have permission to view the spoiler content. Log in or register now.

This unofficial port/version is not released by the developer, download at your own risk.

(if it gives you a .zip, just rename it as .apk)
Mega

Size 436 MiB

Come find me on Discord:
Updated my android port.
 
  • Like
Reactions: hyperjack38

sufang828

Newbie
Apr 26, 2021
57
312
Hello, and apologies for the wait!

We're approaching the release of the next game version. Chapter 17 is now about 75% complete, with the MMFF events being currently underway.

Although it hadn't been shown yet, the protagonist mentioned having a spare bedroom in her apartment. It is here that the strip poker events will take place! Depending on your choices, the protagonist (and her guests) may end up with no clothing left to cover them. Or... if she is feeling extra frisky, perhaps she could even invite her friends to join her on the spare bed? It is up to you how much she will undress and how far she will go, with foursome sex being possible in all versions of this strip poker event.

If the protagonist decides to invite guys only, she will be joined by CJ and their new friend. The male guests for the Violet/Haruka scenes will be revealed very soon!

v0.17 is expected to be released in mid-March. This will give enough development time to also include the Haruka strip poker scene in this release.

I hope you look forward to playing soon! A second development update will be posted before the end of the month, as well as a new Patron poll.
 
3.80 star(s) 59 Votes