micmitja

Forum Fanatic
Aug 6, 2017
5,860
6,366
The update doesn't work. What am I doing wrong? View attachment 2862587
make sure you got previous version installed to use it. worked fine for me
here got update patches from v0.6.9 to 0.6.14b1
here got v0.6.15r3



comp.


and latest is in ops
 
Last edited:

phreadom

Active Member
Sep 2, 2017
651
1,286
Patch only works on Windows. Lame. :( I feel like this is the first time I've seen a renpy game update patch that was a .exe file.
 
  • Like
Reactions: ChopTheHead

Anon4321

Conversation Conqueror
Jun 24, 2017
7,030
5,581
Hi
Just wondering if I have reached the max on all the ladies

Currently I have...

Azraesha
Intimacy: 50
Lewdness: 20

Naomi
Intimacy: 40
Lewdness: 20

Caitlin
Intimacy: 40
Lewdness: 20

Lyriel
Intimacy: 30
Lewdness: 30

Yona
Intimacy: 20
Lewdness: 10

Blair
Intimacy: 20
Lewdness: 10
 

Dinglederper

Member
Dec 19, 2020
264
839
Well, actually its Norton 360 mobile. If it were windows I would have did something already and fixed it.
Do you pay for it though? If you pay, I'm with them, get rid of that shit: Norton is quite literally paid-for malware. If you're not paying, carry on.
 

doble77

Newbie
Feb 24, 2018
75
67
My Android phone is detecting the Launcher apk as infected with a trojan, though it doesn't says wich one. I checked the file in virustotal.com and only Avast-Mobile is detecting the trojan Evo-Gen. Googling about it, there's several people complaining in the Avast forums about it giving false positives with this trojan in their own made apps.

I don't know a lot about android viruses or such, all I know is googling about it and this is what I've found. However I think I will skip this update in the meantime...
 
Oct 15, 2017
217
531
Is there any info when the game will actually be finished?
I don't think there is anything official, in a couple of years would be my guess. It is hard to tell because the story hasn't progressed much and at the same time the way the entire premise is set up it could be resolved quite fast if Zanith wanted to, though that would be rather abrupt.
 

walkerjonny

Active Member
Apr 22, 2019
615
432
ZanithOne:

Just some feedback:
It seems that the actions with Caitlin are raising her intimacy but the actions with Blair aren't. Is this intended to be that way or should the actions with Blair also raise her intimacy level? I'm referring to the latest update v 0.6.16r1 here.
 

doujinftw

Active Member
Nov 26, 2020
870
1,188
have that jackass fix the goddamn awful lighting that he "remaster" in the previous version yet?
*guess not
also zanith your fking remaster is quite half arse, you only change the horrid lighting up to an extend of the scene while choose to eat out it switch back to to the original lighting retard lighting.png normal lighting.png
 
Last edited:

segaegae

Member
Dec 5, 2021
311
377
Hi everybody,

The file "AHouseInTheRift_comp_0.6.15_to_0.6.16r1.exe" is reported positive by some AV.
Win defender (I don't care)
Zillya (I don't know it very well)
BitDefender (I trust this one).

The report mention " Worm.Vobfus.Win32.195871 "
2023-08-20 111123.png
 

alextp2651

Member
Dec 9, 2017
122
56
Code:
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'girls/blair/routes/side/activities/garage_morning_shelves_hangout/01_01.webp') at 0x00000000397cd1d0>:
IOError: Couldn't find file 'girls/blair/routes/side/activities/garage_morning_shelves_hangout/01_01.webp'.

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

Full traceback:
  File "scripts/engine/navigation/navigator_scripts.rpyc", line 5, in script call
  File "scripts/girls/blair/talk_scripts/garage/blair_garage_morning_hangout.rpyc", line 220, in script
  File "renpy/ast.py", line 930, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1473, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1352, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 1006, in do_display
    **display_args)
  File "renpy/character.py", line 693, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3579, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "renpy/display/core.py", line 4172, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2782, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 886, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/transition.py", line 379, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 886, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 886, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/transform.py", line 909, in render
    return RenderTransform(self).render(width, height, st, at)
  File "accelerator.pyx", line 979, in renpy.display.accelerator.RenderTransform.render
  File "accelerator.pyx", line 404, in renpy.display.accelerator.RenderTransform.render_child
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/image.py", line 513, in render
    return wrap_render(self.target, width, height, st, at)
  File "renpy/display/image.py", line 316, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/im.py", line 676, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 330, in get
    surf = image.load()
  File "renpy/display/im.py", line 803, in load
    raise e
IOError: Couldn't find file 'girls/blair/routes/side/activities/garage_morning_shelves_hangout/01_01.webp'.

Windows-10-10.0.22621 AMD64
Ren'Py 7.6.1.23060707
A House in the Rift 0.6.16r1
Sun Aug 20 10:45:53 2023
 

alextp2651

Member
Dec 9, 2017
122
56
Code:
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'girls/blair/routes/side/activities/garage_morning_shelves_hangout/01_01.webp') at 0x00000000397cd1d0>:
IOError: Couldn't find file 'girls/blair/routes/side/activities/garage_morning_shelves_hangout/01_01.webp'.

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

Full traceback:
  File "scripts/engine/navigation/navigator_scripts.rpyc", line 5, in script call
  File "scripts/girls/blair/talk_scripts/garage/blair_garage_morning_hangout.rpyc", line 220, in script
  File "renpy/ast.py", line 930, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1473, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1352, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 1006, in do_display
    **display_args)
  File "renpy/character.py", line 693, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3579, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "renpy/display/core.py", line 4172, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2782, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 886, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/transition.py", line 379, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 886, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 886, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/transform.py", line 909, in render
    return RenderTransform(self).render(width, height, st, at)
  File "accelerator.pyx", line 979, in renpy.display.accelerator.RenderTransform.render
  File "accelerator.pyx", line 404, in renpy.display.accelerator.RenderTransform.render_child
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/image.py", line 513, in render
    return wrap_render(self.target, width, height, st, at)
  File "renpy/display/image.py", line 316, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/im.py", line 676, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 330, in get
    surf = image.load()
  File "renpy/display/im.py", line 803, in load
    raise e
IOError: Couldn't find file 'girls/blair/routes/side/activities/garage_morning_shelves_hangout/01_01.webp'.

Windows-10-10.0.22621 AMD64
Ren'Py 7.6.1.23060707
A House in the Rift 0.6.16r1
Sun Aug 20 10:45:53 2023
this is the first time that i found an error on this game
 
4.70 star(s) 333 Votes