OverlordCW

Newbie
May 22, 2023
51
73
I got an exception when previewing the blacked outfit for Olivia:

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

While loading <renpy.display.im.Image object ('images/characters/Olivia/Olivia_blacked_0affection.webp') at 0x0000000012e5b8e0>:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
OSError: Couldn't find file 'images/characters/Olivia/Olivia_blacked_0affection.webp'.

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

Full traceback:
  File "Scripts/locations/location.rpyc", line 258, in script call
  File "Scripts/Characters/char_common_actions.rpyc", line 25, in script
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\ast.py", line 1968, in execute
    self.call("execute")
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\ast.py", line 1950, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "F:\system\_Games\ClubDetention-0.083-pc\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 "F:\system\_Games\ClubDetention-0.083-pc\renpy\exports.py", line 3413, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\system\_Games\ClubDetention-0.083-pc\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 "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\core.py", line 2818, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\core.py", line 1352, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 486, in renpy.display.render.render_screen
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\screen.py", line 754, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\layout.py", line 1361, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\layout.py", line 1121, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\behavior.py", line 968, in render
    rv = super(Button, self).render(width, height, st, at)
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\layout.py", line 1361, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\im.py", line 626, in render
    return cache.get(self, render=True)
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\im.py", line 309, in get
    surf = image.load()
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\im.py", line 761, in load
    raise e
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\im.py", line 711, in load
    filelike = renpy.loader.load(self.filename, directory="images")
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\loader.py", line 672, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'images/characters/Olivia/Olivia_blacked_0affection.webp'.

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.1.24030407
Club Detention 0.083
Sat Oct 12 21:01:40 2024
 

Aryven

New Member
Feb 17, 2021
2
6
The game shut down when i was doing anna's quest(in the cemetery), and now i'm stuck in the menu and each time i press start the game shut down again...........Is there anything i can do beside beging for a patch?
Also having this same issue. Can't speak for vrosh, but I'm on Android. Help and Preferences buttons work, but Start just crashes me back to home screen.
 

Enot1964

Active Member
May 20, 2019
930
895
The game shut down when i was doing anna's quest(in the cemetery), and now i'm stuck in the menu and each time i press start the game shut down again...........Is there anything i can do beside beging for a patch?
Also having this same issue. Can't speak for vrosh, but I'm on Android. Help and Preferences buttons work, but Start just crashes me back to home screen.
Just press Start and keep playing. That's the way the developer intended it. A sharp plot twist follows - this is not a new game as it may seem, everything will fall into place in time.
UPD: By the way, the password for cheats Dont Panic Just Restart kind of hints at something:)
 
Last edited:
Jul 30, 2019
17
8
Just press Start and keep playing. That's the way the developer intended it. A sharp plot twist follows - this is not a new game as it may seem, everything will fall into place in time.
UPD: By the way, the password for cheats Dont Panic Just Restart kind of hints at something:)
Sorry, but i don't understand.
When i press start in the new menu, the game just shut down.
So......how do i keep playing?

The help button in the menu hint that i should close the game but......when i restart nothing change.
What am i doing bad?
 

Enot1964

Active Member
May 20, 2019
930
895
Sorry, but i don't understand.
When i press start in the new menu, the game just shut down.
So......how do i keep playing?

The help button in the menu hint that i should close the game but......when i restart nothing change.
What am i doing bad?
Have you been prompted to enter your name yet? Enter or use the default name, then proceed as if a new game had started. Then everything will be intuitive.
 

BlazeBoyZed

New Member
Jun 3, 2018
8
32
Okay, well the game closed and I pressed start and I'm just starting a new game. If something was supposed to happen, then i feel like it should happen in like the first 5 minutes not 30 minutes in. If mine is broke, them I am done with this game.

Edit: Looking at other screen shots, my game is 100% broken. It just goes to the normal start screen.
 

Yorma86

Member
Game Developer
Apr 23, 2021
476
1,509
I got an exception when previewing the blacked outfit for Olivia:

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

While loading <renpy.display.im.Image object ('images/characters/Olivia/Olivia_blacked_0affection.webp') at 0x0000000012e5b8e0>:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
OSError: Couldn't find file 'images/characters/Olivia/Olivia_blacked_0affection.webp'.

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

Full traceback:
  File "Scripts/locations/location.rpyc", line 258, in script call
  File "Scripts/Characters/char_common_actions.rpyc", line 25, in script
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\ast.py", line 1968, in execute
    self.call("execute")
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\ast.py", line 1950, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "F:\system\_Games\ClubDetention-0.083-pc\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 "F:\system\_Games\ClubDetention-0.083-pc\renpy\exports.py", line 3413, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\system\_Games\ClubDetention-0.083-pc\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 "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\core.py", line 2818, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\core.py", line 1352, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 486, in renpy.display.render.render_screen
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\screen.py", line 754, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\layout.py", line 1361, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\layout.py", line 1121, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\behavior.py", line 968, in render
    rv = super(Button, self).render(width, height, st, at)
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\layout.py", line 1361, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\im.py", line 626, in render
    return cache.get(self, render=True)
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\im.py", line 309, in get
    surf = image.load()
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\im.py", line 761, in load
    raise e
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\display\im.py", line 711, in load
    filelike = renpy.loader.load(self.filename, directory="images")
  File "F:\system\_Games\ClubDetention-0.083-pc\renpy\loader.py", line 672, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'images/characters/Olivia/Olivia_blacked_0affection.webp'.

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.1.24030407
Club Detention 0.083
Sat Oct 12 21:01:40 2024
Okay, well the game closed and I pressed start and I'm just starting a new game. If something was supposed to happen, then i feel like it should happen in like the first 5 minutes not 30 minutes in. If mine is broke, them I am done with this game.

Edit: Looking at other screen shots, my game is 100% broken. It just goes to the normal start screen.
If you still have the energy for it, can you send me your most recent auto save so I can take a look? I tried breaking the game myself, but for me, the "crash -> restart -> start" loop works fine every time.

Sad but thank you anyways
Same for you. Could you send me your most recent auto save and I'll take a look at the issue?
 

youraccount69

Engaged Member
Donor
Dec 30, 2020
2,270
852
ClubDetention-0.083Hotfix2
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

Radchaai

Newbie
Jun 6, 2020
18
4
Anybody else crash after you passes out in the cemetery scene with Anna Smith? If I save the game, open a fresh window, load the save, and run that scene, the game windows just close, every time. Just like if I clock the exit bottom, no freeze, no error windows, no message, it just closes the game.

That's not normal right? Because it closes the game at the same time the story say that my character passes out...
 
Mar 29, 2023
27
41
Anybody else crash after you passes out in the cemetery scene with Anna Smith? If I save the game, open a fresh window, load the save, and run that scene, the game windows just close, every time. Just like if I clock the exit bottom, no freeze, no error windows, no message, it just closes the game.

That's not normal right? Because it closes the game at the same time the story say that my character passes out...
It's a joke. Start a new game on the new intro screen and you'll play through more of Anna's story. Things are not quite what they seem...
 
  • Like
Reactions: Radchaai

FookU2

Engaged Member
Jan 23, 2018
3,111
2,308
You can only progress one research item at a time. If you purchase multiple items they will progress from last to first selected (if I'm remembering correctly). I'm guessing you picked greenhouse first, then some others and had to wait for the later things to finish first.
Actually, NONE were progressing. I paid for them all at the same time, thinking they would all start researching at the same time. Then I realized there's one person doing the research and it may be programmed to only do 1 at a time. But, then I found out...after a few weeks passed...that it just won't progress anything if they are all opened at once. So...I had to just click on one, and wait. It didn't charge me again...but...I went through 1 at a time, clicking on them, and when it was done, I went to another on. It allowed me to pay for them all, and allowed them all to be set to "in progress", but I had to go back and re-click each of them, and wait.
 

FookU2

Engaged Member
Jan 23, 2018
3,111
2,308
I've been meaning to redo the whole research screen just to make it prettier and more clear. Only one item will be actively researched at one time. You can start the research on multiple topics, but only the active one will be researched.
It actually still wouldn't research even the last one I clicked. I had to go back and re-click each of them, 1 at a time, and wait for it to be done then re-click another one.
I got them all done. But, thought I'd let ya know.
 
4.10 star(s) 34 Votes