88stanford88

Well-Known Member
Aug 12, 2022
1,948
2,192
You need to progress the Tabitha storyline first. Click on her icon to have lunch at Chi-Chi's that day, then on subsequent days you will be able to have lunch in the park.
you should make mandatory scenes give warnings or hints to the player
the fact that on some days it is mandatory to go to O shannon or Chi Chi or Antonelli's or work with Polly or Jim... otherwise players get stuck and it is just frustrating,,, no good for stay focused in the story

better to block bad choices in the code than to make players stuck.
 

chopolander

Active Member
Dec 9, 2018
814
1,571
Well, I have reached the end of this version and I can only have praise for this game. The corruption is very good and it really makes it entertaining to read the story and move through the sections without an abuse of grinding. I can't wait to see what's to come.
 

essarios333

New Member
Jul 19, 2019
8
1
Can't do "Enchantment - Park Yoga 1" quest. It says "Go to Antonelli's for lunch a few times." but when i try to go to Antonelli's, i get "I better not go in there!". I finished everything else btw.
 

TomUK

Engaged Member
Sep 28, 2021
2,605
1,865
Can't do "Enchantment - Park Yoga 1" quest. It says "Go to Antonelli's for lunch a few times." but when i try to go to Antonelli's, i get "I better not go in there!". I finished everything else btw.
That's the problem then, you done the other quests first when you shouldn't have, probably locked out of it now.
 
  • Like
Reactions: wildride69

Daniel007

New Member
Jul 24, 2018
5
6
Got this error


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

While loading <renpy.display.im.FactorScale object at 0x000000000561fa60>:
  File "game/script.rpy", line 13, in script call
    call PlayEntireGame from _call_PlayEntireGame
  File "game/script.rpy", line 23, in script call
    call PlayEntireGameLoop from _call_PlayEntireGame_PlayEntireGameLoop
  File "game/script.rpy", line 33, in script
    $ interact_with_map(current_map)
  File "game/script.rpy", line 33, in <module>
    $ interact_with_map(current_map)
  File "game/maps.rpy", line 108, in interact_with_map
    chosen_event = renpy.call_screen("image_choice_screen", filtered_events)
OSError: Couldn't find file 'pictures/stacy_apartment_jason_alone_on_couch_camera_1.webp'.

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

Full traceback:
  File "game/script.rpy", line 13, in script call
    call PlayEntireGame from _call_PlayEntireGame
  File "game/script.rpy", line 23, in script call
    call PlayEntireGameLoop from _call_PlayEntireGame_PlayEntireGameLoop
  File "game/script.rpy", line 33, in script
    $ interact_with_map(current_map)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 33, in <module>
    $ interact_with_map(current_map)
  File "game/maps.rpy", line 108, in interact_with_map
    chosen_event = renpy.call_screen("image_choice_screen", filtered_events)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\exports.py", line 3345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\core.py", line 3579, 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 "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\core.py", line 4172, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\core.py", line 2779, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 886, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 886, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 886, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\screen.py", line 731, 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 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 886, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 1107, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 1062, in render
    surf = render(d, rw, height - y, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 1107, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 1062, in render
    surf = render(d, rw, height - y, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 1107, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 1336, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\behavior.py", line 944, in render
    rv = super(Button, self).render(width, height, st, at)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 1336, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\im.py", line 676, in render
    return cache.get(self, render=True)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\im.py", line 330, in get
    surf = image.load()
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\im.py", line 1038, in load
    surf = cache.get(self.image)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\im.py", line 330, in get
    surf = image.load()
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\im.py", line 1192, in load
    return cache.get(self.image).subsurface((self.x*os, self.y*os,
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\im.py", line 330, in get
    surf = image.load()
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\im.py", line 803, in load
    raise e
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\im.py", line 757, in load
    filelike = renpy.loader.load(self.filename, directory="images")
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\loader.py", line 833, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'pictures/stacy_apartment_jason_alone_on_couch_camera_1.webp'.

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.1.23060707
The Office Wife Unofficial Ren'Py Redux v0.90
Thu Oct 12 10:23:20 2023
 

michaelcros

Member
Modder
Jul 22, 2020
369
1,749
Got this error


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

While loading <renpy.display.im.FactorScale object at 0x000000000561fa60>:
  File "game/script.rpy", line 13, in script call
    call PlayEntireGame from _call_PlayEntireGame
  File "game/script.rpy", line 23, in script call
    call PlayEntireGameLoop from _call_PlayEntireGame_PlayEntireGameLoop
  File "game/script.rpy", line 33, in script
    $ interact_with_map(current_map)
  File "game/script.rpy", line 33, in <module>
    $ interact_with_map(current_map)
  File "game/maps.rpy", line 108, in interact_with_map
    chosen_event = renpy.call_screen("image_choice_screen", filtered_events)
OSError: Couldn't find file 'pictures/stacy_apartment_jason_alone_on_couch_camera_1.webp'.

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

Full traceback:
  File "game/script.rpy", line 13, in script call
    call PlayEntireGame from _call_PlayEntireGame
  File "game/script.rpy", line 23, in script call
    call PlayEntireGameLoop from _call_PlayEntireGame_PlayEntireGameLoop
  File "game/script.rpy", line 33, in script
    $ interact_with_map(current_map)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 33, in <module>
    $ interact_with_map(current_map)
  File "game/maps.rpy", line 108, in interact_with_map
    chosen_event = renpy.call_screen("image_choice_screen", filtered_events)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\exports.py", line 3345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\core.py", line 3579, 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 "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\core.py", line 4172, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\core.py", line 2779, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 886, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 886, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 886, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\screen.py", line 731, 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 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 886, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 1107, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 1062, in render
    surf = render(d, rw, height - y, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 1107, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 1062, in render
    surf = render(d, rw, height - y, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 1107, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 1336, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\behavior.py", line 944, in render
    rv = super(Button, self).render(width, height, st, at)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\layout.py", line 1336, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\im.py", line 676, in render
    return cache.get(self, render=True)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\im.py", line 330, in get
    surf = image.load()
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\im.py", line 1038, in load
    surf = cache.get(self.image)
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\im.py", line 330, in get
    surf = image.load()
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\im.py", line 1192, in load
    return cache.get(self.image).subsurface((self.x*os, self.y*os,
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\im.py", line 330, in get
    surf = image.load()
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\im.py", line 803, in load
    raise e
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\display\im.py", line 757, in load
    filelike = renpy.loader.load(self.filename, directory="images")
  File "D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\renpy\loader.py", line 833, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'pictures/stacy_apartment_jason_alone_on_couch_camera_1.webp'.

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.1.23060707
The Office Wife Unofficial Ren'Py Redux v0.90
Thu Oct 12 10:23:20 2023
Not seen this before, and the file is in there (you can that it exists at D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\game\images\pictures\stacy_apartment_jason_alone_on_couch_camera_1.webp)

Are you using Joiplay or something like that?
 

Helmut290456

Member
May 10, 2019
135
77
That's the problem then, you done the other quests first when you shouldn't have, probably locked out of it now.
That's what you call bad to chaotic questing. Quests must not appear or become active, which then block the linear quest progression, meaning that nothing works anymore! It's a different matter if you don't have any boulders (cards, trophies, etc.) that are just for the ego trip but don't block anything. There is still a lot to do in the game...from the ground up....
 

michaelcros

Member
Modder
Jul 22, 2020
369
1,749
That's what you call bad to chaotic questing. Quests must not appear or become active, which then block the linear quest progression, meaning that nothing works anymore! It's a different matter if you don't have any boulders (cards, trophies, etc.) that are just for the ego trip but don't block anything. There is still a lot to do in the game...from the ground up....
Hi - it doesn't block the linear quest progression. Some of the enchantments (9 at least) can be skipped
 
  • Like
Reactions: wildride69

Daniel007

New Member
Jul 24, 2018
5
6
Not seen this before, and the file is in there (you can that it exists at D:\Documents\MEGAsync Downloads\The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE\The Office Wife V.0.90 WINDOWS PUBLIC RELEASE\TheOfficeWifeRenPyRedux-v0.90-pc\TheOfficeWifeRenPyRedux-v0.90-pc\game\images\pictures\stacy_apartment_jason_alone_on_couch_camera_1.webp)

Are you using Joiplay or something like that?
No, I'm using a laptop so no emulator stuff
And regarding the said file it is present in the pictures folder so I don't know what's the problem
 
Last edited:

michaelcros

Member
Modder
Jul 22, 2020
369
1,749
Got a large monitor? Got a fast internet connection? Got lots of disk space? I have added this, a 3.8Gb file containing:

Extras: HQ renders (combine this with the uncompressed build)

In this pack:
  • all scene images are lossless, so are identical to the original game
  • I've reconverted the movies to be closer to the originals too
 

michaelcros

Member
Modder
Jul 22, 2020
369
1,749
No, I'm using a laptop so no emulator stuff
And regarding the said file it is present in the pictures folder so I don't know what's the problem
Something looks a bit odd in your paths: you have "The Office Wife V.0.90 WINDOWS PUBLIC RELEASE" and "TheOfficeWifeRenPyRedux-v0.90-pc" repeated twice. I'd try uninstalling and putting it somewhere fresh, see if that helps.
 
  • Like
Reactions: wildride69

alf04

Newbie
Jan 2, 2018
16
4
Hi, not getting rid of this problem: had a previous older version but since dl 0.90.. the game launches, shows the small warning screen 'explcit etc.', then a black full-screen... and then nothing.
Deleting older versions, re-dl, etc. didn't work. What's happening? Ty.
 

michaelcros

Member
Modder
Jul 22, 2020
369
1,749
Hi, not getting rid of this problem: had a previous older version but since dl 0.90.. the game launches, shows the small warning screen 'explcit etc.', then a black full-screen... and then nothing.
Deleting older versions, re-dl, etc. didn't work. What's happening? Ty.
Not sure what to suggest really as I haven't heard of anyone with this problem. Are you running on Windows / Mac / Android? Are you using anything like Joiplayer?
 

jeff100

Member
Sep 11, 2020
221
150
To get the Zack enchantment, you need to work out alone twice. Go see Zack after work, then say "Not Tonight", then work out without him, then go home. It'll be a normal scene. The following day, when you go to the basement after work Zack will have the night off. Working out triggers the scene.
I've tried this, but hasn't worked... I'm not sure if I progressed too much while assuming this event would popup later or not, but really can't progress that. I'm attaching my save.
 

michaelcros

Member
Modder
Jul 22, 2020
369
1,749
I've tried this, but hasn't worked... I'm not sure if I progressed too much while assuming this event would popup later or not, but really can't progress that. I'm attaching my save.
Hi - yes, you've progressed past the point where that enchantment can be done - it needs to be done in the Morale Ambassador outfit.

If you want to see the event, go the main menu and click Start Part-way, then chose enchantment 74, work in the warehouse, then go to the basement and work out: the event will play.
 
  • Like
Reactions: jeff100

alf04

Newbie
Jan 2, 2018
16
4
Not sure what to suggest really as I haven't heard of anyone with this problem. Are you running on Windows / Mac / Android? Are you using anything like Joiplayer?
Thanks. Running on Win, no Joiplayer. - Never had this with any updated version. Usually they just recognize the save games from the previous version/other folder. But here something aborts the launch to the main menu. Deleted all previous versions. - Does the game leave permanent traces anywhere else beside its downloaded/extracted folder?
 

brittC25

Active Member
Nov 24, 2018
824
581
First off, well done Dev, fantastic redo onto Renpy, being on Renpy gives You the full experience and enjoyment of the game, compared to RPGM which for most games wrecks the experience bar a few a tiny few.

Does anyone per chance have a full save with the persistance file included?, I ask only as I missed: take off your top in the gym for zack, and am way way past it now in the enhancements, thanks in advance.

Again, great work Dev.
 
  • Like
Reactions: michaelcros

michaelcros

Member
Modder
Jul 22, 2020
369
1,749
First off, well done Dev, fantastic redo onto Renpy, being on Renpy gives You the full experience and enjoyment of the game, compared to RPGM which for most games wrecks the experience bar a few a tiny few.

Does anyone per chance have a full save with the persistance file included?, I ask only as I missed: take off your top in the gym for zack, and am way way past it now in the enhancements, thanks in advance.

Again, great work Dev.
To go back, go the main menu and click Start Part-way, then chose enchantment 27. Work out with Zack 3 times, and you'll get the scene.
 
  • Red Heart
Reactions: brittC25
4.50 star(s) 19 Votes