4.70 star(s) 9 Votes

Who is the hottest main girl?

  • Alex

    Votes: 363 17.6%
  • Ann

    Votes: 545 26.4%
  • Emily

    Votes: 438 21.3%
  • Jenny

    Votes: 107 5.2%
  • Vanessa

    Votes: 608 29.5%

  • Total voters
    2,061

Armysolo

Newbie
Mar 9, 2019
80
180
Getting a traceback error and I'm not sure why
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/screens/screens.rpy", line 375, in execute
  File "game/scripts/screens/screens.rpy", line 375, in execute
  File "game/scripts/screens/screens.rpy", line 428, in execute
  File "game/scripts/screens/screens.rpy", line 430, in execute
  File "game/scripts/screens/screens.rpy", line 435, in execute
  File "game/scripts/screens/screens.rpy", line 438, in execute
Exception: Cannot display (u'Check Insta', 115, 890) as text.

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

Full traceback:
  File "scripts/days/day13/day13.rpyc", line 143, in script
  File "renpy/ast.py", line 1968, in execute
    self.call("execute")
  File "renpy/ast.py", line 1950, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3413, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 2165, 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 2687, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 480, in visit_all
    callback(self)
  File "renpy/display/core.py", line 2687, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/screen.py", line 491, in per_interact
    self.update()
  File "renpy/display/screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/scripts/screens/screens.rpy", line 375, in execute
  File "game/scripts/screens/screens.rpy", line 375, in execute
  File "game/scripts/screens/screens.rpy", line 428, in execute
  File "game/scripts/screens/screens.rpy", line 430, in execute
  File "game/scripts/screens/screens.rpy", line 435, in execute
  File "game/scripts/screens/screens.rpy", line 438, in execute
  File "renpy/text/text.py", line 1717, in __init__
    raise Exception("Cannot display {0!r} as text.".format(i))
Exception: Cannot display (u'Check Insta', 115, 890) as text.

Windows-10-10.0.19041 AMD64
Ren'Py 7.7.1.24030407
Long Story Short - Unofficial Ren'Py Port 0.9a.37
Mon Apr 29 22:17:40 2024
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/screens/screens.rpy", line 375, in execute
File "game/scripts/screens/screens.rpy", line 375, in execute
File "game/scripts/screens/screens.rpy", line 428, in execute
File "game/scripts/screens/screens.rpy", line 430, in execute
File "game/scripts/screens/screens.rpy", line 435, in execute
File "game/scripts/screens/screens.rpy", line 438, in execute
Exception: Cannot display (u'Check Insta', 115, 890) as text.

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

Full traceback:
File "scripts/days/day13/day13.rpyc", line 143, in script
File "renpy/ast.py", line 1968, in execute
self.call("execute")
File "renpy/ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3413, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 2165, 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 2687, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 480, in visit_all
callback(self)
File "renpy/display/core.py", line 2687, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "renpy/display/screen.py", line 491, in per_interact
self.update()
File "renpy/display/screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/scripts/screens/screens.rpy", line 375, in execute
File "game/scripts/screens/screens.rpy", line 375, in execute
File "game/scripts/screens/screens.rpy", line 428, in execute
File "game/scripts/screens/screens.rpy", line 430, in execute
File "game/scripts/screens/screens.rpy", line 435, in execute
File "game/scripts/screens/screens.rpy", line 438, in execute
File "renpy/text/text.py", line 1717, in __init__
raise Exception("Cannot display {0!r} as text.".format(i))
Exception: Cannot display (u'Check Insta', 115, 890) as text.

Windows-10-10.0.19041 AMD64
Ren'Py 7.7.1.24030407
Long Story Short - Unofficial Ren'Py Port 0.9a.37
Mon Apr 29 22:17:40 2024
 

SonsOfLiberty

Board Buff
Game Compressor
Sep 3, 2022
17,967
145,443
Next time I do a poll, I'll allow multiple votes. For now, I need the undisputed champion (and we'll keep doing this until everyone wakes up and realizes it's Emily)!
This is for the new folks just trying to figure out who "Emily" is and for the ones that have forgotten (maybe head examined?) or just need a refresher...

Emily63_3.png
Emily82_4_2.png
Emily84_2.png
 

Calz

Member
Mar 12, 2022
129
298
Since the changelogs are so complicated to read ill ask here, does anyone know the average amount of renders there are each update?
 

Abhai

Devoted Member
Sep 12, 2018
8,705
36,260
Next time I do a poll, I'll allow multiple votes. For now, I need the undisputed champion (and we'll keep doing this until everyone wakes up and realizes it's Emily)!
only if you limit those "multiple" to something like"up to 2 votes" in this case, otherwise what would be the point:WeSmart:

btw, are there really that many of those considering ann to be the hottest main chick:WaitWhat:
out of the 5 main LIs in the best case (for her) she could be 6th:LUL:

edit.
and ofc emily is the best chick by far...in top5 she holds like 5 places...so if there are 5 main chicks, you need top9 list or something:geek:
 
4.70 star(s) 9 Votes