thealucid

Active Member
Oct 10, 2018
742
1,075
Patreon forced the change, they contacted SLim. Official versions cannot be patched, unfortunately, have to wait for the fine folk here to do their magic.
A lot of patreon games have found a workaround for it, usually it's allowing the player to describe the relationships of the characters.

I was worried that SLim was going purely the landlady route with the story, as it makes the dialog and situations with the landlady as a mother very unusual.

Blegh, disappointing since I was looking forward to this game. Guess there's no reason to keep following it now.
 
  • Like
Reactions: deltami

Deleted User #713463

Engaged Member
Jun 28, 2018
2,005
395
I get this error with the patch installed.

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label _call_inputter_1 is defined twice, at
File "game/intro.rpy", line 20 and
File "game/zz_patch.rpy", line 35.
THE PATCH WONT WORK FOR THIS VERSION
 

Hysni

Engaged Member
Jan 7, 2020
2,845
5,166
Geting error with inc patch 3.3 ? is there any fix
```
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label _call_inputter_1 is defined twice, at
File "intro.rpyc", line 20 and
File "game/zz_patch.rpy", line 35.

Ren'Py Version: Ren'Py 7.2.2.491
Fri May 01 00:26:19 2020
```
 

gigan

Engaged Member
Modder
Nov 7, 2017
3,118
7,864
I get this error with the patch installed.

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label _call_inputter_1 is defined twice, at
File "game/intro.rpy", line 20 and
File "game/zz_patch.rpy", line 35.
THE PATCH WONT WORK FOR THIS VERSION
Geting error with inc patch 3.3 ? is there any fix
```
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label _call_inputter_1 is defined twice, at
File "intro.rpyc", line 20 and
File "game/zz_patch.rpy", line 35.

Ren'Py Version: Ren'Py 7.2.2.491
Fri May 01 00:26:19 2020
```
try this and let me know if this is woring for you
 

teddydare

New Member
Dec 9, 2017
12
1
Sounds like a save game error. This update isn't compatible with the old version? Maybe starting a new game would be the solution.
Nope: I started a new game as I haven't played this in a while, can't even get past naming and relationships without error after error.
 

emmasteadman

Active Member
Aug 6, 2017
917
985
Not the patch with me, but I'm getting these errors when talking with the Sister in her room:-

```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gui/textbox2.png'>:
IOError: Couldn't find file 'gui/textbox2.png'.

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

Full traceback:
File "storyParts/roommateStory1.rpyc", line 14, in script
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\ast.py", line 694, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\exports.py", line 1322, in say
who(what, *args, **kwargs)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\character.py", line 1127, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\character.py", line 842, in do_display
**display_args)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\core.py", line 3174, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\core.py", line 2086, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 516, in renpy.display.render.render_screen
File "render.pyx", line 244, in renpy.display.render.render
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\screen.py", line 669, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\layout.py", line 1152, in render
back = render(style.background, bw, bh, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\display\im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "B:\Adult Games\TheAwakening-0.3.3-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/textbox2.png'.

Windows-8-6.2.9200
Ren'Py 7.2.2.491
0.3.3
Fri May 01 00:54:57 2020
```
 
  • Like
Reactions: virus321

BoltonGuy35

Well-Known Member
Mar 25, 2018
1,272
2,275
So no new sexual content with the landlady or roomate paths? :( Please give us more on there story paths next time pretty please dev ;)
 

Gamer_Dan92

Member
Apr 26, 2018
260
126
So after reading the change log does anyone know where I can download 0.3.2b? I only have 0.3.2a and don't really want to start a new game
 

Hysni

Engaged Member
Jan 7, 2020
2,845
5,166
i Deleted that Line and it worked with incest patch ...
Hope next update adds allot of sex scenes etc quests game is Nice :cool: (y)
although i finished all 5/5 quests still cant have sex at night says finish story line but there are no more quests to finish :confused:
I prefer first house when started from prologue its kinda beter then new one :)
 

Sithlord86

Member
Jan 19, 2020
122
312
So, I played the intro. I enjoyed the game.
However, the new update is giving me constant errors.

Is it a fail in the executable or is it me?
It gives an error about every other click. If I insert the fairy's name, I can't proceed.
 
  • Like
Reactions: Vojvoda

Vojvoda

Well-Known Member
Mar 21, 2019
1,749
1,185
So, I played the intro. I enjoyed the game.
However, the new update is giving me constant errors.

Is it a fail in the executable or is it me?
It gives an error about every other click. If I insert the fairy's name, I can't proceed.
same problem can`t play
 
3.90 star(s) 117 Votes