- Dec 16, 2017
- 747
- 2,180
Oh my god this made me feel oldCan you be more clear about it?
What do you mean the check is in the mail? Cause it sounds you know who he is and went to check his mail...
Oh my god this made me feel oldCan you be more clear about it?
What do you mean the check is in the mail? Cause it sounds you know who he is and went to check his mail...
glad your alright brother and hope you recover quick we missed ya !!!Working on bringing an IRL friend in the loop just in case(getting a list of good entry games to give him to feel him out before I fully introduce him to the perverse worlds we all love), but it was really an absurd coincidence that kept me from talking. Long story short, left my phone at home and didn't go back to get it cause it was going to be a quick E.R. trip for a stomach issue. Then when I realized it was going to be much more, couldn't risk sending anyone to get it because I was in the middle of my last minute test play while the game uploaded when I left. Couldn't risk a family member walking in on MC railing Hailey or one of the girls doing some dirty talk to him etc.
Woooo!!!Definitely more coming soon. Being laid up for so long I realized that making games is actually when I feel the happiest, going to really give it a run now.
My dad was the same. Had a heart attack, luckily lived literally 2-3 minutes away from the hospital. While in the hospital he had his 2nd heart attack which killed him. They managed to get him back but while recovering he caught what they suspected was Necrotising fasciitis. Filled him up with multiple different antibiotics - at a rate that one of them he had a reaction to but they don't know which one.Definitely not rushing into work.... but the good news is, this doesn't feel like work at the moment. Honestly the whole thing has me as excited to get writing and rendering as I was when I first started. Had nothing to do in hospital but lay there and daydream. Visitors were still limited so basically just saw a couple of family members every once in a while. Would have been out ages ago but got a bad infection and I think the past couple of weeks were basically just covering their own butts since the infection was from the hospital. Past two or three weeks I felt like I was good enough to go home, but I used the time old school. Got a pen and notebook and started writing out/scripting scenes with ink like a peasant. Still, riding the rush of being alive and well so nothing will keep me down for a while.
Are you using the mod? Cause that is not updated yetglad to see you back
I'm getting a crash on loading my save, If I rollback it shuts down, If I try to ignore it starts the game asking for my name
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 278, in <module>
renpy.call_in_new_context("_main_menu")
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 278, in <module>
renpy.call_in_new_context("_main_menu")
File "renpy/game.py", line 344, in call_in_new_context
return renpy.execution.run_context(False)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3209, 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 4033, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1056, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1056, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1056, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 720, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1056, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1246, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1056, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1246, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1056, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 769, in load
log.unfreeze(roots, label="_after_load")
File "renpy/python.py", line 2173, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "renpy/python.py", line 2005, in rollback
self.load_failed()
File "renpy/python.py", line 1923, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
Windows-10-10.0.19041
Ren'Py 7.4.5.1609
MidLifeCrisis 0.26
Tue Sep 14 08:47:13 2021
Welcome back, sir.Definitely not rushing into work.... but the good news is, this doesn't feel like work at the moment. Honestly the whole thing has me as excited to get writing and rendering as I was when I first started. Had nothing to do in hospital but lay there and daydream. Visitors were still limited so basically just saw a couple of family members every once in a while. Would have been out ages ago but got a bad infection and I think the past couple of weeks were basically just covering their own butts since the infection was from the hospital. Past two or three weeks I felt like I was good enough to go home, but I used the time old school. Got a pen and notebook and started writing out/scripting scenes with ink like a peasant. Still, riding the rush of being alive and well so nothing will keep me down for a while.
no, fresh extraction, not touched the modAre you using the mod? Cause that is not updated yet
try loading an earlier save, keep going back until one works then "tab" your way forward in the storyno, fresh extraction, not touched the mod
I don't know man, lately I have started to think that it would be funny as hell watching my family combing through terabytes of messed up kinks when I kick the bucket. If they found out before, it would make for some interesting dinner talk (wouldn't be the worst thing I have been caught with).I actually totally understand. As I got older I have one friend to deal with all my "interests" so family and others will not have to deal with any unsettling discovers. One list, a spare key lead to my piece of mind for emergencies or worse
thanks, that workedtry loading an earlier save, keep going back until one works then "tab" your way forward in the story
Definitely not rushing into work.... but the good news is, this doesn't feel like work at the moment. Honestly the whole thing has me as excited to get writing and rendering as I was when I first started. Had nothing to do in hospital but lay there and daydream. Visitors were still limited so basically just saw a couple of family members every once in a while. Would have been out ages ago but got a bad infection and I think the past couple of weeks were basically just covering their own butts since the infection was from the hospital. Past two or three weeks I felt like I was good enough to go home, but I used the time old school. Got a pen and notebook and started writing out/scripting scenes with ink like a peasant. Still, riding the rush of being alive and well so nothing will keep me down for a while.
Exception: Could not load from archive gui.rpyc.
./MidLifeCrisis.sh
Could not load /home/<stuff>/MidLifeCrisis-v0.25-pc/game/gui.rpyc