- Jul 18, 2022
- 783
- 382
Ah... It sad...Ferdafs currently is recovering from an injury
Patreon eating $ every moth, soo he need freeze his patreon until he recovering when...Ferdafs implied that the next update will also be on the smaller side
Ah... It sad...Ferdafs currently is recovering from an injury
Patreon eating $ every moth, soo he need freeze his patreon until he recovering when...Ferdafs implied that the next update will also be on the smaller side
Because Micro$oft ?windows state it is a virus and wont run why?
That's a weird bug, are you loading an old save?Am i the only one who got this error? I can't even click any menu option because it crashes
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/script.rpy", line 2410, in script
menu:
File "game/scripts/script.rpy", line 2410, in script
menu:
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 "game/scripts/screens.rpy", line 317, in execute
screen quick_menu():
File "game/scripts/screens.rpy", line 317, in execute
screen quick_menu():
File "game/scripts/screens.rpy", line 322, in execute
if quick_menu and persistent.showQuickMenu:
File "game/scripts/screens.rpy", line 324, in execute
hbox:
File "game/scripts/screens.rpy", line 341, in execute
textbutton _(quick_menu_items[persistent.quick_menu][9+persistent.hideDialogueBox]) action Function(toggle_dialogue_window)
File "game/scripts/screens.rpy", line 341, in keywords
textbutton _(quick_menu_items[persistent.quick_menu][9+persistent.hideDialogueBox]) action Function(toggle_dialogue_window)
File "game/scripts/screens.rpy", line 341, in <module>
textbutton _(quick_menu_items[persistent.quick_menu][9+persistent.hideDialogueBox]) action Function(toggle_dialogue_window)
NameError: name 'toggle_dialogue_window' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, 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 "game/scripts/script.rpy", line 2410, in script
menu:
File "game/scripts/script.rpy", line 2410, in script
menu:
File "renpy/ast.py", line 1644, in execute
statement_name("menu-with-caption")
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 1684, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2762, in do_with
clear=clear)
File "renpy/display/core.py", line 3325, 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 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/scripts/screens.rpy", line 317, in execute
screen quick_menu():
File "game/scripts/screens.rpy", line 317, in execute
screen quick_menu():
File "game/scripts/screens.rpy", line 322, in execute
if quick_menu and persistent.showQuickMenu:
File "game/scripts/screens.rpy", line 324, in execute
hbox:
File "game/scripts/screens.rpy", line 341, in execute
textbutton _(quick_menu_items[persistent.quick_menu][9+persistent.hideDialogueBox]) action Function(toggle_dialogue_window)
File "game/scripts/screens.rpy", line 341, in keywords
textbutton _(quick_menu_items[persistent.quick_menu][9+persistent.hideDialogueBox]) action Function(toggle_dialogue_window)
File "game/scripts/screens.rpy", line 341, in <module>
textbutton _(quick_menu_items[persistent.quick_menu][9+persistent.hideDialogueBox]) action Function(toggle_dialogue_window)
NameError: name 'toggle_dialogue_window' is not defined
Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Rick and Morty: Another Way Home (r3.7) r3.7
Nope, but it doesn't matter, I just downloaded it from another link and now it works thanks for your diligence Lord MirrorThat's a weird bug, are you loading an old save?
Saves made before 3.6 are not compatible with the current version. I recommend starting a new game and using the day selector/do over to quickly get to any point/state in the game.I get this on Android 12. Trying to load an old save on version 3.7.
I was able to work around it last time I updated (that was when I updated to version 3.4).
I forgot how I did that now. Any ideas on this error?
Tried redoing the apk install update. Also tried loading a save from the beginning to same effect. The Ignore and Rollback options were attempted at the error screen at different points. Made a new game from this version and went back to the menu to load an older save, no effect. I'll redownload from a non mega mirror for Android right now and will post right away if it works.
Below is the copy of the error screen text and thanks again for sharing your project to us!
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 462, in __call__
AttributeError: 'StoreModule' object has no attribute 'Twin_State'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "_layout/screen_load_save.rpymc", line 35, in script
File "renpy/ast.py", line 928, in execute
File "renpy/python.py", line 2245, in py_exec_bytecode
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
File "renpy/ui.py", line 298, in interact
File "renpy/display\core.py", line 3325, in interact
File "renpy/display\core.py", line 4160, in interact_core
File "renpy/display\layout.py", line 1102, in event
File "renpy/display\transition.py", line 48, in event
File "renpy/display\layout.py", line 1102, in event
File "renpy/display\layout.py", line 1102, in event
File "renpy/display\screen.py", line 727, in event
File "renpy/display\layout.py", line 1102, in event
File "renpy/display\layout.py", line 1323, in event
File "renpy/display\layout.py", line 273, in event
File "renpy/display\layout.py", line 1102, in event
File "renpy/display\layout.py", line 1102, in event
File "renpy/display\behavior.py", line 983, in event
File "renpy/display\behavior.py", line 918, in handle_click
File "renpy/display\behavior.py", line 323, in run
File "renpy/display\behavior.py", line 330, in run
File "renpy/common/00action_file.rpy", line 462, in __call__
File "renpy/loadsave.py", line 770, in load
File "renpy/loadsave.py", line 63, in loads
AttributeError: 'StoreModule' object has no attribute 'Twin_State'
```
Thank you, sorry I must've skimmed over what you wrote in the FAQs for 3.6.Saves made before 3.6 are not compatible with the current version. I recommend starting a new game and using the day selector/do over to quickly get to any point/state in the game.
Rick doesn't specify when he got saddled with Morticia, just that he did, and used to have a Morty of his own before.With new update Morticia says that she and rick get caught and sent into Morty's dimension right after Morticia meet Rick (Morticia fault) .
And Morticia is pissed at Rick fore newer picking her fore adventures (Before and after they got stuck in different dimension) , In Gwendolyn event Mortycia says "Of course! I guilted Rick into buying her fore me when we were in a space pawnshop"
That sounds like an alternate set of events, which don't exist... I think it's just going to have to stay a skip option for the future.In Gwendolyn event Morty could find two switches on Gwendolyn , one switch off pregnancy (switch off entire sets of events with it) , second to switch on Gwendolyn speech module (Sexy tallk)
Can't check every age, some values are just going to be non-sense. But also, the characters aren't real, so age doesn't matter, which is sort of the whole point.I found switching Mortys age to something like 3 years old hilarious/comedic example:
Stacy "So you're what, like twelve?"
Morty " 3 "
Stacy "Fuck it... Would you like to go as my sub to this underground event happening next Friday?"
The point was : if Morticia newer got picked fore adventures (stuck at home ) and , Morticia says that she and rick get caught and sent into Morty's dimension right after Morticia meet Rick (Morticia cant hawe memory of Gwendolyn becouse Morticja newer met Gwendolyn)Rick doesn't specify when he got saddled with Morticia, just that he did, and used to have a Morty of his own before.
Can't check every age, some values are just going to be non-sense. But also, the characters aren't real, so age doesn't matter, which is sort of the whole point.
Is there a specific line you are referring to? Rick never says when he was "given" Morticia, and I don't recall her saying they had only been together a short time. Additionally, it's more than likely she would have had "a Rick" before this Rick was assigned to her, so one of them could have taken her to get Gwen previously.The point was : if Morticia newer got picking fore adventures and (stuck at home) , Morticia says that she and rick get caught and sent into Morty's dimension right after Morticia meet Rick (Morticia cant hawe memory of Gwendolyn becouse Morticja newer met Gwendolyn)
I'll put it on my bug list, but very unlikely I'll get to it.But i forgot to ask , can something be done about characters getting squint-eyed/cross-eyed ?(Sometimes it's goofy looking)
Should note: Morticia says Rick doesn't take her on DANGEROUS adventures. She's been to space for supervised (with Rick) errands (like going to a pawn shop) before. Don't see this as a contradiction.The point was : if Morticia newer got picked fore adventures (stuck at home ) and , Morticia says that she and rick get caught and sent into Morty's dimension right after Morticia meet Rick (Morticia cant hawe memory of Gwendolyn becouse Morticja newer met Gwendolyn)
The age thing is just funny to me
But i forgot to ask , can something be done about characters getting squint-eyed/cross-eyed ?(Sometimes it's goofy looking)
View attachment 2231640
I haven't played in a while, but I don't recall Morticia saying anything about how long shes been with her current Rick. Same with Rick. All I remember him saying was that he got stuck with her.Morticia says that she and rick get caught and sent into Morty's dimension right after Morticia meet Rick
I actually did in my “glad you’re ok/feel better” DM. I didn’t want to pester him but that was the one thing I was curious to see his response to (Summer being one of my favs on paper, but the Ethan thing preventing her from being among my favs in the game). No response, but I kind of expected that.Ane member of Ferdaf's Patreon asked him if he plans to have Summer fully ditch Ethan and start full on relationship with Morty?
Summ X Morty fandom growing stronger.I actually did in my “glad you’re ok/feel better” DM. I didn’t want to pester him but that was the one thing I was curious to see his response to (Summer being one of my favs on paper, but the Ethan thing preventing her from being among my favs in the game). No response, but I kind of expected that.
We’ll see what he wants to do in time. At the very least the question was asked.