The Coder

Active Member
Game Developer
Jun 17, 2017
894
1,347
How do I repeat the yatch event? I choose to invite the sister too and now both hate MC and did not want to have anything involve with him so I can't start over the event again, would love if you can somehow make them stop being angry
Only way I see is to load a previous save :D
 
  • Like
Reactions: thevoid089

The Coder

Active Member
Game Developer
Jun 17, 2017
894
1,347
hi i ran into this error. I am playing it on Android through the Joiplay Apk which allows me to run renpy and rpgmaker. I did not download the Android version because I use the Spanish translation. the error appears when day one ends and the start of day 2 appears.
Hi, This is coming from hint, can you disaable pinned hint, that should allow you you play. I am not sure why joiPlay is acting up. I will try to address this next version
 

The Coder

Active Member
Game Developer
Jun 17, 2017
894
1,347
You know, you didn't actually answer that guy about where the incest patch is supposed to be placed in the game files/folders. I'd like to know.

You should consider adding short and long form options to titles. It sounds weird to call someone 'sister' in some settings and 'sis' in others, same for mom/mother, cousin/cuz or having the MC called brother/bro. It's been a long time since i first played this game so i'm starting fresh again and this titling system is clunky.

View attachment 1639641
Or better yet, just 'at mom'?
Hey, you can drop the patch file in extract directory, I will take a look at the 2nd point. It may be difficult but will check it out
 

The Coder

Active Member
Game Developer
Jun 17, 2017
894
1,347
Is this right?
View attachment 1640054
How is money stored in this game? I have somehow acquired a single cent and it's pissin' my OCD autistic brain off something fierce yet no save editor i can find can actually find the money or even a value i can determine as actually being related to money no matter what comparisons i make between two saves set as a before and after snapshot to narrow it down.
View attachment 1640052
Hey, and what's your problem exactly, money is bit tricky in the game. Just dm me I can help you out
 

nico12

New Member
Mar 5, 2019
13
12
got an error
Code:
I'm sorry, but an uncaught exception occurred.



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

Full traceback:
  File "chapter_1/linda/LindaEventLabels.rpyc", line 73, in script
  File "F:\MyOfficeAdventures-0.60-pc\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "F:\MyOfficeAdventures-0.60-pc\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "F:\MyOfficeAdventures-0.60-pc\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "F:\MyOfficeAdventures-0.60-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "F:\MyOfficeAdventures-0.60-pc\renpy\character.py", line 555, in display_say
    raise Exception("The say screen (or show_function) must return a Text object.")
Exception: The say screen (or show_function) must return a Text object.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
My Office Adventures 0.60
Wed Feb 09 00:39:51 2022
is there anyway to fix this?
 

natsume297

Newbie
Feb 24, 2019
63
9
Full traceback:
File "infrastructure/TimeAndDayLoop.rpyc", line 19, in script
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/infrastructure/TimeAndDayLoop.rpy", line 19, in <module>
File "game/infrastructure/RegistrationManager.rpy", line 133, in FireDayChangedCallback
File "game/scripts/DayAndTimeManager.rpy", line 164, in OnDayChanged
File "game/scripts/DayAndTimeManager.rpy", line 114, in PerformSave
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\loadsave.py", line 437, in save
location.save(slotname, sr)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\savelocation.py", line 425, in save
l.save(slotname, record)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\savelocation.py", line 158, in save
record.write_file(filename)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\loadsave.py", line 349, in write_file
shutil.copyfile(self.first_filename, filename_new)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/shutil.py", line 83, in copyfile
IOError: [Errno 2] No such file or directory: u'D:\\Game\\H 18+\\MyOfficeAdventures-0.60-pc/game\\saves\\auto-1-LT1.save.new'

While running game code:
File "game/infrastructure/TimeAndDayLoop.rpy", line 19, in <module>
File "game/infrastructure/RegistrationManager.rpy", line 133, in FireDayChangedCallback
File "game/scripts/DayAndTimeManager.rpy", line 164, in OnDayChanged
File "game/scripts/DayAndTimeManager.rpy", line 114, in PerformSave
IOError: [Errno 2] No such file or directory: u'D:\\Game\\H 18+\\MyOfficeAdventures-0.60-pc/game\\saves\\auto-1-LT1.save.new'


Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\core.py", line 2701, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\core.py", line 3517, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\loadsave.py", line 437, in save
location.save(slotname, sr)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\savelocation.py", line 425, in save
l.save(slotname, record)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\savelocation.py", line 158, in save
record.write_file(filename)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\loadsave.py", line 349, in write_file
shutil.copyfile(self.first_filename, filename_new)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/shutil.py", line 83, in copyfile
IOError: [Errno 2] No such file or directory: u'D:\\Game\\H 18+\\MyOfficeAdventures-0.60-pc/game\\saves\\1-1-LT1.save.new'

While running game code:
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
IOError: [Errno 2] No such file or directory: u'D:\\Game\\H 18+\\MyOfficeAdventures-0.60-pc/game\\saves\\1-1-LT1.save.new'

I got 2 error , How to fix it?
 

DqnkSpeed

Newbie
Oct 3, 2020
68
55
View attachment 1624477

Overview:
Interactive casual game where you help revive your father's dying business with your groundbreaking idea. Along with the ride, you are joined by many cute girls and hot milfs.
Will you be able to handle them all? Time to find out!
Note : If you are here for the quality renders and animations, go right ahead and download the game, but if you are looking for a very well written story this is not the game for you. Thank you

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Thread Updated: 2022-02-05
Release Date: 2022-01-30
Developer: The Coder - - -
Censored: No
Version: 0.60
OS: Windows, Mac, Android
Language: English
My Previous Game: Lustful Awakening
Genre:
You don't have permission to view the spoiler content. Log in or register now.

Changelog:
You don't have permission to view the spoiler content. Log in or register now.

Developer Notes:
You don't have permission to view the spoiler content. Log in or register now.

Other ways to help me :
You don't have permission to view the spoiler content. Log in or register now.

Fan Signatures:
You don't have permission to view the spoiler content. Log in or register now.

Unofficial Translations
You don't have permission to view the spoiler content. Log in or register now.
When using JoiPlay please disable/close Pinned hint to avoid errors
DOWNLOAD
Win/Linux: - - MEGA - -
Mac:
- - MEGA - -
Other:
TORRENT

COMPRESSED
Win/Linux
: - MEGA - -
Mac: - MEGA - -
Android: - MEGA - -


Incest Patch: Check attachment, drop this file in extract folder

Cheat File : MEGA

*This unofficial port/version is not released by developer, download at your own risk.

View attachment 1624493 View attachment 1624494 View attachment 1624495 View attachment 1624496 View attachment 1624497 View attachment 1624498 View attachment 1624499 View attachment 1433218 View attachment 1433217 View attachment 1433219 View attachment 1262967 View attachment 1433213 View attachment 1262960 View attachment 1262961 View attachment 1262962 View attachment 1262963 View attachment 1262964 View attachment 1262965 View attachment 1433223 View attachment 1433224 View attachment 1262972 View attachment 1433215 View attachment 1433216 View attachment 1433214
Code "somegoodstuff" doesnt work in android when I press enter bruh
 

The Coder

Active Member
Game Developer
Jun 17, 2017
894
1,347
got an error
Code:
I'm sorry, but an uncaught exception occurred.



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

Full traceback:
  File "chapter_1/linda/LindaEventLabels.rpyc", line 73, in script
  File "F:\MyOfficeAdventures-0.60-pc\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "F:\MyOfficeAdventures-0.60-pc\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "F:\MyOfficeAdventures-0.60-pc\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "F:\MyOfficeAdventures-0.60-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "F:\MyOfficeAdventures-0.60-pc\renpy\character.py", line 555, in display_say
    raise Exception("The say screen (or show_function) must return a Text object.")
Exception: The say screen (or show_function) must return a Text object.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
My Office Adventures 0.60
Wed Feb 09 00:39:51 2022
is there anyway to fix this?
Hi, the issue is only seen if you hide the text using space and then advance the dialog during h scene, please try to avoid that while I get it fixed in the next version
 

The Coder

Active Member
Game Developer
Jun 17, 2017
894
1,347
Full traceback:
File "infrastructure/TimeAndDayLoop.rpyc", line 19, in script
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/infrastructure/TimeAndDayLoop.rpy", line 19, in <module>
File "game/infrastructure/RegistrationManager.rpy", line 133, in FireDayChangedCallback
File "game/scripts/DayAndTimeManager.rpy", line 164, in OnDayChanged
File "game/scripts/DayAndTimeManager.rpy", line 114, in PerformSave
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\loadsave.py", line 437, in save
location.save(slotname, sr)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\savelocation.py", line 425, in save
l.save(slotname, record)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\savelocation.py", line 158, in save
record.write_file(filename)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\loadsave.py", line 349, in write_file
shutil.copyfile(self.first_filename, filename_new)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/shutil.py", line 83, in copyfile
IOError: [Errno 2] No such file or directory: u'D:\\Game\\H 18+\\MyOfficeAdventures-0.60-pc/game\\saves\\auto-1-LT1.save.new'

While running game code:
File "game/infrastructure/TimeAndDayLoop.rpy", line 19, in <module>
File "game/infrastructure/RegistrationManager.rpy", line 133, in FireDayChangedCallback
File "game/scripts/DayAndTimeManager.rpy", line 164, in OnDayChanged
File "game/scripts/DayAndTimeManager.rpy", line 114, in PerformSave
IOError: [Errno 2] No such file or directory: u'D:\\Game\\H 18+\\MyOfficeAdventures-0.60-pc/game\\saves\\auto-1-LT1.save.new'


Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\core.py", line 2701, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\core.py", line 3517, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\loadsave.py", line 437, in save
location.save(slotname, sr)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\savelocation.py", line 425, in save
l.save(slotname, record)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\savelocation.py", line 158, in save
record.write_file(filename)
File "D:\Game\H 18+\MyOfficeAdventures-0.60-pc\renpy\loadsave.py", line 349, in write_file
shutil.copyfile(self.first_filename, filename_new)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/shutil.py", line 83, in copyfile
IOError: [Errno 2] No such file or directory: u'D:\\Game\\H 18+\\MyOfficeAdventures-0.60-pc/game\\saves\\1-1-LT1.save.new'

While running game code:
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
IOError: [Errno 2] No such file or directory: u'D:\\Game\\H 18+\\MyOfficeAdventures-0.60-pc/game\\saves\\1-1-LT1.save.new'

I got 2 error , How to fix it?
Never seen this, which is are you running the game in?
 
3.70 star(s) 32 Votes