- Oct 5, 2017
- 7,515
- 10,000
ZanithOne
Reactions to 0.6.16:
Reactions to 0.6.16:
You don't have permission to view the spoiler content.
Log in or register now.
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 gameCode: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
I believe the new hang out quest (for naomi at least) is just a reminder of side content that you might miss, there isn't anything new for naomi and cait atm, it is just you might not get all the scene in the previous play. For example, to finish the naomi's hang out quest, you need to sit with her at the doorway, with and without giving her whiskey.ZanithOne
Reactions to 0.6.16:
You don't have permission to view the spoiler content. Log in or register now.
I can imagine someone playing a "reject Rae" path. Without Rae's help and affection, the MC is trapped in the house alone except for a hostile, rejected succubus in the attic. He eventually dies of boredom.Well, one can always try. But Rae is Rae.
assuming he can die at allI can imagine someone playing a "reject Rae" path. Without Rae's help and affection, the MC is trapped in the house alone except for a hostile, rejected succubus in the attic. He eventually dies of boredom.
True.assuming he can die at all
So I've put the launcher APK through VirusTotal -Android launcher has a virus
I can imagine someone playing a "reject Rae" path. Without Rae's help and affection, the MC is trapped in the house alone except for a hostile, rejected succubus in the attic. He eventually dies of boredom.
Simple way to play reject rae path: delete the game.True.
In such a case, AngryRejectedRae may want test that hypothesis.
Just the idea that you're trapped with a pretty succubus who is friendly and helpful....then you want to reject her and potentially get her angry.
Both of them are heuristic. Heuristic detection is prone to false flagging. Although as a rule of thumb if it were 4 or more well known AV's flagging it due to heuristics I'd be concerned.So I've put the launcher APK through VirusTotal -You must be registered to see the links- and I think that it miiiiight be a false positive, but I'm far from being an expert.
Based on some Googling I did on the two detections:
Avast-Mobile's Evo-gen detection is fairly likely to be a false flag, because it's a heuristic detection and seems to create false positives ALL the time, for all sorts of apps.
Symantec Mobile Insights' detection is a bit more.... uncertain. Can't make heads or tails of it, although I have seen one (yes, just one) post on github about a false positive with that identifier as well, so who knows.
I doubt it. There is a lot of foreshadowing being alluded to. The most magical NPCs are acting like Voldemort is coming or something, so I feel like either a great resolution will be part of the story that may be tied to the health of the house or possibly the effect its creation is having on those worlds and their ether. will be explored It seems like something is developing but it has barely come to the forefront, so expect much more development in my opinion.is the story even close to finished yet? This ones been going on for a while now
The "main story", if there is any, could finish at any moment. It could also be continued indefinitely. It is all up to dev.is the story even close to finished yet? This ones been going on for a while now
Did you forget to paste the rest of the post? Only the title/statement above showed up but not any of your explanation.how to get acess to halloween dream