2.50 star(s) 47 Votes

Gab167

New Member
Mar 22, 2023
5
2
I downloaded the game update on Android, when I try to start a save or a new game the game crashes, what can I do to fix it?
 

MrJoZocker

Member
Feb 11, 2018
278
47
Help I'm standing by my bed and when I turn around to look at the PC, the game crashes. Sorry for my Bad englisch :p

I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'images/mainmenu/mainmenu_bg_day.png') at 0x0000000033a55b50>:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other.rpy", line 578, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/_script/classes/Navigation.rpy", line 132, in action
File "game/_script/classes/Navigation.rpy", line 310, in jump
File "game/_script/functions/content_completed.rpy", line 6, in all_quests_completed
File "game/_script/classes/Quests.rpy", line 419, in all
File "game/_script/classes/Quests.rpy", line 419, in <lambda>
AttributeError: 'QuestEntry' object has no attribute 'hide'

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

Full traceback:
File "renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "renpy/main.py", line 660, in main
run(restart)
File "renpy/main.py", line 146, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 938, in run_context
context.run()
File "game/_content/city2/gromov_house/hero_room/hero_room.rpyc", line 9, in script
z 7b
File "game/_content/city2/gromov_house/hero_room/hero_room.rpyc", line 9, in script
z 7b
File "renpy/ast.py", line 2232, in execute
self.call("execute")
File "renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, 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 "renpy/display/core.py", line 4258, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 1073, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 1008, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 578, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/_script/classes/Navigation.rpy", line 132, in action
File "game/_script/classes/Navigation.rpy", line 310, in jump
File "game/_script/functions/content_completed.rpy", line 6, in all_quests_completed
File "game/_script/classes/Quests.rpy", line 419, in all
File "game/_script/classes/Quests.rpy", line 419, in <lambda>
AttributeError: 'QuestEntry' object has no attribute 'hide'

Windows-10-10.0.22621 AMD64
Ren'Py 7.5.3.22090809
My Cute Roommate 2 0.9.22090extra
Wed Sep 27 15:20:10 2023
 

master861

Active Member
Nov 4, 2022
935
990
I am not sure what you are making with the game or what orther stuff you installed on you pc or into the game directory.
I complet all quests for this version with out bugs.
The only stuff i installed my walkthroud mod and URM
 

master861

Active Member
Nov 4, 2022
935
990
Maybe this helps again or its again ignored i postet that alredy.
As you all know right now that is are new version , not sure what the dev of the game dit ther but for me it helped to go to the options menu clear the persitent file and closed the game after ther persisten clear and dit make are new game.
And dont load you old saves.
 

MrJoZocker

Member
Feb 11, 2018
278
47
I am not sure what you are making with the game or what orther stuff you installed on you pc or into the game directory.
I complet all quests for this version with out bugs.
The only stuff i installed my walkthroud mod and URM
So it has to be in the save state because I re-downloaded the game and ONLY copied the save states and the game still crashes :-(

I guess I can't avoid creating a new save game :-(
 
Last edited:

Cozmos

Member
May 30, 2017
172
81
game crashed and won't start again? saying :
"
While running game code:
UnboundLocalError: local variable 'lastfn' referenced before assignment



Full traceback:
File "renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "renpy/main.py", line 490, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 297, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 801, in load_appropriate_file
raise Exception("Could not load file %s." % lastfn) # type: ignore
UnboundLocalError: local variable 'lastfn' referenced before assignment"
Any idea how to fix it?
 

Ray_D

Well-Known Member
Nov 13, 2022
1,854
6,161
well I have a problem with the mission to learn boxing, I don't know if it's bugged, but the second time I ask the maid for the ring, she just doesn't tell me anything and I can't advance in that mission, is there any solution that doesn't require me to start from the beginning.
 
  • Like
Reactions: Deathsman0098

master861

Active Member
Nov 4, 2022
935
990
So it has to be in the save state because I re-downloaded the game and ONLY copied the save states and the game still crashes :-(

I guess I can't avoid creating a new save game :-(
Look let me say it like this:
1: Your createt are save with the current version and after you load that save you game crashes or bugs at some quests?
If yes to the frist question.

Follow this step:
go to options clear you persistens file close the game complett(quit) , now open up the game again dont load you save make are new game save it.
Now go back and load your old save(the new save is just are backup just in case)
 

xhoni spica

Active Member
Donor
Aug 9, 2017
523
265
well I have a problem with the mission to learn boxing, I don't know if it's bugged, but the second time I ask the maid for the ring, she just doesn't tell me anything and I can't advance in that mission, is there any solution that doesn't require me to start from the beginning.
you cant start to find ring mission with out first finish mission asking money for camera to Lidia after that the maid take you MC room and give him bj after finish that you can try again ask for ring
 

onedragonul

New Member
Feb 11, 2023
3
8
Look let me say it like this:
1: Your createt are save with the current version and after you load that save you game crashes or bugs at some quests?
If yes to the frist question.

Follow this step:
go to options clear you persistens file close the game complett(quit) , now open up the game again dont load you save make are new game save it.
Now go back and load your old save(the new save is just are backup just in case)
Why don't u just put the save with only that mission completted so we can play this fucking game. I tried 10000 times everything and nothing works.
 
  • Like
Reactions: Arra64
2.50 star(s) 47 Votes