Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Bug Reports Sticky

A topic by coolpeng created Apr 01, 2022 Views: 1,766 Replies: 52
Viewing posts 21 to 42 of 42 · Previous page · First page

[code]

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'Images/cg/cg_talion_suck1.jpg'>:

IOError: Couldn't find file 'Images/cg/cg_talion_suck1.jpg'.

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

Full traceback:

  File "day33.rpyc", line 66, in script

  File "renpy/ast.py", line 1438, in execute

    renpy.exports.with_statement(trans, paired)

  File "renpy/exports.py", line 1682, in with_statement

    return renpy.game.interface.do_with(trans, paired, clear=clear)

  File "renpy/display/core.py", line 2718, in do_with

    clear=clear)

  File "renpy/display/core.py", line 3276, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)

  File "renpy/display/core.py", line 3790, in interact_core

    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

  File "renpy/display/core.py", line 2521, in draw_screen

    renpy.config.screen_height,

  File "render.pyx", line 492, in renpy.display.render.render_screen

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/layout.py", line 814, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/transition.py", line 368, in render

    top = render(self.new_widget, width, height, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/layout.py", line 814, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/layout.py", line 814, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/transform.py", line 715, in render

    return transform_render(self, width, height, st, at)

  File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/image.py", line 501, in render

    return wrap_render(self.target, width, height, st, at)

  File "renpy/display/image.py", line 307, in wrap_render

    rend = render(child, w, h, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/transform.py", line 715, in render

    return transform_render(self, width, height, st, at)

  File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/im.py", line 607, in render

    return cache.get(self, render=True)

  File "renpy/display/im.py", line 271, in get

    surf = image.load()

  File "renpy/display/im.py", line 688, in load

    raise e

IOError: Couldn't find file 'Images/cg/cg_talion_suck1.jpg'.

Windows-10-10.0.19041

Ren'Py 7.4.7.1862

The One Chapter 1 1.0

Fri Apr  1 23:34:56 2022

[/code]

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

Exception: Sayer 'Talion' is not defined.

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

Full traceback:

  File "day50_talion_jumps.rpyc", line 29, in script

  File "renpy/ast.py", line 681, in execute

    who = eval_who(self.who, self.who_fast)

  File "renpy/ast.py", line 574, in eval_who

    raise Exception("Sayer '%s' is not defined." % who)

Exception: Sayer 'Talion' is not defined.

Windows-10-10.0.19041

Ren'Py 7.4.7.1862

The One Chapter 1 1.0

Fri Apr  1 23:44:39 2022

[/code]

[code]

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'Images/cg/cg_fuck_duncan1.jpg'>:

IOError: Couldn't find file 'Images/cg/cg_fuck_duncan1.jpg'.

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

Full traceback:

  File "day55.rpyc", line 153, in script

  File "renpy/ast.py", line 1438, in execute

    renpy.exports.with_statement(trans, paired)

  File "renpy/exports.py", line 1682, in with_statement

    return renpy.game.interface.do_with(trans, paired, clear=clear)

  File "renpy/display/core.py", line 2718, in do_with

    clear=clear)

  File "renpy/display/core.py", line 3276, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)

  File "renpy/display/core.py", line 3790, in interact_core

    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

  File "renpy/display/core.py", line 2521, in draw_screen

    renpy.config.screen_height,

  File "render.pyx", line 492, in renpy.display.render.render_screen

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/layout.py", line 814, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/transition.py", line 368, in render

    top = render(self.new_widget, width, height, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/layout.py", line 814, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/layout.py", line 814, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/transform.py", line 715, in render

    return transform_render(self, width, height, st, at)

  File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/image.py", line 501, in render

    return wrap_render(self.target, width, height, st, at)

  File "renpy/display/image.py", line 307, in wrap_render

    rend = render(child, w, h, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/transform.py", line 715, in render

    return transform_render(self, width, height, st, at)

  File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/im.py", line 607, in render

    return cache.get(self, render=True)

  File "renpy/display/im.py", line 271, in get

    surf = image.load()

  File "renpy/display/im.py", line 688, in load

    raise e

IOError: Couldn't find file 'Images/cg/cg_fuck_duncan1.jpg'.

Windows-10-10.0.19041

Ren'Py 7.4.7.1862

The One Chapter 1 1.0

Fri Apr  1 23:48:38 2022

[/code]

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

ScriptError: could not find label 'day56'.

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

Full traceback:

  File "day55.rpyc", line 176, in script

  File "renpy/ast.py", line 1752, in execute

    rv = renpy.game.script.lookup(target)

  File "renpy/script.py", line 918, in lookup

    raise ScriptError("could not find label '%s'." % str(original))

ScriptError: could not find label 'day56'.

Windows-10-10.0.19041

Ren'Py 7.4.7.1862

The One Chapter 1 1.0

Fri Apr  1 23:49:42 2022

[/code]

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'Images/cg/cg_fuck_duncan1.jpg'>:

IOError: Couldn't find file 'Images/cg/cg_fuck_duncan1.jpg'.

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

Full traceback:

  File "day55.rpyc", line 156, in script

  File "renpy/ast.py", line 1438, in execute

    renpy.exports.with_statement(trans, paired)

  File "renpy/exports.py", line 1682, in with_statement

    return renpy.game.interface.do_with(trans, paired, clear=clear)

  File "renpy/display/core.py", line 2718, in do_with

    clear=clear)

  File "renpy/display/core.py", line 3276, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)

  File "renpy/display/core.py", line 3790, in interact_core

    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

  File "renpy/display/core.py", line 2521, in draw_screen

    renpy.config.screen_height,

  File "render.pyx", line 492, in renpy.display.render.render_screen

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/layout.py", line 814, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/transition.py", line 368, in render

    top = render(self.new_widget, width, height, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/layout.py", line 814, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/layout.py", line 814, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/transform.py", line 715, in render

    return transform_render(self, width, height, st, at)

  File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/image.py", line 501, in render

    return wrap_render(self.target, width, height, st, at)

  File "renpy/display/image.py", line 307, in wrap_render

    rend = render(child, w, h, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/transform.py", line 715, in render

    return transform_render(self, width, height, st, at)

  File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/im.py", line 607, in render

    return cache.get(self, render=True)

  File "renpy/display/im.py", line 271, in get

    surf = image.load()

  File "renpy/display/im.py", line 688, in load

    raise e

IOError: Couldn't find file 'Images/cg/cg_fuck_duncan1.jpg'.

Windows-10-10.0.19041

Ren'Py 7.4.7.1862

The One Chapter 1 1.0

Sat Apr  2 18:20:38 2022

I'm sorry, but an uncaught exception occurred.

While running game code:

ScriptError: could not find label 'day8'.

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

Full traceback:

  File "day69.rpyc", line 221, in script

  File "renpy/ast.py", line 1752, in execute

    rv = renpy.game.script.lookup(target)

  File "renpy/script.py", line 918, in lookup

    raise ScriptError("could not find label '%s'." % str(original))

ScriptError: could not find label 'day8'.

Windows-10-10.0.19041

Ren'Py 7.4.7.1862

The One Chapter 1 1.0

Sat Apr  2 18:23:36 2022

On Day 25, if you hit "Its too early to go to bed!" and don't talk to Noah, it resets to Day 8.

Developer

Did you download the latest file?

Yes.

(1 edit)

I'm not sure if this is a bug or not but I thought I'd mention it here: you get the exact same masturbation scene with Arthur if you click on his door on Day 23 and Day 25. Also if you knock on his door on Day 29 it says "Nobody's here." 

(1 edit)

Day 14,  after finding the stone, there is an error that doesn't let you proceed - the error screen keeps coming back! Traceback below

----

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/000statements.rpy", line 569, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

Exception: Screen dorm_corridor_d14 is not known.

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

Full traceback:

  File "day14_the_one.rpyc", line 237, in script

  File "TheOneChapter1.app/Contents/Resources/autorun/renpy/ast.py", line 2010, in execute

    self.call("execute")

  File "TheOneChapter1.app/Contents/Resources/autorun/renpy/ast.py", line 1998, in call

    return renpy.statements.call(method, parsed, *args, **kwargs)

  File "TheOneChapter1.app/Contents/Resources/autorun/renpy/statements.py", line 278, in call

    return method(parsed, *args, **kwargs)

  File "renpy/common/000statements.rpy", line 569, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "TheOneChapter1.app/Contents/Resources/autorun/renpy/exports.py", line 3127, in call_screen

    show_screen(_screen_name, _transient=True, *args, **kwargs)

  File "TheOneChapter1.app/Contents/Resources/autorun/renpy/display/screen.py", line 1115, in show_screen

    raise Exception("Screen %s is not known.\n" % (name[0],))

Exception: Screen dorm_corridor_d14 is not known.

Darwin-19.6.0-x86_64-i386-64bit

Ren'Py 7.4.7.1862

The One Chapter 1 1.01

(1 edit)

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/000statements.rpy", line 569, in execute_call_screen

Exception: Screen hall_d14 is not known.

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

Full traceback:

  File "day14_the_one.rpyc", line 235, in script

  File "renpy/ast.py", line 2010, in execute

  File "renpy/ast.py", line 1998, in call

  File "renpy/statements.py", line 278, in call

  File "renpy/common/000statements.rpy", line 569, in execute_call_screen

  File "renpy/exports.py", line 3127, in call_screen

  File "renpy/display\screen.py", line 1115, in show_screen

Exception: Screen hall_d14 is not known.

[/code]


Followed by this ...

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/000statements.rpy", line 569, in execute_call_screen

Exception: Screen dorm_corridor_d14 is not known.

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

Full traceback:

  File "day14_the_one.rpyc", line 237, in script

  File "renpy/ast.py", line 2010, in execute

  File "renpy/ast.py", line 1998, in call

  File "renpy/statements.py", line 278, in call

  File "renpy/common/000statements.rpy", line 569, in execute_call_screen

  File "renpy/exports.py", line 3127, in call_screen

  File "renpy/display\screen.py", line 1115, in show_screen

Exception: Screen dorm_corridor_d14 is not known.

[/code]

You get stuck in an error loop.

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/000statements.rpy", line 569, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

Exception: Screen hall_d14 is not known.

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

Full traceback:

  File "day14_the_one.rpyc", line 235, in script

  File "renpy/ast.py", line 2010, in execute

    self.call("execute")

  File "renpy/ast.py", line 1998, in call

    return renpy.statements.call(method, parsed, *args, **kwargs)

  File "renpy/statements.py", line 278, in call

    return method(parsed, *args, **kwargs)

  File "renpy/common/000statements.rpy", line 569, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "renpy/exports.py", line 3127, in call_screen

    show_screen(_screen_name, _transient=True, *args, **kwargs)

  File "renpy/display/screen.py", line 1115, in show_screen

    raise Exception("Screen %s is not known.\n" % (name[0],))

Exception: Screen hall_d14 is not known.

Windows-10-10.0.19041

Ren'Py 7.4.7.1862

The One Chapter 1 1.01

Mon Apr  4 10:45:30 2022

Developer

Hey! It's fixed, please download the latest file, thanks!

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/day3.rpy", line 517, in <module>

NameError: name 'classroom1_d3' is not defined

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

Full traceback:

  File "day3.rpyc", line 517, in script

  File "renpy/ast.py", line 1893, in execute

    if renpy.python.py_eval(condition):

  File "renpy/python.py", line 2254, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "renpy/python.py", line 2247, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/day3.rpy", line 517, in <module>

NameError: name 'classroom1_d3' is not defined

Windows-10-10.0.19041

Ren'Py 7.4.7.1862

The One Chapter 1 1.01

Sun Apr 10 19:01:47 2022

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/day3.rpy", line 545, in <module>

NameError: name 'classroom2_d3' is not defined

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

Full traceback:

  File "day3.rpyc", line 545, in script

  File "renpy/ast.py", line 1893, in execute

    if renpy.python.py_eval(condition):

  File "renpy/python.py", line 2254, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "renpy/python.py", line 2247, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/day3.rpy", line 545, in <module>

NameError: name 'classroom2_d3' is not defined

Windows-10-10.0.19041

Ren'Py 7.4.7.1862

The One Chapter 1 1.01

Sun Apr 10 19:04:53 2022

**Both occurred on Day 3**

Day 14 line 569 exception error

Im stuck in a loop. after day 66, it rolled back to day 15?

(1 edit)

They keep mentioning a light coming from the dean's office, but there is zero indication it happened

(1 edit)

There appear to be an error with Taieon's scene. I experience a loop between day 22 and day 35.

[code]

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'Images/Animation_Talion/cg_talion_suck7.jpg'>:

  File "renpy/common/000window.rpy", line 114, in _window_auto_callback

    _window_show(auto=True)

  File "renpy/common/000window.rpy", line 69, in _window_show

    renpy.with_statement(trans)

IOError: Couldn't find file 'Images/Animation_Talion/cg_talion_suck7.jpg'.

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

Full traceback:

  File "day33.rpyc", line 70, in script

  File "renpy/ast.py", line 684, in execute

    statement_name(getattr(who, "statement_name", "say"))

  File "renpy/ast.py", line 46, in statement_name

    i(name)

  File "renpy/common/000window.rpy", line 114, in _window_auto_callback

    _window_show(auto=True)

  File "renpy/common/000window.rpy", line 69, in _window_show

    renpy.with_statement(trans)

  File "renpy/exports.py", line 1682, in with_statement

    return renpy.game.interface.do_with(trans, paired, clear=clear)

  File "renpy/display/core.py", line 2718, in do_with

    clear=clear)

  File "renpy/display/core.py", line 3276, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)

  File "renpy/display/core.py", line 3790, in interact_core

    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

  File "renpy/display/core.py", line 2521, in draw_screen

    renpy.config.screen_height,

  File "render.pyx", line 492, in renpy.display.render.render_screen

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/layout.py", line 814, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/transition.py", line 367, in render

    bottom = render(self.old_widget, width, height, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/layout.py", line 814, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/layout.py", line 814, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/transform.py", line 715, in render

    return transform_render(self, width, height, st, at)

  File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/image.py", line 501, in render

    return wrap_render(self.target, width, height, st, at)

  File "renpy/display/image.py", line 307, in wrap_render

    rend = render(child, w, h, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/transform.py", line 715, in render

    return transform_render(self, width, height, st, at)

  File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render

  File "render.pyx", line 263, in renpy.display.render.render

  File "renpy/display/im.py", line 607, in render

    return cache.get(self, render=True)

  File "renpy/display/im.py", line 271, in get

    surf = image.load()

  File "renpy/display/im.py", line 688, in load

    raise e

IOError: Couldn't find file 'Images/Animation_Talion/cg_talion_suck7.jpg'.

Windows-10-10.0.19041

Ren'Py 7.4.7.1862

The One Chapter 1 1.02

Mon May 16 23:04:42 2022

[/code]

I noticed an issue with "better go to sleep now" option, when it often teleports you to day 22 even when you're at the day >30.

Developer

Fixed!

OK, I just bought the game and the walkthrough. I get to Day 4 and none of the doors open to the bathroom. Then I get to Day 14, meet Noah and get into an endless loop of the doors with no way back to the dorm room. I am following the walkthrough except for Day 4 when I gave up on finding the bathroom. What am I doing wrong?

Great work on the game. Excellent game and can't wait for next chapter.  Just wish there was more diverse ethnicity in the men plus more diverse/different body types/builds. : )
Developer

Thank you! There will be more new characters in Chapter 2!

(+1)

Hi. After going to Arthur's room masturbation scene Day 22, and he forces you to leave, he reappears in the library the same night which forces the night to end and the scenes loops as if it never happened and keeps looping Day 22 and 23 and doesn't progress further. I'm not sure if this a bug with Arthur's path, but day 22 and 23 keep looping over and over.

Developer

Is it the latest file?

(1 edit)

Yes. Version 1.03. I've been playing the Android version.

Developer

I uploaded a fixed version on July 22nd, did you download the file after that day?

If you mean the current file updated/uploaded 29 days ago. Yes. I tried again. I trigger the masturbation scene in Artur's room, get kicked out, either go to bed or get caught by the teacher,  it progresses to Day 24, Day 25 encounter him again at the library then it reloops back to Day 23.

Viewing posts 21 to 42 of 42 · Previous page · First page