gartal

Active Member
Feb 9, 2018
634
164
why do i get the this error after insect patch?



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

While loading <'Image' u'gui/textbox2.png'>:
  File "game/zz_patch.rpy", line 70, in script
    y2 "It was caused by a car accident which you shouldn't have survived, but..."
IOError: Couldn't find file 'gui/textbox2.png'.

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

Full traceback:
  File "game/zz_patch.rpy", line 70, in script
    y2 "It was caused by a car accident which you shouldn't have survived, but..."
  File "G:\Game\00 NEW DOWNLOADS\00\TheAwakening-0.3.3-pc\renpy\ast.py", line 694, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "G:\Game\00 NEW DOWNLOADS\00\TheAwakening-0.3.3-pc\renpy\exports.py", line 1322, in say
    who(what, *args, **kwargs)
  File "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\TheAwakening-0.3.3-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\TheAwakening-0.3.3-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\TheAwakening-0.3.3-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "G:\Game\00 NEW DOWNLOADS\00\TheAwakening-0.3.3-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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-7-6.1.7601-SP1
Ren'Py 7.2.2.491
 0.3.3
Thu Apr 30 22:25:44 2020

why
 

bobdillan

Forum Fanatic
Nov 18, 2016
4,228
9,644
Incest isn't abandoned it just has to be added using a patch because of patreon.
eh not really, Gigan is a modder not the dev, the game has abandoned incest and it is gigan who keeps it alive, and if they stop it dies. Game existing does not guarantee incest in it. The idea that it isn't abandoned is false hope. (unless the dev slim says otherwise).

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

Edit: rewrote my comment because it was repetitive and spaghetti.
 
Last edited:
  • Like
Reactions: gigan and ontach

Assist

Newbie
Sep 2, 2019
59
27
why do i get the this error after insect patch?



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

While loading <'Image' u'gui/textbox2.png'>:
  File "game/zz_patch.rpy", line 70, in script
    y2 "It was caused by a car accident which you shouldn't have survived, but..."
IOError: Couldn't find file 'gui/textbox2.png'.

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

Full traceback:
  File "game/zz_patch.rpy", line 70, in script
    y2 "It was caused by a car accident which you shouldn't have survived, but..."
  File "G:\Game\00 NEW DOWNLOADS\00\TheAwakening-0.3.3-pc\renpy\ast.py", line 694, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "G:\Game\00 NEW DOWNLOADS\00\TheAwakening-0.3.3-pc\renpy\exports.py", line 1322, in say
    who(what, *args, **kwargs)
  File "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\TheAwakening-0.3.3-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\TheAwakening-0.3.3-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\TheAwakening-0.3.3-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "G:\Game\00 NEW DOWNLOADS\00\TheAwakening-0.3.3-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "G:\Game\00 NEW DOWNLOADS\00\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 "G:\Game\00 NEW DOWNLOADS\00\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-7-6.1.7601-SP1
Ren'Py 7.2.2.491
0.3.3
Thu Apr 30 22:25:44 2020

why
Coz incest patch is not updated...
 
  • Like
Reactions: gartal

DA22

Devoted Member
Jan 10, 2018
8,056
16,622
Well this is a game that does make no sense without an incest patch, since it was written as an incest game. Too much makes no sense without it. Well nothing stops me from refusing to believe landlady shit and reading through my imagination what should be there so game makes sense. :p
 

akenedy

Member
May 3, 2017
123
7,495
Been a while since I played this, last time it was unplayable due to lag, this time the game runs almost smoothly and since this game's story does not make sense without the patch use as suggested the cheat mod to change the relationships, for me it worked.

You could use the cheatmod
 
Last edited:

locomotor79

Well-Known Member
Oct 2, 2016
1,825
767
ok i found a bug the computer is unusable.
and the love bars are bugged i had them full
but whit every conversation whit them there empty again
 
3.90 star(s) 118 Votes