Mod Ren'Py Abandoned Rogue-like: Evolution - Expanded Mod

4.60 star(s) 9 Votes

harry19

Member
Oct 25, 2017
127
102
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Too many arguments in call (expected 2, got 3).

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

Full traceback:
  File "script Locations.rpyc", line 557, in script call
  File "script Locations.rpyc", line 557, in script call
  File "script Locations.rpyc", line 941, in script call
  File "script Functions.rpyc", line 1903, in script call
  File "Rogue/Rogue_Sex.rpyc", line 2066, in script call
  File "script Locations.rpyc", line 551, in script call
  File "script Functions.rpyc", line 1903, in script call
  File "Laura/Mod_Laura_DateNight.rpyc", line 1001, in script call
  File "script Functions.rpyc", line 2085, in script
  File "C:\Users\Acer\Downloads\Rogue-Like-0.978e-Expanded-pc\Rogue-Like-0.978e-pc\renpy\ast.py", line 773, in execute
    values = apply_arguments(self.parameters, renpy.store._args, renpy.store._kwargs)
  File "C:\Users\Acer\Downloads\Rogue-Like-0.978e-Expanded-pc\Rogue-Like-0.978e-pc\renpy\ast.py", line 152, in apply_arguments
    return parameters.apply(args, kwargs, ignore_errors)
  File "C:\Users\Acer\Downloads\Rogue-Like-0.978e-Expanded-pc\Rogue-Like-0.978e-pc\renpy\ast.py", line 134, in apply
    raise Exception("Too many arguments in call (expected %d, got %d)." % (len(self.positional), len(args)))
Exception: Too many arguments in call (expected 2, got 3).

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.978e
 

Pervy Rogue

Newbie
Modder
Nov 9, 2016
93
406
harry19

This looks like the 0.978 mod being applied to the latest version of the game. Unfortunately, the mod on the first page is only supported on 0.978. It will be updated when the mod is updated.
 
  • Like
Reactions: redknight1

Grigori_127

Member
Modder
Dec 2, 2018
121
176
Hey guys, I posted a testing version on the discord ( ). If you guys wanna help out testing go check it out. It's 0.983d with Kitty's Doggy pose, Rogue's Missionary pose, Cheats, Most of Rogue's modded clothes and Sunbathing Mechanics for Kitty (only sprite for now).
 
Last edited:

Semondemon

Engaged Member
Mar 9, 2018
2,893
8,665
I get an issue with almost any legging sort like stocking, fishnet, Kitty has a problem in her doggystyle pose as well where her vagina is NOT lined up at all and it looks weird with clothes off and even weirder with benis 'cos her legs look bent towards her torso.
 

wolfwelp

Newbie
Oct 28, 2017
66
83
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 86, in script call
    call Rogue_SexMenu
  File "game/Rogue_Sex.rpy", line 116, in script call
    call R_Handjob
  File "game/Rogue_HJ.rpy", line 423, in script call
    call Sex_Dialog("Rogue",Partner)
  File "game/script Locations.rpy", line 146, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 100, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 886, in script call
    call Rogue_Clothes
  File "game/Rogue_Modded_Outfits.rpy", line 760, in script call
    call SetHose("Rogue", "modded SR7 hose")
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 86, in script call
    call Rogue_SexMenu
  File "game/Rogue_Sex.rpy", line 116, in script call
    call R_Handjob
  File "game/Rogue_HJ.rpy", line 423, in script call
    call Sex_Dialog("Rogue",Partner)
  File "game/script Locations.rpy", line 146, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 100, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 886, in script call
    call Rogue_Clothes
  File "game/Rogue_Modded_Outfits.rpy", line 760, in script call
    call SetHose("Rogue", "modded SR7 hose")
ScriptError: could not find label 'SetHose'.

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

Full traceback:
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 86, in script call
    call Rogue_SexMenu
  File "game/Rogue_Sex.rpy", line 116, in script call
    call R_Handjob
  File "game/Rogue_HJ.rpy", line 423, in script call
    call Sex_Dialog("Rogue",Partner)
  File "game/script Locations.rpy", line 146, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 100, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 886, in script call
    call Rogue_Clothes
  File "game/Rogue_Modded_Outfits.rpy", line 760, in script call
    call SetHose("Rogue", "modded SR7 hose")
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\ast.py", line 1336, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 86, in script call
    call Rogue_SexMenu
  File "game/Rogue_Sex.rpy", line 116, in script call
    call R_Handjob
  File "game/Rogue_HJ.rpy", line 423, in script call
    call Sex_Dialog("Rogue",Partner)
  File "game/script Locations.rpy", line 146, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 100, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 886, in script call
    call Rogue_Clothes
  File "game/Rogue_Modded_Outfits.rpy", line 760, in script call
    call SetHose("Rogue", "modded SR7 hose")
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\script.py", line 861, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'SetHose'.

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.983d
 

wolfwelp

Newbie
Oct 28, 2017
66
83
oh yes BUG HUNTING HURA HURA i have something to do with my Girl Friend ..
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' 'images/RogueSprite/Rogue_legs_0.png'>:
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 86, in script call
    call Rogue_SexMenu
  File "game/Rogue_Sex.rpy", line 116, in script call
    call R_Handjob
  File "game/Rogue_HJ.rpy", line 423, in script call
    call Sex_Dialog("Rogue",Partner)
  File "game/script Locations.rpy", line 1183, in script call
    call Pool_Swim
  File "game/script Locations.rpy", line 403, in script call
    call Round10
  File "game/script Functions.rpy", line 2489, in script
    ch_r "It's pretty late, [R_Petname], but you're welcome to stick around. . ."
IOError: Couldn't find file 'images/RogueSprite/Rogue_legs_0.png'.

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

Full traceback:
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 86, in script call
    call Rogue_SexMenu
  File "game/Rogue_Sex.rpy", line 116, in script call
    call R_Handjob
  File "game/Rogue_HJ.rpy", line 423, in script call
    call Sex_Dialog("Rogue",Partner)
  File "game/script Locations.rpy", line 1183, in script call
    call Pool_Swim
  File "game/script Locations.rpy", line 403, in script call
    call Round10
  File "game/script Functions.rpy", line 2489, in script
    ch_r "It's pretty late, [R_Petname], but you're welcome to stick around. . ."
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\ast.py", line 624, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\exports.py", line 1173, in say
    who(what, *args, **kwargs)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\character.py", line 911, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\character.py", line 747, in do_display
    **display_args)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\character.py", line 523, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\core.py", line 2553, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\core.py", line 2916, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\core.py", line 1980, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 430, in renpy.display.render.render_screen (gen\renpy.display.render.c:6938)
    rv = render(root, width, height, 0, 0)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\image.py", line 392, in render
    return wrap_render(self.target, width, height, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\image.py", line 213, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 318, in render
    surf = render(self.child, width, height, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 318, in render
    surf = render(self.child, width, height, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 1236, in render
    return renpy.display.render.render(self.child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\im.py", line 503, in render
    texture = cache.get(self, texture=True)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\im.py", line 212, in get
    surf = image.load()
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\im.py", line 553, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\loader.py", line 548, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/RogueSprite/Rogue_legs_0.png'.

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.983d
 
Last edited:

Grigori_127

Member
Modder
Dec 2, 2018
121
176
I get an issue with almost any legging sort like stocking, fishnet, Kitty has a problem in her doggystyle pose as well where her vagina is NOT lined up at all and it looks weird with clothes off and even weirder with benis 'cos her legs look bent towards her torso.
"I get an issue" doesn't help much lol, but there was a problem with the SetHose label, maybe that was it? I fixed it already.
How did you get Kitty's doggy error? Could you send a pic?

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

While running game code:
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 86, in script call
    call Rogue_SexMenu
  File "game/Rogue_Sex.rpy", line 116, in script call
    call R_Handjob
  File "game/Rogue_HJ.rpy", line 423, in script call
    call Sex_Dialog("Rogue",Partner)
  File "game/script Locations.rpy", line 146, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 100, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 886, in script call
    call Rogue_Clothes
  File "game/Rogue_Modded_Outfits.rpy", line 760, in script call
    call SetHose("Rogue", "modded SR7 hose")
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 86, in script call
    call Rogue_SexMenu
  File "game/Rogue_Sex.rpy", line 116, in script call
    call R_Handjob
  File "game/Rogue_HJ.rpy", line 423, in script call
    call Sex_Dialog("Rogue",Partner)
  File "game/script Locations.rpy", line 146, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 100, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 886, in script call
    call Rogue_Clothes
  File "game/Rogue_Modded_Outfits.rpy", line 760, in script call
    call SetHose("Rogue", "modded SR7 hose")
ScriptError: could not find label 'SetHose'.

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

Full traceback:
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 86, in script call
    call Rogue_SexMenu
  File "game/Rogue_Sex.rpy", line 116, in script call
    call R_Handjob
  File "game/Rogue_HJ.rpy", line 423, in script call
    call Sex_Dialog("Rogue",Partner)
  File "game/script Locations.rpy", line 146, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 100, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 886, in script call
    call Rogue_Clothes
  File "game/Rogue_Modded_Outfits.rpy", line 760, in script call
    call SetHose("Rogue", "modded SR7 hose")
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\ast.py", line 1336, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 86, in script call
    call Rogue_SexMenu
  File "game/Rogue_Sex.rpy", line 116, in script call
    call R_Handjob
  File "game/Rogue_HJ.rpy", line 423, in script call
    call Sex_Dialog("Rogue",Partner)
  File "game/script Locations.rpy", line 146, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 100, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 886, in script call
    call Rogue_Clothes
  File "game/Rogue_Modded_Outfits.rpy", line 760, in script call
    call SetHose("Rogue", "modded SR7 hose")
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\script.py", line 861, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'SetHose'.

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.983d
oh yes BUG HUNTING HURA HURA i have something to do with my Girl Friend ..
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' 'images/RogueSprite/Rogue_legs_0.png'>:
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 86, in script call
    call Rogue_SexMenu
  File "game/Rogue_Sex.rpy", line 116, in script call
    call R_Handjob
  File "game/Rogue_HJ.rpy", line 423, in script call
    call Sex_Dialog("Rogue",Partner)
  File "game/script Locations.rpy", line 1183, in script call
    call Pool_Swim
  File "game/script Locations.rpy", line 403, in script call
    call Round10
  File "game/script Functions.rpy", line 2489, in script
    ch_r "It's pretty late, [R_Petname], but you're welcome to stick around. . ."
IOError: Couldn't find file 'images/RogueSprite/Rogue_legs_0.png'.

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

Full traceback:
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 86, in script call
    call Rogue_SexMenu
  File "game/Rogue_Sex.rpy", line 116, in script call
    call R_Handjob
  File "game/Rogue_HJ.rpy", line 423, in script call
    call Sex_Dialog("Rogue",Partner)
  File "game/script Locations.rpy", line 1183, in script call
    call Pool_Swim
  File "game/script Locations.rpy", line 403, in script call
    call Round10
  File "game/script Functions.rpy", line 2489, in script
    ch_r "It's pretty late, [R_Petname], but you're welcome to stick around. . ."
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\ast.py", line 624, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\exports.py", line 1173, in say
    who(what, *args, **kwargs)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\character.py", line 911, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\character.py", line 747, in do_display
    **display_args)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\character.py", line 523, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\core.py", line 2553, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\core.py", line 2916, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\core.py", line 1980, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 430, in renpy.display.render.render_screen (gen\renpy.display.render.c:6938)
    rv = render(root, width, height, 0, 0)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\image.py", line 392, in render
    return wrap_render(self.target, width, height, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\image.py", line 213, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 318, in render
    surf = render(self.child, width, height, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 318, in render
    surf = render(self.child, width, height, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 1236, in render
    return renpy.display.render.render(self.child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\im.py", line 503, in render
    texture = cache.get(self, texture=True)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\im.py", line 212, in get
    surf = image.load()
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\display\im.py", line 553, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "F:\E.Games\Rogue-Like-0.983d_3\renpy\loader.py", line 548, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/RogueSprite/Rogue_legs_0.png'.

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.983d
Got it fixed as well, thanks
 

Semondemon

Engaged Member
Mar 9, 2018
2,893
8,665
not necessarily an error I just got a problem with kitty's doggystyler her vagina and hips look lopsided to her body to me
 

deadpoe88

New Member
Dec 31, 2018
12
19
Rogue Shower Missionary Rub Kitty present

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

While loading <'Image' 'images/RogueSprite/Rogue_Spunk_Facial.png'>:
  File "game/script Locations.rpy", line 153, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 3802, in script call
    call Kitty_Leave(GirlsNum)
  File "game/script Locations.rpy", line 731, in script call
    call Chat
  File "game/script Functions.rpy", line 2634, in script call
    call Kitty_Chat
  File "game/Kitty_Chat.rpy", line 88, in script call
    call Kitty_SexMenu
  File "game/Kitty_Sex.rpy", line 86, in script call
    call K_Makeout
  File "game/Kitty_Sex.rpy", line 1152, in script call
    call Sex_Dialog("Kitty",Partner)
  File "game/script Functions.rpy", line 5718, in script call
    call Girls_Taboo(Primary)
  File "game/script Locations.rpy", line 731, in script call
    call Chat
  File "game/script Functions.rpy", line 2674, in script call
    call Laura_Chat
  File "game/Laura_Chat.rpy", line 89, in script call
    call Laura_SexMenu
  File "game/Laura_Sex.rpy", line 100, in script call
    call L_Fondle_Thighs
  File "game/Laura_Fondle.rpy", line 1854, in script call
    call Sex_Dialog("Laura",Partner)
  File "game/Laura_Sex.rpy", line 2199, in script call
    call  Girls_Caught("Laura") #Laura_Caught
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2634, in script call
    call Kitty_Chat
  File "game/Kitty_Chat.rpy", line 88, in script call
    call Kitty_SexMenu
  File "game/Kitty_Sex.rpy", line 86, in script call
    call K_Makeout
  File "game/script Locations.rpy", line 4324, in script call
    call Round10
  File "game/script Functions.rpy", line 2468, in script call
    call Sleepover
  File "game/script Scenes.rpy", line 592, in script call
    call Morningwood_Check
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2667, in script call
    call Laura_Chat
  File "game/Laura_Chat.rpy", line 89, in script call
    call Laura_SexMenu
  File "game/Laura_Sex.rpy", line 100, in script call
    call L_Fondle_Thighs
  File "game/Laura_Fondle.rpy", line 1854, in script call
    call Sex_Dialog("Laura",Partner)
  File "game/script Locations.rpy", line 806, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 3793, in script call
    call Rogue_Leave
  File "game/script Locations.rpy", line 4325, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 3793, in script call
    call Rogue_Leave
  File "game/Rogue_Chat.rpy", line 3913, in script call
    call Gym_Clothes("auto", "Rogue")
  File "game/script Functions.rpy", line 3818, in script call
    call Laura_Leave(GirlsNum)
  File "game/script Locations.rpy", line 992, in script call
    call Chat
  File "game/script Functions.rpy", line 2667, in script call
    call Laura_Chat
  File "game/Laura_Chat.rpy", line 89, in script call
    call Laura_SexMenu
  File "game/Laura_Sex.rpy", line 115, in script call
    call L_Handjob
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2634, in script call
    call Kitty_Chat
  File "game/Kitty_Chat.rpy", line 88, in script call
    call Kitty_SexMenu
  File "game/Kitty_Sex.rpy", line 104, in script call
    call K_Fondle_Ass
  File "game/script Locations.rpy", line 731, in script call
    call Chat
  File "game/script Functions.rpy", line 2667, in script call
    call Laura_Chat
  File "game/Laura_Chat.rpy", line 89, in script call
    call Laura_SexMenu
  File "game/Laura_Sex.rpy", line 100, in script call
    call L_Fondle_Thighs
  File "game/Laura_Fondle.rpy", line 1854, in script call
    call Sex_Dialog("Laura",Partner)
  File "game/script Locations.rpy", line 149, in script call
    call Study_Session
  File "game/script Scenes.rpy", line 2829, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 3818, in script call
    call Laura_Leave(GirlsNum)
  File "game/script Locations.rpy", line 731, in script call
    call Chat
  File "game/script Functions.rpy", line 2667, in script call
    call Laura_Chat
  File "game/Laura_Chat.rpy", line 89, in script call
    call Laura_SexMenu
  File "game/Laura_Sex.rpy", line 115, in script call
    call L_Handjob
  File "game/Laura_HJ.rpy", line 418, in script call
    call Sex_Dialog("Laura",Partner)
  File "game/Laura_Sex.rpy", line 2199, in script call
    call  Girls_Caught("Laura") #Laura_Caught
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 86, in script call
    call Rogue_SexMenu
  File "game/Rogue_Sex.rpy", line 184, in script call
    call R_Sex_H
  File "game/Rogue_Missionary.rpy", line 1845, in script call
    call Rogue_Sex_Launch("hotdog")
  File "game/Rogue_Animations_Missionary.rpy", line 1203, in script
    with dissolve
IOError: Couldn't find file 'images/RogueSprite/Rogue_Spunk_Facial.png'.

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

Full traceback:
  File "game/script Locations.rpy", line 153, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 3802, in script call
    call Kitty_Leave(GirlsNum)
  File "game/script Locations.rpy", line 731, in script call
    call Chat
  File "game/script Functions.rpy", line 2634, in script call
    call Kitty_Chat
  File "game/Kitty_Chat.rpy", line 88, in script call
    call Kitty_SexMenu
  File "game/Kitty_Sex.rpy", line 86, in script call
    call K_Makeout
  File "game/Kitty_Sex.rpy", line 1152, in script call
    call Sex_Dialog("Kitty",Partner)
  File "game/script Functions.rpy", line 5718, in script call
    call Girls_Taboo(Primary)
  File "game/script Locations.rpy", line 731, in script call
    call Chat
  File "game/script Functions.rpy", line 2674, in script call
    call Laura_Chat
  File "game/Laura_Chat.rpy", line 89, in script call
    call Laura_SexMenu
  File "game/Laura_Sex.rpy", line 100, in script call
    call L_Fondle_Thighs
  File "game/Laura_Fondle.rpy", line 1854, in script call
    call Sex_Dialog("Laura",Partner)
  File "game/Laura_Sex.rpy", line 2199, in script call
    call  Girls_Caught("Laura") #Laura_Caught
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2634, in script call
    call Kitty_Chat
  File "game/Kitty_Chat.rpy", line 88, in script call
    call Kitty_SexMenu
  File "game/Kitty_Sex.rpy", line 86, in script call
    call K_Makeout
  File "game/script Locations.rpy", line 4324, in script call
    call Round10
  File "game/script Functions.rpy", line 2468, in script call
    call Sleepover
  File "game/script Scenes.rpy", line 592, in script call
    call Morningwood_Check
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2667, in script call
    call Laura_Chat
  File "game/Laura_Chat.rpy", line 89, in script call
    call Laura_SexMenu
  File "game/Laura_Sex.rpy", line 100, in script call
    call L_Fondle_Thighs
  File "game/Laura_Fondle.rpy", line 1854, in script call
    call Sex_Dialog("Laura",Partner)
  File "game/script Locations.rpy", line 806, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 3793, in script call
    call Rogue_Leave
  File "game/script Locations.rpy", line 4325, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 3793, in script call
    call Rogue_Leave
  File "game/Rogue_Chat.rpy", line 3913, in script call
    call Gym_Clothes("auto", "Rogue")
  File "game/script Functions.rpy", line 3818, in script call
    call Laura_Leave(GirlsNum)
  File "game/script Locations.rpy", line 992, in script call
    call Chat
  File "game/script Functions.rpy", line 2667, in script call
    call Laura_Chat
  File "game/Laura_Chat.rpy", line 89, in script call
    call Laura_SexMenu
  File "game/Laura_Sex.rpy", line 115, in script call
    call L_Handjob
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2634, in script call
    call Kitty_Chat
  File "game/Kitty_Chat.rpy", line 88, in script call
    call Kitty_SexMenu
  File "game/Kitty_Sex.rpy", line 104, in script call
    call K_Fondle_Ass
  File "game/script Locations.rpy", line 731, in script call
    call Chat
  File "game/script Functions.rpy", line 2667, in script call
    call Laura_Chat
  File "game/Laura_Chat.rpy", line 89, in script call
    call Laura_SexMenu
  File "game/Laura_Sex.rpy", line 100, in script call
    call L_Fondle_Thighs
  File "game/Laura_Fondle.rpy", line 1854, in script call
    call Sex_Dialog("Laura",Partner)
  File "game/script Locations.rpy", line 149, in script call
    call Study_Session
  File "game/script Scenes.rpy", line 2829, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 3818, in script call
    call Laura_Leave(GirlsNum)
  File "game/script Locations.rpy", line 731, in script call
    call Chat
  File "game/script Functions.rpy", line 2667, in script call
    call Laura_Chat
  File "game/Laura_Chat.rpy", line 89, in script call
    call Laura_SexMenu
  File "game/Laura_Sex.rpy", line 115, in script call
    call L_Handjob
  File "game/Laura_HJ.rpy", line 418, in script call
    call Sex_Dialog("Laura",Partner)
  File "game/Laura_Sex.rpy", line 2199, in script call
    call  Girls_Caught("Laura") #Laura_Caught
  File "game/script Locations.rpy", line 1475, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 86, in script call
    call Rogue_SexMenu
  File "game/Rogue_Sex.rpy", line 184, in script call
    call R_Sex_H
  File "game/Rogue_Missionary.rpy", line 1845, in script call
    call Rogue_Sex_Launch("hotdog")
  File "game/Rogue_Animations_Missionary.rpy", line 1203, in script
    with dissolve
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\ast.py", line 1289, in execute
    renpy.exports.with_statement(trans, paired)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\exports.py", line 1406, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\core.py", line 2123, in do_with
    clear=clear)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\core.py", line 2553, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\core.py", line 2916, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\core.py", line 1980, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 430, in renpy.display.render.render_screen (gen\renpy.display.render.c:6938)
    rv = render(root, width, height, 0, 0)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\image.py", line 392, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\image.py", line 213, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 318, in render
    surf = render(self.child, width, height, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 318, in render
    surf = render(self.child, width, height, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 1236, in render
    return renpy.display.render.render(self.child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\image.py", line 392, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\image.py", line 213, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\image.py", line 392, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\image.py", line 213, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 318, in render
    surf = render(self.child, width, height, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\image.py", line 392, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\image.py", line 213, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\image.py", line 392, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\image.py", line 213, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 318, in render
    surf = render(self.child, width, height, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 318, in render
    surf = render(self.child, width, height, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\layout.py", line 1236, in render
    return renpy.display.render.render(self.child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\im.py", line 503, in render
    texture = cache.get(self, texture=True)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\im.py", line 212, in get
    surf = image.load()
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\display\im.py", line 553, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\loader.py", line 548, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/RogueSprite/Rogue_Spunk_Facial.png'.

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.983d
 

deadpoe88

New Member
Dec 31, 2018
12
19
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script Locations.rpy", line 617, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 100, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 883, in script call
    call Rogue_Clothes
  File "game/Rogue_Modded_Outfits.rpy", line 760, in script call
    call SetHose("Rogue", "modded SR7 hose")
  File "game/script Locations.rpy", line 617, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 100, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 883, in script call
    call Rogue_Clothes
  File "game/Rogue_Modded_Outfits.rpy", line 760, in script call
    call SetHose("Rogue", "modded SR7 hose")
ScriptError: could not find label 'SetHose'.

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

Full traceback:
  File "game/script Locations.rpy", line 617, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 100, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 883, in script call
    call Rogue_Clothes
  File "game/Rogue_Modded_Outfits.rpy", line 760, in script call
    call SetHose("Rogue", "modded SR7 hose")
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\ast.py", line 1336, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/script Locations.rpy", line 617, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 100, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 883, in script call
    call Rogue_Clothes
  File "game/Rogue_Modded_Outfits.rpy", line 760, in script call
    call SetHose("Rogue", "modded SR7 hose")
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\script.py", line 861, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'SetHose'.

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.983d
 

deadpoe88

New Member
Dec 31, 2018
12
19
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script Locations.rpy", line 617, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 100, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 883, in script call
    call Rogue_Clothes
  File "game/Rogue_Modded_Outfits.rpy", line 756, in script call
    call SetHose("Rogue", "modded fishnet")
  File "game/script Locations.rpy", line 617, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 100, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 883, in script call
    call Rogue_Clothes
  File "game/Rogue_Modded_Outfits.rpy", line 756, in script call
    call SetHose("Rogue", "modded fishnet")
ScriptError: could not find label 'SetHose'.

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

Full traceback:
  File "game/script Locations.rpy", line 617, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 100, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 883, in script call
    call Rogue_Clothes
  File "game/Rogue_Modded_Outfits.rpy", line 756, in script call
    call SetHose("Rogue", "modded fishnet")
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\ast.py", line 1336, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/script Locations.rpy", line 617, in script call
    call Chat
  File "game/script Functions.rpy", line 2622, in script call
    call Rogue_Chat
  File "game/Rogue_Chat.rpy", line 100, in script call
    call Rogue_Settings
  File "game/Rogue_Chat.rpy", line 883, in script call
    call Rogue_Clothes
  File "game/Rogue_Modded_Outfits.rpy", line 756, in script call
    call SetHose("Rogue", "modded fishnet")
  File "C:\Users\Marvin\Desktop\porn games\Rogue-Like-0.983d_3\renpy\script.py", line 861, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'SetHose'.

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.983d
 

Grigori_127

Member
Modder
Dec 2, 2018
121
176
Everything related to SetHose has been fixed already, got a fix for the problem at the shower as well, thanks deadpoe88
Also posted new version at the discord, added most of kitty's modded outfits and expanded her tan to the doggy pose.
I've been posting and focusing on the discord cause this version is not stable and there's a bug-report area there, so this thread doesn't get flooded with bug reports. Once the mod is more stable we can update the OP.

This is taking a long time because I'm reworking a lot of the mod, so in the future when we get new versions of the game from Oni it's gonna be a lot easier to port the mod to the newest version. There'll also be some new features soon.
 
4.60 star(s) 9 Votes