Lord Ashram

Well-Known Member
Modder
Dec 29, 2020
1,870
10,919
Yeah, this error can be bypassed by loading a different save or clicking Rollback. Sounds like you'll need to try multiple different saves though. If you haven't, try all of your autosaves. Hopefully one works. I haven't heard anyone say this method hasn't eventually worked yet.
I tried 6 of my 12 normal saves and they all crash.
I just checked my saves folder for 0.15 and it looks like this:
You don't have permission to view the spoiler content. Log in or register now.
Where as my saves folder for 0.14.1 looks like this:
You don't have permission to view the spoiler content. Log in or register now.
 
  • Thinking Face
Reactions: TheDevian and Runey

ren88

New Member
Jan 20, 2022
5
4
I apologize for the wall of text and look forward to your response. I also hope this conversation can continue without outside harassment. I don't expect my comment to be popular on this site.
No need to apologize.

My personal character assumptions were for other things... simple and not so simple things (trying to guess the direction you were taking the story and some prudish upbringing stuff I'm dealing with as I come across it ). None related to the social justice narrative.

Plus, you had already won me over with confidence in how you tell your story from earlier chapters (if that ever would have come across my mind).

I understand a lot of the exoteric and esoteric themes in your story, they are partially what let me know that I was actually in line for a well thought out story. I am an observer of the world and its trends. Due to the said dominant narratives that are a part of online and Western cultures, I was just assuming a reason why one would come to that conclusion. Most people might not intend to think those thoughts, but if the memes are a part of a major narrative they have come across, repeating them in ignorance might happen.

There are deceitful people (corporations and oligarchs) trying to hijack the good organizing that many people do for their communities. Out of ignorance, some people will aide in the hijacking (thus me using the term "faux social justice"). Corporate Social Justice is mostly hollow and forced (look up the new plan being used to force change) and that's what drives a lot of the "hate" for social justice as it becomes virtue signalling instead of genuine action.

I agree with you wholeheartedly about the good from social justice. Most people want a better world and do their best to utilize their gained experience in life. We all have our cross to bear, we just need to come to a point where we realize that (become "free") and stop adding more strain on those around us.
 

Lord Ashram

Well-Known Member
Modder
Dec 29, 2020
1,870
10,919
...
But as always don't stress yourself. We can wait and IRL has priority.

Thank you.
...
Thank you so much and please take care and don't over exert yourself, health is more important. :)
The personal stuff is not health related other than stress from taking nearly a week to resolve a big issue from last weekend.
For the most part working on updating the mod was a way to help not think about the issue except when I really needed to but it was a bit of work getting it updated.
 

Runey

Harem Hotel
Game Developer
May 17, 2018
3,965
20,012
There are deceitful people (corporations and oligarchs) trying to hijack the good organizing that many people do for their communities. Out of ignorance, some people will aide in the hijacking (thus me using the term "faux social justice"). Corporate Social Justice is mostly hollow and forced (look up the new plan being used to force change) and that's what drives a lot of the "hate" for social justice as it becomes virtue signalling instead of genuine action.
Oh okay, that wasn't what I thought were you talking about at all. I'm honestly surprised how well my comment was taken so far. Maybe things are getting better on this site regards to that.
 

RJ940

Newbie
Jul 26, 2021
42
80
MOD UPDATE:
Good news and bad news.
Good:
Everything seems done
Bad:
Due to all the changes made by Runey to improve the game, none of my saves from 0.14.1 are compatible with this 0.15 release

Because of this I am going ahead and releasing it but listed as TEST since you will need to Start A New Game.
As some one else stated I'll probably start over myself, I will try my save though and see how it goes just out of curiosity. Your time and effort is very much appreciated though bud. Always good to go take some you time so go enjoy bro.
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
14,483
33,937
That headpat to Ejaculation ratio
Most of my favorite scenes are the exhibitionism ones, most of those are not ones where he gets off. Like the rest of the game, it is all about the girls, not the MC. XD

Funny part is, I didn't even notice that counter until you pointed it out. lol
 

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,889
21,509
Most of my favorite scenes are the exhibitionism ones, most of those are not ones where he gets off. Like the rest of the game, it is all about the girls, not the MC. XD

Funny part is, I didn't even notice that counter until you pointed it out. lol
Headpats? You are some kind of pervert aren't you? What's next handholding? :KEK:
 

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,889
21,509
Maybe I did not read well enough. XD
The problem Lord Ashram has is that his mods don't have their own threads.
Instead he posts in the game threads and they get flooded by the comments.
As you know he has a thread where he collects those links.
What he actually should do is get the Modder badge and he also should make separate threads for every mod he made or overhauls.
 
  • Like
Reactions: rxiw

inabikarikuro13

New Member
Aug 25, 2018
10
0
Help?


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

While processing text tag {/color} in u'What do you want to do, Felicity? {color=#FF0000}(Affection +1){/color}{/color}'.:
  File "game/script.rpy", line 12562, in script call
    $ result = renpy.imagemap("yourroom1.webp", "yourroomh.webp", [
  File "game/scripts/lobby_script.rpy", line 772, in script
    menu:
  File "game/scripts/AON_sensitive_FIX.rpy", line 13, in FIXrender
    child = renpy.display.render.render(self.child, w, h, st, at)
Exception: u'/color' closes a text tag that isn't open.

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

Full traceback:
  File "game/script.rpy", line 12562, in script call
    $ result = renpy.imagemap("yourroom1.webp", "yourroomh.webp", [
  File "game/scripts/lobby_script.rpy", line 772, in script
    menu:
  File "renpy/ast.py", line 1688, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1060, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1296, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, 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 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 3839, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2565, 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 826, 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 826, 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 826, 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 "game/scripts/AON_sensitive_FIX.rpy", line 13, in FIXrender
    child = renpy.display.render.render(self.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/layout.py", line 826, 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 1029, in render
    surf = render(d, width - x, rh, 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/behavior.py", line 795, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1264, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/text/text.py", line 2096, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "renpy/text/text.py", line 610, in __init__
    self.paragraphs = self.segment(text.tokens, style, renders, text)
  File "renpy/text/text.py", line 1039, in segment
    raise Exception("%r closes a text tag that isn't open." % text)
Exception: u'/color' closes a text tag that isn't open.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.15
Fri Apr 15 10:03:05 2022
 
4.70 star(s) 473 Votes