4.00 star(s) 37 Votes

Night Hacker

Forum Fanatic
Jul 3, 2021
4,417
21,836
Nice game, I enjoyed it so far, but I ran into a strange error. I would be playing along and then this exception would come up (happened a few times at different spots). I would roll back, save my game just in case, then go forward again to the point where it happened and the game would continue on just fine then happen again later on. I think it happened two or three times. I was always able to continue playing by rolling back, saving my game, then continuing forward again. Anyhow, here's the traceback...

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

While running game code:
  File "renpy/common/00director.rpy", line 293, in interact
    show_director = interact_base()
  File "renpy/common/00director.rpy", line 248, in interact_base
    if [ i for i in renpy.scriptedit.nodes_on_line(filename, line) if not isinstance(i, ALONE_NODES) ]:
  File "renpy/common/00director.rpy", line 248, in <lambda>
    if [ i for i in renpy.scriptedit.nodes_on_line(filename, line) if not isinstance(i, ALONE_NODES) ]:
FileNotFoundError: [Errno 2] No such file or directory: 'v0.02_2-5_wincest.rpyc'

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

Full traceback:
  File "v0.02_2-5_wincest.rpyc", line 6, in script
  File "D:\Games\RenPY\NEW\MsDenvers-0.0.2.0-pc\renpy\ast.py", line 921, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "D:\Games\RenPY\NEW\MsDenvers-0.0.2.0-pc\renpy\exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "D:\Games\RenPY\NEW\MsDenvers-0.0.2.0-pc\renpy\character.py", line 1266, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "D:\Games\RenPY\NEW\MsDenvers-0.0.2.0-pc\renpy\character.py", line 927, in do_display
    display_say(who,
  File "D:\Games\RenPY\NEW\MsDenvers-0.0.2.0-pc\renpy\character.py", line 666, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "D:\Games\RenPY\NEW\MsDenvers-0.0.2.0-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\RenPY\NEW\MsDenvers-0.0.2.0-pc\renpy\display\core.py", line 3370, in interact
    i()
  File "renpy/common/00director.rpy", line 293, in interact
    show_director = interact_base()
  File "renpy/common/00director.rpy", line 248, in interact_base
    if [ i for i in renpy.scriptedit.nodes_on_line(filename, line) if not isinstance(i, ALONE_NODES) ]:
  File "renpy/common/00director.rpy", line 248, in <lambda>
    if [ i for i in renpy.scriptedit.nodes_on_line(filename, line) if not isinstance(i, ALONE_NODES) ]:
  File "D:\Games\RenPY\NEW\MsDenvers-0.0.2.0-pc\renpy\scriptedit.py", line 255, in nodes_on_line
    ensure_loaded(filename)
  File "D:\Games\RenPY\NEW\MsDenvers-0.0.2.0-pc\renpy\scriptedit.py", line 92, in ensure_loaded
    renpy.parser.list_logical_lines(fn, add_lines=True)
  File "D:\Games\RenPY\NEW\MsDenvers-0.0.2.0-pc\renpy\parser.py", line 248, in list_logical_lines
    with open(filename, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'v0.02_2-5_wincest.rpyc'

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Ms Denvers 0.0.2.0
Sun Mar 26 20:07:27 2023
 
4.00 star(s) 37 Votes