Teflonmike

Member
Jul 15, 2019
222
188
Error

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

While running game code:
NameError: name 'lena_look' is not defined

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

Full traceback:
  File "chapter_1B.rpyc", line 2466, in script
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\ast.py", line 1356, in execute
    renpy.exports.with_statement(trans, paired)
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\exports.py", line 1481, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\display\core.py", line 2227, in do_with
    clear=clear)
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\display\core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\display\core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\display\transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\display\layout.py", line 336, in render
    surf = render(self.child, width, height, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\display\layout.py", line 336, in render
    surf = render(self.child, width, height, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\display\layout.py", line 1265, in render
    self.update(st, at)
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\display\layout.py", line 1252, in update
    child, redraw = self.function(st, at, *self.args, **self.kwargs)
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\display\layout.py", line 1323, in condition_switch_show
    return condition_switch_pick(switch), None
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\display\layout.py", line 1316, in condition_switch_pick
    if renpy.python.py_eval_bytecode(code):
  File "C:\Renpy Games\OurRedString-v02ALPHA-pc\OurRedString-v0.2ALPHA-pc\renpy\python.py", line 1937, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
NameError: name 'lena_look' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 7.1.3.1092
Our Red String v0.2ALPHA
Tue Apr 28 16:27:23 2020
 

qazxsw80

Active Member
Sep 1, 2019
674
1,598
Well, it seems that Lena is again a supporting character in this chapter.((
I don't know about you,guys, but so far I'm not a huge fan of that idea of two MC. That jumping from one character to another feels weird. Kind of ruins the mood for me. First, I feel kind of immersed playing as Lena and then suddenly everything stops and I am forced to play as Ian. I would probably play a separate game with Ian as a MC, but playing them both at the same time is weird.
You don't have permission to view the spoiler content. Log in or register now.
Because he is gay. Alison is amazing, but Ian can hardly get a boner on her. I think he'll cum all right with Jeremy's dick up his ass.
Actually, Ian told it himself in the game:
It's not like I didn't want to cum, but I felt I couldn't even if I wanted to. Maybe it was because I was tired, or because I had drank too much that night. Or maybe it was for some other reason...
 
Last edited:

Priappus

Engaged Member
Nov 21, 2019
2,228
4,472
calm down, this only the 2nd version. if it goes anything like GGGB did, it's gonna take a while until there is some crazy action.
so far there is "only" eva's craft to marvel at and already it has a quality with no equal.
the beginning is half of everything, Hesiod (9th century BC)
 
4.60 star(s) 318 Votes